cancel
Showing results for 
Search instead for 
Did you mean: 

werb services to proxy- synchronous scenario

Former Member
0 Kudos

Hi experts,

Can anyone help me with the detailed scenario of synchronous WEB SERVICES TO PROXY step by step. I tried searching in sdn but no luck.

Also tell me here that XI will expose the Outbound Interfaces as a Web Service Interface. how the Web Service Description (WSDL File) will be generated for the Interfaces in Integration directory?

Also mapping is not required here.

Thanks

Veeru

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

answered

Former Member
0 Kudos
Former Member
0 Kudos

Hello,

If you want to do scenario to consume a Servver Proxy try this . It could be helpful.

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50b63e8f-a4bb-2a10-e9b1-ba803fd06739

That a Step-by-Step scenario.

Thanks

former_member200962
Active Contributor
0 Kudos

You need two Data types...one request and other Response....Request to send the data from Source to Proxy and Response to get the details from Proxy into WS application

Since no mapping is needed you need only two Data Types.

Now create MTs and then one Outbound and Inbound Message Interface.....both MIs will be synchronous

IR part is done

In ID:

Create Sender agreement, receiver agreement, Interface & Receiver Determinations.....with Business Service as sender and Business System as receiver system....business ystsem will represent the SAP system (proxy)

then ID --> Tools --> Display WSDL .... follow the wizard and the wsdl will be generated.

Config in XI/ PI is done

Now ask your SAP counterpart to develop a proxy based on the Inbound message interface....once it is ready test the interface

Regards,

Abhishek.

Former Member
0 Kudos

Experts,

Thanks for ur help. One more thing I want to know, what types of business systems have to create for this webservices to proxy kind of scenario.

Thanks

Veeru

former_member200962
Active Contributor
0 Kudos
what types of business systems have to create for this webservices to proxy kind of scenario

you dont need multiple business systems....just create one business system in SLD and then import it into ID.

Assign the inbound message interface to this business system and configure your scenario.

Check if a Business System already exists for this SAP system....if there is another Proxy/ IDOC/ RFC scenario developed for this SAP system then there should be a Business System created...just re-use the same.

If you need help on how to create SLD then just make a simple search on SDN.....you will find good blogs/ documents.

On the Sender side (WS) you need to create Business Service in ID.

Regards,

Abhishek.