Heim  >  Artikel  >  Backend-Entwicklung  >  php soap异常 Fatal error: Uncaught SoapFault exception: [HTTP] Internal Server Err

php soap异常 Fatal error: Uncaught SoapFault exception: [HTTP] Internal Server Err

WBOY
WBOYOriginal
2016-06-13 13:28:20996Durchsuche

php soap错误 Fatal error: Uncaught SoapFault exception: [HTTP] Internal Server Err
Fatal error: Uncaught SoapFault exception: [HTTP] Internal Server Error in /var/www/html/mujeres-jersey.com-svn0713/admin/order.php:112 Stack trace: #0 [internal function]: SoapClient->__doRequest('__call('orderConfirm', Array) #2 /var/www/html/mujeres-jersey.com-svn0713/admin/order.php(112): SoapClient->orderConfirm('{"order_id":"19...') #3 {main} thrown in /var/www/html/mujeres-jersey.com-svn0713/admin/order.php on line 112

111行:$client = new SoapClient ( WHOLESALE_WSDL_SERVICE.'service.php?s=Order');
112行:$json = $client->orderConfirm ( $orderInfo );

------解决方案--------------------
期待。。
------解决方案--------------------
是不是参数不正确啊
------解决方案--------------------

探讨

是不是参数不正确啊

------解决方案--------------------
是不是wsdl的描述跟server端写的不一致呢?
------解决方案--------------------
检查一下wsdl文件中对应方法的参数描述是否一致
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn