cancel
Showing results for 
Search instead for 
Did you mean: 

Sender Java HTTP Adapter Error

manikandan_shanmugam3
Active Participant
0 Kudos

Hi All,

I am facing below issue while sending HTTP call to PO 7.4 System.

Java HTTP Adapter:

URL:

Removed all the space in the url

Error:

Regards,

Mani

Accepted Solutions (0)

Answers (4)

Answers (4)

suman_saha
Contributor
0 Kudos

Hi Mani,

Remove any space if you are having in that URL.

Try that URL in the browser.

Also make sure you are not having an empty call because 500 error occurs mainly if you try to invoke empty message.

Regards,

Suman

iaki_vila
Active Contributor
0 Kudos

Hi Manikandan,

Try to escape the namespace slash in your URL with %2F. I mean use %2F instead of / in  the namespace value.


Regards.

former_member186851
Active Contributor
0 Kudos

Hello Mani,

How are you making this call?using SOAP UI or any other tool?..

manikandan_shanmugam3
Active Participant
0 Kudos

Hi Raghuraman,

Its working in SOAP UI, Can you please let me know how to ensure the setting for HTTP to work?

Regards,

Mani

former_member186851
Active Contributor
0 Kudos

Hello Mani,

You have any proxy settings or any VPN you use to connect.

If PI is different is in different network I doubt you can trigger message.

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Manikandan,

Are you calling the URL inside or outside your company's firewall?

Regards,

Mark

manikandan_shanmugam3
Active Participant
0 Kudos

Hi Mark,

Its Outside network but there is no firewall between systems

Regards,

Mani