<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns1:getReferralResponse xmlns:ns1="urn:HyrjService"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<referralRequest xsi:type="ns1:ReferralRequest">
<agencyId xsi:type="xsd:string">
41140000000001
</agencyId>
<atubId xsi:type="xsd:string">4114020101010001</atubId>
</referralRequest>
</ns1:getReferralResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
这是用户发过来的SOAP 请求包我如何用AXIS 来解析他??不知浮云  求请教