web services
-
Hi people, I am very new to webservices. I been research on webservices and i understand it is something similar to an API. I am working on a project that require the use of an GSM Modem. Its like a generic SMS Processing Agent that anyone can use it instead of building the capability into each application that needs it. I am using an opensource sms library called "SMSlib". So basically i need to create a web service that allows applications to interface with the processing agent to -retrieve sms -send sms -keep a transaction log of communications with other applications. So, can someone give me an advice on what kinda of methods do i need to have in my web service in order to achieve my goals. Thanks
-
Hi people, I am very new to webservices. I been research on webservices and i understand it is something similar to an API. I am working on a project that require the use of an GSM Modem. Its like a generic SMS Processing Agent that anyone can use it instead of building the capability into each application that needs it. I am using an opensource sms library called "SMSlib". So basically i need to create a web service that allows applications to interface with the processing agent to -retrieve sms -send sms -keep a transaction log of communications with other applications. So, can someone give me an advice on what kinda of methods do i need to have in my web service in order to achieve my goals. Thanks
http://www.clickatell.com/products/sms_gateway.php?cid=20585[^] They might help with the sms api. I think you'd need to write the logging yourself though.