I am able to invoke EnhancedSeatMapRQ in TSTS environment from SoapUI. When I use Visual Studio 2015 generated Soap proxies to make the same call, I am getting null deserialized Items section. I also get "Completed" (success) in ApplicationResults section. I can see with Fiddler that the call was actually successful and that problem is due to .Net deserialization.
Asked
Active
Viewed 566 times
1 Answers
4
EnhancedSeatMapRQ v3.0 does not seem to deserialize correctly the response.
There's a WSDL created for v2.0 specifically for .NET, until the other WSDL is corrected you can use that one, here's the link:
http://webservices.sabre.com/drc/providerdoc/Merchandising/EnhancedSeatMapService_2_0_dotNET.zip

Giancarlo
- 1,446
- 8
- 17
-
Also EnhancedSeatMapRQ v4.0 does not deserialize correctly. – N.D.B Dec 19 '16 at 13:05
-
1v5.0 has been released, it was said to be .NET compatible, you might want to try it out – Giancarlo Mar 07 '17 at 13:03