web services - Call webservice from gps device -


i have web service want call gps device. have hosted web service on hosted server , web service has method called upload. method accept string parameter.

currently calling web service mobile phone url http://www.abc.com/default.asmx/upload?str=1,73.0667,33.6

now want call web method gps device, problem gps device accept ip address , port no. not accept url , web method.

create proxy service callable gps device ("ip address , port no."), in turn makes desired webservice call, whatever formatting data needed, , returns gps device in whatever format want gps device.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -