I have a WSE2 SP3 web service that appears to be blocking just the return
String value on the client end. Is that possible in a proxy server or
firewall? The client is able to initiate the call and upload their file. The
output trace has the return value that is being returned to them, which is
the correct value. But, the client receives nothing. Well, they are
receiving, I believe, a zero-length String.
Any tips on where I should be looking for a solution?
BTW, these this client used to work just fine.
Thank you.