on my web service, i try to trace object paramater value
{sout}
[SERVER] id send  1010 <--- this is from client, client already send id
right

this is my client code
ClassPathXmlApplicationContext context = new
ClassPathXmlApplicationContext(new String[]
{"demo/order/client/client-beans.xml"});

Debitur debitur = client.getDebitur(1010);
System.out.println("debitur -> " + debitur);

where is my fault?

-- 
View this message in context: 
http://old.nabble.com/client-send-null-data-to-web-service-tp26585859p26585880.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to