Re: WebServices with multiple parts
Re: WebServices with multiple parts
- Subject: Re: WebServices with multiple parts
- From: Kjell Nilsson <email@hidden>
- Date: Thu, 13 Jan 2005 16:15:57 +0100
Sorry to follow up my own post, but to make myself a little bit more
understandable...
I get back the first part from my invoke to the WOWebServiceClient,
that is
an array of int. But the second part, the array of string I dont get
back.
I have not seen any examples that uses more than one part in the
Response
so I'm quite puzzled.
--kjell
On 2005-01-13, at 15.38, Kjell Nilsson wrote:
HI
I have some problems getting the response back from a multipart
response. Is it not
possible using the standard WO approache. I have followed the Amazon
example and
all my operations work perfectly if they only include one part.
Here is an example wsdl to explain my problem.
<message name="TE_domain_getAllRequest">
<part name="SessionID" type="xsd:string"/>
</message>
<message name="TE_domain_getAllResponse">
<part name="DomainIDs" type="tns:ArrayOfint"/>
<part name="DomainNames" type="tns:ArrayOfstring"/>
</message>
<operation name="TE_domain_getAll">
<input message="tns:TE_domain_getAllRequest"/>
<output message="tns:TE_domain_getAllResponse"/>
</operation>
Greatful for any hints
--kjell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden