Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 25401 invoked from network); 2 Mar 2004 08:17:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Mar 2004 08:17:14 -0000 Received: (qmail 46458 invoked by uid 500); 2 Mar 2004 08:16:22 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 46435 invoked by uid 500); 2 Mar 2004 08:16:22 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 46401 invoked from network); 2 Mar 2004 08:16:21 -0000 Received: from unknown (HELO mx2.svale.netledger.com) (63.209.28.71) by daedalus.apache.org with SMTP; 2 Mar 2004 08:16:21 -0000 Received: from corpmail.corp.netledger.com (corpmail.corp.netledger.com [172.16.31.70]) by mx2.svale.netledger.com (8.11.6/8.11.6) with ESMTP id i228GY930715 for ; Tue, 2 Mar 2004 00:16:34 -0800 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4002E.AC92608A" X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Subject: Found another user experiencing similar "null" response problem with .NET client working with Axis web service server Date: Tue, 2 Mar 2004 00:16:33 -0800 Message-ID: <3A83D9BECDDF58468F068F6CA1C36AB90D4010@corpmail.corp.netledger.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Found another user experiencing similar "null" response problem with .NET client working with Axis web service server Thread-Index: AcQALqyBDyJeupc5RWOFirzrwj+moQ== From: "Liu, Scott" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C4002E.AC92608A Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable I don't know if I am happy with my discovery or not. I have tried to solve my problem with "null" response with .NET/C# client working with Axis WS server in last week and found that there was another Axis user experienced similar problem which was posted to Microsoft newsgroup in last December. If anyone have solved the problem or have any suggestions please share. This is my post in MS newsgroup and hope (again) to get some feedback from Axis user group. =20 I posted this question more than a week ago and I have not received any reply. I do need to have some sort of resolution on my problem since I believe that .NET can work as a client to communicate with a web service running in Java. I wish I am not wrong about this. =20 I have stripped the case to a simple "login" test. =20 The web service is doc/literal. Server is Axis/Java. Client is .NET/C#. =20 1. Client .NET/C# generated a request as below. And the request was sent to Axis. =20 " xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema"> xmlns=3D"urn:soap.v1.webservices">john@ws.comfoo =20 2. Axis/Java received the request and sent a response to .NET/C# client: =20 Content-Type: text/xml; charset=3Dutf-8 =20 183 =20 " xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema " xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance"> xmlns=3D"urn:soap.v1.webservices">Now this is really simple 0 =20 3. .NET/C# client should have marshalled the xml to a response object. But it did not. It claimed that the "response" object is null. =20 =20 Thanks a million, =20 Scott =20 ------_=_NextPart_001_01C4002E.AC92608A Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

I don’t know if I am happy with my discovery or = not. I have tried to solve my problem with “null” response with = .NET/C# client working with Axis WS server in last week and found that there was another Axis user experienced similar problem which was posted to = Microsoft newsgroup in last December. If anyone have solved the problem or have = any suggestions please share. This is my post in MS newsgroup and hope = (again) to get some feedback from Axis user group.

 

I posted this question =
more than a week ago and I have not received any reply. I do need to =
have some sort of resolution on my problem since I believe that .NET can =
work as a client to communicate with a web service running in Java. I =
wish I am not wrong about this.
 
<= pre>I have stripped the case = to a simple "login" test.
 
<= pre>The web service is = doc/literal.
Server is =
Axis/Java.
Client is =
.NET/C#.
 
<= pre>1. Client .NET/C# = generated a request as below. And the request was sent to = Axis.
 
<= pre><?xml = version=3D"1.0" = encoding=3D"utf-8"?><soap:Envelope xmlns:soap=3D"http://schemas.xmlsoap.org/soap/envelope/<= /span>" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance<= /span>" xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema">= <soap:Body><loginRequest = xmlns=3D"urn:soap.v1.webservices"><passport><email&= gt;john@ws.com</email><password>foo</password></pass= port></loginRequest></soap:Body></soap:Envelope>
 
<= pre>2. Axis/Java received the = request and sent a response to .NET/C# = client:
 
<= pre>Content-Type: text/xml; = charset=3Dutf-8
 
<= pre>183 <= pre><?xml = version=3D"1.0" = encoding=3D"UTF-8"?><soapenv:Envelope = xmlns:soapenv=3D"http://schemas.xmlsoap.org/soap/envelope/<= /span>" xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" = xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance&= quot;><soapenv:Body><LoginResponse = xmlns=3D"urn:soap.v1.webservices"><response>Now this = is really = simple</response></LoginResponse></soapenv:Body></so= apenv:Envelope>
0
<=
font
size=3D1 face=3DVerdana> 
<= pre>3. .NET/C# client should = have marshalled the xml to a response object. But it did not. It claimed = that the "response" object is = null.
 

  

Thanks a million,

 

Scott

 

=00 ------_=_NextPart_001_01C4002E.AC92608A--