5 Replies Latest reply on Nov 7, 2017 4:27 AM by paramjindal

    How to specify soap webservice mapping file in Jboss-webservice.xml file.

    mahesh.mali

      Dear Community,

       

      Following is the websphere server webservices.xml file,we are migrating from websphere to wildfly 8 server,

       

      <jaxrpc-mapping-file>WEB-INF/Test_mapping.xml</jaxrpc-mapping-file>           

                     <port-component>

                           <port-component-name>Test</port-component-name>

                           <port-component-uri>http://service.test.com </port-component-uri>

                          <!--   <wsdl-port>

                                 <namespaceURI>Client Validation </namespaceURI>

                                 <localpart>TestService</localpart>

                           </wsdl-port>

                            <service-endpoint-interface>com.service.TestService</service-endpoint-interface>

                           <service-impl-bean>

                                 <servlet-link>

                                 com_test_service_TestService</servlet-link>

                           </service-impl-bean>  -->

                    </port-component>

             <webservice-description>

                    <webservice-description-name>TestService</webservice-description-name>

                    <wsdl-publish-location>WEB-INF/wsdl/TestService.wsdl</wsdl-publish-location>

             </webservice-description>

       

      Kindly let me know the alternate elements in wildfly server.