cancel
Showing results for 
Search instead for 
Did you mean: 

Posting a message into XI pipeline

Former Member
0 Kudos

I tried to post the message into XI pipeline "CENTRAL"

I got the HTML code from

/message/266750#266750 [original link is broken]

The code from the link above does not have any receive info.

So when the message is posted, it is erroring out as "NO RECEIVER Determination"

How can we direct to any receiver.

reg

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

the code won't have any receiver info.

it will only take the sender attributes and will decide the receiver based upon the configuration you have done in ID(receiver determination,interface determination etc)

the error you are getting is not cause of problem in HTTP client but due to some wrong configuration in ID.

make sure you have configured a receiver determination for correct receiver

Thanx

Aamir

Message was edited by:

Aamir Suhail

Former Member
0 Kudos

Yes. I am ok with that.

I got it... from the Interface name it would get the comm channel.

What if we have different comm channels for the same interface.

How does it determine which comm channel to use.

reg

Former Member
0 Kudos

Hey

>>What if we have different comm channels for the same interface.

conditional interface determination or conditional receiver determination(based upon the actual requirement)

Thanx

Aamir

Former Member
0 Kudos

Aamir,

I have used the testMessage tab on Component Monitoring Link of RWB.

For the URL, i gave the one from sxmb_admin > IE config screen.

http://server:8000/sap/xi/engine?type=entry, which is actually the pipeline URL.

It worked. The message was sent to the receiver and got an acknowledgment.

reg

Message was edited by:

naveen chitluri

Former Member
0 Kudos

kool,now to generate the URL for HTTP u need to use the HTTP test client and give the parameters there,once the message is successful send from HTTP tool,you will get the URL through which the sender system will post the messages in Real world

Thanx

Aamir

Former Member
0 Kudos

Aamir,

Now I got recr_determination error.

But every thing is good as per the config is concerned.

As we had messages flowing through earlier. No changes have been made.

reg

Former Member
0 Kudos

Hey

>>Now I got recr_determination error

are you getting this error is u test the scenario via RWB or via HTTP test client?

check the receiver determination,if it does not work,try deleting the existing Recv determination and create a new one.

>>But every thing is good as per the config is concerned

Everything is not good,had it been good you wont be getting any errors:)

Thanx

Aamir

Former Member
0 Kudos

Aamir,

I am getting this error via HTTP test client. Via RWB, every thing is good

Could u please clear

I thought there should not any tech diff between HTTP test client and RWB.

reg

Former Member
0 Kudos

Hey

there is some wrong paramater which is goin from HTTP client and due to which you are getting the error.

can you please paste the URL u got from HTTP client

Thanx

Aamir

Former Member
0 Kudos

I thought the same thing.

may be sender service ,sender interface or name space.

Former Member
0 Kudos

URL from the HTTP client:

http://server:8000/sap/xi/adapter_plain?namespace=http%3A//company.com/productcreate&interface= INTERFACE_NAME&service=SENDER_SERVICE&party=&agency=&scheme=&QOS=EO&queueid=httpclient&sap-user=xiwsuser&sap-password=*******&sap-client=090&sap-language=EN

for the password, it is actually listing the password. I have edited it to *********

<b>The result I am getting is as:

Result:

http-Status: 200 Message accepted

Payload:</b>

There is no payload here. That is ok. I did not give any

reg

Former Member
0 Kudos

status 200 is ok,I think nothing wrong with it.

but are you getting any error message when you give payload?