Andras Ercs

Greenhorn
+ Follow
since Jan 10, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Andras Ercs

Hi all,

I am trying to write a REST client with POST/PUT verbs. The server is an Axis2 system using wsdl 2.0. The wsdl2 is the following:


The client uses Jersey jars. The interesting line to call the service is the following:



where the User class defined as



I am working with eclipse and using TCP Monitor to trace the request/response communication exchange. The request is absolutely correct:



But unfortunately the server at the addUser entrypoint get an empty User object:



What is my mistake? What should I change and where?

(An additional info: the login (with Axis2 server and Jersey-base client with GET verb) works properly!)

Thanks in advance

Andras
13 years ago