Continuing from a recent thread, I'm just wondering how do i send an xml + SOAP request to a server manually using POST? i'm using objective-c in xocde,
thanks.
I think nsmutableurlrequest request is the easiest one to use. Just ensure you set your headers right and just set the body to be your XML message. That's it.