Hi there, it's 9:30 PM here now, and I'm really pissed. I've been trying all day to include the deployment of my ws in my JBoss ear-file and I failed miserably.
What I did so far: 1. I learned how to create a ws using axis; it's a "message"-service with only one method; the implementation consits of a single servlet class 2. I deployed the ws on my local environment using the AdminService 3. I went to http://localhost:8080/axis/services/MyService?wsdl and saved the displayed xml content to MyService.wsdl Now, I need to integrate the service in my .ear in order to deploy it on our customer's system (tomorrow !!!) . I read through a dozen forums and docs and thought I needed to generate some stubs. Is that correct ? My first approach was to use an ant task to generate those files, but I could not get the java call to "org.apache.axis.wsdl.WSDL2Java" to do its work (classpath error). Next I experimented with wscompile but all I got was a mapping.xml. I tried to question the recommended JBoss Wiki but in fact, it takes hours to load the pages (no joke). PLEASE can anybody tell me, what to do and how to do it. I'm using Java 1.4.2, Axis 1.2, Ant 1.6.1, JBoss-3.2.1_Tomcat-4.1.24 . And please, don't tell me to switch to another JBoss version, it's not possible in time. 1024 thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880672#3880672 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880672 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
