cancel
Showing results for 
Search instead for 
Did you mean: 

Access Sender RESTful URL

Former Member
0 Kudos

Hello & Good Morning...

My requirement is "Sender REST" - "File Receiver" scenario.

The partner provided an URL. Kind of PO has to launch on the partner "data dump". I have to access the URL on daily basis.

This is kind of API, but no request. when I access the URL in browser, I can see the required data in XML format.

Question: 1) Without BPM, how can we access URL data?

               2) Do I need to create a dummy File adapter and access REST URL with adapter modules?

                    2.1) So, scenario would be File (REST in adapter module) to File... correct?

Is there any simple way in PO?

Thanks,

RV...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The URL is of the type:

http://<host>:<port>/RESTAdapter/...

Whatever comes after RESTAdapter in the above typo, please type that in NWDS under Adapter-Specific setting under Channel Selection, by checking Specify Endpoint, in Endpoint field (including "/").

Check the "Limit to HTTP Operation" checkbox, and preferably select HTTP operation as "GET".

Regards,

Souvik

Former Member
0 Kudos

Souvik,

Partner is not calling PO restful service. We have to call the URL (like www.abc.com/123/service.com).

I have to store the response as file.

Please suggest!

Thanks

RV...