Skip to content
| Marketplace
Sign in
Visual Studio>Tools>RedSOAPClient
RedSOAPClient

RedSOAPClient

Maciek Orlowski

|
2,808 installs
| (1) | Free
Generate your SOAP client faster and more ergonomic than by Visual Studio build-in generator
Download

Generate your SOAP client faster and more ergonomic than by Visual Studio build-in generator.

Follow those steps:

  1. Add your service as usual:
  • thru Solution Explorer -> Connected Services -> Add Connected Service
  • thru Solution Explorer -> References -> Add Service Reference
  1. Insert required fields like address and/or username, password
  2. Wait as long as you will never have to wait again
  3. When your service is added properly you can right click on you project name (with C# icon on the left)
  4. If you have RedSOAPClient extension installed you should see "Update Service Reference by Redspresso"
  5. In next dialog you have to select which service you want to refresh by double click
  6. Insert one more time address, username and password (it will be save for next use)
  7. Insert namespace which will be used to generate new files (client)
  8. Click update, wait short period of time and include two new files (main directory) to project

To initialize your client object simply use same code as before with build-in generator var myService = new MySOAPServiceClient(url, username, password, maxsize, timeout); You can skip last four parameters if you need/want to.

Additionally you can set GzipRequest and GzipResponse to true if you want to use gzip compression through http.

If you dont know your "MySOAPServiceClient" it will be the same as your new file (not ends with "Reference")

Since v9.0 you can set ServiceClient.TimeoutInfinite = true; to set infinite timeout on httpClient and attach additional header to your request "no-timeout: true"

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft