Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HTTP POST Message through Oracle B2B 12c failing

PK2021Jul 15 2021

Hi,
I am facing issue while sending HTTP POST message from Oracle B2B, Remote TP has Basic Authentication enabled so while setting Basic Authentication details in Profile page such as UserName and Password/Confirm Password and trying to send data to Partner I am getting following error as follows:
"Error Code B2B-50079Error Description Machine Info: (server Name) Transport error: [IPT_HttpSendError] HTTP encounters send error :401 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.</p> <hr> <address>Apache/2.2.31 (Unix) Server at server Name Port 80</address> </body></html> .Error Level ERROR_LEVEL_COLLABORATIONError Severity ERRORError Text Transport error: [IPT_HttpSendError] HTTP encounters send error :401 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.</p> <hr> <address>Apache/2.2.31 (Unix) Server at server Name Port 80</address> </body></html> "
I am setting credentials at following location along with the Endpoint URL:
image.png
When I tried to test with SOAPUI then its working fine with Basic Authentication enabled and credentials provided but when I don't provide Credentials from SOAP UI then I used to get same error as I receive in B2B.
So as per my analysis somehow Credentials setting in B2B Channel is not being passed to Remote TP.
Please let me know if its right place to set Credentials for Basic Authentication for HTTP POST Message or we need to set somewhere else.
I appreciate your response on same.

Comments
Post Details
Added on Jul 15 2021
2 comments
1,203 views