|
WSIF & JSR-208 by J. Dave Shaffer, John Deeb, & Mohamad Afshar
WSJ Vol 04 Issue 10 - pg.13
Listing 1
<portType name="InventoryService">
<operation name="BAPI_MATPHYSINV_GETDETAIL">
<input message="tns:checkInventoryInput"/>
<output message="tns:checkInventoryOutput"/>
</operation>
</portType>
<binding name="JCABinding" type="tns:ic1">
<jca:binding/>
<format:typeMapping encoding="Java" style="Java"/>
<operation name=" BAPI_MATPHYSINV_GETDETAIL ">
<jca:operation methodName="BAPI_MATPHYSINV_GETDETAIL"/>
<input/>
<output/>
</operation>
</binding>
|