找不到类WSMessage

时间:2010-10-22 07:40:24

标签: php

我尝试在PHP中运行SOAP客户端来调用rampart axis2 / java。

  // Create message with request payload and options
$reqMessage = new WSMessage($reqPayloadString,
                     array("to" => "http://localhost:9090/axis2/services/SecureService",
                           "action" => "http://php.rampart.apache.org"));

但是有一条错误消息:

Fatal error: Class 'WSMessage' not found in C:\xampp\htdocs\test\rampart.php on line 21

我将wsf.dll添加到php / ext /和config php.ini扩展名以使用wsf.dll

我使用xampp v1.7.5(php5.3.3)并从wso2-wsf-php-bin-1.0.0-win32复制wsf.dll

请帮我解决问题。

谢谢。

0 个答案:

没有答案