cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy

Former Member
0 Kudos

Hello ,

A scenarion : Poxy to SOAP

Proxy sends req and SOAP response back to it.

So how many Message interfaces and message types are necessary

and what would be message mapping and interface mapping

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi satya

in IR

1. source data type,target date type

2 source message type,target message type

3. outbound synchronous message interface: both the Message type will be used in this interface.

you have to import the wsdl file of webapplication in external defination that will be used in receiver side....its have 2 message type:

one for incoming request and one for giving back the response.

4. create synchronous inbound messsage interface and provide both the message type of wsdl.

5. create 2 message mapping :

a. source message type -


> source message type of External defination.

b. target message type of External defination---->target message type

6. create one inetrface mapping :it will be automatically give you the request/response mapping..

if you have any doubt ask from me.

Former Member
0 Kudos

Hello Kunaal,

Thank you for your Response.....

""""""""""you have to import the wsdl file of webapplication in external defination that will be used in receiver side....its have 2 message type:

one for incoming request and one for giving back the response.""""""""""

Could you please give some more info regarding 2 message types ...What should be the structure of incoming request annd you told one for giving back the response....Could you give some more info regarding this

VijayKonam
Active Contributor
0 Kudos

hi, you need not create or bother about these messages. When you import the WSDL in IR, it would automatically create the interface and the associate message types in a single form. You can use it as they are. Something like and RFC imported.

VJ

Former Member
0 Kudos

Hi satya

you are doing proxy to saop scenario.in this you will fetch the data from any system and through Xi you will give data as a input to webservice and now webservice will perform certain functionality and will give the output to xi through soap adapter....xi will pass this output to receiver system.

are you using any standard or predifened webservice???????????

if yes then you have to import thye wsdl file of that webservice in external defination, and when you create MI .....you will use this external defination...

Structure: you are using webservice on receiver side....so it willl take some input from Xi and give some output to XI.

Former Member
0 Kudos

hi satya

is your problem get solved....if no then tell me for required assistance.

rohit_goel
Participant
0 Kudos

Hi Satya,

""""""""""you have to import the wsdl file of webapplication in external defination that will be used in receiver side....its have 2 message type:

one for incoming request and one for giving back the response.""""""""""

In IR there is one option for external definition.U have to import the WSDL file of that web service which u r using.when u upload this wsdl file it will show u some of the message types in it.these message types refers to the various input and output messages for various services it provides.choose ur input and output mesage from a list of mesages and use them in request and response mesage mappings.

u will create a abap report in sap system to execute the scenario as u r using client proxy..

if u are not clear pls ask again..

if found useful pls rewards points...

regards,

rohit

Former Member
0 Kudos

Hello Kunnal,

Could you please give your inputs for ID part

Former Member
0 Kudos

Hi satya

can u plase give me spme information regarding which webswervice you are using ???

i am assuming that ur using standard webservice ......

in ID : cretae configuration scenario:>>>>>1. sender

2. receiver

make communication channel for webservice .i.e type soap. The obligatory parameters in the

configuration are Target URL and SOAP action. You get the values you have to enter

here from the WSDL file.

You find the target URL at the tag soap:address and the SOAP action at the tag

soap:operation:..

no sender aggrement

rest of the configuration will be as usual...

Former Member
0 Kudos

Hello while using sproxy in R/3

I am getting "No connection to Integration Builder (only generic data visible)"

What I have to do

Former Member
0 Kudos

hi satya

follow these steps

Proxy Connectivity between R3 and XI:

Set up a Connection to the Integration Builder in SAP R3:

1. The address of the Integration Builder must be stored in R3 System.

 Check/Maintain with the report SPROX_CHECK_IFR_ADDRESS

2. The HTTP Connection of the R3 server application must function correctly.

 Check with report SPROX_CHECK_HTTP_COMMUNICATION

3. The Integration server must be running correctly.

 Check with report SPROX_CHECk_IFR_RESPONSE

4. Proxy generation must correctly interpret the data of the Integration Builder.

 Check with report SPROX_CHECK_IFR_CONNECTION

Former Member
0 Kudos

In ID for target sOAP what we have to do...

Business system and Business system or business service.

Former Member
0 Kudos

Hi

Business service

Answers (2)

Answers (2)

Jitendra_Jeswan
Contributor
0 Kudos

See the following Blog:

It would be a bit help to understand the SOAP scenarios.

https://weblogs.sdn.sap.com/pub/wlg/1442 [original link is broken] [original link is broken] [original link is broken]

Regards.

Jeet.

Former Member
0 Kudos

HI,

Please find here with you the below RFC to Webservice scenario step by step,

Here in your scenario you will be using ABAP proxy instead of RFC, remaining development in XI will be same as it is.

RFC -> XI -> WebService - A Complete Walkthrough

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

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

Thanks

Swarup