Cocoon, SOAP and Basic Authentication

2003-06-26 Thread Scott
In addition to my previous questions, I was wondering how to use Cocoon to get data via SOAP, connecting to a web-server that requires basic authentication? I can't find any docs/references on this at all ! :( I've been using the following as a reference, as well as the standard Cocoon soap

webservices/soap and Cocoon?

2002-12-04 Thread Alten, Jelle Paul (uto)
Hi, I was wondering if anybody tried to use or provide webservices from Cocoon? I know about the httpproxy, but that is not webservices yet... What I was thinking: Cocoon can accept HTTP and serve XML, and cocoon can send HTTP and receive XML, so this should be a basis for webservices right?

LDAP, JMS, SOAP

2002-11-28 Thread Rano, Didier
Hello, I'm a new cocoon user, and I'm not sure that cocoon could be solve my problem. * A user sends a request in using SOAP. With a web services, Cocoon executes a pipeline. At the end of the pipeline, the user receives a SOAP response * In the pipeline, I need to get data from a LDAP server

Re: pipeline result through SOAP?

2002-11-21 Thread Marcus Crafter
generates the wanted XML response. How could I embed the result in that reader? Ok, the AxisRPCReader essentially wraps an Axis SOAP server, and makes it available in the sitemap to handle incoming requests. This means that webservices are typically written Axis

RE: pipeline result through SOAP?

2002-11-21 Thread Josema Alonso
Hello. Ok, the AxisRPCReader essentially wraps an Axis SOAP server, and makes it available in the sitemap to handle incoming requests. ... Ok, I understand this. You should also be able to access pipelines from within an Axis webservice by making an internal request via the cocoon:/ protocol

Re: pipeline result through SOAP?

2002-11-21 Thread Marcus Crafter
is in o.a.c.webservices under scratchpad, but if the class gets complex and you need access to other Avalon components, writing a true Avalon component is probably best). Great, but couldn't make the reader work. All I get are SOAP errors from it when making any call. What I've doe

Re: pipeline result through SOAP?

2002-11-21 Thread Josema Alonso
I'd recommend getting the soap-server sample working in the Cocoon webapp (remember to use the -Dinclude.scratchpad.libs=yes directive) and then start modifying it to do what you need. Ok, I'll try it. I need to think about writing a CocoonProvider or similar for the AxisRPCReader to allow

RE: pipeline result through SOAP?

2002-11-19 Thread Reinhard Poetz
through SOAP? Hi, all. I have a pippeline which produces XML. This is the result of a query. I would like to offer this result as a SOAP Service taking a parameter. Are there any how-tos or something I could read before starting? Maybe someone implemented something similar already... Thanks

RE: pipeline result through SOAP?

2002-11-19 Thread Josema Alonso
the result in that reader? Btw, any step by step example on how to use that reader? I can see the XSL and XSP but can't figure out how to feed it with a SOAP request and get a SOAP response from it. -Mensaje original- De: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Enviado el: martes, 19

Using SOAP Response in logic

2002-10-29 Thread Robin Cottiss
Hello, I have tried several techniques to try and get a value from a SOAP response to use as the value of a cookie. The closest I have got is to capture an XMLFragment using a xscript transform. But I have been unable to get a string from this fragment for use in a call to the builtin cookie

Re: Using SOAP Response in logic

2002-10-29 Thread Markdelanoy
You might want to post your sitemap as well as the code used. It's hard to picture your problem without more contextual info such as code. Are you using XSP?? That would be the generator creating dynamic XML. Unless I missed the point of your question. thanks, md

RE: Using SOAP Response in logic

2002-10-29 Thread Robin Cottiss
it in a call the the cookie logicsheet. ?xml version=1.0 encoding=ISO-8859-1? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-request=http://apache.org/xsp/request/2.0; xmlns:soap=http://apache.org/xsp/soap/3.0; xmlns:xscript=http://apache.org/xsp

How can I access parts of a SOAP response in XSP?

2002-10-26 Thread Robin Cottiss
Title: How can I access parts of a SOAP response in XSP? Hi, I am using Cocoon 2.0.3 with Tomcat 4.1 on Windows 2000. I would like to take information from a SOAP call and use it to set a cookie on the browser. The SOAP call is working fine and I am comfortable passing the result

Encoding style of SOAP messages in xsp

2002-10-26 Thread Robin Schoeninger
Title: Encoding style of SOAP messages in xsp Hello, I am trying to send a soap message to a locally deployed soap service using the following encoding style: soap:encodingStyle=http://xml.apache.org/xml-soap/literalxml so that a dom node can be passed instead of a string or an integer

Re: SOAP server - Need Marcus help

2002-10-07 Thread Marcus Crafter
find your answer ? You may have to write a custom generator to do this - or use the WebServicesProxyGenerator if your servlet output is xml. I found mails talking about SOAP cocoon from Marcus. How should I get into this? What would you like to know

SOAP server - Need Marcus help

2002-10-07 Thread Dario Liberman
Hello, I sent a message the other day asking for some architect guru to help me, titled Re: Servlet-Ouput as Cocoon-Input I have read the mailing list trying to find an answer by myself since then. I found mails talking about SOAP cocoon from Marcus. How should I get into this? Are there some

Re: PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-23 Thread Justin Fagnani-Bell
On Sunday, September 22, 2002, at 08:54 PM, Steven Punte wrote: PERFUME: 1) The implementation of Perfume shall result in three distinct Cocoon components: a) A generator that can receive a soap message and turn

Re: PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-23 Thread Steven Punte
PERFUME: 1) The implementation of Perfume shall result in three distinct Cocoon components: a) A generator that can receive a soap message and turn it into an xml sax stream. Why not use

Re: PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-23 Thread Steven Punte
PERFUME PROPOSAL: SOAP FOR COCOON For the web application project I'm orchestrating, we wish to add commercial quality support for SOAP messaging: both act as a client and as a server. I have examined the existing soap client package, and new soap package, but I'm

Re: PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-22 Thread Steven Punte
PERFUME: 1) The implementation of Perfume shall result in three distinct Cocoon components: a) A generator that can receive a soap message and turn it into an xml sax stream. Why not use

Re: PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-22 Thread Marcus Crafter
Hi Steven, Interesting proposal - it reminds me of what I was thinking about a month ago :-) Comments are below: PERFUME PROPOSAL: SOAP FOR COCOON For the web application project I'm orchestrating, we wish to add commercial quality support for SOAP messaging: both act

PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-21 Thread Steven Punte
PERFUME PROPOSAL: SOAP FOR COCOON For the web application project I'm orchestrating, we wish to add commercial quality support for SOAP messaging: both act as a client and as a server. I have examined the existing soap client package, and new soap package, but I'm uncomfortable with them

Re: PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-21 Thread Justin Fagnani-Bell
On Saturday, September 21, 2002, at 05:37 PM, Steven Punte wrote: PERFUME: 1) The implementation of Perfume shall result in three distinct Cocoon components: a) A generator that can receive a soap message and turn

How do SOAP services work in 2.1?

2002-09-09 Thread Lajos Moczar
Quick question - I've tested out the hello.service example (in the samples/hello-world subproject from 2.1) from my SOAP client, and received back the expected XML content in the SOAP response. Then I created my own 'service', by simply having my own pipeline spit out XML. My question is: how

Re: SOAP xsp taglib with Axis ?

2002-09-02 Thread Marcus Crafter
in the stylesheet would cause a request to hang). * The SOAP XSP tag library uses neither the Apache SOAP nor Axis libraries for it's calls, it uses the Jakarta-Commons httpclient component and sends SOAP requests that it constructs itself. Yes, after some digging around I noticed

Re: SOAP xsp taglib with Axis ?

2002-08-30 Thread Marcus Crafter
the soap xsp tag lib. The request just hangs and after a while times out. My soap message is identical to yours (the second one) but with a different service. The same request using the Axis client utils works fine. Hmm... strange. I'll try 2.0.3 and see

Re: SOAP xsp taglib with Axis ?

2002-08-30 Thread Marcus Crafter
Cocoon CVS head, jdk 1.3.1 under Debian with Axis from CVS a few days ago. Unfortunately I still get no response from the Axis server when making a request using the soap xsp tag lib. The request just hangs and after a while times out. My soap message is identical

Re: SOAP xsp taglib with Axis ?

2002-08-30 Thread Steven Cummings
Marcus, I haven't really found the answer, but after some comparison between 2.0.3 and 2.1-HEAD I have found that: * The only change has been in soap.xsl, not SOAPHelper (but I can't determine what in the stylesheet would cause a request to hang). * The SOAP XSP tag library uses neither

SOAP xsp taglib with Axis ?

2002-08-29 Thread Marcus Crafter
Hi All, Hope all is well. Was just wondering if anyone has had success using the soap taglib that comes with Cocoon CVS, with Axis CVS ? For some reason I can't seem to get any response from my AxisServlet when using this taglib. Some

Options to insert multiple HTTP parameters into SOAP request

2002-08-16 Thread Werner Guttmann
Hi, could somebody please advise me on what options I have to include one or more request parameter values into a soap request (using the soap logicsheet of Cocoon 2.0.3). Iow, with a request message similar to xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-request

Re: Options to insert multiple HTTP parameters into SOAP request

2002-08-16 Thread Vadim Gritsenko
Werner Guttmann wrote: Hi, could somebody please advise me on what options I have to include one or more request parameter values into a soap request (using the soap logicsheet of Cocoon 2.0.3). Iow, with a request message similar to xsp:page language=java xmlns:xsp=http://apache.org/xsp

[Summary] Re: Serving soap with Cocoon ?

2002-08-15 Thread Marcus Crafter
To: [EMAIL PROTECTED] Subject: Re: Serving soap with Cocoon ? On Thu, Aug 08, 2002 at 12:06:31PM -0400, Vadim Gritsenko wrote: From: Marcus Crafter [mailto:[EMAIL PROTECTED]] Hi All, Hope all is well. I've just been looking through the soap

Re: Re: Serving soap with Cocoon ?

2002-08-09 Thread Andreas Kühne
Andreas Hi All, Hope all is well. I've just been looking through the soap examples in HEAD, which look really great for requesting data from a soap server somewhere. Has anyone done the opposite ? ie. have Cocoon act as the soap server ? eg

Amazon SOAP web service + Cocoon = ?

2002-07-17 Thread Tony Collen
Hi all- I took the Google SOAP XSP script as a starting point and opened up my shiny new copy of the Amazon web services developer's kit. Much to my amazement, I got it working :) Here's a basic XSP script to use with Amazon. It will do a basic keyword search for cocoon and return

[OT] SOAP/ XML on PocketPC (was: Re: Cocoon as an application server)

2002-07-13 Thread Sven Kuenzler
Leszek Gawron wrote: 2. Using XHTTPRequest component from MSXML library I'm sending this data to cocoon server. [...] I am not able to use SOAP because Pocket PC platform does not have a good one ( .NET Compact Framework is still beta and PocketSOAP won't even run on Emulator - I think

Re: [OT] SOAP/ XML on PocketPC (was: Re: Cocoon as an application server)

2002-07-13 Thread Leszek Gawron
On Sat, Jul 13, 2002 at 05:09:30PM +0200, Sven Kuenzler wrote: Leszek Gawron wrote: 2. Using XHTTPRequest component from MSXML library I'm sending this data to cocoon server. [...] I am not able to use SOAP because Pocket PC platform does not have a good one ( .NET Compact Framework

soap call problems

2002-07-01 Thread Chris Warr
Hi, I'm running cocoon 2.0.2 under tomcat 4.0.4b2. I've created the example web service under .NET, TempConvert1. I can call this with no problems from VB using the MSSOAP object. I'm trying to call it using the xsp soap taglib and I get the following error

RE: soap call problems

2002-07-01 Thread Vadim Gritsenko
From: Chris Warr [mailto:[EMAIL PROTECTED]] Hi, I'm running cocoon 2.0.2 under tomcat 4.0.4b2. I've created the example web service under .NET, TempConvert1. I can call this with no problems from VB using the MSSOAP object. I'm trying to call it using the xsp soap taglib and I get

RE: soap call problems

2002-07-01 Thread Chris Warr
; xmlns:xsd=http://www.w3.org/1999/XMLSchema; So I can get my cocoon client to talk to the service. However there are two problems. 1) The value I pass in does not appear in the service method 2) A SOAP packet comes back from the service with a 200 OK, and it looks okay (except the calculation

Soap/XSP problems

2002-06-26 Thread deepak venugopal
Hello friends, My company has started developing soap clients based on XSP and submitting the request to Apache Soap Server which has services running in pure Java. For my Java Soap Clients, the soap service used to return a Node Element ( XML Document). The Java Client

SOAP

2002-06-10 Thread Graaf, Edgar de (fin)
Hi, I have add a xsp. The problem is that when the SOAP method is called, then it is called 8 times. I have tried to solve it with a boolean, but appearantly the XSP is not called 8 times (but the SOAP part is). To me it looks like it is http://apache.org/xsp/soap/3.0. Is this a known issue

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Nick Airey
Don't waste your time, a soap interface already exists http://www.google.com/apis/ And it took me aprox 0.5 seconds to find. On Tue, 2002-05-14 at 05:19, Ivelin Ivanov wrote: I have just read and signed the online petition: URI and HTTP interface to Google hosted on the web

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Stephan Michels
On 14 May 2002, Nick Airey wrote: Don't waste your time, a soap interface already exists http://www.google.com/apis/ And it took me aprox 0.5 seconds to find. And here a nice article: http://www.xml.com/pub/a/2002/04/24/google.html On Tue, 2002-05-14 at 05:19, Ivelin Ivanov wrote

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Andrew Savory
Hi Nick, On 14 May 2002, Nick Airey wrote: Don't waste your time, a soap interface already exists What the petition is asking for is a non-SOAP interface (using a URI and GET/POST instead). A. - Please check that your

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Ivelin Ivanov
Nick, I am aware that Google has a SOAP interface. This message suggests that a REST interface might be very useful as well. Ivelin - Original Message - From: Nick Airey [EMAIL PROTECTED] To: Cocoon Users [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 3:31 AM Subject: Re: [Request

[Request for Votes] SOAP for the REST of us

2002-05-13 Thread Ivelin Ivanov
I have just read and signed the online petition: URI and HTTP interface to Google hosted on the web by PetitionOnline.com, the free online petition service, at: http://www.PetitionOnline.com/httpgoog/ I personally agree with what this petition says, and I think you might agree, too. If

Re: A SOAP Transformer?

2002-05-06 Thread reinhard_poetz
Steve, I would be very interested in a SOAP Transformer. I think it would be a very useful component - but at the moment I'm not sure too if there are some hidden issues. I think we should work together! Reinhard Dear Cocoon Users: Does it make sense that a SOAP Transformer could

Re: A SOAP Transformer?

2002-05-06 Thread Andreas Kuehne
Dear Steven, Does it make sense that a SOAP Transformer could be added to the Cocoon arsenal? An incoming XML doc would contain the URL of the web service to be accessed, perhaps also necessary authentication information, and the SOAP body. The SOAP Transformer would

A SOAP Transformer?

2002-05-05 Thread Steven Punte
Dear Cocoon Users: Does it make sense that a SOAP Transformer could be added to the Cocoon arsenal? An incoming XML doc would contain the URL of the web service to be accessed, perhaps also necessary authentication information, and the SOAP body. The SOAP Transformer would

RE: Cocoon SOAP HTTP hang bug on port 80

2002-05-04 Thread Gerhard Froehlich
of it. - -Original Message- From: Graeme Rocher [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: Cocoon SOAP HTTP hang bug on port 80 Hi all, I'm having a strange problem with cocoon, my configuration is Cocoon2.02, jdk1.4.0

Cocoon SOAP HTTP hang bug on port 80

2002-05-03 Thread Graeme Rocher
Hi all, I'm having a strange problem with cocoon, my configuration is Cocoon2.02, jdk1.4.0, Tomcat 4.03 and Apache/1.3.23. Basically I've got an aggregate with the one part being a local resource and the other being a soap call to a separate servlet and the request param action like so

RE: Cocoon SOAP HTTP hang bug on port 80

2002-05-03 Thread Vadim Gritsenko
From: Graeme Rocher [mailto:[EMAIL PROTECTED]] Hi all, I'm having a strange problem with cocoon, my configuration is Cocoon2.02, jdk1.4.0, Tomcat 4.03 and Apache/1.3.23. Basically I've got an aggregate with the one part being a local resource and the other being a soap call

RE: Cocoon SOAP HTTP hang bug on port 80

2002-05-03 Thread Graeme Rocher
- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: 03 May 2002 15:22 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Cocoon SOAP HTTP hang bug on port 80 From: Graeme Rocher [mailto:[EMAIL PROTECTED]] Hi all, I'm having a strange problem with cocoon, my configuration

RE: Cocoon SOAP HTTP hang bug on port 80

2002-05-03 Thread Vadim Gritsenko
, Tomcat 4.03 and Apache/1.3.23. Basically I've got an aggregate with the one part being a local resource and the other being a soap call to a separate servlet and the request param action like so: map:act type=ParamRequest map:aggregate element=pages map:parameter

RE: Cocoon and SOAP

2002-05-02 Thread Graaf, Edgar de (fin)
Chitharanjan, Try: http://www.w3schools.com/soap/default.asp Here is a example of without parameters. Of course you have to adapt it to your situation. ?xml version=1.0 encoding=ISO-8859-1? !-- Author: Edgar de Graaf, [EMAIL PROTECTED] Date: May 2, 2002 -- xsp:page language=java

Cocoon and SOAP

2002-05-01 Thread Chitharanjan Das
Hello, I had a brief stint with the XSP which invokes Google Search via SOAP. Thanks to the author. Is there any documentation to support the SOAP logic sheet.. I was wondering how to invoke a remote method with no parameters. Any link to documentation regarding the syntax

SOAP

2002-04-25 Thread Martin Mauri
Title: RE: Send Mail Problem Hi, I also posted this question on Tomat list, but perhaps it could be more useful here. Can anyone here suggest me a good place to download a good tutorialabout SOAP?thanks you.Martin

Re: SOAP

2002-04-25 Thread Brandon Rich
http://www-3.ibm.com/software/solutions/webservices/education.html IBM has some good tutorials and documents on SOAP and Web services. There are plenty out there. It should get you started though. Check the spec and FAQs too. http://www.hpmiddleware.com/products/hp_web_services/ http

Re: SOAP

2002-04-25 Thread Martin Mauri
good luck and thanks! - Original Message - From: Rick Wayne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 3:25 PM Subject: Re: SOAP i literally just returned from a class at the software development conference in san jose on cocoon and web services (in fact

RE: documentation for managers, was HP-SOAP Server announcement

2002-04-13 Thread Matthew Langham
Peter Robins wrote: snip/ meaning that Cocoon can only be implemented by specialist consultants working in an ad hoc manner? That doesn't sound like a very large install base to me. I would say Applications built on Cocoon are currently being implemented by ... At the moment - and due to

Re: documentation for managers, was HP-SOAP Server announcement

2002-04-12 Thread Brent Eades
On 11 Apr 2002 at 10:46, Peter Robins wrote: In principle, Cocoon is of interest, but the key question is: is it worth the effort and the extra overhead of using Java? A very relevant point. I suppose this is an issue facing all of the Jakarta projects, the fact that besides selling

RE: documentation for managers, was HP-SOAP Server announcement

2002-04-12 Thread Matthew Langham
Brent Eades wrote: approval processes in their respective organizations before they could consider using Java/Cocoon in production. This is something that Jakarta overall could probably spend a little more time educating users about. Well, we have been selling Cocoon based solutions to our

Re: documentation for managers, was HP-SOAP Server announcement

2002-04-12 Thread Peter Robins
On Friday 12 Apr 2002 12:43, Matthew Langham wrote: But you know, questions like: what business objectives does it help meet and how are really difficult to answer in a way that would suit all scenarios. I would certainly agree with that. Even trying to define what Cocoon is is not so

Re: documentation for managers, was HP-SOAP Server announcement

2002-04-12 Thread Andrew Savory
On Fri, 12 Apr 2002, Peter Robins wrote: meaning that Cocoon can only be implemented by specialist consultants working in an ad hoc manner? That doesn't sound like a very large install base to me. It's the same with any new technology - it takes a while for a body of work to build up, and for

Re: documentation for managers, was HP-SOAP Server announcement

2002-04-11 Thread Peter Robins
On Wednesday 10 Apr 2002 12:58, Brent Eades wrote: I do agree with comments in an earlier thread about the need for more detailed docs for Cocoon. My colleagues and I are of similar skill levels: we're managers with IT and communications backgrounds, all of whom do a little coding as

Re: documentation for managers, was HP-SOAP Serverannouncement

2002-04-11 Thread Derek Hohls
I would support this - Id like to push for wider adoption of Cocoon in our - and clients - environment - but those approving finances are typically not interested in detailed technical specs, but rather the broader business advantages (read savings on bottom line) This may be outside the scope of

RE: HP-SOAP Server announcement

2002-04-10 Thread Konstantin Piroumian
[EMAIL PROTECTED] -Original Message- From: DZIEMBOWSKI,KINGA (HP-NewJersey,ex2) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 7:02 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: HP-SOAP Server announcement Hi All, I would like to announce the general

RE: HP-SOAP Server announcement

2002-04-10 Thread Brent Eades
On 10 Apr 2002 at 15:07, Konstantin Piroumian wrote: This is definitaly a stuff that should be placed on the Cocoon site front page. The more this kind of news - the more popular is Cocoon. We definitely need a volunteer with good writing/advertising skills to create a promotional front

RE: HP-SOAP Server announcement

2002-04-10 Thread Konstantin Piroumian
]] Sent: Wednesday, April 10, 2002 3:59 PM To: [EMAIL PROTECTED] Subject: RE: HP-SOAP Server announcement On 10 Apr 2002 at 15:07, Konstantin Piroumian wrote: This is definitaly a stuff that should be placed on the Cocoon site front page. The more this kind of news - the more

RE: HP-SOAP Server announcement

2002-04-10 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
I will be happy to share that. Kinga -Original Message- From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 8:37 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: HP-SOAP Server announcement DZIEMBOWSKI,KINGA (HP-NewJersey,ex2) wrote

Re: HP-SOAP Server announcement

2002-04-10 Thread Stefano Mazzocchi
: * HP-SOAP 2.0 - SOAP server and XML document processing pipeline controlled by the Apache Cocoon2 framework * listener framework - transport listeners that support http, https, smtp * plug-and-play framework that allows for protocol-neutral or protocol-specific (eg. ebXML

HP-SOAP Server announcement

2002-04-09 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
Hi All, I would like to announce the general availability release of HP Web Services Platform 2.0, a standards-based platform for developing, deploying, registering, discovering, and invoking Web services. Key components include the following: * HP-SOAP 2.0 - SOAP server and XML document

Re: Cocoon2, SOAP: How to process xml-content?

2002-03-18 Thread Erwin Burgstaller
On Fri, Mar 15, 2002 at 09:19:26AM -0500, William Brogden wrote: Your SOAP server appears to be converting XML tags to escaped form, but thats exactly what you don't want. How is the data originally stored, with real tags or in the escaped form. With real tags. Actually it's just a test

Re: Cocoon2, SOAP: How to process xml-content?

2002-03-18 Thread Pawel Luszynski
- Original Message - From: Erwin Burgstaller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 6:03 PM Subject: Cocoon2, SOAP: How to process xml-content? I have a SOAP service which produces well formed xml-content. I want to get data from that service

Re: Cocoon2, SOAP: How to process xml-content?

2002-03-15 Thread Erwin Burgstaller
On Fri, Mar 15, 2002 at 08:01:32AM +0100, Erwin Burgstaller wrote: Apache::SOAP. So I hope I will find how to configure the service to return an org.w3c.dom.Element, will I? Ok, I've got the service to write: [..] SOAP-ENV:Body list_allResponse SOAP-ENV:encodingStyle=http://xml.apache.org/xml

RE: Cocoon2, SOAP: How to process xml-content?

2002-03-15 Thread William Brogden
-Original Message- From: Erwin Burgstaller [mailto:[EMAIL PROTECTED]] On Behalf Of Erwin Burgstaller Sent: Friday, March 15, 2002 8:47 AM To: [EMAIL PROTECTED] Subject: Re: Cocoon2, SOAP: How to process xml-content? On Fri, Mar 15, 2002 at 08:01:32AM +0100, Erwin Burgstaller

Cocoon2, SOAP: How to process xml-content?

2002-03-14 Thread Erwin Burgstaller
I have a SOAP service which produces well formed xml-content. I want to get data from that service into a cocoon xsp application. At the moment the result looks like this: [..] SOAP-ENV:Body namesp3:list_allResponse xmlns:namesp3=urn:Stlist s-gensym15 xsi:type=xsd:stringlt;?xml version=1.0?gt

RE: Cocoon2, SOAP: How to process xml-content?

2002-03-14 Thread William Brogden
-Original Message- From: Erwin Burgstaller [mailto:[EMAIL PROTECTED]] On Behalf Of Erwin Burgstaller Sent: Thursday, March 14, 2002 12:04 PM To: [EMAIL PROTECTED] Subject: Cocoon2, SOAP: How to process xml-content? I have a SOAP service which produces well formed xml-content

C2 + SOAP ?

2002-02-28 Thread Jerzy Kut
Can C2 cooperates with SOAP? How? Is it only pure Java cooperation (own actions or logicsheets) or is there possible any expolit it from XSP or XML? Sorry if my question is a little precisious. Best regards Jerzy Kut

Re: C2 + SOAP ?

2002-02-28 Thread yuryx
Jerzy Kut wrote: Can C2 cooperates with SOAP? How? Is it only pure Java cooperation (own actions or logicsheets) or is there possible any expolit it from XSP or XML? Sorry if my question is a little precisious. Best regards Jerzy Kut

SOAP examples

2002-02-11 Thread Jörn Heid
As far as I have seen it, the SOAP examples 'just' call SOAP functions in order to display them as HTML, XML. There's no example of using C2 as a SOAP server, isn't it? What should be done for that? Well, the easiest way to do that is to parse the envelope in an generator. This one will call

AW: SOAP examples

2002-02-11 Thread Jörn Heid
Just found the examples of Ovidiu Predescu. Sorry for that. I will hit me four times for that. -Ursprüngliche Nachricht- Von: Jörn Heid [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. Februar 2002 10:53 An: [EMAIL PROTECTED] Betreff: SOAP examples As far as I have seen it, the SOAP

SAXParseException in Xscript and Soap sample

2002-02-04 Thread LEUZINGER Claude (DSIT-EX)
Hello, I try the Xscript and Soap sample, and i have this error message in the form : SOAP Stock Quote Example 1 The stock price for HWP is org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed. Can anybody

SOAP

2002-01-29 Thread Morrison, John
Hi, I've a couple of examples of soap I'm trying to get to work. I can as .jsp... The sitemap fragment looks like: map:match pattern=soap/*.xml map:generate type=serverpages src=docs/{1}.xml/ map:serialize type=xml/ /map:match and the two examples are: ?xml version=1.0

Can Soap be processed with XSLT using Cocoon?

2001-12-15 Thread Steven Punte
Dear Cocoon Users: Can Cocoon be configured to create a SOAP endpoint in which the business logic is written in XSLT and/or XSP? That is, can the business logic be written (many details excluded) in the following manner: xsl:template match=SOAP-ENV:Envelope SOAP-ENV:Envelope

Re: Can Soap be processed with XSLT using Cocoon?

2001-12-15 Thread Bernhard Huber
Hi Dear Cocoon Users: Can Cocoon be configured to create a SOAP endpoint in which the business logic is written in XSLT and/or XSP? Yes, there are some SOAP samples, you can find it in the daily build release of cocoon. Search the cocoon-dev for SOAP, you'll find probably more info

RE: [C2] SOAP - Scanned for virus

2001-07-19 Thread Michael Homeijer
Hi, If you mean the stuff I sent to the mailing list: it ended up in the cvs bij mistake. They were just meant as an example to show what could be done with soap. In my opinion, an implementation of soap in C2 should not just be a logicsheet, but an extra channel in the interface with cocoon

RE: [C2] SOAP - Scanned for virus

2001-07-19 Thread Giacomo Pati
Quoting Michael Homeijer [EMAIL PROTECTED]: Hi, If you mean the stuff I sent to the mailing list: it ended up in the cvs bij mistake. They were just meant as an example to show what could be done with soap. In my opinion, an implementation of soap in C2 should not just be a logicsheet

[C2] SOAP

2001-07-13 Thread Drasko Kokic
Berin, Who is the maintainer of the SOAP addition to C2.1 ? Is it possible to extract SOAP part out of the C2.1 and try to make it working on C2.0? I need to implement it rather soon and could just about wait for C2.0 to be released (C2.1 would probably be far too late). TIA Drasko --- Berin

Re: [C2] SOAP

2001-07-13 Thread Berin Loritsch
Drasko Kokic wrote: Berin, Who is the maintainer of the SOAP addition to C2.1 ? Is it possible to extract SOAP part out of the C2.1 and try to make it working on C2.0? I need to implement it rather soon and could just about wait for C2.0 to be released (C2.1 would probably be far too

SOAP

2001-06-20 Thread Gustavo Mejia
Hi everyone, Someone can explain me what is SOAP for ? is there a relation with Cocoon ? what is that relation ? Thanks a lot ! Gustavo INFOTEC - Please check that your question has not already been answered in the FAQ

Re: SOAP

2001-06-20 Thread Uli Mayring
On Wed, 20 Jun 2001, Gustavo Mejia wrote: Hi everyone, Someone can explain me what is SOAP for ? is there a relation with Cocoon ? what is that relation ? There is no relation, SOAP is a standard (of sorts) that specifies how to transport XML data over HTTP. It's possible to use Apache's