标签: web-services jboss cxf port jax-ws
我将服务从Jboss 5迁移到了Jboss 7的新环境。
<service name="Service"> <port binding="tns:AAAAA" name="AAAAAAServicePort"> <soap:address location="http://______________"/> </port> </service>
这是wsdl调用我的服务的示例。如果您需要更多信息,我愿意提供。