aspose file tools
The moose likes Web Services and the fly likes How to call python web service in java client code? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to call python web service in java client code?" Watch "How to call python web service in java client code?" New topic
Author

How to call python web service in java client code?

chaohua wang
Ranch Hand

Joined: Dec 22, 2002
Posts: 62
Hi Folks,

I am a newer for webservice.
I have a python web service at server side.
i can put web service client call as a URL in the browser.

https://lochost:8080/spinrpc.py?method=Location.update&id=1120001&update_lifecycle=ok

But I am not use how to write a java code to make client call, and can i use java.net.URL to make a call?


how to write a SOAP xm file for these values?
method=Location.update&id=1120001&update_lifecycle=ok

Thank you in advance.

Chwang
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to call python web service in java client code?
 
Similar Threads
Web service using HttpURLConnection
How to make a web service call using jqSOAPClient.js
Doubts in Fibonacci Web Services Example
Axis service always reads "(MEMO)" from arguments
General Doubts in WebServices after Fibonacci Example