We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have following request to be created in my SOAP API:
<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:Header> <OGHeader xmlns="http://www.abc.com"> </OGHeader> </soap:Header> <soap:Body> <BookingRequest xmlns="http://www.ghj.com/Booking.wsdl"> <Reservation Action="CREATE"> <UniqueIDList xmlns="http://www.wer.com/Unique/"> <UniqueID type="FAR" xmlns="www.uio.com/Common/">201801111429</UniqueID> </UniqueIDList> </Reservation> </BookingRequest > </soap:Body> </soap:Envelope>
How to use wash_out to create such request with particular namespace defined in each xmlns?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have following request to be created in my SOAP API:
How to use wash_out to create such request with particular namespace defined in each xmlns?
The text was updated successfully, but these errors were encountered: