cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with AS2 Service - PO

0 Kudos

Dear Experts,

We are trying to develop a scenario for AS2 to File for which, we are referring to the following blog.

http://scn.sap.com/docs/DOC-31349

To send message to PO's AS2 adapter, we are providing the following URI pattern to our partner.

http://<host>:<j2eeport>/AS2HttpAdapter/AS2AdapterFacade?FS=<from_service>&TS=<to_service>&IF=<outbound_interface> &NS=interface_namespace>

But, in the AS2 side, they are getting HTTP 404 - Requested resource doesn't exist.

We are getting same error, while trying to access the same URL on the browser.

We also tried the trimmed URL 'http://<host>:<j2eeport>/AS2HttpAdapter/AS2AdapterFacade' and 'http://<host>:<j2eeport>/AS2HttpAdapter' with the same error.

But the access point for SOAP Adapter 'http://<host>:<j2eeport>/XISOAPAdapter/MessageServlet' is working fine. That makes to believe that the Service for AS2 adapter has some issue, but we are struggling for a clue. We think, If there was any issue with the Integrated Configuration, it should have been a different error.

Could you please help?

Thanks,

Ashwin

Accepted Solutions (1)

Accepted Solutions (1)

konrad_thalheim3
Active Participant
0 Kudos

Dear Ashwin,

do you really use the OPI AS2 adapter?

In case you use SAP's b2b addon AS2 adapter kindly check the follwing documentation:

Configuring AS2 Sender Channel for Inbound Message Processing - SAP Process Integration, business-to...

or the follwing blog posts:

So your URL looks like this:

http://<local:port>/AS2/<yourSpecifiedAS2Name_mentioned_in_AS2_sender_Expected URL Path>

Kind regards

Konrad

0 Kudos

Hi Konrad,

Thanks for your reply. May be there is a little confusion.

Additionally, to clarify my doubt, we can follow the link below.

http://scn.sap.com/community/b2b-integration/blog/2013/08/07/easy-to-use-as2-software--part-ii

My question was about the URL to be provided to the AS2 partner, so that they can send the message. If you can see the table under MendelsonAS2 heading in the document, my question was about the Receipt URL.

As I mentioned before, it is of the format http://<host>:<j2eeport>/AS2HttpAdapter/AS2AdapterFacade?FS=<from_service>&TS=<to_service>&IF=<outbo...> &NS=interface_namespace>,

but that was not working.

When we tried http://<host>:<j2eeport>/AS2/AS2HttpAdapter/AS2AdapterFacade?FS=<from_service>&TS=<to_service>&IF=<o...> &NS=interface_namespace>

It works now (we need to have an additional prefix ( /AS2) before /AS2HttpAdapter .

We are using SAP's b2b add-on.

Thanks you again for the insight and sharing your thoughts.

Regards,

Ashwin

Answers (0)