我正在使用soap UI通过提供凭据来测试Web服务,但它始终显示“未经授权”的消息。任何人都可以让我知道为什么会这样吗?我正在尝试获取服务。
http://developer.rovicorp.com/docs
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:typ="http://api.rovicorp.com/v9/common/types" xmlns:lis="http://api.rovicorp.com/v9/listings">
<soap:Header>
<typ:AuthHeader>
<typ:UserName>username</typ:UserName>
<typ:Password>password</typ:Password>
</typ:AuthHeader>
</soap:Header>
<soap:Body>
<lis:GetServices>
<!--Optional:-->
<lis:request>
<!--Optional:-->
<typ:ClientBatchId>?</typ:ClientBatchId>
<lis:Locale>en-GB</lis:Locale>
<!--You have a CHOICE of the next 2 items at this level-->
<lis:ServiceSearch>
<!--Optional:-->
<lis:PostalCode>?</lis:PostalCode>
<!--Optional:-->
<lis:CountryCode>GB</lis:CountryCode>
<!--Optional:-->
<lis:MSOId>?</lis:MSOId>
</lis:ServiceSearch>
<lis:ServiceId>?</lis:ServiceId>
<lis:StartDate>2012-06-19</lis:StartDate>
<lis:Duration>263521</lis:Duration>
</lis:request>
</lis:GetServices>
</soap:Body>
</soap:Envelope>