How do I pass a LtpaCookie to a web service using a SOAP call? I believe
the cookie should be passed in the http header (not the SOAP header). I've
constructed the SOAP Call but when I execute soapCall.getSOAPTransport() I
get a null returned. If I try to construct the SOAPTransport as:
SOAPTransport soapTransport = new SOAPHTTPConnection(), then when I do
soapTransport.getHeaders() I get a null returned. There is no
soapTransport.setHeaders() method.
What am I missing here?
Thanks much for any help.
- Dave Levitt
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>