cancel
Showing results for 
Search instead for 
Did you mean: 

SOAPError: CX_ST_MATCH_ELEMENT

Former Member
0 Kudos

Hi experts,

I develop ECC6/LiveCycle7.1/adobereader9. I write the following javascript in the click event of button1:

 Var cURL = "http://dev.test.com/sap/bc/srt/wsdl/bndg_xx/wsdl11/allinone/ws_policy/document?sap-client=210";  
//this web service works well, and I've tested it many times.
var service = SOAP.connect(cURL);
for(var i in service) xfa.host.messageBox(i);   //it pop-up all interface name
var myRequest = {INPUT:"9900000123"};    //input parameter
var result = service.ZMM_GETPO(myRequest); 
//I catch a error message here,"SOAPError: CX_ST_MATCH_ELEMENT, system expected element 'INPUT'"

I also tried the following code, but I caught the same error message

 var result = service.ZMM_GETPO("9900000123")

Please help me, and thx

Accepted Solutions (0)

Answers (1)

Answers (1)

chintan_virani
Active Contributor
0 Kudos

Please DO NOT open multiple threads for similar issue and check my reply in your other thread.