douyue1998 2013-11-04 16:45
浏览 29

将PHP SOAP调用转换为Perl

I am trying to take this, what looks to be simple soap call in php:

$params->Context->ServiceAccountContext = $serviceAccountContext; //this is a string
    $params->Query = "test";        

    // invoke service
    $researchService = new SoapClient($serviceurl);
    $response = $researchService->DoFunction($params)->DoFunctionResult;        

but it seems my experience with SOAP::Lite is limited, as the following:

my $serviceAccountContext ='teststring';
my $soap = SOAP::Lite
-> uri($serviceurl)
  -> proxy($serviceurl)
;
 my $header = SOAP::Header->name("ServiceAccountContext" =>' $serviceAccountContext', "Query"=>'test');


my $method = SOAP::Data->name('DoFunction');
my $responset = $soap->call($method, $header);

returns a 404, which is unfortunate as it works in php. I feel like i am missing something very basic here. if anyone could lend a hand, that would be amazing. Thanks.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 微带串馈天线阵列每个阵元宽度计算
    • ¥15 关于无人驾驶的航向角
    • ¥15 keil的map文件中Image component sizes各项意思
    • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
    • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
    • ¥15 划分vlan后,链路不通了?
    • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
    • ¥15 Vue3 大型图片数据拖动排序
    • ¥15 Centos / PETGEM
    • ¥15 划分vlan后不通了