J
jEru
Hey All,
I've been successful in authenticating to a particular rpc-based,
AXIS web service by adding my own "BASIC Authorization" header to the
soap request (by overriding the GetWebRequest() method), but when the
response is returned I'm not able to pull the sessionID out from the
header. I've confirmed that the sessionID is, in fact, being placed
in the header, but am not sure how to go about retrieving it.
Should I modify the wsdl to add that specific binding manually or
should I do the plumbing and yank the sessionID from the header myself
before it's deserialized by the framework? Either way, how would I go
about it?
Thanks,
jEru
I've been successful in authenticating to a particular rpc-based,
AXIS web service by adding my own "BASIC Authorization" header to the
soap request (by overriding the GetWebRequest() method), but when the
response is returned I'm not able to pull the sessionID out from the
header. I've confirmed that the sessionID is, in fact, being placed
in the header, but am not sure how to go about retrieving it.
Should I modify the wsdl to add that specific binding manually or
should I do the plumbing and yank the sessionID from the header myself
before it's deserialized by the framework? Either way, how would I go
about it?
Thanks,
jEru