cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC-XI-Webservice-XI-FIle

Former Member
0 Kudos

Hi,

I am doing IDOC-XI-Webservice-XI-FIle,

I am using Asyn-synch bridge.

While I am creating Synch_ABS ( IDOC & File ) it is showing that u cannot create interface with IDOC & non IDOC,

How should i proceed the scdenario.

Regards,

Jayasimha Jangam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Your IDOC will be sender, which you can directly use. You don't need to create the ABS_Interface. But On Webservice side you need to use the Abstract Interface.

And even on file side also.

Thanks

Swarup

Former Member
0 Kudos

My senario is IDOC-XI-Webservice request

Webservice Response-XI-File

What should be the process

Former Member
0 Kudos

Hi,

Refer -- this will give you hint....here instead of file you have IDOC.

You need to follow exactely the rever steps as per below example

http://help.sap.com/saphelp_nw04s/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm

Thanks

Swarup

Edited by: Swarup Sawant on Aug 21, 2008 8:42 AM

Former Member
0 Kudos

Hey,

Create a request structure for webservice

Create a response structure for webservice.

Create a Structure for file.

Map the idoc with the webservice request structure.

Map the webservice response structure with the file structure.

Abstract asynchronous interface:- Idoc

Abstract synchronous interface

Request:- request webservice

Response:- response webservice

Abstract asynchronous interface:- file

BPM design

Receive step:- abstract asynchronous interface

Transformation step:- mapping between Idoc and webservice request

Send step:- abstract synchronous interface

Transformation step:- mapping between Webservice response and file

Send step:- abstract asynchronousp:- file

regards,

Milan

Answers (0)