Results 1 to 1 of 1
- 11-29-2012, 05:02 PM #1
Member
- Join Date
- Nov 2012
- Posts
- 1
- Rep Power
- 0
Call Web Service method through a Proxy
Hi everybody,
I am using Java in Netbeans.
I have implemented a client for a WS from the WSDL file.
I have managed to call operations of the WS by coding:
My problem is that I want to invoke WS operationg through a proxy and I doJava Code:TheService service = new TheService(); TheServiceSoap port = service.getTheServiceSoap(); port.invokeMethod(parameters...);
not want to useas it sets the vm properties and I dont want that.Java Code:System.setProperty(... , ... )
Any suggestions, guidance is appreciated..
Kind regards
Dimitris
Similar Threads
-
Tutorial how to call OSGI service from EAR package
By rcbandit in forum Advanced JavaReplies: 0Last Post: 01-14-2012, 05:29 PM -
Tutorial how to call OSGI service from EAR package
By rcbandit in forum Advanced JavaReplies: 0Last Post: 01-04-2012, 04:16 PM -
how to call service method inside another service
By kirtichopra2003 in forum Web FrameworksReplies: 1Last Post: 10-24-2009, 02:19 AM -
How to Call a java service
By omikeneil in forum Advanced JavaReplies: 3Last Post: 10-17-2009, 03:30 AM -
cannot call private method from static method
By jon80 in forum New To JavaReplies: 3Last Post: 05-07-2008, 08:37 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks