0 Replies Latest reply on Jul 24, 2014 11:12 PM by leohe

    Update jboss form jboss 5.1.0 GA to jboss-eap-6.2

    leohe

      In jboss 5.1.0 GA my wsdl like this


      <service name="ContractService">
        <port binding="tns:ContractServiceBinding" name="ContractServicePort">
             <soap:address location="http://localhost:8080/ABSAppian/ContractService"/>
        </port>
      </service>
      

      when I update to jboss-eap-6.2 ,it change the format

       

      <wsdl:service name="CustomerServiceService">
          <wsdl:port binding="tns:CustomerServiceServiceSoapBinding" name="CustomerServicePort">
            <soap:address location="http://localhost:8080/ABSAppian/CustomerService"/>
          </wsdl:port>
        </wsdl:service>
      


      I want to use the format of jboss5 but in jboss-eap-6.2, what can do?  thanks!