on 2006 Nov 29 3:40 AM
Hi All,
Can anyone give me an idea of how to use XI in webservices. I have already created webservices using currently existing BAPI. Now I want to know hoe to do the same using XI.
Regards, Aza
Hi Aza,
Using XI to create webservices is not difficult.
-> If we are using XI , we are actually following the Outside In approach to webservices, wherein we create the Message Interface in the Intergration repository using the integration builder. (tsn : SXMB_IFR)
->Using this Service definition (ie., the WSDL of the service) the ABAP proxy class is generated at the backend system(you need to ensure that you have ur ABAP and XI system connected) (tsn: SPROXY)
-> Here , in the interface method of the proxy class you need to do the required buziness logic coding ( eg: call the BAPi).
-> Once you are through with it , using the webservice creation wizard in SPROXY tsn u will be able to open it as a webservice
PS:in this approach you are using XI only in the Design time, at runtime just ur WAS is required
Hope this will clarify your Query. Nevertheless as Huw suggests , do a search in the XI forum to have a clearer understanding.
Best Regards,Girish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do a search on the XI forum and you will find some detailed examples and plenty of good links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
10 | |
8 | |
8 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.