Results 1 to 1 of 1
Thread: RESTful Web Services
- 04-12-2011, 04:48 PM #1
Member
- Join Date
- Apr 2011
- Posts
- 3
- Rep Power
- 0
RESTful Web Services
Hi !
Here is my problem :
I'm creating a JavaFX application which communicate with a glassfish server with web services.
I dont really use the "default" RESTful webservice generated by netbeans (Create WS from database.) but even if I do that, I can't make PUT request (with the default template here), even with only one table (no-FK and two columns, id and name).
I've tried a lot of possibilities with the XML syntax like :
<blackbox>
<name> blabla </name>
</blackbox>
or surround with the "main" tag <blackboxes> </blackboxes>
add the id, the uri to the blackbox etc...
but I always got >> java.lang.Error: Error: could not match input
Has someone an idea how to fix that ?
Thanks for the time !
(Sorry for my english ;d)
Similar Threads
-
RestFul Webservice
By deepaksurthi in forum XMLReplies: 0Last Post: 10-26-2010, 01:27 PM -
Invocation of Restful services thru POST request
By userj2ee in forum Advanced JavaReplies: 0Last Post: 05-06-2010, 11:40 AM -
RESTful Web Service
By aakinn in forum New To JavaReplies: 0Last Post: 04-13-2010, 04:06 PM -
Web Services: Axis vs Metro vs Spring Web Services
By davidbaker29 in forum Advanced JavaReplies: 0Last Post: 01-28-2009, 11:20 AM -
Web services
By Sharmistha in forum Web FrameworksReplies: 0Last Post: 06-02-2008, 01:06 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks