Menu

serializing

redmitry

Writing WSDL 2.0 Descriptor

Writing a Descritor object is as simple as reading it:

WSDL2Factory factory = WSDL2Factory.newInstance();
WSDL2Writer writer = factory.getWSLD2Writer();
writer.write(description, new StreamResult(System.out));

This code writes the description object into java console.
Similar way it can be serialized into any other javax.xml.transform.Result.


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.