Skip to the navigation
.
Skip to the content
.
Apache Geronimo
|
Sourceforge project site
|
Downloads
Geronimo Application Server Assemblies
Home
Assemblies
Modules
<- back to the sample description
Testing the process
<?xml version="1.0" encoding="ISO-8859-1"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gas="http://gaswerk.sourceforge.net/soa-stack/sample/bpel"> <soapenv:Body> <process> <payload> <gas:SampleBPELProcessRequest> <gas:input>nichts</gas:input> </gas:SampleBPELProcessRequest> </payload> </process> </soapenv:Body> </soapenv:Envelope>
<- back to the sample description