Re: Complex Types and WebServicesCore
Re: Complex Types and WebServicesCore
- Subject: Re: Complex Types and WebServicesCore
- From: Chris Hanson <email@hidden>
- Date: Mon, 25 Nov 2002 22:50:58 -0600
At 11:07 PM -0500 11/25/02, Scott Anguish wrote:
I addressed this in my O'Reilly Mac OS X Conference talk...
http://www.stepwise.com/SpecialCoverage/ORA2002/WebServicesIntro.pdf
slide 28, 29 and 30 cover this explicitly
basically, you need to a key of kWSRecordType to your request
with m:whatever as the value..
Cool, thanks, Scott! This will work great for complex types!
Unfortunately, this doesn't seem to quite do what I need in this
situation. All I really want to do is generate XML like
<creationDate
xsi:type="xsd:dateTime">2002-11-26T04:34:00Z</creationDate>
for the element. It's not actually a record type, it's just that
passing an NSString will generate an xsd:string and passing an NSDate
will generate an xsd:timeInstant. Any ideas, or will I have to drop
down to the C interface and use
WSMethodInvocationAddSerializationOverride?
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
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.