When creating SOAP tags is there a choice of using either SOAP-ENV or
soapenv? I thought it had to be SOAP-ENV but my Axis client is using
soapenv, and I think this is probably the cause for the server
moaning that the start or end tags of the SOAP message are missing.
For example Axis sends
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>........
And the server (not Axis) says
<SOAP-ENV:faultcode>Client.ImproperlyFormattedMessage</SOAP-
ENV:faultcode>
<SOAP-ENV:faultstring>The message either has no begin tag or is
missing the end tag. In either case, the message was not formatted
correctly.</SOAP-ENV:faultstring>
Am I right or is soapenv perfectly acceptable?
Thanks
Andrew
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]