This content has been marked as final.
Show 1 reply
-
1. Re: Attaching MIME headers to SOAP request
bhaskar87 Dec 29, 2015 6:11 AM (in response to bhaskar87)Please use the attached java file. We are trying to attach the headers for authentication.
I am trying to call the attached handler with the following code:
wsService.setHandlerResolver(new HandlerResolver() {
@Override
public List<Handler> getHandlerChain(PortInfo portInfo) {
System.out.println("dsfdsgfdsg");
List<Handler> handlerChain = new ArrayList<Handler>();
handlerChain.add((Handler) new L7handler());
return handlerChain;
}
});
I have also attached the screenshot of the TCP/IP monitor that I used to track all outgoing requests.
-
L7handler.java 1.8 KB
-
Capture.PNG 42.4 KB
-