12 years ago
Assertion | WS-Addressing Response
I am working on the book of Web Service Testing with soapUI and experising an issue in page 149 regarding to the "wsa:action" within WS-Addressing Response Assertion. The message indicates Wsa:Action expecting [urn:getGuestDetails], actual value is [urn:getGuestDetailsResponse]. Here attached is the wsdl . Look forward to your input. Thanks in advance.
DQ
<wsdl:portType name="GuestManagementServicePortType">
<wsdl:operation name="getGuestDetails">
<wsdl:input message="tns:getGuestDetailsRequest" wsaw:Action="urn:getGuestDetails"/>
<wsdl:output message="tns:getGuestDetailsResponse" wsaw:Action="urn:getGuestDetailsResponse"/>
<wsdl:fault message="tns:GuestManagementServiceGuestManagementException" name="GuestManagementServiceGuestManagementException"
wsaw:Action="urn:getGuestDetailsGuestManagementServiceGuestManagementException"/>
</wsdl:operation>
DQ
<wsdl:portType name="GuestManagementServicePortType">
<wsdl:operation name="getGuestDetails">
<wsdl:input message="tns:getGuestDetailsRequest" wsaw:Action="urn:getGuestDetails"/>
<wsdl:output message="tns:getGuestDetailsResponse" wsaw:Action="urn:getGuestDetailsResponse"/>
<wsdl:fault message="tns:GuestManagementServiceGuestManagementException" name="GuestManagementServiceGuestManagementException"
wsaw:Action="urn:getGuestDetailsGuestManagementServiceGuestManagementException"/>
</wsdl:operation>