RE: A simple question regarding client implementation

2001-12-30 Thread William Brogden
> -Original Message- > From: ashish ranjan [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 30, 2001 7:26 PM > To: [EMAIL PROTECTED] > Subject: A simple question regarding client implementation > > > I have a web service which returns a complex object > comprising of three > strin

RE: A simple question regarding client implementation

2001-12-30 Thread Chris Means
Create one object (and it's de/serializer) that has those four properties. > -Original Message- > From: ashish ranjan [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 30, 2001 6:26 PM > To: [EMAIL PROTECTED] > Subject: A simple question regarding client implementation > > > I have a

A simple question regarding client implementation

2001-12-30 Thread ashish ranjan
I have a web service which returns a complex object comprising of three string and one base64binary data type. On the server side (.NET) i have serialized this object so it return a valid SOAP response given below. How to make a java client for this to receive all four results? HTTP/1.1 200 OK