Opps, some troubles with the forum and the text I'm trying to paste. Here is my 

jboss-4.0.2\server\x\deploy\jboss-ws4ee.sar\META-INF\jboss-service.xml

file, with a few extra spaces in it so it pastes properly:

  <!--
    The main WS4EE service, which manages the deployed service endpoints
  -->
  <m bean code="org.jboss.webservice.AxisService"
    name="jboss.ws4ee:service=AxisService">
    jboss:service=WebService
    <!--
       The WSDL that is a required deployment artifact for an endpoint has a 
<soap:address>
       element which points to the location of the endpoint. JBoss supports 
rewriting of that soap address.

       If the content of <soap:address> is a valid URL, JBoss will not rewrite 
it unless AlwaysModifySOAPAddress=true
       If the content of <soap:address> is not a valid URL, JBoss will rewrite 
it using the attribute values given below.
    -->
    <a ttribute name="WebServiceHost">${jboss.bind.address}
    <a ttribute name="WebServiceSecurePort">8443
    <a ttribute name="WebServicePort">8080
    <a ttribute name="AlwaysModifySOAPAddress">false

    <a ttribute 
name="InvokerProviderEJB">org.jboss.webservice.server.InvokerProviderEJB
    <a ttribute 
name="InvokerProviderJSE">org.jboss.webservice.server.InvokerProviderJSE
  



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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to