Jump to content

convert nusoal to php soap client

- - - - -

  • Please log in to reply
No replies to this topic

#1
lol33d

lol33d

    Programmer

  • Members
  • PipPipPipPip
  • 149 posts
hi guys

i need convert this code:

<?php

	$soapclient = new nusoap_client('url?wsdl','wsdl');

	$soapProxy = $soapclient->getProxy() ;


	$result = $soapProxy->PaymentUtility(11111, 22222, 33333, 44444, 55555, 66666);


	if(!$soapProxy->getError())

	{

		print_r($result);

	}


//________________________________________________________________



	$soapclient = new nusoap_client('url?wsdl','wsdl');

	$soapProxy = $soapclient->getProxy();


	$result=$soapProxy->CheckRequestStatus(11111, 22222, 33333, 44444, 55555, 66666);

	if(!$soapProxy->getError())

	{

		print_r($result);

	}


?>


to PHP: SoapClient - Manual

please help me, i cant change it

thank you so much




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users