buddhika2010 Posted June 22, 2010 Share Posted June 22, 2010 does any one knows how to call a java web service method in php using soap client i try to call the method /// $result = $client->call('ConfirmRenewalPayment', array('vehicleNo' => $pass_vechileno,'policyNo' => $pass_policyno,'renewalCount"' => $pass_renewalCount,'endrosementCount"' => $pass_endoseCount,'policyAmount"' => $pass_policyAmount,'commencementDate"' => $pass_commencementDate,'expiryDate"' => $pass_expiryDate,'bankCode"' => $pass_bankCode,'branchCode"' => $pass_branchCode)); like this but out will always get 0 Link to comment https://forums.phpfreaks.com/topic/205517-nusoap-does-any-one-knows-how-to-call-a-java-web-service-method-in-php/ Share on other sites More sharing options...
Mchl Posted June 22, 2010 Share Posted June 22, 2010 What's $client? Link to comment https://forums.phpfreaks.com/topic/205517-nusoap-does-any-one-knows-how-to-call-a-java-web-service-method-in-php/#findComment-1075455 Share on other sites More sharing options...
buddhika2010 Posted June 22, 2010 Author Share Posted June 22, 2010 nusoap Link to comment https://forums.phpfreaks.com/topic/205517-nusoap-does-any-one-knows-how-to-call-a-java-web-service-method-in-php/#findComment-1075466 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.