First off, thank you both for the replies. I'm finally starting to understand how all the pieces fit together.
I was able to successfully use WSDL2Java to generate the necessary classes and WSDD files. With that in place, I was able to get the service working fine in Axis 1.2RC2. I would really like to use JBossWS instead of Axis, though, because we are already using JBoss for our EJB container, etc. The problem, however, is that wscompile fails when I try to feed it the same WSDL file that WSDL2Java accepted without problem. The error that I get is: error: modeler error: model error: invalid entity name: "EntityIdType" (in namespace: "http://ns.hr-xml.org/2004-08-02"). The EntityIdType is in one of the XSDs that define the HR XML spec and I therefore don't have the ability to change it. I've put the various files out on my webserver so you can take a look at them if you'd like. Just go to http://quasistatic.com/webservices to see the WSDL, web.xml, webservices.xml, and XSD files (these are in the hrxml folder and I've placed a zip of them out there as well if that's easier). It seems that the problem is in the XSD file hrxml/Assessment/AssessmentResult.xsd. This XSD includes several other XSDs and one of the included defines EntityIdType (hrxml/CPO/EntityIdType.xsd), but when wscompile gets to the ClientId element, it doesn't seem to understand EntityIdType. Thanks so much for helping me out on this! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867641#3867641 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867641 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
