| View previous topic :: View next topic |
| Author |
Message |
Willem_Dumon Posted via mailing list.
|
Posted: Wed Apr 08, 2009 4:31 pm Post subject: Webmethod not found |
|
|
I have this project in which is have to access a database (from a cellphone)
through a WebService. This has been going fine untill i had to ADD things to
the database. All of a sudden the needed method is not found.
I have 10 methods in my WebService that read stuff from the database and 3
other methods that have to add items to the database.
This one method is called addUser(String username, String passw, String
address). It calls another method in the webservice that adds the items and
returns a boolean whether succeeded or not. That boolean is sent back to my
client.
There are some other methods that send back boolean-values, these all work.
This one doesnt, my client doesn't recognize it al all. The method is listed
with all the others as parsed from the WSDL-file, and in the tester it does
the trick: all items are added to the database.
the question i have is the following: how can i use this method in my
netbeans project (and later on, on the cellphone) ?
I've tried changing the servlet where the method invokeServer is situated,
by adding a method addUser like the other ones that need to get a boolean
back (like logIn), no succes...
any help would be much appreciated!
--
View this message in context: http://www.nabble.com/Webmethod-not-found-tp22954462p22954462.html
Sent from the Netbeans Java Mobile Edition/ME Users (Mobility) mailing list archive at Nabble.com. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|