Skip to content

Commit

Permalink
Merge pull request #991 from rohanorton/patch-1
Browse files Browse the repository at this point in the history
fix: correct wsdl json codeblock in readme
  • Loading branch information
andersjonsson committed Jan 19, 2024
2 parents 50ea01e + 6836220 commit 74ca8eb
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,19 @@ There is an optional feature included where you can instead of generating servic

To use it, add a setting like this to appsettings

```csharp
"FileWSDL": {
"UrlOverride": "",
"VirtualPath": "",
"WebServiceWSDLMapping": {
"Service.asmx": { ,
"UrlOverride": "Management/Service.asmx",
"WsdlFile": "snapshotpull.wsdl",
"SchemaFolder": "Schemas",
"WsdlFolder": "Schemas"
}
```json
"FileWSDL": {
"UrlOverride": "",
"VirtualPath": "",
"WebServiceWSDLMapping": {
"Service.asmx": {
"UrlOverride": "Management/Service.asmx",
"WsdlFile": "snapshotpull.wsdl",
"SchemaFolder": "Schemas",
"WsdlFolder": "Schemas"
}
}
}
```

* UrlOverride - can be used to override the URL in the service description. This can be useful if you are behind a firewall.
Expand Down

0 comments on commit 74ca8eb

Please sign in to comment.