how send data from outside service to appwarp s2 server without using socket?

0 votes
this is case when any outside service like sms charge want to notify server if a charge session is success so that server know and send notfiy to correct user. such kind of these services should not know how to setup socket to talk with server but other communication instead like REST.
asked Jan 6, 2016 in AppWarpS2 by nguyenanhdung (51 points)

1 Answer

+1 vote
Hello Dung,

You need to create a new server application to implement your REST based call which the 3rd party services can call. This application will also use AppWarpS2 Client side SDK to connect with AppWarpS2 Server. You can implement one RPC call to send the required info to AppWarpS2 server and the New Server App will call that RPC whenever the REST API will be called from 3rd party services.

When AppWarpS2 server receives that RPC then you can implement the appropriate action need to be taken.

Thanks.
answered Jan 6, 2016 by rajeev.etc (1,660 points)
thanks. that's what i can guess before that to use your client socket to communitcate. Just to check if there is any other better way.
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...