web service

2004-01-31 Thread hgadm
Dear all, sorry for pasting this to the Cocoon group but I really enjoy the traffic and expertise here ! I am using Cocoon and Axis. I recently did deploy a webservice on Axis/Tomcat. Now a friend asked me to write an asp client to access the Axis jws via asp and SOAP. I really appreciate advic

web service

2004-01-31 Thread hgadm
Dear all, sorry for pasting this to the Cocoon group but I really enjoy the traffic and expertise here ! I am using Cocoon and Axis. I recently did deploy a webservice on Axis/Tomcat. Now a friend asked me to write an asp client to access the Axis jws via asp and SOAP. I really appreciate advic

Web service

2004-09-08 Thread Jean-Claude Moissinac
Hello I'm trying to use the SOAP logicsheet I don't find documentation about it other than the sample. I'm trying to derive a test from the following sample http://...mycocoon.../samples/blocks/xsp/soap/temperature which is based on the following xsp http://apache.org/xsp"; xmlns:xsp-request="htt

web service Help!

2003-09-26 Thread Wermus Fernando
I´ve followed this example to make an xml web service. It functions fine, but when I want to make my own client with xmlHTTP and javascript on windows xp, I cant connect to the service http://www.xml.com/pub/a/ws/2003/03/18/cocoon.html This is my client. function enviar(){ var xmlhttp = new

web service Help!

2003-09-26 Thread Wermus Fernando
The ones that are interested in the article. You only have to copy cocoon-soap.war in webapps an create a table in mysql with the demo.sql script. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: Web service

2004-09-08 Thread Jean-Claude Moissinac
Hello Some more info The following soap request work well outside cocoon, but all my attempt to map that request in the soap logicsheet fails http://schemas.xmlsoap.org/soap/envelope/"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan

Paypal web service

2005-10-12 Thread Gmail User
Has anyone implemented a Paypal web services access in Cocoon. I am about to embark on creating my first web services client and would not want to re-invent the wheel. Since it is my first implementation of such a client, any hints or advice regarding the web services in flowscript is welcome. TIA

web service security

2008-06-01 Thread Andreas Kuehne
Hi folks, does anyone has experience with web service security in cocoon served web services ? I love to build my webservices with cocoon because of the easy of XML processing and delivery. But when it comes to webservice security I do miss some integration of e.g. the wss4j as a transformer

CFrom & Web Service Binding

2006-05-22 Thread johnson
Hi! Is it possible to binding Web Service for Cform, I think it will convinent to develop closs web app. Best Regards johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Web Service Proxy Generator

2005-10-30 Thread Merico Raffaele
Dear community Does anybody knows if there is any possibility to make the Web Service Proxy Generator remember a session with an invoked system? The Set-Cookie: directive of the invoked Web-Service-Server is ignored by Web Service Proxy Generator. Is there any HTTP header information that the

AW: CFrom & Web Service Binding

2006-05-23 Thread Christofer Dutz
similar way should work. Chris -Ursprüngliche Nachricht- Von: johnson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 23. Mai 2006 08:38 An: users@cocoon.apache.org Betreff: CFrom & Web Service Binding Hi! Is it possible to binding Web Service for Cform, I think it will convinent to dev

Re: Web Service Proxy Generator

2005-10-31 Thread Bertrand Delacretaz
Hi Raffaele, Le 31 oct. 05, à 07:48, Merico Raffaele a écrit : ...Does anybody knows if there is any possibility to make the Web Service Proxy Generator remember a session with an invoked system?.. The Set-Cookie: directive of the invoked Web-Service-Server is ignored by Web Service Proxy

AW: Web Service Proxy Generator

2005-10-31 Thread Merico Raffaele
..Does anybody knows if there is any possibility to make the Web > > Service Proxy > > Generator remember a session with an invoked system?.. > > > > The Set-Cookie: directive of the invoked Web-Service-Server is ignored > > by > > Web Service Proxy Generator. Is ther

Re: AW: CFrom & Web Service Binding

2006-05-23 Thread johnson
Hi Chris I've used this method before, But the code is different from the binding method, So If you have two data source, one is database, the other is web service, you must change your code. If use binding, you just need to change the binding, don't need any other code. Be

AW: AW: CFrom & Web Service Binding

2006-05-23 Thread Christofer Dutz
Darmstadt, Stuttgart, Karlsruhe, Düsseldorf -Ursprüngliche Nachricht- Von: johnson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 23. Mai 2006 15:48 An: users@cocoon.apache.org Betreff: Re: AW: CFrom & Web Service Binding Hi Chris I've used this method before, But the code is differen

Re: AW: Web Service Proxy Generator

2005-10-31 Thread Upayavira
pable with Java, then I think it is an invitation for you to improve it yourself and give us a patch. Regards, Upayavira >>>...Does anybody knows if there is any possibility to make the Web >>>Service Proxy >>>Generator remember a session with an invoked system?.. >&

Re: AW: Web Service Proxy Generator

2005-10-31 Thread Bertrand Delacretaz
Le 31 oct. 05, à 11:24, Upayavira a écrit : Merico Raffaele wrote: Ciao Bertrand Thanks a lot for the inspection of the source code and your suggestion how to fix the problem. How do we proceed now - does anybody of the developers will improve the WebServiceProxyGenerator according to your

AW: AW: Web Service Proxy Generator

2005-11-03 Thread Merico Raffaele
> > Upayavira > > >>>...Does anybody knows if there is any possibility to make the Web > >>>Service Proxy > >>>Generator remember a session with an invoked system?.. > >>> > >>>The Set-Cookie: directive of the invoked Web-Serv

Hosting a web service in Cocoon with Axis block (RE: Simple question on Cocoon and Web Service)

2006-02-08 Thread Goetzmann Bertrand
look at the soap-rpc reader. Hope this helps you. Bertrand Goetzmann. -Message d'origine- De : Peter Neu [mailto:[EMAIL PROTECTED] Envoyé : mercredi 8 février 2006 12:42 À : Goetzmann Bertrand Objet : AW: Simple question on Cocoon and Web Service Hello Bertrand, I want to do

Simple question on Cocoon and Web Service

2006-01-20 Thread Goetzmann Bertrand
Title: Simple question on Cocoon and Web Service Hi again, I know there is a way to use Cocoon as a SOAP client to invoke a web service, but what about implementing a web service with Cocoon ? Is it out of the scope of Cocoon ? Thank you. "As Java implies platform independence, an

Re: AW: AW: CFrom & Web Service Binding

2006-05-23 Thread johnson
rom & Web Service Binding Hi Chris I've used this method before, But the code is different from the binding method, So If you have two data source, one is database, the other is web service, you must change your code. If use binding, you just need to change the binding, don't need

Re: AW: AW: Web Service Proxy Generator

2005-11-04 Thread Bertrand Delacretaz
correctly handled the initial Set-Cookie of the requested Web-Service-Server. 1) The solution for the MSIE is, that you have initially request a HTML page (to accept the Set-Cookie of the Coocon application) and then go on with any WebServiceProxyGenerators. 2) Anyway I learned a lot about Java

Re: AW: AW: Web Service Proxy Generator

2005-11-04 Thread Bertrand Delacretaz
(damn reply button, sorry for the noise) Hi Raffaele, ...1) The solution for the MSIE is, that you have initially request a HTML page (to accept the Set-Cookie of the Coocon application) and then go on with any WebServiceProxyGenerators... This is awful...but thanks very much for the explan

Re: Simple question on Cocoon and Web Service

2006-01-20 Thread JanGeek
Hi Bertrand, you may have a look at the wiki-page: http://wiki.apache.org/cocoon/WebServiceServer On Friday 20 January 2006 09:20, Goetzmann Bertrand wrote: > Hi again, > > I know there is a way to use Cocoon as a SOAP client to invoke a web service, but what about implement

RE: Simple question on Cocoon and Web Service

2006-01-20 Thread Goetzmann Bertrand
Very interesting ! Thank you a lot. -Message d'origine- De : JanGeek [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 janvier 2006 09:56 À : users@cocoon.apache.org Objet : Re: Simple question on Cocoon and Web Service Hi Bertrand, you may have a look at the wiki-page:

Re: Simple question on Cocoon and Web Service

2006-01-20 Thread Giacomo Pati
users@cocoon.apache.org Subject: Re: Simple question on Cocoon and Web Service Hi Bertrand, you may have a look at the wiki-page: http://wiki.apache.org/cocoon/WebServiceServer On Friday 20 January 2006 09:20, Goetzmann Bertrand wrote: Hi again, I know there is a way to use Cocoon as a SOAP client to in

RE: Simple question on Cocoon and Web Service

2006-01-20 Thread Goetzmann Bertrand
users@cocoon.apache.org Objet : Re: Simple question on Cocoon and Web Service -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And there are the Apache Axis integration samples in COCOON_HOME/src/blocks/axis On Fri, 20 Jan 2006, JanGeek wrote: > Date: Fri, 20 Jan 2006 09:55:46 +0100 > From: JanGeek <[E

problem with calling a web service with soap

2004-10-14 Thread D.Skirde
Title: problem with calling a web service with soap Hi all, i have a problem in calling a web service with cocoon and soap. i want to sent an xml-file, which is saved on my local harddisk, via soap request to a web service. The web service function well.. How can i do this? i can't

Create web service from xsp (using cocoon-axis)

2004-10-27 Thread Oleksandr Filatov
Hi all! I have a some xsp file, that connects to DB and returns xml with some data. In sitemap.xmap I described it like this: It's simple. But I want to create web service, that should use that xsp file (to retrieve xml

RE: problem with calling a web service with soap

2004-10-14 Thread JACOB, ERIC
ET method. Thanks, Eric Jacob, ing. jr, CCNA, CCDA Bell Canada - Architecture et Intégration des Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 7:18 AM To: [EMAIL PROTECTED] Subject: problem with calling a web service w

Re: Create web service from xsp (using cocoon-axis)

2004-10-27 Thread sudhir reddy
TED]> wrote: Hi all!I have a some xsp file, that connects to DB and returns xml with some data.In sitemap.xmap I described it like this:type="serverpages"/>It's simple.But I want to create web service, that should use that xsp file (to retrievexml data)How can I so

how to access an https web service from within Cocoon?

2006-06-22 Thread Lars Huttar
Hello, We have a Cocoon application that has been accessing a web service to get some data. It uses your basic http://remotehost/blah/blah"; /> It's all worked fine in development, but now in QA and production, the web service will be accessible only via https through a reverse-

Concerning a) Woody bindings, b) Web Service publishing using existing Generator?

2004-02-17 Thread Ulf Sahlin
Hi everyone! First let me thank the Cocoon development team for an outstanding publishing framework. Next, I have two questions; one concerning Woody and the other SOAP/Axis. I'm using Cocoon 2.1.3 as for now. 1. I've been playing around a little with Woody. From my short usage experience, it loo

Re: how to access an https web service from within Cocoon?

2006-06-22 Thread Yves Vindevogel
been accessing a web service to get some data. It uses your basic http://remotehost/blah/blah"; /> It's all worked fine in development, but now in QA and production, the web service will be accessible only via https through a reverse-proxy server. So when Cocoon tries to connect to the w

Re: how to access an https web service from within Cocoon?

2006-06-22 Thread Antony Quinn
Lars, If the web service uses basic authentication you can embed the user name and password in the URL, for example: https://username:[EMAIL PROTECTED]/blah/blah" /> Cheers, Antony Lars Huttar wrote: Hello, We have a Cocoon application that has been accessing a web service to

Re: how to access an https web service from within Cocoon?

2006-06-22 Thread Lars Huttar
where the generated keys are, so that Cocoon knows to send them? Lars Lars Huttar wrote: Hello, We have a Cocoon application that has been accessing a web service to get some data. It uses your basic http://remotehost/blah/blah"; /> It's all worked fine in development, but now in

Re: Concerning a) Woody bindings, b) Web Service publishing using existing Generator?

2004-03-17 Thread Joerg Heinicke
On 17.02.2004 19:05, Ulf Sahlin wrote: 1. I've been playing around a little with Woody. From my short usage experience, it looks very promising for form management. My business logic is implemented in EJB. Is there some load/save binding framework for EJB available? Also, I have implemented an XML

Re: Concerning a) Woody bindings, b) Web Service publishing using existing Generator?

2004-03-18 Thread Ulf Sahlin
Hello Joerg! Thank you for your input. > > 1. I've been playing around a little with Woody. From my short usage > > experience, it looks very promising for form management. My > business logic > > is implemented in EJB. Is there some load/save binding framework for EJB > > available? Also, I have

Re: Concerning a) Woody bindings, b) Web Service publishing using existing Generator?

2004-03-18 Thread Joerg Heinicke
On 18.03.2004 13:55, Ulf Sahlin wrote: If you store this XML structure somewhere the XModuleSource should work: http://wiki.cocoondev.org/Wiki.jsp?page=XModuleSource. Bear in mind that I need to make use of the XSP Generators since I generate the XML data from it. Afaik there can be onl

Re: Concerning a) Woody bindings, b) Web Service publishing using existing Generator?

2004-03-18 Thread Ulf Sahlin
m within Cocoon, such as (taken from samples): ---- http://services.xmethods.net:9090/soap";> http://www.w3.org/1999/XMLSchema-instance";> euro united states Still this only uses another server's SOAP services hence it isn't ac

How to deploy Cocoon 2.0.4 under Java Web Service Developer Pack1.2 with integrated Tomcat

2003-07-07 Thread Hartmut Schlotterbeck
Hi, I deployed Cocoon under JWSDP 1.2 (W2K, J2SDK 1.4.1_03) under the integrated Tomcat but I always get the following error message when starting cocoon with http://localhost:8080/cocoon Cocoon 2 - Internal server error type fatal message Failed to generate program code (this may happen i

Re: How to deploy Cocoon 2.0.4 under Java Web Service Developer Pack1.2 with integrated Tomcat

2003-07-07 Thread Joerg Heinicke
Incremental mode can be switched off in cocoon.xconf. Maybe you have an "endorsed dirs problem" too. Do you have done anything about XML jars? Joerg Hartmut Schlotterbeck wrote: Hi, I deployed Cocoon under JWSDP 1.2 (W2K, J2SDK 1.4.1_03) under the integrated Tomcat but I always get the follo