The web service I am trying to reach uses a different url for the wsdl than it does for the web service. The address cannot be changed anywhere in the UI. We would like to be able to redirect the call to a different address (or even localhost for testing) when it is made. Does anyone know where the call can be hooked just before it is made?
Our immediate objective is to be able to get an unencrypted sniff of the packet that is normally being sent to an https address. Changing the address of the webservice in the UI takes away the entire service, because the WSDL is no longer at that address. Somewhere we need to be able to hook this process and inject some changes. Any suggestions would be appreciated.