We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i need solution for this
please refer this link :
http://stackoverflow.com/questions/34553914/java-bind-soap-wsdl-client-request-to-a-specific-ip
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
i need solution for this
please refer this link :
http://stackoverflow.com/questions/34553914/java-bind-soap-wsdl-client-request-to-a-specific-ip
The text was updated successfully, but these errors were encountered: