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 Quote Link to comment Share on other sites More sharing options...
Mchl Posted June 22, 2010 Share Posted June 22, 2010 What's $client? Quote Link to comment Share on other sites More sharing options...
buddhika2010 Posted June 22, 2010 Author Share Posted June 22, 2010 nusoap Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.