I tried using the -import and -keep options but I receive these errors when trying to run the build script.
[wscompile] error: class javax.xml.rpc.holders.Holder not found. [wscompile] error: -import requires a WSDL-based configuration file My config files looks like | <configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config"> | <wsdl | location="C:\partnerService.docliteral.wsdl" | packageName="com.test.ejb.partnerService"/> | </configuration> And here is the target in the build file. | <target name="client"> | <wscompile | keep="true" | import="true" | config="${src.dir}/com/test/ejb/abstractbean/config/abstractBean-config.xml"> | </wscompile> | </target> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897117#3897117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897117 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
