Re: Retrieving data from a SOAP packet

2002-06-06 Thread Sudhir
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

RE: Retrieving data from a SOAP packet

2002-06-06 Thread Chris Haddad
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

Re: Retrieving data from a SOAP packet

2002-06-06 Thread Paul Johnston
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

Re: Retrieving data from a SOAP packet

2002-06-06 Thread Anna Chen
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);

Re: Retrieving data from a SOAP packet

2002-06-06 Thread Paul Johnston
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

Re: Retrieving data from a SOAP packet

2002-06-06 Thread Anna Chen
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:

Re: Retrieving data from a SOAP packet

2002-06-06 Thread Paul Johnston
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

RE: Retrieving data from a SOAP packet

2002-05-28 Thread Ramon Turnes
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

Retrieving data from a SOAP packet

2002-05-27 Thread Paul Johnston
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