php application webservices?

  • Thread starter Thread starter Lekha
  • Start date Start date
L

Lekha

Guest
how a php application can be exposed as webservices using java.

For eg: If there is php method,in the server
<?php
function somemethod()
{
...some code..
}
?>

how can we write the soap server in java for this somemethod?how can i connect to the server in which the application is launched using java?
 
Back
Top