WebServices with multiple parts
WebServices with multiple parts
- Subject: WebServices with multiple parts
- From: Kjell Nilsson <email@hidden>
- Date: Thu, 13 Jan 2005 15:38:34 +0100
HI
I have some problems getting the respond back from a multipart
responce. Is it not
possible using th standard WO approace. I have followed the Amazon
example and
all my operations work perfectly if they only includes 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