I was successfully able to run the Axis-client(It is so easy!) that I have writtten in JBoss 4.0.0(after discarding JBoss 4.0.1). However I would also like to try your approach.
So far I have done the following: (1) Created a WSDL by hand. Kept the following following files in WEB-INF directory : webservices.xml, jaxrpc-mapping.xml(generated using wscompile), web.xml and ws4ee-deployment.xml. In WEB-INF/wsdl directory I have kept my wsdl file. (2) executing wscompile with -import -keep (didn't use -gen:server) option and then Customising the implementation file. (Customised code does database query and populates ResponseType Object) (3) Build with ant (4) Deploy the war file in jboss4.0.1 (5) Connect to http://myMachineName:8080/wsee and click the view link - YES I can see the My service with WSDL link. Now comes the question of writing the client. >From this phase onwards I'm confused. AS this wiki says: http://www.jboss.org/wiki/Wiki.jsp?page=WSClientAppl Do I need to deploy the client in the JBoss server also? Can you bullet out the steps what I need to follow. Which files going to which directory. What shall I do after running wscompile with -gen:client option. Where my own webservice query code will reside? Did you write any DII client? If so - How? Do you again have to do a jndi-lookup for the service endpoint from your testClient? I'm just trying to find other alternatives if I use jboss-4.0.1. Thanks for all the help and advice. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866251#3866251 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866251 ------------------------------------------------------- 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_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
