Java Reference
In-Depth Information
</axis2ns1:helloResponse>
</soapenv:Body></soapenv:Envelope>
Buried in some considerable text is the venerable message, “Hello World”. This SOAP re-
sponse of course matches the element described in the inline schema.
As you can see, from this perspective there is not really any difference between invoking a
BPEL process and invoking any other web service. Its interface is defined with WSDL, and
you send and receive messages, usually in SOAP. The only thing that's really new here is the
BPEL itself, so in the next recipe, we'll peek over the other side of the wall and see what is
happening to your TestPart request once the service receives it.
Search WWH ::




Custom Search