是的,我做了更多的研究,基本上我需要连接到网络服务。
这是 Web 服务的 WSDL: http ://aecjobs.bluefusesystems.com/api/jobAPI.cfc?wsdl
下面的 xml 代码在soapUI 中工作,但我不知道如何将我的 xml 文件连接到 Web 服务。看起来很复杂:(
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://aecjobs.bluefusesystems.com/api/jobAPI.cfc">
<soapenv:Header/>
<soapenv:Body>
<api:GetJobs soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<numBusinessUnitId xsi:type="xsd:double">0</numBusinessUnitId>
</api:GetJobs>
</soapenv:Body>
</soapenv:Envelope>