Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Call Web Service method through a Proxy

977030Nov 29 2012 — edited Feb 20 2013
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:
TheService service = new TheService();
TheServiceSoap port = service.getTheServiceSoap();
port.invokeMethod(parameters...);

My problem is that I want to invoke WS operationg through a proxy and I do
not want to use System.setProperty(... , ... ) as it sets the vm properties and I dont want that.

Any suggestions, guidance is appreciated..
Kind regards
Dimitris
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2013
Added on Nov 29 2012
21 comments
9,536 views