WSInvocation as string?
WSInvocation as string?
- Subject: WSInvocation as string?
- From: Jaime Magiera <email@hidden>
- Date: Sat, 28 Dec 2002 14:19:14 -0500
So I've been building this SOAP server using strictly Core
Foundation/Carbon. It's actually not that bad. I've implemented the
low-level XML parser to get the data from an incoming request.
CFTree/CFXMLTree are used to create a SOAP response.
However, I'm wondering if I'm not re-building the wheel in regards to
the new WebServices Core. It seems like there should be some way to
create the message in WebServices Core, then get the message string to
use elsewhere. The serialization method only returns a CFDictionary of
the WebServices Core defined keys.
Is there a way to get the SOAP message from WSC as a string to use
elsewhere?
Jaime
_______________________________________________
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.