I have a query how I can parse the response of a soap webservices in java using the java api, JAX-WS.
in advance thank you very much for your input.
I have a query how I can parse the response of a soap webservices in java using the java api, JAX-WS.
in advance thank you very much for your input.
Hello If you use the Netbeans IDE, you can consume it with the client function that has this ide.
New Project - > JavaApplication.
Right click on the project - > New Then Select -> Web Service Client.
If you do not have it, you should install Java EE.
Then you choose the option to consume from URL.
Once this process is completed automatically, all the classes necessary to consume the service will be created.
You can find enough information on this page: