Um, I respectufully disagree. Both messages look like soap 1.1 to me.

The xml prefix (soap, soapenv etc) is just a shorthand in xml and the
exact chosen by a given framework is immaterial. I struggle to believe
that .Net can't accept a message with a different prefix.

Can you post the exact error you get back?
Thanks,
David

On 28/05/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
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: [email protected]
> 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]




--
David Illsley - IBM Web Services Development

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

Reply via email to