cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello Experts,

I am working on a scenario HTTP_AAE to IDOC.

I had generated URL but it is showing me below error.

below is my sender channel:

below is the URL I am testing:

http://ravi.abc.com:xxxxx/HttpAdapter/HttpMessageServlet?∫erfaceNamespace=http://abc.com/xxx/xxx/xxx...; senderService=BC_xxx&senderParty=&receiverParty=&receiverService=ecc&qos=EO

Kindly suggest the solution.

Thanks,

Ravi

0 Likes
View Entire Topic
Former Member
0 Likes

Issue is with the '>' after the interface and before senderService. Remove that and it will work.

http://ravi.abc.com:xxxxx/HttpAdapter/HttpMessageServlet?∫erfaceNamespace=http://abc.com/xxx/xxx/xxx∫erface=SI_xxx_xxx_ASYN_OB>& senderService=BC_xxx&senderParty=&receiverParty=&receiverService=ecc&qos=EO

PS - No point in hiding information using xxxx in the URL, all values are visible in the screenshot 🙂

Cheers,

Vibhu

former_member290264
Participant
0 Likes

Hi Vibhu,

I removed '>' sign but still, I am getting the same error.