c#
Sabre Web Services .NET API Examples that aren't MVC?
This is pretty general, but I'm having a hell of a time figuring out how to consume some of the more complicated Sabre APIs. I have built working .NET proxy classes in C# using the WSDL for the basic APIs (CreateSession, CloseSession) but for the more complicated APIs I have a really hard time parsing out the complicated XML schema to figure out which methods to call in my program. Are there any other .NET resources/examples out there that aren't wrapped up in MVC like the code example that Sabre posted on GitHub? I'm trying to figure out how to use APIs like OTA_AirPriceLLSRQ and TravelItineraryReadRQ. Thanks in advance for any help!
Related Links
Generate random bytes for TripleDES key C#
Question regarding common class
C# Assign Name for Try-Catch Error
How to compare two objects excluding a single object property?
Setting to DataContext not reflecting in Listbox
TFS 2010, cannot get files to workspace, The server returned content type text/html, which is not supported
Can't get ValueInjecter to map COM objects
WPF: Naming controls generated during binding for UI Automation Tests
NetDataContractSerializer and assembly versions mismatch
Use a value object which contains generic ILists with a web service?
Join two tables in Linq to SQL
c# remote events
Accessing Resources at Runtime
How in the real world I/O file strreams are used [closed]
Calling a new Form from a separate thread and avoid frozing the form
Problem with C# multiline textbox memory usage