Hi Sharu,
thanks for your quick response . yes ,you are right. i change to execute another workflow and give the right parameter name , success.
by the way . i want to ask another question. in the Get example ,the code is
response.getEntity(String.class);
yes ,i can get the string result , but i want to get a exact type , like workflow or collection. so i changed it to
response.getEntity(collection.class)// this collection is a java class generated from the xml schema ,
i got following exception, can you tell me how can i get a generic type result, thanks
javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"collection"). Expected elements are <{http://www.w3.org/2005/Atom}collection>,<{http://www.w3.org/2005/Atom}link>