Skip navigation.
 
mlSOAP Headers
FROM : Peer Allan
DATE : Mon Apr 18 23:02:16 2005

Hello all,

I have been experimenting with SOAP with Cocoa after reading this set of
articles on macdevcenter.com

http://www.macdevcenter.com/pub/a/mac/2003/02/04/omnigene.html?page=1

I used the WSMakeStubs to generate files from the WSDL and everything seemed
to be working okay.  I am now attempting to add SAOP headers to my outgoing
XML request with no success.  From reading the documentation it looked like
all I had to do was add this line of code to set the kWSSOAPMessageHeaders

WSMethodInvocationSetProperty(ref, kWSSOAPMessageHeaders, soapHeaders);

However I am capturing the XML request with and it does not contain the
headers that I set using the dictionary soapHeaders.  Anyone done this
before that may know a trick?

Thanks

Peer

Related mailsAuthorDate
No related mails found.