Sun Dec 15, 2013 6:26 am |
Replies: 2 |
Views: 14987 |
|
 |
Hi im facing a similar problem posted at http://forum.nusphere.com/help-with-nusoap-attributes-t9741.html#33015#33015. struggling to solve it.. did u manage to get a solution for it?
|
Sun Dec 15, 2013 6:23 am |
Replies: 1 |
Views: 14027 |
|
 |
Hi, i have a similar problem posted at http://forum.nusphere.com/help-with-nusoap-attributes-t9741.html#33015#33015. Struggling with this for long.. did u find a solution for it?
|
Sun Dec 15, 2013 6:14 am |
Replies: 0 |
Views: 12918 |
|
 |
I am using Nusoap to create my soap request and get the response.
I have coded as follows:
require_once('lib/nusoap.php');
$client = new nusoap_client('wsdl_link', true); ...
|