cancel
Showing results for 
Search instead for 
Did you mean: 

Sender.html file

Former Member
0 Kudos

Hi all,

I am trying to send xml data to BW after integrating it with

XI. But the 'sender.html' file given for that purpose in How to push data from XI to BW is confusing.

Can any one explain what I should enter in the following text boxes provided in the file

Host Name : ?

Port: ?

Own Business system: ?

Interface: ?.

Any helpful answer will be appreciated.

Regards,

Anand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi anand

Host name is the name of your XI server(or give ip address of your xi server)

and port no is on which your XI server is listening i.e. 50004. or 8000. its http port on which XI server is listening.

Suppose you have created a scenario file to file in Xi server with interface

xi_in_mi as outbound message interface and

xi_out_mi as a inbound interface.

then in the place of interface you have to give xi_in_mi

Regards

Piyush

Former Member
0 Kudos

Hi Piyush,

Can you give some link or some document on this so that I can understand more about it. And what about 'own business system'?

Help will be rewarded.

Thanks,

Anand

Message was edited by: Anand Rao

Former Member
0 Kudos

Hi

basically in a system landscape you will have hierachy in integration directory perspective like this:

Server> buisnesssystem > party >service >communication channel >adapter type.....

in integartion repository:

Softaware component version> namespce> interface > message type > data type.

So in sender html we are pointing out exact interface by the parameter:

host name

port name

buisness system name(host and own buisness syatem has 1:M relationship)

namespace

interface(namespace and interface has 1:M)

but as one interface direct to partiular Data type through message type as they have 1:1 relatioship.

If you define party then you have to party as parameter.

One thing, yo umake ensure that QOS is BE(best effort)

i suppose now you are more clear about it.

cheers

Regards

Piyush

Former Member
0 Kudos

Hi Piyush,

I have given you full points. But one question. Why quality of service is BE when they promise it as EOIO(exactly once inorder)?

Thanks

Anand

Former Member
0 Kudos

Hi

QOS determines how message is delivered.

Synchronous Message Processing (BE)

Asynchronous Message Processing (EO, EOIO)

So for getting response from Xi server, we should keep QOS as a BE.

I think you will be more clear if you visit

http://help.sap.com/saphelp_nw04s/helpdata/en/41/b714fe5ffc11d5b3ea0050da403d6a/frameset.htm

Cheers

Regards

Piyush.

Answers (0)