|
9#
楼主 |
发表于 2010-11-1 18:17:11
|
只看该作者
我使用了soap_request方法,在取返回值的时候有问题, lr_xml_get_values这个函数哪里用错了?
NumOfValues= lr_xml_get_values("XML={response}",
"Query=/SOAP:Envelope/SOAP:Body/m:callServiceResponse/m:SvcCont/root/body/",
"ValueParam=OutputParam",
"SelectAll=yes",
LAST);
-----------------------------请求XMl begin--------------------------------------------------------
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<m:callService xmlns:m="http://ws..com">
<m:SvcCont><![CDATA[
<root>
<head>
<bipcode>***</bipcode>
<actioncode>***</actioncode>
<ret_code/>
<ret_msg></ret_msg>
</head>
<body>
<login_no> </login_no>
<phone_no></phone_no>
<select_type></select_type>
<time_string></time_string>
<time_string1></time_string1>
<login_accept></login_accept>
<today></today>
<custType></custType>
<cust_flag></cust_flag>
<show_flag_str></show_flag_str>
<callName></callName>
<feeName></feeName>
<roamName></roamName>
</body>
</root>]]>
</m:SvcCont>
</m:callService>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
-----------------------------请求XMl end--------------------------------------------------------
----------------------------错误日志---------------------------------------------------------------
Action.c(33): Error: The message was not found in the ICU resource bundle.
The message was not found in the ICU resource bundle.The message was not found in the ICU resource bundle.('/')
Action.c(33): Error: "lr_xml_get_values" execution failed |
|