Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Soap complextype parameter



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.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.