You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by jack <na...@cigna.com> on 2010/08/25 15:16:44 UTC

Integrating with 3rd Party

Hi,

I'm having a problem integrating with a 3rd party. The thing is they have
this system that sends me an https POST with some data in it. How can I post
the data to a third part URL?

Without using Tapestry, I am doing it like

<form action="https:\\www.xyz.com\abc.do" method="post">

	<input type="submit" name="submit" value="Click Here">

</form>

Can anybody help me please?

-Jack
-- 
View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2652704.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Integrating with 3rd Party

Posted by jack <na...@cigna.com>.
Thanks Everyone.

I have done it at my own 

Tapestry 4 does NOT give any liberty/API/mechanism to integrate the web site
with third party. However, I have been able to do it by writing my custom
components 

Anybody who needs to know the solution, please PM me. 
-- 
View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2827186.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Integrating with 3rd Party

Posted by Chris Mylonas <ch...@mrvoip.com.au>.
Without using tapestry, get the POST data and I'd imagine using these
libraries (http://hc.apache.org/httpclient-3.x/) would do the job for you
for integrating with a third party.


As for using tapestry, I'm relatively new so can't offer any advice except
try what Thiago mentioned.

Good luck,
CM

On Wed, Aug 25, 2010 at 11:16 PM, jack <na...@cigna.com> wrote:

>
> Hi,
>
> I'm having a problem integrating with a 3rd party. The thing is they have
> this system that sends me an https POST with some data in it. How can I
> post
> the data to a third part URL?
>
> Without using Tapestry, I am doing it like
>
> <form action="https:\\www.xyz.com\abc.do" method="post">
>
>        <input type="submit" name="submit" value="Click Here">
>
> </form>
>
> Can anybody help me please?
>
> -Jack
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2652704.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 


Chris Mylonas
Consulting Systems Administrator
Communications, Internetworking, Software Design & Prototyping
Free & Open Source Software Projects
www.opencsta.org

Re: Integrating with 3rd Party

Posted by jack <na...@cigna.com>.
Ok.

I'd like to do this Tapestry4 way.
Can you please offer some help/suggestions?

-Jack
-- 
View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2692918.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Integrating with 3rd Party

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 25 Aug 2010 18:01:49 -0300, jack <na...@cigna.com> wrote:

> Are you saying that it is not possible using Tapestry4 ?

I'm saying it is possible with Tapestry 5 or any other version. Just don't  
use the Form component: use an ordinary HTML form just like the one you  
posted here. Tapestry outputs non-component tags without changing them.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Integrating with 3rd Party

Posted by jack <na...@cigna.com>.
Are you saying that it is not possible using Tapestry4 ?

I didn't understand.
-- 
View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2653385.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Integrating with 3rd Party

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 25 Aug 2010 10:16:44 -0300, jack <na...@cigna.com> wrote:

> Hi,

Hi!

> I'm having a problem integrating with a 3rd party. The thing is they have
> this system that sends me an https POST with some data in it. How can I  
> post the data to a third part URL?

Just use HTML normally, without using the Form component.

> Without using Tapestry, I am doing it like
>
> <form action="https:\\www.xyz.com\abc.do" method="post">
> 	<input type="submit" name="submit" value="Click Here">
> </form>

This will do. ;)

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org