Skip to content
Snippets Groups Projects

Fix service location in SOAP WSDL document

Merged Vermaat requested to merge wsdl into master

By default, the first request to the SOAP service will trigger a build of the WSDL document, using the context (service location) from that request. For example, if the first request is on http://localhost/ and subsequent requests are on https://mutalyzer.nl/services/, they will not have a valid WSDL document.

This is actually what we do on our production infrastructure, where the service is tested (on localhost) after it has been started.

The fix is to force a build of the WSDL document and specifying the location to use.

http://spyne.io/docs/2.10/reference/server.html#spyne.server.wsgi.WsgiApplication

Merge request reports

Merged by VermaatVermaat 9 years ago (Sep 7, 2015 8:46pm UTC)

Merge details

  • Changes merged into with a11ae01d.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading