Consuming Java web service from .Net
Hi,
I have a question, somebody with exposure please answer. I need to call a JAVA webservice from C# (VS.6 & SOAP tool kit or VS.net). The Java webservice has been deployed on SOAP RPC Router . But there is no absloute path for the WSDL docs, everything should go via this router. I have gone through different scenario and everywhere it is mentioned as the proxy should be created from the WSDL location or reference the absolute location of either asmx or wsdl like http:///context_root/services/?wsdl
Is anyway can this be handled with out a absloute path
https:///webservice/RPCRouter.
Any help will be appreaciated.
Thanks
Sush