I have write simple web service using java and try to call from drupal wsclient, The problem is this simple method call take long time to execute.
But I have try with w3school sample WSDL "http://www.w3schools.com/webservices/tempconvert.asmx?WSDL" , call execute quickly.
I have attached Sample java and WSDL ,
What could be the cause?
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| HelloWorld.wsdl_.txt | 1.96 KB | ishara | |
| HelloWorld.java_.txt | 702 bytes | ishara |
Comments
Comment #1
ishara commentedI have found the issue , it seems PHP issue.
@file_get_contents(), with "localhost" or "127.0.0.1" take long time.
My PHP version -5.3.8
Reference - Using PHP SoapClient with Java JAX-WS RI