Title: RE: Java Client Deserializer

SCORE!!!!!!!!!!!!!!!!!!!!!!!!

Hi Tom, I found a workaround!! :-) Thanks to the folks at [EMAIL PROTECTED]

http://groups.yahoo.com/group/soapbuilders/message/3964

basically change your .NET web service encoding type from document/literal to rpc

[WebMethod]
[SoapRpcMethod()]
      public string RetString(string x){
            return(x);
      }

Now I need to figureout how to make a java client call using document/literal

Regards,
    St�phane..

-----Original Message-----
From: Tom Kubik [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 4:27 PM
To: St�phane Trottier
Subject: RE: Java Client Deserializer


That would be great.  I'll let you know if we have any sucess on this
end as well. Thanks!

-----Original Message-----
From: St�phane Trottier [mailto:[EMAIL PROTECTED]]
Sent: June 20, 2001 7:18 PM
To: Tom Kubik
Subject: RE: Java Client Deserializer



Hi Tom,
        I've had some success calling the web service manually has
opposed to calling the regular call.invoke(url, sAction)

I get a soap msg back and I can load the results back into an XML Dom
but when I try to extract the envelope it complains about not having the
proper deserializer. so I suppose If I don't try to deserialize the msg
I could just parse the soap envelope my self. I'll try and cleanup my
sample tonight then I will send it out to you if you want.

Stephane..

-----Original Message-----
From: Tom Kubik [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ]
Sent: Wednesday, June 20, 2001 4:07 PM
To: [EMAIL PROTECTED]
Subject: Java Client Deserializer


Hi Stephane,
 
I noticed your message below to the SOAP discussion group.  We're having

the same deserializer problem - trying to consume a .Net Beta 2
webservice using Apache Soap 2.2.  Wondering if you happened to find a
workaround that you could share with us?  Any help would be great
appreciated!  Thanks!
 
 

Date:         Wed, 20 Jun 2001 11:52:50 -0700

Reply-To:     SOAP <[EMAIL PROTECTED]>

Sender:       SOAP <[EMAIL PROTECTED]>

From:         St�phane Trottier <[EMAIL PROTECTED]>

Subject:       Java Client Deserializer
< http://discuss.develop.com/archives/wa.exe?A2=ind0106
<http://discuss.develop.com/archives/wa.exe?A2=ind0106&L=SOAP&D=0&m=8103
> &L=SOAP&D=0&m=8103
&P=13069>

Comments: To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>

Content-Type: multipart/alternative;






Hi,

    I'm trying to use a java client to talk to a Microsoft.NET Web
Service.

It seams like the client is getting the proper data back from the web

service but it fails to Deserialize the returned xml. How do I create a

Deserializer for this xml?



Sincerely,
Tom Kubik


              WEB FRONT COMMUNICATIONS INC.             
Microsoft Gold Certified Partner for E-Commerce Solutions

tel. 416.777.0987  ext. 224              www.webfront.net
fax. 416.777.0348                   [EMAIL PROTECTED]


Reply via email to