Michael
I would like to know how to get Synapse to use an endpoint that is is
expecting an HTTP "form" POST or an HTTP GET request.
Use format as "pox" in the endpoint definition.

<address uri="endpoint-address" format="soap|soap11|soap12|pox" [optimize="mtom|swa"]>
  Ideally I would like
to send a GET with a query string built from the inbound SOAP message
(coming into Synapse) and return Plain Old XML. 
However, this would not provide you GET support but POST. We could implement GET support if you think its a common use case for our 1.1 revision we are planning next.
 I would also like to
transform an inbound SOAP request into an HTTP form POST that returns POX.
  
This would work with the above setting.

asankha



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to