Due to some unknown issue, al our outgoing webservice invocation calls are broken:
loggin show only this last entry:
[11/01/06 10:54:02] ID=ESBrsvz (trace) [WSInvocation] Invoking synchronous SOAP request-response callout. Waiting for response...
I would obtain SoapUI (there is a free version) and attempt the calls manually. Often, a lot of interesting things will show up, either in bad WSDLs, networking routing/blocking, user account settings, etc.
Since in 7.5 invocations go via the broker use SMC to turn on tracing for HTTP Direct. You will see the request and response http codes. That should alow you to find out if you get a response back to the broker or not.
An alternative option is to use some form of tcp tunnel and send/receive via the tunnel.
Thomas