cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP AAE Sender URL issue while connecting from ABAP to XI

Former Member
0 Kudos

Hi ,

My scenario is ABAP->XI via HTTP AAE. I created TYPE G RFC Destination and given the below URL to conect XI system via HTTP AAE from ECC.

URL to connect SAP XI HTTP AAE Communcation channel from ECC.

http://Hotst:port//HttpAdapter/HttpMessageServlet?interfaceNamespace=XXX&interface=XX&senderService=...



I created  sender HTTP AAE POST communication channel in sap xi.

While testing it is giving 500 Internal Server error.


Please suggest on this issue.

RFC Destination TYPE G:

Accepted Solutions (0)

Answers (4)

Answers (4)

iaki_vila
Active Contributor
0 Kudos

Hi Krishna,

If i was you i would try to check my PI scenario first, and later i would try to connect it with the ERP, via http if you want. Have you test your PI scenario? (check William Li's blog )

Regards.

manigram
Active Participant
0 Kudos

HI,

It is returning 500 internal error, check the roles which you assigned to user id which is configured in destination.

Regards,

Manigandan

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Krishna,

Do not worry, this is standard response when testing sm59 destination if you are sending an empty HTTP body. Unless of course you there are firewall issues.

Regards,

Mark

chrismills
Explorer
0 Kudos

Any reason you aren't using the SOAP adapter with XI protocol? You have custom ABAP code and are posting data from ECC to PI right?