Consume a soap Webservices

0

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.

    
asked by david saul Ramirez 18.09.2018 в 19:03
source

1 answer

0

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:

Netbeans

    
answered by 22.09.2018 в 02:00