cancel
Showing results for 
Search instead for 
Did you mean: 

XI to Xi communication( doubt about message interafce)

former_member192079
Participant
0 Kudos

hi ALL.. AGAIN WE ARE BACK

https communicaion

WITH SOME ISSUE IN <b>File/Idoc - XIA--


|Internet|--


XIB - File </b> scenario.

1.at XIA we are using XI Adapter, with HTTPS protocol to post data to XIB server

2.at XIB we are using same XI adapter with HTTP protocol to receive data.

the issue is which <b>message type</b> we shall use for these 2 interfaces.

<b>a)</b> is it possible to export the idoc structure as XSD and use this XSD file as External

Definition at both interfaces at XIA and XIB system...or some standered datatype template is there..

<b> b)</b> what in case the 2 interface has different message type ?

regards,

ashutosh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>a) is it possible to export the idoc structure as XSD and use this XSD file as External

Definition at both interfaces at XIA and XIB system

yes it is completely possible

have a look at my blog (step 1 and two only):

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

former_member192079
Participant
0 Kudos

Hi Michal Thx...

i found that in R/3 itself, there is a option to convert any Idoc/bapi structure

to xsd or html format.

but what if some extra segment i add to idoc xsd, and use it target XIB side,

while XIA will be using previous xsd structure( with out added segment)..

will the HTTPS communicatioN work ?

Regards,

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All...

I am using the same scenario XIA<->Internet<->IXB.

we are planning to use the Private/Public key for security/authentication purpose. Can any of you advise as to the procedure where the Public and Private keys are to be installed.

Have already read the Seciruty Guides for XI3.0 and refered alot many blogs but ver confused as to which procedure to follow. In my scenario the data flows in both the directions.

Please give me some steps to follow.

Regards,

Prashant.

former_member192079
Participant
0 Kudos

Hi all

for connecting XIA & XIB,

at XIA as we are using XI adapter at receiver communication channel..

i am specifying the path as :

<b>http://<host >:<8001>/MessagingSystem/receive/AFW.</b> host = host XIB.

do i require to remove the "receive" in the url... pointed in the below blog by stefan..

Regards,

ashutosh

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

The URL to be used in the Receiver xi adapter in XI A

http://servernameof XI B:httpport of XI B/sap/xi/engine?type=entry

the type = entry can also be type= receive and that is what Stefan asks to check in that thread.

Regards

Bhavesh

former_member192079
Participant
0 Kudos

Hi all

is there any standered template of Message Type for XI adapter, HTTPS message protocol...

for communication between 2 XI System, at different landscape.

regards,

Ashutosh

MichalKrawczyk
Active Contributor
0 Kudos

hi,

don't think so - depends on what both parties will agree upon

Regards,

michal