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?
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?