Title: Probem with a result of a pipe

Hi all (sorry, i am not very firm with cocoon),

i have the following problem:

from an input form (submit) i am getting an xml stream in the expected way. Now, at the
end of the pipe i want give the result of the pipe to another pipe to make
an request.
How can i do this? How can i receive the xtream in the outside pipline and work (make
a soap call) with the stream...


I am using the following pipes at the moment:

1)
** generate an xml after input data in a form **
<map:match pattern="*eingabestream">
  <map:generate type="serverpages" src="">   <map:transform type="xslt" src="">   <map:serialize type="xml"/>
</map:match>


2)
** with the result from the first pipe i want call the next pipe (3), **
** calling a match SOAPCALL in this other application/sitemap.        **
<map:match pattern="ok">
  <map:generate type="wsproxy" src="" href="http://localhost:8082/cocoon/EWO_Request/soapcall">http://localhost:8082/cocoon/EWO_Request/soapcall"/>
  <map:transform type="xslt" src="">   <map:serialize type="html"/>
</map:match>

3)
** pipe in the outside application **

<map:match pattern="soapcall">
  <map:generate type="serverpages" src="" label="raw"/>
  <map:transform type="xslt" src="" label="simpletrans"/>
  <map:serialize type="xml">
    <set-content-length>false</set-content-length>
   </map:serialize>
</map:match>


Regards Dirk

----------------------------------------
Dirk Skirde
Hessische Zentrale für Datenverarbeitung
Mainzer Strasse 50  Raum 009
65189 Wiesbaden
Tel.:  +49 611 340 1941
Fax:   +49 611 340 5941
EMail: [EMAIL PROTECTED]

Reply via email to