aspose file tools
The moose likes Web Services and the fly likes Alternate way to access web service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Alternate way to access web service" Watch "Alternate way to access web service" New topic
Author

Alternate way to access web service

Gaurav Chugh
Ranch Hand

Joined: Aug 28, 2001
Posts: 50
Is there any other alternative way to access web service without using Client proxy object to call the web service ?

Client-->Client Proxy-->Web service

Any thought ?

Thanks
Gaurav
Duc Vo
Ranch Hand

Joined: Nov 20, 2008
Posts: 254
Gaurav Chugh wrote:Is there any other alternative way to access web service without using Client proxy object to call the web service ?

Client-->Client Proxy-->Web service

Any thought ?

Thanks
Gaurav

Post the soap message directly to the web service endpoint, then it will be
Client --> Web service
Gaurav Chugh
Ranch Hand

Joined: Aug 28, 2001
Posts: 50
Thanks and can you describe me if possible how to find out the end point for the web service.

Regards
Gaurav
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12327
    
    1
Presumably the end point will be documented by the person offering the web service - a WSDL document is usual.

Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Alternate way to access web service
 
Similar Threads
Query regarding webservice client.
Webservice & EJB
Axis HTTP Proxy Settings
is there any way to pass environment variable, not by using -D ?
java swing client setting header