EfbService
Click here for a complete list of operations.
GetArinc633WBACommon
Return ARINC633-2 WBACommon or Weight and Balance for a flight
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /efbservice.asmx HTTP/1.1 Host: efb-1-8.ppsflightplanning.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://crewbriefing.com/GetArinc633WBACommon" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetArinc633WBACommon xmlns="http://crewbriefing.com/"> <SessionID>string</SessionID> <FlightID>int</FlightID> <massUnit>string</massUnit> </GetArinc633WBACommon> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetArinc633WBACommonResponse xmlns="http://crewbriefing.com/"> <GetArinc633WBACommonResult> <WIISUB xmlns="http://aeec.aviation-ia.net/633"> <M633Header versionNumber="nonNegativeInteger" timestamp="dateTime" /> <M633SupplementaryHeader> <Flight xsi:nil="true" /> <Aircraft xsi:nil="true" /> </M633SupplementaryHeader> <Units weightUnit="kg or t or lb" armLeverUnit="string" volumeUnit="l or ug or ig or m3 or cm3" /> <ConfigurationCode>string</ConfigurationCode> <DryOperating> <DOW>nonNegativeInteger</DOW> <DOCG>integer</DOCG> </DryOperating> <Loading> <ZFW>nonNegativeInteger</ZFW> <ZFCG>integer</ZFCG> <FOB>nonNegativeInteger</FOB> <TaxiFuel>nonNegativeInteger</TaxiFuel> <TripFuel>nonNegativeInteger</TripFuel> <FuelDensity>double</FuelDensity> </Loading> <Payload> <PaxPerClass xsi:nil="true" /> <CabinVersion xsi:nil="true" /> <TotalPaxNumber>nonNegativeInteger</TotalPaxNumber> <PaxDistribution xsi:nil="true" /> <TotalPaxWeight>nonNegativeInteger</TotalPaxWeight> <PaxTypeWeights xsi:nil="true" /> <CargoDistribution xsi:nil="true" /> <TotalCargoWeight>nonNegativeInteger</TotalCargoWeight> <TotalTrafficWeight>nonNegativeInteger</TotalTrafficWeight> </Payload> <ZF_CGTarget> <ZFW>nonNegativeInteger</ZFW> <ZFCG>integer</ZFCG> </ZF_CGTarget> <TO_Check> <TOW>nonNegativeInteger</TOW> <TOCG>integer</TOCG> </TO_Check> <CrewNumber> <CockpitCrew>nonNegativeInteger</CockpitCrew> <CabinCrewMale>nonNegativeInteger</CabinCrewMale> <CabinCrewFemale>nonNegativeInteger</CabinCrewFemale> <CabinCrew>nonNegativeInteger</CabinCrew> </CrewNumber> <EditionNumber>nonNegativeInteger</EditionNumber> <CheckedBy>string</CheckedBy> <BalanceSeating>string</BalanceSeating> <LMC LMCTotalWeight="integer"> <LMCLine xsi:nil="true" /> <LMCLine xsi:nil="true" /> </LMC> <AdditionalInfo>string</AdditionalInfo> </WIISUB> <Response> <Message>string</Message> <Succeed>boolean</Succeed> </Response> </GetArinc633WBACommonResult> </GetArinc633WBACommonResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /efbservice.asmx HTTP/1.1 Host: efb-1-8.ppsflightplanning.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetArinc633WBACommon xmlns="http://crewbriefing.com/"> <SessionID>string</SessionID> <FlightID>int</FlightID> <massUnit>string</massUnit> </GetArinc633WBACommon> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetArinc633WBACommonResponse xmlns="http://crewbriefing.com/"> <GetArinc633WBACommonResult> <WIISUB xmlns="http://aeec.aviation-ia.net/633"> <M633Header versionNumber="nonNegativeInteger" timestamp="dateTime" /> <M633SupplementaryHeader> <Flight xsi:nil="true" /> <Aircraft xsi:nil="true" /> </M633SupplementaryHeader> <Units weightUnit="kg or t or lb" armLeverUnit="string" volumeUnit="l or ug or ig or m3 or cm3" /> <ConfigurationCode>string</ConfigurationCode> <DryOperating> <DOW>nonNegativeInteger</DOW> <DOCG>integer</DOCG> </DryOperating> <Loading> <ZFW>nonNegativeInteger</ZFW> <ZFCG>integer</ZFCG> <FOB>nonNegativeInteger</FOB> <TaxiFuel>nonNegativeInteger</TaxiFuel> <TripFuel>nonNegativeInteger</TripFuel> <FuelDensity>double</FuelDensity> </Loading> <Payload> <PaxPerClass xsi:nil="true" /> <CabinVersion xsi:nil="true" /> <TotalPaxNumber>nonNegativeInteger</TotalPaxNumber> <PaxDistribution xsi:nil="true" /> <TotalPaxWeight>nonNegativeInteger</TotalPaxWeight> <PaxTypeWeights xsi:nil="true" /> <CargoDistribution xsi:nil="true" /> <TotalCargoWeight>nonNegativeInteger</TotalCargoWeight> <TotalTrafficWeight>nonNegativeInteger</TotalTrafficWeight> </Payload> <ZF_CGTarget> <ZFW>nonNegativeInteger</ZFW> <ZFCG>integer</ZFCG> </ZF_CGTarget> <TO_Check> <TOW>nonNegativeInteger</TOW> <TOCG>integer</TOCG> </TO_Check> <CrewNumber> <CockpitCrew>nonNegativeInteger</CockpitCrew> <CabinCrewMale>nonNegativeInteger</CabinCrewMale> <CabinCrewFemale>nonNegativeInteger</CabinCrewFemale> <CabinCrew>nonNegativeInteger</CabinCrew> </CrewNumber> <EditionNumber>nonNegativeInteger</EditionNumber> <CheckedBy>string</CheckedBy> <BalanceSeating>string</BalanceSeating> <LMC LMCTotalWeight="integer"> <LMCLine xsi:nil="true" /> <LMCLine xsi:nil="true" /> </LMC> <AdditionalInfo>string</AdditionalInfo> </WIISUB> <Response> <Message>string</Message> <Succeed>boolean</Succeed> </Response> </GetArinc633WBACommonResult> </GetArinc633WBACommonResponse> </soap12:Body> </soap12:Envelope>