the issue is that i want to develop a java servlet which takes somes parameters from a php code then sends them to a java web service (a client and a service) and returns the content in an xml format, so i want to develop that servlet in order to make the php code and the the java service communicate.
Hi,
You say:
>...takes somes parameters from a php code then sends them to a java web service.
So sorry for a stupid question(I haven't done anything with PHP for a long time):
Why do you need a Servlet at all?
As I remember there is something like PHP client for webservices. So if you have a webservice you can call it from PHP without any servlet between, or I understand somethong wrong?
Regards,
giorgi
> thank you,
> but i don't know if i can develop a client for my web
> service in php while i have already developed a
> server in java.
Ummm, that's the whole purpose of Web Services, is it not? They allow heterogeneus systems to communicate over a common protocol.