Actually I'd say that SOAP support across other protocols could be set up
depending upon system capabilities. If your system supports an SMTP client,
I can see something like
<p:declare-step name="email">
     <p:input port="envelope-headers"/>
     <p:input port="payload"/>
     <!-- pipeline for processing -->
</p:declare-step>
<p:declare-step name="soap-envelope">
     <p:parameter name="to"/>
     <p:parameter name="from"/>
     <p:parameter name="cc"/>
     <p:parameter name="bcc"/>
     <p:xquery>
          <p:input port="query">
                 <p:document href="create-source-envelope.xq"/>
          </p:input>
     </p:xquery>
     <p:output port="envelope-headers"/>
</p:declare-step>
Kurt Cagle
Managing Editor
http://xmlToday.org
On Tue, Apr 21, 2009 at 6:30 AM, Florent Georges <fgeorges@gmail.com> wrote:
> 2009/4/21 Costello, Roger L. wrote:
>
> > Do you agree that XProc supports both REST and SOAP
> > web service orchestration?
>
>   I would say it supports Web services *requests* through HTTP (so it
> supports SOAP over HTTP.)  About orchestration, that would be the work
> of your specific pipeline.
>
>  Just me 2 cents,
>
> --
> Florent Georges
> http://www.fgeorges.org/
>
>