Generally, the jax-rpc mapping file will be created when you use wscompile to generate the wsdl file. How exactly did you create the wsdl?
There is a page on the wiki that explains it further: http://www.jboss.org/wiki/Wiki.jsp?page=WSClientDII The method with the following signature: | public Service createService(URL wsdlLocation, URL mappingLocation, URL ws4eeMetaData, QName serviceName, String portName) throws ServiceException | can be found in the org.jboss.webservice.client.* package which can be found in the client directory of your JBoss installation in the jar file: jboss-ws4ee-client.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864012#3864012 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864012 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
