<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.generalException</faultcode>
<faultstring>No service found. API Service Name:null</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">TSWdevwsECS021</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
你贴的配置文件因为格式的关系,并不完全,只能猜测下,可能是你的hostname不对,或者没有配置。