プロキシ サービスを作成するときに、カスタム プロキシを使用して、WSDL からのバインディングでホスト名を から に変更し"http://localhost:8280/services/AppointWebServiceProxy.AppointWebServiceProxyHttpSoap11Endpoint"
ます
"http://10.10.11.176:8280/services/AppointWebServiceProxy.AppointWebServiceProxyHttpSoap11Endpoint"
。
<wsdl:port name="AppointWebServiceProxyHttpSoap11Endpoint" binding="tns:AppointWebServiceProxySoap11Binding">
<soap:address location="http://localhost:8280/services/AppointWebServiceProxy.AppointWebServiceProxyHttpSoap11Endpoint"/>
</wsdl:port>
carbon.xml の を変更<HostName>10.10.11.176</HostName>
し、axis2.xml の を変更し<parameter name="bind-address" locked="false">10.10.11.176</parameter>
ましたが、すべてが機能しません。どうすればよいですか?