0 Replies Latest reply on Oct 1, 2008 9:34 AM by jimpo

    Does wsdl-override work in Jboss 4.2.3GA?

    jimpo

      I am trying to use jboss.xml and wsdl-override to set the location where my webservices (annotated with @WebServiceRef into an EJB) are at.

      With JBoss 4.2.1GA this works, but identical ear in 4.2.3 seems to not use the wsdl-override at all.

      Is there a known issue with JBoss 4.2.3GA and wsdl-override?

      jboss.xml:

       <session>
       <ejb-name>ApplicationListingAction</ejb-name>
       <service-ref>
       <service-ref-name>com.fooz.baz.portlet.searchandapply.ApplicationListingAction/vacationRequestService</service-ref-name>
       <wsdl-override>http://remoteserver:8080/service/vacation?wsdl</wsdl-override>
       </service-ref>
       <service-ref>
       <service-ref-name>com.fooz.baz.portlet.searchandapply.ApplicationListingAction/employeeService</service-ref-name>
       <wsdl-override>http://remoteserver:8080/employee-service/employee?wsdl</wsdl-override>
       </service-ref>
       </session>
       </enterprise-beans>
      </jboss>