10-24-05 11:14 PM
Hi All
I am facing a funny problem. I have a C# Web Service running in IIS Server.
When we make a calls to this C# Web Service, a portlet - RAD ? 6.0 ? WPS 5.0
? Test environment it is fine, and when we run the same code from the same
portlet - RAD 6.0 ? WPS 5.1
? Test Environment it is failing.
Failing means the input parameters are passed as NULL Strings to the C# Web
Service.
We changed the C# code such a way if it receives a NULL I/P it throws an err
or string "Invalid Input", this string too not reaching the Java / Portlet.
Basically the inputs and return values are not getting passed to the other s
ide.
[ Post a follow-up to this message ]
|