Why differents SOAP clients speak differents XML dialect?

utibriptohirl

New Member
Using a .Net Soap client and my WSF/PHP client to call the same SOAP service, I can see differences between the XML sent.Here is mine : \[code\]<soapenv:Envelope> <soapenv:Header> <soapenv:Action>http://www.aaa.fr/SendMessage</soapenv:Action> <wsse:Security soapenv:mustUnderstand="1"> <xenc:EncryptedKey Id="EncKeyID-xxxxxxxxx-xxxx-xxxx-xxxx">\[/code\]Here is .Net XML : \[code\]<s:Envelope> <s:Header> <a:Action s:mustUnderstand="1" u:Id="_3">http://www.aaa.fr/SendMessage</a:Action> <o:Security s:mustUnderstand="1"> <e:EncryptedKey Id="EncKeyID-xxxxxxxxx-xxxx-xxxx-xxxx">\[/code\]I am not a specialist in XML nor SOAP, but is it a big deal?
 
Back
Top