I scored!!!!
...tnx the same but I solved the problem!

Benny


----- Original Message ----- 
From: "Martin van Dijken" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Sent: Thursday, October 09, 2003 12:22 PM
Subject: RE: Calling HTTPS URL with IO


Does it output anything at all 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 used this
> script with HTTP (NO HTTPS) URL and it works correctly!
> 
> <io:http url="https://www.fineco.it/fineco/PortaleLogin"; action="POST"
> input="true" output="true"/>
> 
> Tnx a lot.
> 
> ----- Original Message ----- 
> From: "Martin van Dijken" <[EMAIL PROTECTED]>
> To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, October 09, 2003 11:56 AM
> Subject: RE: Calling HTTPS URL with IO
> 
> 
> Well, when reading the tags documentation I notice the 
> output="" attribute
> for the http tag. If that is not set to true, the output is ignored.
> 
> Cheers,
> 
> Martin
> 
> > -----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 have to parse!
> > I'm sorry but this is just my third post in this ML! :)
> > Tnx!
> >
> >
> > <%@ taglib uri="http://jakarta.apache.org/taglibs/xtags-1.0";
> > prefix="xtags"
> > %>
> > <%@ taglib uri="http://jakarta.apache.org/taglibs/io-1.0";
> > prefix="io" %>
> > <html><body>
> >
> >  <xtags:parse id="docByURL3">
> >
> >  <io:http url="https://myurl"; action="POST">
> >
> >  <io:param name="brand" value="epg"/>
> >  <io:param ..... />
> >  <io:param ..... />
> >  <io:param ..... />
> >  <io:param ..... />
> >  <io:param ..... />
> >
> >  </io:http>
> >
> >  </xtags:parse>
> >  <xtags:variable id="normalizedxml3" select="EPAY"/>
> >
> >
> > </body></html>
> > ----- Original Message ----- 
> > From: "Martin van Dijken" <[EMAIL PROTECTED]>
> > To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
> > Sent: Thursday, October 09, 2003 11:44 AM
> > Subject: RE: Calling HTTPS URL with IO
> >
> >
> > Hey Benedetto,
> >
> > If you don't get an answer then nobody on the list has a 
> clear concise
> > 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: donderdag 9 oktober 2003 11:38
> > > To: [EMAIL PROTECTED]
> > > Subject: Calling HTTPS URL with IO
> > >
> > >
> > > 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
> > >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >
> >
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to