Namespace Kuestenlogik.Bowire.Protocol.Soap

Classes

BowireSoapProtocol

Bowire protocol plugin for SOAP / WSDL 1.1 endpoints. Discovery fetches the WSDL document (either the URL the user typed directly, or the URL with ?wsdl appended), parses PortType operations

  • SOAP bindings into BowireServiceInfo entries, and invocation wraps the JSON-form payload in a SOAP envelope before POSTing it to the operation endpoint.