I think this error comes about because the method name used on the client does not exactly match the method name on the server. Looking at your code, the method is exported as PullFromHat but in the client you use pullFromHat. Seems like you used a different WSDL to generate the client than what you actually are using on the server.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034201#4034201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034201 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
