tegrity without knowledge is weak and
useless, and knowledge without integrity is dangerous and dreadful.
- Original Message -
From:
Chris
Haddad
To: [EMAIL PROTECTED]
Sent: Thursday, June 06, 2002 8:52
AM
Subject: RE: Retrieving data from a SOAP
packet
get the wsdl, and generate a client using wsdl2java.
Hope this helps,
/Chris
-Original Message-
From: Anna Chen
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002
10:57 AM
To: [EMAIL PROTECTED]
Subject: Re: Retrieving data from
a SOAP packet
Ok, here is my actual c
Anna,
You are a star! Thanks loads for that.
It does exactly what I need it to!
Thanks loads
Paul
- Original Message -
From:
Anna Chen
To: [EMAIL PROTECTED]
Sent: Thursday, June 06, 2002 3:57
PM
Subject: Re: Retrieving data from a SOAP
packet
Ok
Ok, here is my actual code:
javax.xml.rpc.namespace.QName
p0QName = new javax.xml.rpc.namespace.QName("controtex.com",
"code1");
call.addParameter(p0QName, new
javax.xml.rpc.namespace.QName("http://www.w3.org/2001/XMLSchema",
"int"), int.class,
javax.xml.rpc.ParameterMode.IN);
Here is the code I am using:
Service service = new
Service();
Call call = (Call)
service.createCall();
// create the endpoint
URL String endpoint = "http://localhost:8900/Soap-Control";
// set up the call information
ca
ly I want to retrieve the Body of the SOAP Packet, but as there is
no
deserializer for the SOAP response, it's throwing an error.
Any way to get round it?
Paul
> > -Original Message-
> > From: Paul Johnston
[mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 27, 2002 4:
r for the SOAP response, it's throwing an error.
Any way to get round it?
Paul
> > -Original Message-
> > From: Paul Johnston [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 27, 2002 4:20 PM
> > To: [EMAIL PROTECTED]
> > Subject: Retrieving data from a
and so on. Is this what you wanted? Regards.
> -Original Message-
> From: Paul Johnston [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 27, 2002 4:20 PM
> To: [EMAIL PROTECTED]
> Subject: Retrieving data from a SOAP packet
>
>
> I am implementing a SOAP interfac
I am implementing a SOAP interface to a client's software and am having a
problem serializing the data returned. The data is returned like this:
http://schemas.xmlsoap.org/soap/envelope/";
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
http://test.blah.c