The standard SAAJ API is agnostic about the J2EE web service deployment model, i.e. it does not know about that jaxrpc-mapping.xml.
Have a look at http://cvs.sourceforge.net/viewcvs.py/jboss/webservice/src/main/org/jboss/webservice/client/ServiceFactoryImpl.java?view=auto | /** | * 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=3859237#3859237 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859237 ------------------------------------------------------- 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://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
