Hey there, I want to send sms via gsm modem.. When I tried to simply send and receive msgs, it worked fine or me.. But when I am calling SendMessage method from my web service, it gives me following error:
Jul 31, 2013 2:56:08 PM com.sun.xml.ws.server.sei.EndpointMethodHandler invoke INFO: Comm library exception: java.lang.RuntimeException: javax.comm.NoSuchPortException org.smslib.GatewayException: Comm library exception: java.lang.RuntimeException: javax.comm.NoSuchPortException at org.smslib.modem.SerialModemDriver.connectPort(SerialModemDriver.java:102) at org.smslib.modem.AModemDriver.connect(AModemDriver.java:114) at org.smslib.modem.ModemGateway.startGateway(ModemGateway.java:189) at org.smslib.Service$1Starter.run(Service.java:277) Although, I am successful in sending and receiving messages from same port. This means there is no problem with my port.. I think my tomcat is not properly set up.. Can anyone please help ? -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To view this discussion on the web visit https://groups.google.com/d/msgid/smslib/a9fe86fc-8598-4bc0-9bce-24469d45aaa3%40googlegroups.com.
