Typical webservices.xml file

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <webservices xmlns="http://java.sun.com/xml/ns/j2ee";
  |   xmlns:impl="http://org.jboss.ws/jaxrpc";
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd";
  |   version="1.1">
  | 
  |   <webservice-description>
  |     <webservice-description-name>TestService</webservice-description-name>
  |     <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
  |     <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
  |     <port-component>
  |       <port-component-name>TestServicePort</port-component-name>
  |       <wsdl-port>impl:JaxRpcTestServicePort</wsdl-port>
  |       
<service-endpoint-interface>org.jboss.test.ws.jaxrpc.JaxRpcTestService</service-endpoint-interface>
  |       <service-impl-bean>
  |         <servlet-link>TestService</servlet-link>
  |       </service-impl-bean>
  |     </port-component>
  |   </webservice-description>
  | </webservices>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899635#3899635

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to