Are you doing top down development (starting with WSDL) or bottom up development (starting with service implementation)?
There may not be an "update" method in your WSDL ? Or the input request may not have a param1 defined. The stack trace does seem to indicate that the Update java object does not have a field named "param1" or the associated setters and getters are missing. Rahul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053274#4053274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053274 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
