protected Object invokeSoap(ServiceAdapter adapter, SOAPMessage message, HTTPProxyDestination destination)
{
if (isManaged())
{
HTTPProxyDestinationControl destinationControl = (HTTPProxyDestinationControl)destination.getControl();
if (destinationControl != null)
destinationControl.incrementInvokeSOAPCount();
}
String dynamicUrl = message.getUrl();
String contextPath = null;