HI!

You say, you are getting an array as response, but in your example, there is no array. 
There is a problem with Axis 1.2 beta and .NET regarding arrays:

http://nagoya.apache.org/jira/browse/AXIS-1308

Thomas

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Donnerstag, 13. Mai 2004 15:54
> To: [EMAIL PROTECTED]
> Subject: RE: .NET Interoperability
> 
> 
> 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/ .
> 
> 
> 

Reply via email to