Displaying 2 results from an estimated 2 matches for "soap12".
Did you mean:
snap12
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
...My problem:
The structure of the statement I'm trying to generate and send is:
POST XXXXX
Host: XXXXX
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:soap12="
http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<FunctionName xmlns="http://tempuri.org/">...
2006 Aug 31
1
SOAP MTOM
Any thoughts on extending ActionWebService to handle MTOM?
http://www.w3.org/TR/soap12-mtom
basically, this allows some flexibility when it comes to base64
encode/decode on the message, binary attachments can pass without being
encoded...
am I on my own here?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google G...