cancel
Showing results for 
Search instead for 
Did you mean: 

Business Connector : get querystring variables in url

Former Member
0 Kudos

Hi;

I have a server service in Business Connector .

a client post a url like this

http://10.10.10.10:5555/invoke/MM/mm2sms?drug_code=905913&drug_desc=aaaaa

I have to get these variables drug_code,drung_desc and assing to a recordList..

Firstly Which methods do i have to use and how?

stringToDocument , documentToRecord?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just declare these parameter names as input variables of type String in the Business Connector service. Then you will have them in your pipeline automatically.

CSY

Answers (0)