Hello! Sorry to say, but this may be a hard working lesson to never go for the "code first" approach when creating web services which contracts shall be persistent over time and over different application servers. So a tip for future development, write your wsdl and included schemas by hand and then generate code from that (that's what we call "contract first").
Ok, now the good thing. You can always save your old published wsdl file and generate code from that. It will work for you. Kind regards /Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144123#4144123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144123 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
