Skip navigation.
 
mlRe: Cocoa: How do I send/receive XML within a HTTP connect?
FROM : fclee
DATE : Fri May 16 20:53:46 2008

Ahhh!
Okay...  I'm trying to envision how this would work.  I'm essentially working with a 'black box' (the Server).
The server is waiting for SOAP/XML data & shall respond accordingly.

So you're saying that I should do something like this:
..
NSData *soapData = <SOAP/XML> in NSData format.
..
[NSMutableURLRequest setHTTPBody:soapData];
..

Is this the correct paradigm?

Ric.

On 05/16/2008 11:29 stephen joseph butler wrote ..
> On Fri, May 16, 2008 at 1:11 PM,  <<email_removed>> wrote:
> > I should add...
> >
> > Does the NSMutableURLRequest actually send the XML data to the server?
> >
> > Via the NSMutableURLRequest class, I can alter the HTTP Body, etc.
> > However, I need to send a SOAP/XML envelope & receive a XML response.
> >
> > I don't see where in the NSNetworking docs that I can send a SOAP/XML to the
> server.
> >
> > I'm puzzled.
>
> The SOAP envelope is part of the HTTP body. The URL framework has
> nothing to do with it.
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlCocoa: How do I send/receive XML within a HTTP connect? fclee May 16, 19:59
mlRe: Cocoa: How do I send/receive XML within a HTTP connect? fclee May 16, 20:11
mlRe: Cocoa: How do I send/receive XML within a HTTP connect? Jens Alfke May 16, 20:18
mlRe: Cocoa: How do I send/receive XML within a HTTP connect? fclee May 16, 20:20
mlRe: Cocoa: How do I send/receive XML within a HTTP connect? stephen joseph but… May 16, 20:29
mlRe: Cocoa: How do I send/receive XML within a HTTP connect? fclee May 16, 20:53
mlRe: Cocoa: How do I send/receive XML within a HTTP connect? stephen joseph but… May 16, 21:13
mlRe: Cocoa: How do I send/receive XML within a HTTP connect? Jens Alfke May 16, 21:20
mlRe: Cocoa: How do I send/receive XML within a HTTP connect? Jens Alfke May 17, 22:50