The former is SOAP version 1.2, and the latter is SOAP version 1.1.

I'm new to Axis but I'm betting that there is a way to coerce it into using 
soap 1.1 (or maybe there's a way to coerce .net to use 1.2?)

Michael Davis


> -----Original Message-----
> From: Harrie Hazewinkel [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 25, 2007 6:24 PM
> To: axis-user@ws.apache.org
> Subject: soap or soapenv
> 
> 
> Hallo,
> 
> 
> I would like to know if someone can tell me the difference between the
> usage of 'soap' and 'soapenv'? I see the usage of 'soapenv' in the
> axis2 package, but .NET uses 'soap' and does not accept the 'soapenv'.
> Is there some parameter one can set for this?
> 
> message
> 
> <?xml version="1.0" encoding="utf-8"?>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ 
> envelope/">
>    <soapenv:Header>
> .....
>    </soapenv:Header>
>    <soapenv:Body>
> ......
>    </soapenv:Body>
> </soapenv:Envelope>
> 
> and
> 
> <?xml version="1.0" encoding="utf-8"?>
> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";  
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://
> schemas.xmlsoap.org/soap/envelope/">
>    <soap:Header>
> .....
>    </soap:Header>
>    <soap:Body>
> .....
>    </soap:Body>
> </soap:Envelope>
> 
> Thanks by advance,
> Harrie
> ------------------------------------------------------------------
> Funambol - Professional Services, Netherlands
> http://www.funambol.com/
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to