Advantages of using WSDL4j over DOM api

175 Views Asked by At

For WSDL handling, we can use org.w3c.dom api. We can parse the WSDL as an XML and navigate through different nodes and create different elements.

Then what is the advantage of WSDL4j that it is preferred over DOM api for web services construction?

0

There are 0 best solutions below