Solved

Outbound request web service in APPS 7.5

  • 19 February 2024
  • 4 replies
  • 49 views

Badge +5

Hello IFS Community,

We are working on an outbound BIZAPI in APPS 7.5 where we send an XML from IFS to the external system through HTTP request. In response, we are supposed to get the same XML with some extra information (additional tag to get the PDF data and this tag is included in the Standard view).

 

When we invoke the BIZAPI through Web Service Tester, we get the desired response but when we send the same request through a PLSQL procedure using “Plsqlap_Server_API.Invoke_Outbound_Request_Bizapi”, we get a generic response saying “ HTTP to https://externalsystem.com is executed”.

 

Any idea? Are we missing something while creating the BIZAPI in APPS 7.5? Fyi, the BIZAPI type is Outbound Request.

 

Would appreciate your help.

 

Thanks & Regards,

Mohit.

icon

Best answer by dsj 19 February 2024, 17:26

View original

4 replies

Userlevel 7
Badge +20

Hi @flemohitj 

Check your outbound routing rule and see if a Queue is defined. For outbound synchronous, Queue = None as I remember.

 

/Damith

Badge +5

@dsj Thank you, Genius. That worked but now I’m getting a data error. It looks the incoming PDF is large.

 

Error: “ORA-31167: XML nodes over 64K in size cannot be inserted”

 

Thanks & Regards,

Mohit.

Userlevel 7
Badge +20

@dsj Thank you, Genius. That worked but now I’m getting a data error. It looks the incoming PDF is large.

 

Error: “ORA-31167: XML nodes over 64K in size cannot be inserted”

 

Thanks & Regards,

Mohit.

 

Did a quick search and looks like it’s a bug in Oracle 10g.

Hope following stackoverflow thread will help you to fix it.

https://stackoverflow.com/questions/63015821/xml-over-64k-on-oracle-10g-to-load

 

Hope it helps!

Damith

Badge +5

Thanks Damith. Yes, I went through that link. Will check if that oracle patch can help.

 

Thank you so much for your support.!!

 

Thanks & Regards,

Mohit.

Reply