Php integration with java servlets using curl

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sudhir
Forum Newbie
Posts: 3
Joined: Mon May 22, 2006 7:52 am

Php integration with java servlets using curl

Post by sudhir »

Hello,

Currently i have a system where i am required to post some data from my php application to a application which is written in java servlets......., and data that i post from my php application....is not getting posted to the application written in servlets ............. But when i try to send the same data to a php script i am receiving all the data posted to it....... I am using CURL to post the data to servlet application.

Below are the LAMP verions that i am using

Operating system : Redhat enterprise edition
PHP : 5.1.1
Apache : 2.1

Java application details

Operating system : windows NT
Tomcat : 4.0
Java : 1.5

Regards,
Sudhir
bdlang
Forum Contributor
Posts: 395
Joined: Tue May 16, 2006 8:46 pm
Location: Ventura, CA US

Post by bdlang »

Code?
sudhir
Forum Newbie
Posts: 3
Joined: Mon May 22, 2006 7:52 am

Post by sudhir »

I need php code through which i can post data to java servlet
sudhir
Forum Newbie
Posts: 3
Joined: Mon May 22, 2006 7:52 am

got it

Post by sudhir »

I found a way through which we can send multipart data to a JSP application from a php application through CURL

Regards,
Sudhir
Post Reply