1 Reply Latest reply on Mar 2, 2009 5:22 PM by cash1981

    Seam WebService: modify wsdl location

    mgoetz
      Hello,

      i'm using Seam with JBOSS 4.2.3GA behind an Apache Webserver and mod_jk over an SSL Location.

      I can access the webservice but the wsdl returns the wrong soap address. After modifing the value of webServiceHost in jboss/server/default/deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml the correct hostname (instead of localhost) is returned but the url is still wrong (wrong port, no https ...)
      I don't want to change all the configuration files if there's a better solution.

      Theres a suggestion with a jboss-client configuration in a jboss-client.xml file. With a wsdl-override tag you can modify the url of the webservice.... but didn't work for me.

      Where should i put the file, is this working or is it possible to include the wsdl-override in another seam configuration file?

      Thanks in advance,

      Matthias