A friendly place for programming greenhorns!
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
Author
How to call python web service in java client code?
chaohua wang
Ranch Hand
Joined: Dec 22, 2002
Posts: 62
posted
Jan 11, 2012 19:05:03
0
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?
URL u = new URL(lochost:8080); URLConnection uc = u.openConnection();
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter