访问wsdl文件的接口
1.http://10.62.226.150:10000/esb/webservice/Jizhandabiao?wsdl 文件内容
<?
xml version="1.0" encoding="UTF-8"
?>
-
<
wsdl:definitions
name
="
JizhandabiaoImplService
"
targetNamespace
="
http://webservice.rpc.other.web.demo.g4studio.org/
"
xmlns:ns1
="
http://cxf.apache.org/bindings/xformat
"
xmlns:soap
="
http://schemas.xmlsoap.org/wsdl/soap/
"
xmlns:tns
="
http://webservice.rpc.other.web.demo.g4studio.org/
"
xmlns:wsdl
="
http://schemas.xmlsoap.org/wsdl/
"
xmlns:xsd
="
http://www.w3.org/2001/XMLSchema
"
>
-
<
xs:schema
elementFormDefault
="
unqualified
"
targetNamespace
="
http://webservice.rpc.other.web.demo.g4studio.org/
"
version
="
1.0
"
xmlns:tns
="
http://webservice.rpc.other.web.demo.g4studio.org/
"
xmlns:xs
="
http://www.w3.org/2001/XMLSchema
"
>
<
xs:element
name
="
IsAlive
"
type
="
tns:IsAlive
"
/>
<
xs:element
name
="
IsAliveResponse
"
type
="
tns:IsAliveResponse
"
/>
<
xs:element
name
="
createsite
"
type
="
tns:createsite
"
/>
<
xs:element
name
="
createsiteResponse
"
type
="
tns:createsiteResponse
"
/>
<
xs:sequence
/>
</
xs:complexType
>