RTC Forums

Subscription => Support => Topic started by: HelgeLange on January 26, 2016, 03:51:29 PM



Title: RTC as webservice and URL called
Post by: HelgeLange on January 26, 2016, 03:51:29 PM
Hi Danijel,

sorry if it was asked before maybe, but i haven't found it yet.

A provider of mine needs to call my server and gives me within the url called certain parameters which i can parse then, something like that:
Code:
http://<URL_MERCHANT_NOTIFICATION>?pv_po_id=123456&po_id=112233&status=approved&checksum= 

Can RTC receive it at some component and give me the whole URL or at least the parameters ?

Thanks in advance,
greetings from Bogotá,
Helge


Title: Re: RTC as webservice and URL called
Post by: D.Tkalcec (RTC) on January 27, 2016, 11:42:46 AM
Check Quick Start Server Lessons. (http://www.realthinclient.com/sdkarchive/index30eb30eb.html)

Server Lesson 2b is about handling requests with parameters received in the URL.

Source code for all Quick Start lessons can be found in the RTC SDK zip file, inside the "QuickStart" folder.

Best Regards,
Danijel Tkalcec


Title: Re: RTC as webservice and URL called
Post by: HelgeLange on January 27, 2016, 01:09:12 PM
Danke, ich schau es mir gleich mal an...


Title: Re: RTC as webservice and URL called
Post by: HelgeLange on January 27, 2016, 03:42:58 PM
Works fine, thanks... just what I needed... :)