Menu

parsing

redmitry

Parsing example

Here is a simple example how to parse a WSDL 2.0 file:

WSDL2Factory factory = WSDL2Factory.newInstance();
WSDL2Reader reader = factory.getWSLD2Reader();
InputSource source = new InputSource("http://my_wsdl2.xml");
Description description = reader.read(source);

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.