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

CommentFileSizeAuthor
HelloWorld.wsdl_.txt1.96 KBishara
HelloWorld.java_.txt702 bytesishara

Comments

ishara’s picture

Status: Active » Closed (won't fix)

I 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