• 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
Soap complextype parameter
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Soap complextype parameter


  • Subject: Soap complextype parameter
  • From: TACKEL <email@hidden>
  • Date: Thu, 31 Jul 2003 17:39:54 +0100

Hi,

Do you know how to make a soap request encoding the parameter with a custom type
instead of a CFDicitionary


This is the type in the server (SpamKiller example from xmethods), but i cannot pass my
parameter with this type it's encode like a CFDictionary

- <complexType name="PurgeRequest">
- <sequence>
<element name="serverName" nillable="true" type="xsd:string" />
<element name="userName" nillable="true" type="xsd:string" />
<element name="password" nillable="true" type="xsd:string" />
<element name="serverType" nillable="true" type="xsd:string" />
<element name="targetFolder" nillable="true" type="xsd:string" />
<element name="moveToFolder" nillable="true" type="xsd:string" />
<element name="test" type="xsd:boolean" />
<element name="addresses" nillable="true" type="xsd:string"
maxOccurs="unbounded" />
<element name="subjectPattern" nillable="true" type="xsd:string" />
</sequence>

</complexType>


Thanks tackel
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: RE: Adding firewall rules at runtime...
  • Next by Date: Re: Adding firewall rules at runtime...
  • Previous by thread: QT and Cocoa
  • Next by thread: The right way to hide warning icons (controls)
  • Index(es):
    • Date
    • Thread