simple php SoapClient example for paypal needed

前端 未结 3 401
逝去的感伤
逝去的感伤 2020-12-15 15:11

Could I get a simple example of using PHP\'s SoapClient class to make an empty call to Paypal with nothing but the version number? I have the correct WSDL url and server ur

3条回答
  •  暖寄归人
    2020-12-15 15:30

    PHP has a very easy to use soapClass. Which can be found here.

    http://www.php.net/manual/en/class.soapclient.php

提交回复
热议问题