Skip to content

Instantly share code, notes, and snippets.

@rafaelcs
Created August 11, 2015 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelcs/ce79effea5ffce186f62 to your computer and use it in GitHub Desktop.
Save rafaelcs/ce79effea5ffce186f62 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:trav="http://schemas.datacontract.org/2004/07/TravelExplorer.DataTravel.WebService.Messages" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<soapenv:Header/>
<soapenv:Body>
<tem:SavePackage>
<!--Optional:-->
<tem:rPack>
<!--Optional:-->
<trav:Language>pt</trav:Language>
<!--Optional:-->
<trav:Password>12345</trav:Password>
<!--Optional:-->
<trav:UserName>nascimento_fabricia</trav:UserName>
<!--Optional:-->
<trav:ClientCode></trav:ClientCode>
<!--Optional:-->
<trav:Destinations>
<!--Zero or more repetitions:-->
<arr:int>100271</arr:int>
</trav:Destinations>
<!--Optional:-->
<trav:Details>
<!--Zero or more repetitions:-->
<trav:PackageDetail>
<!--Optional:-->
<trav:Description>Description</trav:Description>
<!--Optional:-->
<trav:Documentation>Documentation</trav:Documentation>
<!--Optional:-->
<trav:Includes>Includes</trav:Includes>
<!--Optional:-->
<trav:Language>pt</trav:Language>
<!--Optional:-->
<trav:ObservationPrice>?</trav:ObservationPrice>
</trav:PackageDetail>
</trav:Details>
<!--Optional:-->
<trav:DurationDays>5</trav:DurationDays>
<!--Optional:-->
<trav:DurationNights>4</trav:DurationNights>
<!--Optional:-->
<trav:Featured>false</trav:Featured>
<!--Optional:-->
<trav:Name>Pacote via SOAP</trav:Name>
<!--Optional:-->
<!--<trav:PackageId></trav:PackageId>
-->
<!--Optional:-->
<trav:PackageType>25</trav:PackageType>
<!--Optional:-->
<trav:ThirdPartPackage>false</trav:ThirdPartPackage>
</tem:rPack>
</tem:SavePackage>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment