Forum Discussion
diegopefm
13 years agoOccasional Contributor
66 views and no one has an answer to this?
Here is another example of a response I'm getting with soapUI from a WS called GetDataBases.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetDataBasesResponse xmlns="http://www.mycompany.com/">
<GetDataBasesResult><a><db name="Demo" nameex="[Demo]"></db></a></GetDataBasesResult>
</GetDataBasesResponse>
</soap:Body>
</soap:Envelope>
Here is another example of a response I'm getting with soapUI from a WS called GetDataBases.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetDataBasesResponse xmlns="http://www.mycompany.com/">
<GetDataBasesResult><a><db name="Demo" nameex="[Demo]"></db></a></GetDataBasesResult>
</GetDataBasesResponse>
</soap:Body>
</soap:Envelope>