openesb-components/driver-tests/bpelse/POJOCalls/memberJavaMethod/memberJavaMethodApplication/test/TestCase1/Input.xml

13 lines
491 B
XML
Executable File

<soapenv:Envelope
xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:syn="http://xml.netbeans.org/schema/Synchronous">
<soapenv:Body>
<syn:typeA>
<syn:paramA>Hello, Synchronous World!</syn:paramA>
</syn:typeA>
</soapenv:Body>
</soapenv:Envelope>