Generating XML Payloads

Generate XML file based on where the part types definition are defined.

  • Part types are defined in the XSD, imported from WSDL

    Right-click the .xsd file and select Generate > XML file.

  • Part types are defined in WSDL

    In Eclipse, make a copy of the WSDL and change the extension to .xsd. Or, right-click the .xsd file and select Generate > XML file.

The generated XML file is a valid XML payload for methods exposed over HTTP POST.