cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Post

Former Member
0 Kudos

Hello,

I have a scenario HTTP --> XI --> RFC.

HTTP Request is made from HTML.

But I get the error in XI as the payload looks like:

payload=%3Cns0%3Atibrequestname%3D%27%27type%3D%27%27+xmlns%3Ans0%3D%27http%3A%2F%2Freliant.com%2Fxi%2FEligibleOffers

Please help to resolve this.

Thanks,

Beena.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Ahmed...

There was problem with sender payload only.

I was getting payload in xi as

payload=<xml>

I used Java mapping to extract xml payload.

Thanks,

Beena

Former Member
0 Kudos

Beena,

Can you please cross check your scenario according to this weblOg:

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

Also please test your scenario as shown in this weblog.

Regards,

---Satish

Former Member
0 Kudos

Hi,

My Payload is:

<?xml version="1.0" encoding="UTF-8"?>

<ns0:WebRequest >

<namespace/>

<interface/>

<service/>

<qos/>

<payload>

<ContractRequest>

<BusinessPartnerNumber/>

</ContractRequest>

</payload>

</ns0:WebRequest>

Satish: I am not able to view that weblog.

Thanks,

Beena.

manish_bhalla2
Contributor
0 Kudos

Check out this link : https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/http%2bto%2brfc%2bsynchronous%2bscenario%2b-%2...

this also has a link to the weblog: /people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

Cheers

Manish

Former Member
0 Kudos

Hi Manish,

My scenario is working through runtime workbench and also through HTTP test client page.

But when I want to send the request without using client side scripts.

Thanks,

Beena.

Former Member
0 Kudos

Hey

looks like the sender system is sending some wrong payload,take the payload from the sender system and test ur message mapping,see if it gives the desired result.

Thanx

Ahmad

manish_bhalla2
Contributor
0 Kudos

Hi,

What is the format of the payload you are sending to the XI system? Are you sending it as XML?

Cheers

Manish