<?xml version="1.0" encoding="UTF-8" ?>
<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
             xmlns:impl="urn:oasis:names:tc:wsrp:v1:wsdl"
             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>WSRPService</webservice-description-name>
      <wsdl-file>WEB-INF/wsdl/wsrp_services.wsdl</wsdl-file>
      <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>

      <port-component>
         <port-component-name>WSRPServiceDescriptionService</port-component-name>
         <wsdl-port>impl:WSRPServiceDescriptionService</wsdl-port>
         <service-endpoint-interface>org.jboss.test.wsrp.WSRP_v1_ServiceDescription_PortType</service-endpoint-interface>
         <service-impl-bean>
            <servlet-link>ServiceDescriptionService</servlet-link>
         </service-impl-bean>
      </port-component>
      
     <port-component>
         <port-component-name>WSRPMarkupService</port-component-name>
         <wsdl-port>impl:WSRPMarkupService</wsdl-port>
         <service-endpoint-interface>org.jboss.test.wsrp.WSRP_v1_Markup_PortType</service-endpoint-interface>
         <service-impl-bean>
            <servlet-link>MarkupService</servlet-link>
         </service-impl-bean>
         <handler>
            <handler-name>ExtensionHandler</handler-name>
            <handler-class>org.jboss.test.wsrp.WSRPExtensionHandler</handler-class>
            <init-param>
              <param-name>debug</param-name>
              <param-value>true</param-value>
            </init-param>
          <!--
            <init-param>
              <param-name>removeExtensions</param-name>
              <param-value>true</param-value>
            </init-param>
           -->
         </handler>
      </port-component>

     <port-component>
         <port-component-name>WSRPRegistrationService</port-component-name>
         <wsdl-port>impl:WSRPRegistrationService</wsdl-port>
         <service-endpoint-interface>org.jboss.test.wsrp.WSRP_v1_Registration_PortType</service-endpoint-interface>
         <service-impl-bean>
            <servlet-link>RegistrationService</servlet-link>
         </service-impl-bean>
      </port-component>
      
     <port-component>
         <port-component-name>WSRPPortletManagementService</port-component-name>
         <wsdl-port>impl:WSRPPortletManagementService</wsdl-port>
         <service-endpoint-interface>org.jboss.test.wsrp.WSRP_v1_PortletManagement_PortType</service-endpoint-interface>
         <service-impl-bean>
            <servlet-link>PortletManagementService</servlet-link>
         </service-impl-bean>
      </port-component>
   </webservice-description>

</webservices>
