Hello Dave,
If the java application is a web service. The messages should be semantically
equal barring interop issues. So in essense the namespaces should be the
same. Can you post the complete soap message
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Hi everyone,
> I'm working on a ASP.NET application where I have to consume
[quoted text clipped - 14 lines]
>
> Dave
Dave - 01 Mar 2005 15:27 GMT
thanks Dilip for your answer.
here is a sample
<str:kkkEnvelope
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:str="xxx" xmlns:pers="http://yyy" xmlns:idt="http://zzz"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="rrr"
">
<str:Header>
<str:Flow>
<str:MessageID>1</str:MessageID>
<str:From>from</str:From>
<str:To>to</str:To>
<str:TimeStamp>2004-10-07T09:30:47-05:00</str:TimeStamp>
</str:Flow>
</str:Header>
<str:Body>
<str:Action>
<str:Do>Update</str:Do>
<str:Parameters>
Some parameters...
</str:Parameters>
</str:Action>
</str:Body>
</str:kkkEnvelope>
I can't change this SOAP message, I have to match it.