C
Carlton858
I built a webservice in C# that is called by a Java application. The
problem I am encountering is the Java app seems to send my webservice
NULL values, which is not what the application thinks it is sending.
The reason I know Java app is sending my web service NULL values is
because my web service sends back a NULL value message to the Java
app. Does anyone know a reason why this might be or do you need to
see the WSDL's?
I think something is wrong with the SOAP message the Java app is
sending to the MS web service, but I do not know how to fix it or
debug it. I have read about netmon.exe, but cannot seem to find it.
Anyone know of a location?
Carlton
problem I am encountering is the Java app seems to send my webservice
NULL values, which is not what the application thinks it is sending.
The reason I know Java app is sending my web service NULL values is
because my web service sends back a NULL value message to the Java
app. Does anyone know a reason why this might be or do you need to
see the WSDL's?
I think something is wrong with the SOAP message the Java app is
sending to the MS web service, but I do not know how to fix it or
debug it. I have read about netmon.exe, but cannot seem to find it.
Anyone know of a location?
Carlton