I am working in a project and need make a call in external service as showed below:
XML IN (example):
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:tem=“http://tempuri.org/”>
soapenv:Header
tem:AuthHeader
tem:username1234</tem:username>
tem:password1234</tem:password>
</tem:AuthHeader>
</soapenv:Header>
soapenv:Body
tem:ShowBasics
tem:SaleTypesCodeF</tem:SaleTypesCode>
tem:ShowCityCodeNYCA</tem:ShowCityCode>
tem:ShowAddedDate2010-01-01</tem:ShowAddedDate>
</tem:ShowBasics>
</soapenv:Body>
</soapenv:Envelope>
How can I built in bubble?
Best Regards,
Julio César