banjun / WSDL2Swift

Pure Swift alternative to WSDL2ObjC making a SOAP request & parsing its response as defined in WSDL
MIT License
27 stars 8 forks source link

Huge xml generate with api #7

Open muthukrishnanOCS opened 6 years ago

muthukrishnanOCS commented 6 years ago

Hi @banjun , I want to form large amount of xml with the below API. I tried and not to form the structure kindly please help me to integrate it.

https://developer.sabre.com/docs/soap_apis/air/book/create_passenger_name_record

banjun commented 6 years ago

I cannot find any WSDLs on the page. WSDL2Swift requires a pair of a WSDL(xml) and XSD(xml) (described to be imported into the WSDL) as input to generate Swift codes.