The XSD Operation methods enable you to marshal and unmarshal messages. To display a complete list of available XSD operation methods, click XSDOperation and then click Settings.
Table 6 XSD Operation Methods|
Description |
|---|
|
The marshal method marshals the information in the OTD bean, and returns an XML document. |
|
The unmarshal method unmarshals the information in an XML document, and returns an OTD bean. |
|
The marshalToBytes method marshals the information in the OTD bean, and returns the data as bytes. |
|
The unmarshalFromBytes method unmarshals the bytes input, and returns an OTD bean. |