Due to how security is handled in our client's environment we need to use a custom SOAP message handler.
In a Java code this is done like this:
((BindingProvider) wsport).getBinding().setHandlerChain(handlerChain);
where "handlerChain" is a list of handlers that is accordingly populated.
Would it be possible to configure a handler chain for a webservice call in Neoload? Can one somehow get a hand on the webservice port object that Neoload uses and set it up accordingly?
Thank you and regards,
Tomasz G.