G
Guest
Hi,
I have to call a java-written soap webservice from a .NET client
application. Unfortunately, the URL contains of a double slash "//", as u can
see in this example:
http://linux04.bla.blabla.com:18088//LM_SoapServices/BaanRequest.wsdl
..NET automatically replaces the "//" with a "/" and therefore the call
fails. Setting the "Url" property of the web service proxy class at runtime
results in the same behavior.
As far as I was told, it is NOT against the the standard to use multiple
slahes in an URL. So is there any way to stop .NET from replacing them?
thanks in advance,
Benjamin
I have to call a java-written soap webservice from a .NET client
application. Unfortunately, the URL contains of a double slash "//", as u can
see in this example:
http://linux04.bla.blabla.com:18088//LM_SoapServices/BaanRequest.wsdl
..NET automatically replaces the "//" with a "/" and therefore the call
fails. Setting the "Url" property of the web service proxy class at runtime
results in the same behavior.
As far as I was told, it is NOT against the the standard to use multiple
slahes in an URL. So is there any way to stop .NET from replacing them?
thanks in advance,
Benjamin