[jboss-user] [JBossWS] - Does wsdl-override work in Jboss 4.2.3GA?

jimpo do-not-reply at jboss.com
Wed Oct 1 09:34:45 EDT 2008


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>	

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

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



More information about the jboss-user mailing list