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]

Reply via email to