This content has been marked as final.
Show 1 reply
-
1. Re: How to develop a WebServiceClient correctly?
ulrike Apr 21, 2008 4:32 AM (in response to ulrike)There was just one missing line that separated me from enlightenment. ;)
requestContext.put(MessageContext.HTTP_REQUEST_HEADERS, requestHeaders);
I forgot to put the requestHeaders back into the requestContext... Maybe I need a little break.