Today SAP ABAP se80 Webservice Provider error RABAX( ST22 Dump:CX_AI_SYSTEM_FAULT-UNCAUGHT_EXCEPTION)Dump SAPSQL_IN_ITAB_ILLEGAL_SIGN
Checked the account and password, it is no problem.
Interface parameter webservice provided, somebody changed the provide service with Camel-Case naming rule.
For example:
Internal View=》Service ==》Input==》
【T_MY_LOVE_BABY】CHANGED TO 【TMyLoveBaby】
Theis naming result was saved in the table:VEPFIELDREF and table VEPSTRUTYPE for web service element.
So,changed TMyLoveBaby to TMYLOVEBABY, Use SOAPUI reference again.
It is walks very well.
本文为作者原创,如果这篇文章对您有用,欢迎转载,
转载请务必注明来源《今日热点在看》http://www.hot583.com/
微信原文《全文完》
Really helpful. Thanks for Sharing.