Hello there!

I have the following problem, that I can not find a solution for:

I am _so far successfully_ deploying a slsb as a ws-endpoint:
My wsdl target looks like this for my host:

    115            
    116 
    117                         
    118 
    119                 
    120 
    121                  
    122                     
    123                     
    124                     
    125                     
    126                     
    127                 
    128             

and the actual deployment works fine too:

11:10:36,915 INFO  [EARDeployer] Init J2EE application: 
file:/Applications/jboss-4.0.0/server/default/deploy/dasding.ear
11:10:38,890 INFO  [EjbModule] Deploying NetworkBean
11:10:39,521 INFO  [EJBDeployer] Deployed: 
file:/Applications/jboss-4.0.0/server/default/tmp/deploy/tmp63332dasding.ear-contents/dasding.jar
11:10:40,002 INFO  [WSDLFilePublisher] WSDL published to: 
file:/Applications/jboss-4.0.0/server/default/data/wsdl/dasding.jar/network.wsdl
11:10:40,811 INFO  [AxisService] WSDD published to: 
/Applications/jboss-4.0.0/server/default/data/wsdl/dasding.jar/NetworkService.wsdd
11:10:41,929 INFO  [AxisService] Web Service deployed: 
http://localhost:8080/dasding/NetworkService
11:10:42,039 INFO  [TomcatDeployer] deploy, ctxPath=/dasding, 
warUrl=file:/Applications/jboss-4.0.0/server/default/tmp/deploy/dasding.jar63334.war/
11:10:42,323 INFO  [TomcatDeployer] deploy, ctxPath=/dasdingwebapp, 
warUrl=file:/Applications/jboss-4.0.0/server/default/tmp/deploy/tmp63332dasding.ear-contents/dasding-exp.war/
11:10:42,733 INFO  [EARDeployer] Started J2EE application: 
file:/Applications/jboss-4.0.0/server/default/deploy/dasding.ear

local Client calls from using the WSDL from 
http://localhost:8080/dasding/NetworkService?wsdl work fine.

The problem is that during deployment the WSDL Value for my soapaddress is 
changed from e.g. http://pc09.gridlab.univie.ac.at to http://localhost.

This means that when I try to access the service from using that URL the remote 
client ends up trying to connect to *his* localhost. Which of course doesn't 
work. 

:/ I am really dazzled that the generated wsdl has the correct URL and when 
deployed with JBoss this value is replaced by localhost. 

Is there a configuration file that I am missing out?

Thank you for your help!




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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to