cancel
Showing results for 
Search instead for 
Did you mean: 

Suggestions needed

Former Member
0 Kudos

Hi,

Gurus,please provide your guidance.

I have an IDOC ,which used to send requet to a webservice through XI.The webservice picks up the data process it and send it back to SAP R/3 system.

To build this IDOC-XI-Webservice scenario,what are the details,I should gather before starting this scenario?

Example:Need the WSDL description,the webservice location,which Process/function is taking input values and providing back some output.

Any step-by-step example for this scenario available?

What are the tools involved to test Webservices?

Any other details/tips you would like to share about this scenario?

Regards,

Mohan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mohan !

There is an opensource SOAP client you can use to verify how the webservice works, it's called soapUI. You can also verify the settings for sending IDOCs from R/3 to XI application server.

Take in mind that there is no thing such as IDOC sync communication like the one you are planning. You can send an ALE audit back to the r/3 system if you want. IDOC is async.

/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc

Regards,

Matias.

ps: please award points if helpful.

former_member859847
Active Contributor
0 Kudos

Hi Mohan,

For Idoc-Soap scenario,

first you need to decide scenario as asyn-async or async-sync

the following configuration required for idoc-soap.

Configurations on R/3:

RFC(SM 59): RFC_SJ_DEST_TEST to connect with XI, this is working fine and I am able to remote login to XI.

Port(WE21): PORT_TEST with RFC_SJ_DEST_TEST destiantion.

Logical System(BD54): IDOCTOFILE

Distribution Model(BD64): Maintained Message types and genertated partner profile

Partner Profile(WE20): Used Matmas03 as outbound

Adapter port(IDX1): Maintained the Port with the following data

Port as the same port of R/3 PORT_TEST

Client as XI Clinet 010

RFC destination as RFC_SJ_DEST_TEST

Configurations on XI:

RFC(SM 59): RFC_SJ_DEST_TEST1 to connect with R/3, this is working fine and I am able to remote login to R/3.

Port (IDX1): created a port with following data

Port as the same port of R/3 PORT_TEST

Client as R/3 Clinet 800

RFC destination as RFC_SJ_DEST_TEST1.

Metadata(IDX2): Imported the Metadata successfull in IDX2.

please check The following link regarding configurations.

Reward the points, if it helpful;)

Regards

mahesh