Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

Special character in query string for HTTP REST GET invoke in BWCE 2.4.3


Mike Schuman

Recommended Posts

Hi All,

I'm trying to invoke HTTP REST GET call using,

https://united-dev.coupahost.com/api/invoices

custom_fields[onesource_override]=Y&

status=pending_approval&

current_approval_group[name]=Remote%20Approver&filter=invoice_approval

But whatever I'm trying, not able to pass query string in the request. I created module property and refer that in Resource Path for InvokeRESTAPI activity. I'm not getting any error but seems query parameters are not getting passed. I tried by invoke it locally. Below is the output of HTTP Receiver activity. Clearly query parameters not passed. Can you please help me on this.

 

 

GET

/api/invoices

HTTP/1.1

/api/invoices

GET /api/invoices HTTP/1.1accept: application/xml

content-type: application/xml

x-coupa-api-key: b8ba1501398059d962bf10c269f68c3e972b53cc

user-agent: Jersey/2.21.1 (Apache HttpClient 4.3.3)

host: localhost:8089

connection: Keep-Alive

accept-encoding: gzip,deflate

 

HTTP

8089

 

application/xml

gzip,deflate

application/xml

Keep-Alive

 

 

 

x-coupa-api-key

b8ba1501398059d962bf10c269f68c3e972b53cc

 

 

 

127.0.0.1

 

Regards.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...