Good catch Jeff - No idea how that happened there. Let me try it again.
And thanks also to Jeff Walker for his suggestion - instead of using the tcpmon
I read the message myself through a tcp socket so essentially I am doing the
same thing. I separate the HTTP headers from the SOAP msg (using the
Content-Length + a blank line).

Thanks again I will let you know how it goes.

Jeff Greif wrote:
All the namespace URIs below are incorrect. They must have slashes, not backslash characters. There must be two slashes after the protocol. Example: http://www.w3.org/2001/XMLSchema

Jeff

Demetris G wrote:
Hey all,

I captured the SOAP message that a Client Stub generated and which I verified works at the server Axis side, and I tried to pass it to that server through an HTTP Client I wrote. The SOAP message is below and it gives the error at the end. Any ideas what that is ? I saw this in some
mailing lists but no explanation.

Thanks

<?xml version="1.0" encoding="UTF-8"?><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><ns1:getBundles soapenv:encodingStyle="http:\schemas.xmlsoap.org\soap\encoding\" xmlns:ns1="http:\soapobject.bundle.knopflerfish.org"\><\soapenv:Body><\soapenv:Envelope>

(The filename, directory name, or volume label syntax is incorrect)




---------------------------------------------------------------------
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