Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. // Juniper Gowaii
  2. const juniper_gowaii_language = 'es';
  3. const juniper_gowaii_user = 'chasmatours';
  4. const juniper_gowaii_password = 'eCRu2A8X';
  5. const juniper_gowaii_url_zonas = "http://xml.bookingengine.es/webservice/JP_ZoneList.asmx?wsdl";
  6. const juniper_gowaii_url_hotel_avail = 'http://xml.bookingengine.es/webservice/OTA_HotelAvail.asmx?wsdl';
  7. const juniper_gowaii_url_hotel_details = 'http://xml.bookingengine.es/webservice/OTA_HotelDescriptiveInfo.asmx?wsdl';
  8. const juniper_gowaii_url_hotel_booking_rule = 'http://xml.bookingengine.es/webservice/OTA_HotelBookingRule.asmx?wsdl';
  9. const juniper_gowaii_url_hotel_book = 'http://xml.bookingengine.es/webservice/OTA_HotelRes.asmx?wsdl';
  10. const juniper_gowaii_url_catalog = 'http://xml.bookingengine.es/webservice/JP_CatalogueData.asmx?wsdl';
  11. const juniper_gowaii_url_cancel = 'http://xml.bookingengine.es/webservice/OTA_Cancel.asmx?wsdl';
  12. const juniper_gowaii_url_booking = 'http://xml.bookingengine.es/webservice/OTA_Read.asmx?wsdl';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement