Hi, I am having major trouble at the moment trying to get my .NET client to communicate with my Java Axis server. I am able to send a request to the server, but when a response is sent back to the client the response Array just has null in it.
I had a look at what was being passed and the SOAP messages are ok except in the response from the server, immediatly before "<?xml version..." there is "b83" and after the last closing SOAP tag there is a "0". I think this is causing this error in my client, but what are they and why are thye there, and more importantly how do I get rid of them??????? This is the SOAP message: HTTP/1.1 100 Continue HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Transfer-Encoding: chunked Date: Thu, 13 May 2004 13:04:37 GMT Server: Apache Coyote/1.0 b83 <?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><test>hello</test> </soapenv:Body> </soapenv:Envelope> 0 Any help will be much appriciated!!! Thanks Mark -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ .
