Re: How to parse a soap message

2004-05-25 Thread Benedetto Dell'Ariccia
I hav the same problem! Benny Kris Schneider wrote: Have you tried (JSTL 1.0): %@ taglib prefix=x uri=http://java.sun.com/jstl/xml; % %@ taglib prefix=io uri=http://jakarta.apache.org/taglibs/io-1.0; % x:parse var=soapXml io:soap ... ... /io:soap /x:parse Quoting Danny Kruitbosch [EMAIL

parsing SOAP with taglibs

2004-05-20 Thread Benedetto Dell'Ariccia
Hi, I have the a variable containg the response of a SOAP call, how can I parse it? I tried with XTAGS but it doesn't seem to work. Bye Benny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: xmlrpc and parse

2004-04-23 Thread Benedetto Dell'Ariccia
/params /methodCall /io:body /io:xmlrpc /x:parse Martin Cooper wrote: Benedetto Dell'Ariccia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is it goog even

Re: xmlrpc and parse

2004-04-22 Thread Benedetto Dell'Ariccia
Is it goog even for XML-RPC? Are you sure? Benny Martin Cooper wrote: Benedetto Dell'Ariccia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I need to call an XML-RPC url and parse the output. I use tomcat 5.018 (genrally 5.xx) I tried with the IO and XTAGS library

xmlrpc and parse

2004-04-21 Thread Benedetto Dell'Ariccia
Hi, I need to call an XML-RPC url and parse the output. I use tomcat 5.018 (genrally 5.xx) I tried with the IO and XTAGS library but there is a problem of incompatibility between XTAGS and TOMCAT, could you suggest me another solution? Tnx Benny

Xtags with tomcat 5.016 specific error

2004-04-19 Thread Benedetto Dell'Ariccia
Hi, this is exactly the error that I receive whit the xtags library used on tomcat 5.016 The same code worked correctly with tomcat 4.xx, and work correctly still now but just for 5-10 times, after this period I receive the error and I have to recompile the jsp again. Is it possible that this

Xtags with tomcat 5.018 has any problem?

2004-04-07 Thread Benedetto Dell'Ariccia
Hi, I'm having problem using the XTAGS library on a 5.018 Tomcat Server. Does exists any FAQ about this? Am I the first with this problem? Tnks Benny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Xtags with tomcat 5.018 has any problem?

2004-04-07 Thread Benedetto Dell'Ariccia
Hi, I'm having problem using the XTAGS library on a 5.018 Tomcat Server. Does exists any FAQ about this? Am I the first with this problem? Tnks Benny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Xtags with tomcat 5.018 has any problem?

2004-04-07 Thread Benedetto Dell'Ariccia
Benedetto Dell'Ariccia [EMAIL PROTECTED]: Hi, I'm having problem using the XTAGS library on a 5.018 Tomcat Server. Does exists any FAQ about this? Am I the first with this problem? Tnks Benny - To unsubscribe, e-mail: [EMAIL

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
- Original Message - From: Hassan Schroeder [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 6:22 PM Subject: Re: Calling HTTPS URL with IO Benedetto Dell'Ariccia wrote: I'm still trying to call a HTTPS URL with the IO TAGLIB, Sorry, missed

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
- From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] Sent: vrijdag 10 oktober 2003 9:41 To: Tag Libraries Users List Subject: Re: Calling HTTPS URL with IO Hi Hassan, tnx for the help but, I show you this code, in this code there are 3 calls with the IO taglib to 3 different HTTPS servers

Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
I'm still trying to call a HTTPS URL with the IO TAGLIB, no logs errors, the browser still waiting untill. Can someone help me? Benny

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
answer for you. I'll try to help you though, could you post the code that is causing trouble? What you can try is put a portlistener on the https port to see if the request actually gets there. Martin -Original Message- From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] Sent

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
-Original Message- From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] Sent: donderdag 9 oktober 2003 11:49 To: Tag Libraries Users List Subject: Re: Calling HTTPS URL with IO I'm trying somethnig like this, i have to call https servlet that should response with an xml that i

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
if you don't put it between xtags? -Original Message- From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] Sent: donderdag 9 oktober 2003 12:12 To: Tag Libraries Users List Subject: Re: Calling HTTPS URL with IO I'm tring this way but it doesn't seems to work, anyway I've just

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
Hi Martin, I don't know write the code you said if you have a short example I'll be grateful, anyway teh problem could be the kind of file that I'm calling, I'm calling a Servlet, I tried with other 3 dots URL and the taglib works correctly! Benny - Original Message - From: Martin van

https with io taglib

2003-10-08 Thread Benedetto Dell'Ariccia
Is it possible to call a https url with the IO taglib? Benny