RE: a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
! -Mensaje original- De: Upayavira [mailto:[EMAIL PROTECTED] Enviado el: lunes, 29 de septiembre de 2003 15:21 Para: [EMAIL PROTECTED] Asunto: Re: a simple pipeline and a javascript client Wermus Fernando wrote: >If I replace the stream generator with the file generator, the client runs >o

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
: [EMAIL PROTECTED] Asunto: Re: a simple pipeline and a javascript client Try replacing the stream generator with a file generator, and see if you can get a file back. Then try accessing the URL from a browser. What error do you get. Regards, Upayavira Wermus Fernando wrote: Yep Upayavira. I´m so

RE: a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
javascript client. -Mensaje original- De: Upayavira [mailto:[EMAIL PROTECTED] Enviado el: lunes, 29 de septiembre de 2003 12:23 Para: [EMAIL PROTECTED] Asunto: Re: a simple pipeline and a javascript client Try replacing the stream generator with a file generator, and see if you can get a f

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
, "CALL") // xmlhttp.setRequestHeader("Content-Type", "text/xml")</pre><br> <pre style="margin: 0em;"><br>var miSoap="hello"; alert(miSoap); xmlhttp.send(miSoap); } -Mensaje original- De: Upayavira [mailto:[EMAIL

RE: a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
cocoon-soap/xmlservice2</a> HTTP/1.1") // xmlhttp.setRequestHeader("MessageType", "CALL") // xmlhttp.setRequestHeader("Content-Type", "text/xml") var miSoap="hello"; alert(miSoap); xmlhttp.send(miSoap); } -Mensaje original

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
Wermus, You're posting to http://127.0.0.1:8080/cocoon-soap/test But your matcher matched xmlservice2. You need to have a matcher to match the URL you post to, e.g. pattern="cocoon-soap/test" or maybe just pattern="test", depending upon your setup. Regards, Upayavira Wermus Fernando wrote: