depojones Posted October 6, 2009 Share Posted October 6, 2009 HI, I am trying to connect to a mobile network's gateway for sms billing using SOAP in PHP. Can someone please point me on how to go about it. I have been reading about it on www.php.net but I seem to be missing it out. Link to comment https://forums.phpfreaks.com/topic/176672-web-service-in-php/ Share on other sites More sharing options...
trq Posted October 6, 2009 Share Posted October 6, 2009 Why not post your problematic code and a description of the problem? Link to comment https://forums.phpfreaks.com/topic/176672-web-service-in-php/#findComment-931419 Share on other sites More sharing options...
depojones Posted October 6, 2009 Author Share Posted October 6, 2009 @ Thorpe I think my question isn't straight forward. This is my goal, am trying to create an SMS billing where a user sms for example: HELP to 4125 and he/she is billed $1. I have been given the license to provide such services by a local network company. I don't know if it's achievable in PHP Link to comment https://forums.phpfreaks.com/topic/176672-web-service-in-php/#findComment-931448 Share on other sites More sharing options...
depojones Posted October 6, 2009 Author Share Posted October 6, 2009 I tried the URL that was provided by the network operator, and this was the response: soap:Client System.Web.Services.Protocols.SoapException: Unable to handle request without a valid action parameter. Please supply a valid soap action. at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest() at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing) Link to comment https://forums.phpfreaks.com/topic/176672-web-service-in-php/#findComment-931450 Share on other sites More sharing options...
trq Posted October 6, 2009 Share Posted October 6, 2009 Without code, we can't help. Link to comment https://forums.phpfreaks.com/topic/176672-web-service-in-php/#findComment-931952 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.