When the request is generated by a client, that client sould also see the 
ws4ee-deployment.xml.

If you use an J2EE application-client deployment, it can be packaged in the 
client deployment.

If you don't use a preconfigured proxy from JNDI (e.g. with DII) there is a 
propriatary createService method in ServiceFactoryImpl.


  |    /**
  |     * 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 ws4eeMetaData An optional URL for the jboss propriatary 
deployment descriptor, see wiki for details.  
  |     * @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.com/index.html?module=bb&op=viewtopic&p=3908641#3908641

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908641


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to