cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_AAE URL not working

former_member290264
Participant
0 Kudos

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

Accepted Solutions (0)

Answers (3)

Answers (3)

Andrzej_Filusz
Contributor
0 Kudos

Hi Ravi,

Please apply the following note:

2508664 - Missing feature in HTTP_AAE adapter for Namespace availability in target URL

The new parameter 'includeNamespace' should solve that issue.

Regards,

Andrzej

former_member290264
Participant
0 Kudos

Hi Andrzej,

mine is sender HTTP_AAE channel and the note you provided is for Receiver channel.

can you suggest me for sender channel!!??

Andrzej_Filusz
Contributor
0 Kudos

Hi Ravi,

I'm sorry I understood your scenario incorrectly.

There was a typo in your URL so as I understand you created it manually. Could you please get a WSDL link from Sender Agreement --> Display WSDL... or Integrated Configuration --> Display WSDL... and use it to create a project in SoapUI? Then you can copy the generated URL from the request example. In this way we will be sure that your URL is correct.

Regards,

Andrzej

former_member290264
Participant
0 Kudos

Hi Andrzej,

when I clicked on Display WSDL in ICO it gives me below error:

"Selected communication channel is assigned to the wrong adapter type HTTP_AAE Supported adapter types: HTTP, SOAP, XI, WS."

In PO 7.5 HTTP adapter is not available.

Former Member
0 Kudos

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 Kudos

Hi Vibhu,

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

sanjali07
Participant
0 Kudos

Hi Ravi,

Have you tried posting a message to this endpoint?