nagendra wrote: |
When i am running this code giving error as "Response not of type text/xml". |
Negendra, the nusoap client->call() function does not return raw xml. The library converts returning XML from the soap envelope into a php array and the return variable is assigned the results. If your webservice call had any error resulting in a soap fault, that too is returned from the call as a php array.
phpEd has a debugger included, use it to view the results returned from the 'call()' function. If you see an array, with the three values you described as expected output, then your call was successful.