Skip to content
Snippets Groups Projects
Commit a2a43ee7 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: use defined namespace prefix

parent b72b4eb4
No related branches found
No related tags found
No related merge requests found
<soap:Envelope <soap:Envelope
soap:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' soap:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:namesp1='http://dps.exlibris.com/' xmlns:dps='http://dps.exlibris.com/'
xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<soap:Body> <soap:Body>
<getHeartBit xmlns='http://dps.exlibris.com/' /> <dps:getHeartBit/>
</soap:Body> </soap:Body>
</soap:Envelope> </soap:Envelope>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment