Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bind ip address to soap connection #45

Open
89viral opened this issue Jan 1, 2016 · 1 comment
Open

bind ip address to soap connection #45

89viral opened this issue Jan 1, 2016 · 1 comment

Comments

@89viral
Copy link

89viral commented Jan 1, 2016

i need solution for this

please refer this link :

http://stackoverflow.com/questions/34553914/java-bind-soap-wsdl-client-request-to-a-specific-ip

@cfalzone
Copy link

cfalzone commented Jan 2, 2016

I don't see why you couldn't pass an IP address as a URL like:

URL u = new URL("http://www.xxx.yyy.zzz:port/somepath/whatever?wsdl");
Wsdl w = Wsdl.parse(u);

Shouldn't be a problem. If it is you could just use a local hosts file to point some random dns to whatever IP you wanted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants