如果我们在Anypoint Studio中使用ws:consumer,那么任何人都可以举例说明如何将参数传递给webservice。
<script
id="sap-ui-bootstrap"
src="/path/to/ui5/resources/sap-ui-core.js"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-libs="sap.m"></script>
我必须将对象参数传递给Web服务的登录方法,就像我们在java中一样。
<ws:consumer config-ref="Web_Service_Consumer1" operation="login" doc:name="Web Service Consumer"/>