This is actually a very simple problem that is frustratingly hard to solve if you're simply looking at error messages in your logs. Essentially, this error means "No method available for setting property X".
The short solution: Go check your class definition for whichever class is the subject of this error, and make sure you have a public setter method for that property.
The details:
- CFX 2.1.1
- JBoss 4.0.5GA
- Sun JDK 1.6_6
- Spring 2.5.4
The context:
* Trying to consume a web service using Spring & Apache CXF
* The client successfully connects to the web service and completes the call, but the CXF proxy throws an error while deserializing the SOAP response to a Java object.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment