Guest User

Untitled

a guest
May 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:br.tur.advance.etkt.ws.bean">
  2. <import namespace="urn:br.tur.advance.etkt.ws.service"/>
  3. <import namespace="http://xml.apache.org/xml-soap"/>
  4. <import namespace="http://bean.ws.etkt.advance.tur.br"/>
  5. <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  6. <complexType name="ItineraryBean">
  7. <sequence>
  8. <element name="airlineCode" nillable="true" type="xsd:string"/>
  9. <element name="arrTime" nillable="true" type="xsd:string"/>
  10. <element name="date" nillable="true" type="xsd:string"/>
  11. <element name="depTime" nillable="true" type="xsd:string"/>
  12. <element name="destination" nillable="true" type="xsd:string"/>
  13. <element name="flightNumber" nillable="true" type="xsd:string"/>
  14. <element name="origin" nillable="true" type="xsd:string"/>
  15. <element name="seatClass" nillable="true" type="xsd:string"/>
  16. <element name="tarifBase" nillable="true" type="xsd:string"/>
  17. </sequence>
  18. </complexType> ...
  19.  
  20. $tickets = $client -> ItineraryBean(array('arrTime'=>'25/06/2018', 'date'=>'', 'depTime'=>'30/06/2018', 'destination'=>'POA', 'origin'=>'GRU'));
Add Comment
Please, Sign In to add comment