SOAP WSDL Generate Code

OrganisationServiceBasicHttpEndpoint / Add

ASP AutoIt C C (Unicode) C++ C++ (Unicode) C# DataFlex Delphi Foxpro Go Java Node.js Objective-C Perl PHP Extension PowerBuilder Powershell PureBasic Python CkPython Ruby SQL Server Swift TCL VB.NET VB6 VBScript Xojo
Chilkat.Xml xml = new Chilkat.Xml();
xml.Tag = "soapenv:Envelope";
xml.AddAttribute("xmlns:soapenv","http://schemas.xmlsoap.org/soap/envelope/");
xml.AddAttribute("xmlns:tra","http://training.gov.au/services/12/");
xml.AddAttribute("xmlns:sys","http://schemas.datacontract.org/2004/07/System");
xml.AddAttribute("xmlns:arr","http://schemas.microsoft.com/2003/10/Serialization/Arrays");
xml.UpdateChildContent("soapenv:Header","");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Codes|tra:OrganisationCode|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Codes|tra:OrganisationCode|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Codes|tra:OrganisationCode|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Codes|tra:OrganisationCode|tra:Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:Email","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:Fax","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:FirstName","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:GroupName","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:JobTitle","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:LastName","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:Mobile","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:OrganisationName","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:Phone","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:CountryCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:Latitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:Line1","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:Line2","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:Longitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:Postcode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:StateCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:StateOverseas","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:PostalAddress|tra:Suburb","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:RoleCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:Title","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Contacts|tra:Contact|tra:TypeCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:CreatedDate|sys:DateTime","dateTime");
xml.UpdateChildContentInt("soapenv:Body|tra:Add|tra:rto|tra:CreatedDate|sys:OffsetMinutes",442);
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DataManagers|tra:DataManagerAssignment|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DataManagers|tra:DataManagerAssignment|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DataManagers|tra:DataManagerAssignment|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DataManagers|tra:DataManagerAssignment|tra:Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:IsLegacyData","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:CountryCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:Latitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:Line1","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:Line2","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:Longitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:Postcode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:StateCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:StateOverseas","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:Address|tra:Suburb","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Locations|tra:OrganisationLocation|tra:OrganisationLocationId","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:CountryCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:Latitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:Line1","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:Line2","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:Longitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:Postcode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:StateCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:StateOverseas","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:Address|tra:Suburb","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PostalAddresses|tra:OrganisationPostalAddress|tra:OrganisationPostalAddressId","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:CountryCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:Latitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:Line1","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:Line2","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:Longitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:Postcode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:StateCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:StateOverseas","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:Address|tra:Suburb","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:PrincipalAddresses|tra:OrganisationPrincipalAddress|tra:OrganisationPrincipalAddressId","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:ResponsibleLegalPersons|tra:ResponsibleLegalPerson|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:ResponsibleLegalPersons|tra:ResponsibleLegalPerson|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:ResponsibleLegalPersons|tra:ResponsibleLegalPerson|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:ResponsibleLegalPersons|tra:ResponsibleLegalPerson|tra:Abns|arr:string","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:ResponsibleLegalPersons|tra:ResponsibleLegalPerson|tra:Acn","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:ResponsibleLegalPersons|tra:ResponsibleLegalPerson|tra:Name","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Roles|tra:Role|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Roles|tra:Role|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Roles|tra:Role|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Roles|tra:Role|tra:Abbreviation","string");
xml.UpdateChildContentInt("soapenv:Body|tra:Add|tra:rto|tra:Roles|tra:Role|tra:Code",1042);
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Roles|tra:Role|tra:Description","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:TradingNames|tra:TradingName|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:TradingNames|tra:TradingName|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:TradingNames|tra:TradingName|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:TradingNames|tra:TradingName|tra:Name","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:UpdatedDate|sys:DateTime","dateTime");
xml.UpdateChildContentInt("soapenv:Body|tra:Add|tra:rto|tra:UpdatedDate|sys:OffsetMinutes",442);
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Urls|tra:Url|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Urls|tra:Url|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Urls|tra:Url|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Urls|tra:Url|tra:Link","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Classifications|tra:Classification|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Classifications|tra:Classification|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Classifications|tra:Classification|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Classifications|tra:Classification|tra:PurposeCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Classifications|tra:Classification|tra:SchemeCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Classifications|tra:Classification|tra:ValueCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:CricosCodes|tra:RtoCricosCode|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:CricosCodes|tra:RtoCricosCode|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:CricosCodes|tra:RtoCricosCode|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:CricosCodes|tra:RtoCricosCode|tra:Cricos_x0020_Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:CountryCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:Latitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:Line1","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:Line2","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:Longitude","99.0");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:Postcode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:StateCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:StateOverseas","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:Address|tra:Suburb","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:DeliveryLocationName","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryLocations|tra:RtoDeliveryLocation|tra:RtoDeliveryLocationId","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryNotifications|tra:DeliveryNotification|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryNotifications|tra:DeliveryNotification|tra:DateOfChange","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryNotifications|tra:DeliveryNotification|tra:GeographicAreas|tra:DeliveryNotificationGeographicArea|tra:CountryCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryNotifications|tra:DeliveryNotification|tra:GeographicAreas|tra:DeliveryNotificationGeographicArea|tra:StateCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryNotifications|tra:DeliveryNotification|tra:IsCessation","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryNotifications|tra:DeliveryNotification|tra:NotificationDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryNotifications|tra:DeliveryNotification|tra:Scopes|tra:DeliveryNotificationScope|tra:Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:DeliveryNotifications|tra:DeliveryNotification|tra:Scopes|tra:DeliveryNotificationScope|tra:TrainingComponentType","list of enumerated string values");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationManagers|tra:RegistrationManagerAssignment|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationManagers|tra:RegistrationManagerAssignment|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationManagers|tra:RegistrationManagerAssignment|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationManagers|tra:RegistrationManagerAssignment|tra:Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:EndReasonCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:EndReasonComments","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:Exerciser","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:LegalAuthority","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:RegistrationApplicationRenew|tra:DateOfRejection","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:RegistrationApplicationRenew|tra:IsApplicationToRenew","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationPeriods|tra:RegistrationPeriod|tra:RegistrationApplicationRenew|tra:RtoRegistrationOutcomeOfApplication","UnderConsideration");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegistrationStatus","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:AdditionalDetails","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionDetails","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionDetailsMarkedUp","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionLevelCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionMadeUnder","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionMadeUnderUrl","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionMadeUnderUrlText","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionMakerCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionStatusCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:DecisionTypeCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:EffectiveDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:IsHistoric","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:Reference","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecision","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionEvents|tra:RtoRegulatoryDecisionEvent|tra:AttachmentUrl","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionEvents|tra:RtoRegulatoryDecisionEvent|tra:AttachmentUrlText","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionEvents|tra:RtoRegulatoryDecisionEvent|tra:DecisionMakerCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionEvents|tra:RtoRegulatoryDecisionEvent|tra:EventDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionEvents|tra:RtoRegulatoryDecisionEvent|tra:EventDetails","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionEvents|tra:RtoRegulatoryDecisionEvent|tra:EventStatusCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionEvents|tra:RtoRegulatoryDecisionEvent|tra:IsHistoric","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:Description","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:MapFromRelationshipCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:MapToRelationshipCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:RegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:MapsToCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:ReverseRegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:ReverseRegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:Description","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:ReverseRegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:MapFromRelationshipCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:ReverseRegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:MapToRelationshipCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:ReverseRegulatoryDecisionMapping|tra:RtoRegulatoryDecisionMapping|tra:MapsToCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RegulatoryDecisions|tra:RtoRegulatoryDecision|tra:ReviewStatusCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Restrictions|tra:RtoRestriction|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Restrictions|tra:RtoRestriction|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Restrictions|tra:RtoRestriction|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Restrictions|tra:RtoRestriction|tra:Code","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Restrictions|tra:RtoRestriction|tra:Restriction","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Restrictions|tra:RtoRestriction|tra:RestrictionTypeCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Restrictions|tra:RtoRestriction|tra:ShowRestriction","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RtoHigherEducations|tra:RtoHigherEducation|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RtoHigherEducations|tra:RtoHigherEducation|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RtoHigherEducations|tra:RtoHigherEducation|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RtoHigherEducations|tra:RtoHigherEducation|tra:IsHigherEducation","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RtoSchoolProviders|tra:RtoSchoolProvider|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RtoSchoolProviders|tra:RtoSchoolProvider|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RtoSchoolProviders|tra:RtoSchoolProvider|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:RtoSchoolProviders|tra:RtoSchoolProvider|tra:IsSchoolProvider","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:ActionOnEntity","None");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:EndDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:StartDate","date");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:ExtentCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:IsImplicit","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:IsRefused","true");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:NrtCode","string");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:ScopeDecisionType","Granted");
xml.UpdateChildContent("soapenv:Body|tra:Add|tra:rto|tra:Scopes|tra:Scope|tra:TrainingComponentType","list of enumerated string values");

// In a SOAP HTTP request, including the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) in the XML body is generally not required. 
xml.EmitXmlDecl = false;
string soapRequestBody = xml.GetXml();

string endpoint = "https://ws.staging.training.gov.au/Deewr.Tga.WebServices/OrganisationServiceV12.svc/Organisation";
string soapAction = "http://training.gov.au/services/12/IOrganisationService/Add";
//  For SOAP requests, the standard Content-Type is usually set to "text/xml" or "application/soap+xml"
string contentType = "text/xml";

Chilkat.Http http = new Chilkat.Http();

http.ClearHeaders();
http.SetRequestHeader("Content-Type",contentType);
http.SetRequestHeader("SOAPAction",soapAction);

Chilkat.HttpResponse resp = http.PostXml(endpoint,soapRequestBody,"utf-8");
if (http.LastMethodSuccess == false) {
    Debug.WriteLine(http.LastErrorText);
    Debug.WriteLine("Failed to send SOAP request.");
    return;
}

// Get the XML response body.
Chilkat.Xml responseXml = new Chilkat.Xml();
resp.GetBodyXml(responseXml);

int statusCode = resp.StatusCode;
Debug.WriteLine("response status code: " + Convert.ToString(statusCode));

// If the status code does not indicate succcess, then show the response XML,
// which probably contains error information.
if (statusCode != 200) {
    Debug.WriteLine(responseXml.GetXml());
    return;
}

Debug.WriteLine(responseXml.GetXml());

// Parse the successful SOAP response XML.

// This is a sample of the response XML, but the namespace prefixes will be different.
// We can parse the result using "*" for the namespace prefixes (see below).
Request XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tra="http://training.gov.au/services/12/" xmlns:sys="http://schemas.datacontract.org/2004/07/System" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <soapenv:Header/>
    <soapenv:Body>
        <tra:Add>
            <tra:rto>
                <tra:Codes>
                    <tra:OrganisationCode>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Code>string</tra:Code>
                    </tra:OrganisationCode>
                </tra:Codes>
                <tra:Contacts>
                    <tra:Contact>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Email>string</tra:Email>
                        <tra:Fax>string</tra:Fax>
                        <tra:FirstName>string</tra:FirstName>
                        <tra:GroupName>string</tra:GroupName>
                        <tra:JobTitle>string</tra:JobTitle>
                        <tra:LastName>string</tra:LastName>
                        <tra:Mobile>string</tra:Mobile>
                        <tra:OrganisationName>string</tra:OrganisationName>
                        <tra:Phone>string</tra:Phone>
                        <tra:PostalAddress>
                            <tra:CountryCode>string</tra:CountryCode>
                            <tra:Latitude>99.0</tra:Latitude>
                            <tra:Line1>string</tra:Line1>
                            <tra:Line2>string</tra:Line2>
                            <tra:Longitude>99.0</tra:Longitude>
                            <tra:Postcode>string</tra:Postcode>
                            <tra:StateCode>string</tra:StateCode>
                            <tra:StateOverseas>string</tra:StateOverseas>
                            <tra:Suburb>string</tra:Suburb>
                        </tra:PostalAddress>
                        <tra:RoleCode>string</tra:RoleCode>
                        <tra:Title>string</tra:Title>
                        <tra:TypeCode>string</tra:TypeCode>
                    </tra:Contact>
                </tra:Contacts>
                <tra:CreatedDate>
                    <sys:DateTime>dateTime</sys:DateTime>
                    <sys:OffsetMinutes>442</sys:OffsetMinutes>
                </tra:CreatedDate>
                <tra:DataManagers>
                    <tra:DataManagerAssignment>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Code>string</tra:Code>
                    </tra:DataManagerAssignment>
                </tra:DataManagers>
                <tra:IsLegacyData>true</tra:IsLegacyData>
                <tra:Locations>
                    <tra:OrganisationLocation>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Address>
                            <tra:CountryCode>string</tra:CountryCode>
                            <tra:Latitude>99.0</tra:Latitude>
                            <tra:Line1>string</tra:Line1>
                            <tra:Line2>string</tra:Line2>
                            <tra:Longitude>99.0</tra:Longitude>
                            <tra:Postcode>string</tra:Postcode>
                            <tra:StateCode>string</tra:StateCode>
                            <tra:StateOverseas>string</tra:StateOverseas>
                            <tra:Suburb>string</tra:Suburb>
                        </tra:Address>
                        <tra:OrganisationLocationId>string</tra:OrganisationLocationId>
                    </tra:OrganisationLocation>
                </tra:Locations>
                <tra:PostalAddresses>
                    <tra:OrganisationPostalAddress>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Address>
                            <tra:CountryCode>string</tra:CountryCode>
                            <tra:Latitude>99.0</tra:Latitude>
                            <tra:Line1>string</tra:Line1>
                            <tra:Line2>string</tra:Line2>
                            <tra:Longitude>99.0</tra:Longitude>
                            <tra:Postcode>string</tra:Postcode>
                            <tra:StateCode>string</tra:StateCode>
                            <tra:StateOverseas>string</tra:StateOverseas>
                            <tra:Suburb>string</tra:Suburb>
                        </tra:Address>
                        <tra:OrganisationPostalAddressId>string</tra:OrganisationPostalAddressId>
                    </tra:OrganisationPostalAddress>
                </tra:PostalAddresses>
                <tra:PrincipalAddresses>
                    <tra:OrganisationPrincipalAddress>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Address>
                            <tra:CountryCode>string</tra:CountryCode>
                            <tra:Latitude>99.0</tra:Latitude>
                            <tra:Line1>string</tra:Line1>
                            <tra:Line2>string</tra:Line2>
                            <tra:Longitude>99.0</tra:Longitude>
                            <tra:Postcode>string</tra:Postcode>
                            <tra:StateCode>string</tra:StateCode>
                            <tra:StateOverseas>string</tra:StateOverseas>
                            <tra:Suburb>string</tra:Suburb>
                        </tra:Address>
                        <tra:OrganisationPrincipalAddressId>string</tra:OrganisationPrincipalAddressId>
                    </tra:OrganisationPrincipalAddress>
                </tra:PrincipalAddresses>
                <tra:ResponsibleLegalPersons>
                    <tra:ResponsibleLegalPerson>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Abns>
                            <arr:string>string</arr:string>
                        </tra:Abns>
                        <tra:Acn>string</tra:Acn>
                        <tra:Name>string</tra:Name>
                    </tra:ResponsibleLegalPerson>
                </tra:ResponsibleLegalPersons>
                <tra:Roles>
                    <tra:Role>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Abbreviation>string</tra:Abbreviation>
                        <tra:Code>1042</tra:Code>
                        <tra:Description>string</tra:Description>
                    </tra:Role>
                </tra:Roles>
                <tra:TradingNames>
                    <tra:TradingName>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Name>string</tra:Name>
                    </tra:TradingName>
                </tra:TradingNames>
                <tra:UpdatedDate>
                    <sys:DateTime>dateTime</sys:DateTime>
                    <sys:OffsetMinutes>442</sys:OffsetMinutes>
                </tra:UpdatedDate>
                <tra:Urls>
                    <tra:Url>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Link>string</tra:Link>
                    </tra:Url>
                </tra:Urls>
                <tra:Classifications>
                    <tra:Classification>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:PurposeCode>string</tra:PurposeCode>
                        <tra:SchemeCode>string</tra:SchemeCode>
                        <tra:ValueCode>string</tra:ValueCode>
                    </tra:Classification>
                </tra:Classifications>
                <tra:CricosCodes>
                    <tra:RtoCricosCode>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Cricos_x0020_Code>string</tra:Cricos_x0020_Code>
                    </tra:RtoCricosCode>
                </tra:CricosCodes>
                <tra:DeliveryLocations>
                    <tra:RtoDeliveryLocation>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Address>
                            <tra:CountryCode>string</tra:CountryCode>
                            <tra:Latitude>99.0</tra:Latitude>
                            <tra:Line1>string</tra:Line1>
                            <tra:Line2>string</tra:Line2>
                            <tra:Longitude>99.0</tra:Longitude>
                            <tra:Postcode>string</tra:Postcode>
                            <tra:StateCode>string</tra:StateCode>
                            <tra:StateOverseas>string</tra:StateOverseas>
                            <tra:Suburb>string</tra:Suburb>
                        </tra:Address>
                        <tra:DeliveryLocationName>string</tra:DeliveryLocationName>
                        <tra:RtoDeliveryLocationId>string</tra:RtoDeliveryLocationId>
                    </tra:RtoDeliveryLocation>
                </tra:DeliveryLocations>
                <tra:DeliveryNotifications>
                    <tra:DeliveryNotification>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:DateOfChange>date</tra:DateOfChange>
                        <tra:GeographicAreas>
                            <tra:DeliveryNotificationGeographicArea>
                                <tra:CountryCode>string</tra:CountryCode>
                                <tra:StateCode>string</tra:StateCode>
                            </tra:DeliveryNotificationGeographicArea>
                        </tra:GeographicAreas>
                        <tra:IsCessation>true</tra:IsCessation>
                        <tra:NotificationDate>date</tra:NotificationDate>
                        <tra:Scopes>
                            <tra:DeliveryNotificationScope>
                                <tra:Code>string</tra:Code>
                                <tra:TrainingComponentType>list of enumerated string values</tra:TrainingComponentType>
                            </tra:DeliveryNotificationScope>
                        </tra:Scopes>
                    </tra:DeliveryNotification>
                </tra:DeliveryNotifications>
                <tra:RegistrationManagers>
                    <tra:RegistrationManagerAssignment>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Code>string</tra:Code>
                    </tra:RegistrationManagerAssignment>
                </tra:RegistrationManagers>
                <tra:RegistrationPeriods>
                    <tra:RegistrationPeriod>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:EndReasonCode>string</tra:EndReasonCode>
                        <tra:EndReasonComments>string</tra:EndReasonComments>
                        <tra:Exerciser>string</tra:Exerciser>
                        <tra:LegalAuthority>string</tra:LegalAuthority>
                        <tra:RegistrationApplicationRenew>
                            <tra:DateOfRejection>date</tra:DateOfRejection>
                            <tra:IsApplicationToRenew>true</tra:IsApplicationToRenew>
                            <tra:RtoRegistrationOutcomeOfApplication>UnderConsideration</tra:RtoRegistrationOutcomeOfApplication>
                        </tra:RegistrationApplicationRenew>
                    </tra:RegistrationPeriod>
                </tra:RegistrationPeriods>
                <tra:RegistrationStatus>string</tra:RegistrationStatus>
                <tra:RegulatoryDecisions>
                    <tra:RtoRegulatoryDecision>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:AdditionalDetails>string</tra:AdditionalDetails>
                        <tra:Code>string</tra:Code>
                        <tra:DecisionDetails>string</tra:DecisionDetails>
                        <tra:DecisionDetailsMarkedUp>string</tra:DecisionDetailsMarkedUp>
                        <tra:DecisionLevelCode>string</tra:DecisionLevelCode>
                        <tra:DecisionMadeUnder>string</tra:DecisionMadeUnder>
                        <tra:DecisionMadeUnderUrl>string</tra:DecisionMadeUnderUrl>
                        <tra:DecisionMadeUnderUrlText>string</tra:DecisionMadeUnderUrlText>
                        <tra:DecisionMakerCode>string</tra:DecisionMakerCode>
                        <tra:DecisionStatusCode>string</tra:DecisionStatusCode>
                        <tra:DecisionTypeCode>string</tra:DecisionTypeCode>
                        <tra:EffectiveDate>date</tra:EffectiveDate>
                        <tra:IsHistoric>true</tra:IsHistoric>
                        <tra:Reference>string</tra:Reference>
                        <tra:RegulatoryDecision>string</tra:RegulatoryDecision>
                        <tra:RegulatoryDecisionEvents>
                            <tra:RtoRegulatoryDecisionEvent>
                                <tra:AttachmentUrl>string</tra:AttachmentUrl>
                                <tra:AttachmentUrlText>string</tra:AttachmentUrlText>
                                <tra:DecisionMakerCode>string</tra:DecisionMakerCode>
                                <tra:EventDate>date</tra:EventDate>
                                <tra:EventDetails>string</tra:EventDetails>
                                <tra:EventStatusCode>string</tra:EventStatusCode>
                                <tra:IsHistoric>true</tra:IsHistoric>
                            </tra:RtoRegulatoryDecisionEvent>
                        </tra:RegulatoryDecisionEvents>
                        <tra:RegulatoryDecisionMapping>
                            <tra:RtoRegulatoryDecisionMapping>
                                <tra:Code>string</tra:Code>
                                <tra:Description>string</tra:Description>
                                <tra:MapFromRelationshipCode>string</tra:MapFromRelationshipCode>
                                <tra:MapToRelationshipCode>string</tra:MapToRelationshipCode>
                                <tra:MapsToCode>string</tra:MapsToCode>
                            </tra:RtoRegulatoryDecisionMapping>
                        </tra:RegulatoryDecisionMapping>
                        <tra:ReverseRegulatoryDecisionMapping>
                            <tra:RtoRegulatoryDecisionMapping>
                                <tra:Code>string</tra:Code>
                                <tra:Description>string</tra:Description>
                                <tra:MapFromRelationshipCode>string</tra:MapFromRelationshipCode>
                                <tra:MapToRelationshipCode>string</tra:MapToRelationshipCode>
                                <tra:MapsToCode>string</tra:MapsToCode>
                            </tra:RtoRegulatoryDecisionMapping>
                        </tra:ReverseRegulatoryDecisionMapping>
                        <tra:ReviewStatusCode>string</tra:ReviewStatusCode>
                    </tra:RtoRegulatoryDecision>
                </tra:RegulatoryDecisions>
                <tra:Restrictions>
                    <tra:RtoRestriction>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:Code>string</tra:Code>
                        <tra:Restriction>string</tra:Restriction>
                        <tra:RestrictionTypeCode>string</tra:RestrictionTypeCode>
                        <tra:ShowRestriction>true</tra:ShowRestriction>
                    </tra:RtoRestriction>
                </tra:Restrictions>
                <tra:RtoHigherEducations>
                    <tra:RtoHigherEducation>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:IsHigherEducation>true</tra:IsHigherEducation>
                    </tra:RtoHigherEducation>
                </tra:RtoHigherEducations>
                <tra:RtoSchoolProviders>
                    <tra:RtoSchoolProvider>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:IsSchoolProvider>true</tra:IsSchoolProvider>
                    </tra:RtoSchoolProvider>
                </tra:RtoSchoolProviders>
                <tra:Scopes>
                    <tra:Scope>
                        <tra:ActionOnEntity>None</tra:ActionOnEntity>
                        <tra:EndDate>date</tra:EndDate>
                        <tra:StartDate>date</tra:StartDate>
                        <tra:ExtentCode>string</tra:ExtentCode>
                        <tra:IsImplicit>true</tra:IsImplicit>
                        <tra:IsRefused>true</tra:IsRefused>
                        <tra:NrtCode>string</tra:NrtCode>
                        <tra:ScopeDecisionType>Granted</tra:ScopeDecisionType>
                        <tra:TrainingComponentType>list of enumerated string values</tra:TrainingComponentType>
                    </tra:Scope>
                </tra:Scopes>
            </tra:rto>
        </tra:Add>
    </soapenv:Body>
</soapenv:Envelope>
Response XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tra="http://training.gov.au/services/12/">
    <soapenv:Header/>
    <soapenv:Body>
        <tra:AddResponse/>
    </soapenv:Body>
</soapenv:Envelope>