Travelport / travelport-uapi-tutorial-php

The travelport-uapi-tutorial-php is a PHP project for Universal API that will help you connect and code a standard workflow including Air, Vehicle, and Hotel.
35 stars 47 forks source link

Air reservation error #258

Open ELMGARIAED opened 3 years ago

ELMGARIAED commented 3 years ago

now I try this xml but get error I don't know what is that

reservation_request.txt

image

RicOsiro commented 3 years ago

hi,

it is an error on schema/xml validation, on the xml there 2 different alias for namespace for common elements "com:" and "common_v50_0:". Please check the namespaces and normalize it to one alias. The soapui could check the request, right click select the option "Validate" or "ALT-V"

regards