Anand Mahajan

Results 2 issues of Anand Mahajan

I'm trying to connect with AWS - RDS with mySQL 8.0 but too just crashed. It works with lower version of MySQL but not with 8.0

@JSoapClass(namespace = "http://www.travelport.com/schema/util_v38_0") public class ReferenceDataRetrieveReq extends SOAPSerializable { ``` @JSoapReqField(order = 0, fieldName="BillingPointOfSaleInfo") private BillingPointOfSaleInfo BillingPointOfSaleInfo; ``` } @JSoapClass(namespace = "http://www.travelport.com/schema/common_v38_0") public class BillingPointOfSaleInfo extends SOAPSerializable { ``` @JSoapAttribute(name="OriginApplication")...