doumiang2297 2016-08-08 13:10
浏览 45

Matlab - 未指定的错误:SOAP错误:过程'procedure_name'不存在

I have a php soap server (services.php)

<?php
require_once 'ETD_N.php';
require_once 'ScenGen.php';
require_once 'SickEvo.php';
require_once 'LogEvo_N.php';
require_once 'LogEvo.php';
require_once 'Damager.php';

$server= new SoapServer("webservice.wsdl", array('cache_wsdl' => WSDL_CACHE_NONE));

$server->addFunction(SOAP_FUNCTIONS_ALL); 
$server->setClass('soap');
$server->handle();

?>

and the related wsdl file to be queried by the clients. If I call the soap server from a php client or a Java client, all works fine and smooth. If I try to call the server with the matlab methods (matlab.wsdl.createWSDLClient('http://xxx.xxx.xxx.xxx/webservices/project/webservice.wsdl' , 'C:\Users\jDoe\matlabTemp\project') , all runs fine until the client tries to read the list of the procedures provided by the server. Infact, when the matlab client tries to read the procedures listed by the server, I get: Unspecified Fault: SOAP Fault: Procedure 'procedure_name' not present.
Any idea to solve the enigma?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 测距传感器数据手册i2c
    • ¥15 RPA正常跑,cmd输入cookies跑不出来
    • ¥15 求帮我调试一下freefem代码
    • ¥15 matlab代码解决,怎么运行
    • ¥15 R语言Rstudio突然无法启动
    • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像
    • ¥15 改算法,照着压缩包里边,参考其他代码封装的格式 写到main函数里
    • ¥15 用windows做服务的同志有吗
    • ¥60 求一个简单的网页(标签-安全|关键词-上传)
    • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法