cancel
Showing results for 
Search instead for 
Did you mean: 

REST receiver adapter passing parameter value to target webservice

Former Member
0 Kudos

Hello Gurus

We are setting up an interface with Sender REST and Receiver REST.

The target URL is : http://<domain_name>/faces/sp.do?action=<service>

This is a POST call.

We are able to transfer data successfully to the endpoint.

However the target application is getting <service> value as NULL in-spite of we putting it in the URL.

When we try testing the URL from Chrome rest client, the target application gets a perfect hit.

I tried testing the same URL using SOAPUI. The '?action=<service>' part comes up in the parameters tab.

Am i going wrong somewhere or is this a bug in the REST Receiver Adapter?

Any help is appreciated..

PS : PO 7.4 single stack SP10

Regards,

Xineohpi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you resolve your issue? I have the same problem.

It seems that query parameters have not been received in external system.

Former Member
0 Kudos

The receiver application changed the URL to /sp.do/SELLER_CATEGORY_SERVICE_IN/ instead of action

Regards,

Xineohpi

Answers (1)

Answers (1)

RaghuVamseedhar
Active Contributor

Xineohpi,


Did you get this right?

Former Member
0 Kudos

Hi Raghu

Thanks for your response. Too late a reply from my side!!

The receiver application changed the URL to /sp.do/SELLER_CATEGORY_SERVICE_IN/ instead of action

Regards,

Xineohpi