Java论坛网»Java技术»JBoss web service REPLACE_WITH_ACTUAL_URL
JBoss web service REPLACE_WITH_ACTUAL_URL
问?:
Hi all,
I have a challenge with the soap:address location in my wsdl after it has been deployed. I have the soap location address which was originally:
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
Change to something like:
<soap:address location="http://vart:80/myapp/MyService"/> , where vart is the URL of the local address.
The main issue here is that I'd prefer JBoss to assign the public IP of the machine I have deployed to rather than it's local name or IP. Can anyone please tell me how I can control how JBoss manages <soap:address location="REPLACE_WITH_ACTUAL_URL"/> at deployment?
I use JBoss version: jboss-4.0.4.GA
There is only jbossws14.sar directory under server\default\deploy instead of jboss-ws4ee.sar (and there is no AxisService deployed in jboss-service.xml under server\default\deploy\jbossws14.sar\META-INF)
What can I do?
I have a challenge with the soap:address location in my wsdl after it has been deployed. I have the soap location address which was originally:
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
Change to something like:
<soap:address location="http://vart:80/myapp/MyService"/> , where vart is the URL of the local address.
The main issue here is that I'd prefer JBoss to assign the public IP of the machine I have deployed to rather than it's local name or IP. Can anyone please tell me how I can control how JBoss manages <soap:address location="REPLACE_WITH_ACTUAL_URL"/> at deployment?
I use JBoss version: jboss-4.0.4.GA
There is only jbossws14.sar directory under server\default\deploy instead of jboss-ws4ee.sar (and there is no AxisService deployed in jboss-service.xml under server\default\deploy\jbossws14.sar\META-INF)
What can I do?
答!: 1:
http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg85781.html
相关JAVA教程:
在IBMwebsphere Application Server5中如果部署NetBeansIDE5开发的项目?
写了一篇OpenCms 使用初步印象
巨奇怪,高手进,weblogic中session短暂丢失问题!
问个关于动态改变log4j的log文件的问题
jdbc连接池的javabean
一个connection 是不是使用次数太多 或者 时间太长 就会坏掉?
关于Hibernet级联更新的问题
向各位高手请教: 如何在JAVA中定义自己的字符集?
同比环比分析报表问题
什么样的JAVA开发工具 适合初学者
在java中能不能动态地接受源代码,再实时一行一行地运行出来?
问个DWR的问题