Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to parse WSDL in Java?

I need parser for WSDL to get the messages, portTypes, operations, bindings, services,... I hope some parser already exists. So, any guidlines?

like image 917
Milan Avatar asked Mar 22 '10 21:03

Milan


People also ask

How do you convert WSDL to Java classes?

If you would like to parse a WSDL file to generate java classes, you can use the wsimport tool. This 'wsimport' tool comes with the JDK (Java Development Kit) and resides in the JDK bin directory.

What is WSDL in Java?

WSDL stands for Web Service Description Language. It describes the web services and exchanges the information in a decentralized or distributed environment. It is used to create a relationship between the service requester and the service provider.


1 Answers

Hope this link will be useful for you to choose a WSDL parser, Parse WSDL Effectively (look at the archive of this Link: Web Archive).

I have tried using Apache Woden, WSDL4J and Membrane SOA. Apache Woden or Membrane SOA would do fine.

like image 155
R K Avatar answered Oct 02 '22 01:10

R K