如何通过新地址(自己的地址)从互联网上显示wsdl?

问题描述:

我想使用WSDL形式上网的骡子如:http://www.ommolketab.org/OML_News.asmx?WSDL 我想: 之后,我写[http://localhost:8082/myservice?wsdl][2] 来显示从地址http://www.ommolketab.org/OML_News.asmx?WSDL WSDL我离开了我的流量这是非常简单的如何通过新地址(自己的地址)从互联网上显示wsdl?

<cxf:configuration name="CXF_Configuration1" configurationLocation="http://www.ommolketab.org/OML_News.asmx" enableMuleSoapHeaders="true" initializeStaticBusInstance="true" doc:name="CXF Configuration"/> 
<flow name="service-cxf-wsdlfirstFlow1" doc:name="service-cxf-wsdlfirstFlow1"> 
    <http:inbound-endpoint exchange-pattern="request-response" address="http://localhost:8882/OrderSvcs" doc:name="HTTP"/> 
    <cxf:proxy-service configuration-ref="CXF_Configuration1" payload="envelope" doc:name="SOAP" enableMuleSoapHeaders="false" namespace="http://tempuri.org/" service="OML_News"/> 
</flow> 

enter image description here

+0

请问您能否重新说出您的问题?谢谢 – Satya 2013-05-11 10:12:30

+0

请更具体地说 – 2013-05-11 10:12:49

+0

@Satya我eddited,适合吗? – maryam 2013-05-11 10:16:25

您在namespace中的值看起来像wsdlLocation中的典型值。

另外port="80"显然是错误的:SOAP端口不是HTTP端口。检查WSDL的真实价值。

最后,你可以显示CXF_Configuration1元素配置了什么吗?

+0

我改变了一些值,并清除端口= 80我离开了我所有的配置可以检查它,并帮助我更多我不是我真的配置了什么? – maryam 2013-05-12 04:37:56

+0

@Satya你能帮助我更多我希望你 – maryam 2013-05-12 04:42:38

+0

@genjosanzo你能帮助我更多我希望你 – maryam 2013-05-12 04:46:24