• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WebServices with multiple parts
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: WebServices with multiple parts
      • From: Kjell Nilsson <email@hidden>
  • Prev by Date: WebObjects components in packages with Eclipse and WOLIPS
  • Next by Date: Re: WebServices with multiple parts
  • Previous by thread: WebObjects components in packages with Eclipse and WOLIPS
  • Next by thread: Re: WebServices with multiple parts
  • Index(es):
    • Date
    • Thread