The JAXRPC DII API is not designed with WS4EE in mind. You will also have the problem of your DII client not beeing jaxrpc-mapping.xml aware.
There is a wiki on DII http://www.jboss.org/wiki/Wiki.jsp?page=WSClientDII It all boils down to using | /** | * Create a <code>Service</code> instance. | * <p/> | * Note, this method is not in the [EMAIL PROTECTED] ServiceFactory} interface, it provides the service | * with additional ws4ee wsdl/java mapping information | * | * @param wsdlLocation URL for the WSDL document location | * @param mappingLocation An optional URL for the jaxrpc-mapping.xml location | * @param serviceName QName for the service. | * @param portName An optional port name | * @return Service. | * @throws ServiceException If any error in creation of the | * specified service | */ | public Service createService(URL wsdlLocation, URL mappingLocation, URL ws4eeMetaData, QName serviceName, String portName) throws ServiceException | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867875#3867875 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867875 ------------------------------------------------------- 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
