Skip to content
New issue

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

How to handle multiple namespaces in wash_out gem #252

Open
niteshguptaoyo opened this issue Apr 10, 2018 · 0 comments
Open

How to handle multiple namespaces in wash_out gem #252

niteshguptaoyo opened this issue Apr 10, 2018 · 0 comments

Comments

@niteshguptaoyo
Copy link

niteshguptaoyo commented Apr 10, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant