This page was last modified 06:59, 23 August 2007.
TSC000013 - Terminating MM7 application throws "Cannot resolve target service"
From Forum Nokia Wiki
Subject: | Terminating MM7 application throws "Cannot resolve target service" | TSC000013 | |
|
| Platform(s): | Device(s), SW version(s): | |
| - | - | ||
Category: | Content | ||
Subcategory: | Messaging | ||
Description: | Detailed description I use the terminating MM7 server example supplied with the NMSS SDK (v1.3) to receive messages but have not been able to receive any. The MMSC establishes the connection and begins sending but the standalone application throws the following error: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>java.lang.Exception: Cannot resolve target service for the request</faultstring> <detail> <ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">java.lang.Exception: Cannot resolve taret service for the request at com.nokia.mobile.services.driver.common.wsi.axis.AxisHTTPService.service(Unknown Source) at com.nokia.mobile.services.driver.common.httpsrv.HTTPServerWorker.run(Unknown Source) </ns1:stackTrace> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> What is wrong? Solution In order to fix this, a small configuration change needs to be made at the MMSC end. Right now posts from the MMSC are simply being sent to your IP address, to a certain port. In fact they should be sent to: youraddress:yourport/axis/services/MMSServiceSOAPPortCallback Once this is done, deliver requests should start as follows: POST /axis/services/MMSServiceSOAPPortCallback HTTP/1.0 Instead of what you are getting now, which is simply: POST / HTTP/1.0 | ||
Creation date: | - | ||
Last modified: | - | ||
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| no rule to make target.... | shankha | General Symbian C++ | 15 | 2007-10-11 13:45 |
| Location of External Application | h2ooo | General Messaging | 1 | 2004-04-19 10:31 |
| Any operators with shortcodes for MMS? | stevejarrett | General Messaging | 1 | 2002-12-02 07:04 |
| Sensor application blocks service search! | taelman_pieter | Mobile Java Networking & Messaging & Security | 1 | 2008-06-29 13:46 |
| calling midlet from midlet throws SecurityException on 6600 | brianpegan | Mobile Java General | 2 | 2007-06-06 19:33 |

