Hi,
Finally I managed to install PAMP and get the application working. I wrote a PHP application to access and manipulate the data in mysql and it is working fine.
Then I created a PHP Web Service and deployed it on the phone. A local PHP client in PAMP (same folder as the web service) is able to consume the webservice successfully. But I am not able to access this web service in other external applications e.g Java.
I am getting the below error:
HTTP Status-Code 307: Temporary Redirect - Location:
https://<mysite>.mymobilesite.net/php/<mypphpwebservice.php>; nested exception is: HTTP Status-Code 307:
Temporary Redirect - Location: https://<mysite>.mymobilesite.net/php/<mypphpwebservice.php>
Could you please suggest/explainme how to overcome this issue?
Regards, Kathirvel



