Re: [PHP] php client

2008-12-14 Thread Stephen
idan72 wrote: Hi, I am new to PHP. I want to write a web client in PHP that will data to a server written in Java. I want that the client will send an object to the server. What is the best way to do that? Where can I find an example for doing that ? JAVA is on the client side. That is, it

Re: [PHP] php client

2008-12-14 Thread German Geek
On Mon, Dec 15, 2008 at 11:07 AM, Stephen stephe...@rogers.com wrote: idan72 wrote: Hi, I am new to PHP. I want to write a web client in PHP that will data to a server written in Java. I want that the client will send an object to the server. Don't know if that would be easy in PHP. I

RE: [PHP] php client

2008-12-14 Thread Wolf
idan72 wrote: Hi, I am new to PHP. I want to write a web client in PHP that will data to a server written in Java. I want that the client will send an object to the server. What is the best way to do that? Where can I find an example for doing that ? JAVA is on the client side. That

Re: [PHP] php client

2008-12-14 Thread Nathan Rixham
idan72 wrote: Hi, I am new to PHP. I want to write a web client in PHP that will data to a server written in Java. I want that the client will send an object to the server. What is the best way to do that? Where can I find an example for doing that ? Thanks Run you're java app as a soap

Re: [PHP] php client

2008-12-14 Thread Bastien Koert
On Sun, Dec 14, 2008 at 6:51 PM, Nathan Rixham nrix...@gmail.com wrote: idan72 wrote: Hi, I am new to PHP. I want to write a web client in PHP that will data to a server written in Java. I want that the client will send an object to the server. What is the best way to do that? Where