Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Web Services
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Web Services
Calling WebService from a simple java class
Renjith Ravi
Greenhorn
Posts: 1
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I am new to web service and web based applications.
Can anyone expalin me how to call a webservice from a simple
java
code .!!?
can i use java.net.URI class for that purpose?
regards,
Renjith
sudipto shekhar
Ranch Hand
Posts: 826
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi and welcome to java ranch!!
This might help you in getting started "
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/webserv/setenv.html
"
\m/ ... all the best
Regards, Sud.
SCJP 5
ScjpFAQ
JLS
Naren Mane
Greenhorn
Posts: 16
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Renjith,
WELCOME. You can call webservice easily by using WSDL2Java tool of AXIS2 WS engine. Have a look here
http://axis.apache.org/axis2/java/core/
.
Thanks.
Tim Moores
Bartender
Posts: 7645
178
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Depends on what kind of service you're talking about. For RESTful services java.net.HttpURLConnection works just fine. For
SOAP
services it gets a lot more complicated.
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
create and access web service with apache axis
How to deploy a JAX-WS webservice which is both Service Provider and Consumer for someother Service?
Help: Creating web service proxy using JAXB generated domains
cont able to run a sample webservice using eclipse, axis2, tomcat
Creation of WebService
More...