Phyton to Java
Java
2
Posts
2
Posters
0
Views
1
Watching
-
Can someone tell me how this can be done in Java? It's a PERL Web service call in Phyton, there is no WSDL available. Any suggestions will be appreciated. server = SOAP.SOAPProxy("https://xyz:xyz@soap.abc.com/mod\_soap",namespace="somenamespace") test=('connection_test','') a=apply(server.dynamic, test) print a
-
Can someone tell me how this can be done in Java? It's a PERL Web service call in Phyton, there is no WSDL available. Any suggestions will be appreciated. server = SOAP.SOAPProxy("https://xyz:xyz@soap.abc.com/mod\_soap",namespace="somenamespace") test=('connection_test','') a=apply(server.dynamic, test) print a