cancel
Showing results for 
Search instead for 
Did you mean: 

SAP AII - How to consume and expose webservices ?

former_member189387
Active Contributor
0 Kudos

Hi Friends ,

I am new to SAP AII , we have installed the SAP AII Device Controller 5.1 . Can you please give your views to the following

1. In XI if we use the URL http://host:port /rep , it will show the Integration builder , like this how can we see the main page for SAP AII by URL to dispaly the working components?

2 . Can you please list down the WebServices which are defalutly available in to consume ?

3. What the Transaction codes which we need to aware of ?

4. If any documentation available to consume and expose webservices ? Probably is there way to expose webservice from SAP AII ?

5.Can we call the webservices which are exposed from SAP AII using our .net or java proxies ?

Thanks & Regards.,

V.Rangarajan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

> 1. In XI if we use the URL http://host:port

> /rep , it will show the Integration builder , like

> this how can we see the main page for SAP AII by URL

> to dispaly the working components?

Logon to ABAP stack using your SAP logon pad, and write a t-code SXMB_IFR, it will open the XI home page.

or you can use this URL http://<host>:50<systen no>0/rep/start/index.jsp

> 2 . Can you please list down the WebServices

> which are defalutly available in to consume ?

hi !

Go thru this Blog Invoke Webservices using SAPXI By Siva Maranani

idoc to web services scenario

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

How to use webservices in XI

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - refer that blog and use the SOAP adapter and the WS instead of the RFC part.

see this blog from Robert Chu, but it might give you a good start to creating web services:

/people/sap.user72/blog/2005/12/29/service-enable-your-sap-application-component

File to Webservices

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c09b775e-e56e-2910-1187-d8eba09c...

Yes please look at following weblogs

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

How to Develop a Webservice Using NWDS and SAP XI.30

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b...

How to Set Up a Web Service-Related Scenario with SAP XI

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

Exposing BAPI as Web Services through SAP XI

/people/community.user/blog/2006/10/24/exposing-bapi-as-web-services-through-sap-xi

Testing XI exposed Web-Services

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

How XML Encryption can be done using web services security in SAP NetWeaver XI

/people/aparna.chaganti2/blog/2007/01/23/how-xml-encryption-can-be-done-using-web-services-security-in-sap-netweaver-xi

Consuming XI Web Services using Web Dynpro – Part I

/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

Consuming XI Web Services using Web Dynpro – Part II

/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii

Consuming XI Web Services using Web Dynpro – UI Design (Part III)

> 3. What the Transaction codes which we need to

> aware of ?

SXMB_MONI, WSADMIN, SXMB_IFR etc

> 4. If any documentation available to consume

> and expose webservices ? Probably is there way to

> expose webservice from SAP AII ?

See above links

> 5.Can we call the webservices which are

> exposed from SAP AII using our .net or java proxies

See above links

Thanks

Farooq

former_member189387
Active Contributor
0 Kudos

Hi Farooq,

Thanks for the reply.

But, I need to know about the Web Services from SAP AII ( Auto-Id-Infrastructure ) Device Controller Interface 5.1 not from XI .

Thanks & Regards.,

V.Rangarajan