• 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
Nested SOAP parameters
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Nested SOAP parameters


  • Subject: Nested SOAP parameters
  • From: Ivan C Myrvold <email@hidden>
  • Date: Thu, 4 Oct 2007 11:48:58 +0200

How do I make nested SOAP parameters in Cocoa?

If I want to send a parameter like

<name>ivan</name>

I can simply set
WSMethodInvocationSetParameters(soapCall, (CFDictionaryRef)params, nil);
where
params = [NSDictionary dictionaryWithObjectsAndKeys:@"ivan", @"name", nil);


But what if I have a parameter like:

<person>
   <name>ivan</name>
</person>

How do I pass that to WSMethodInvocationSetParameters?

Ivan
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Nested SOAP parameters
      • From: Dave Hersey <email@hidden>
  • Prev by Date: Re: NSSavePanel's required/allowed types [solved]
  • Next by Date: NSObjectInaccessibleException -- CoreData could not fulltill a fault
  • Previous by thread: Re: NSSavePanel's required/allowed types [solved]
  • Next by thread: Re: Nested SOAP parameters
  • Index(es):
    • Date
    • Thread