Soap complextype parameter
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.