EfbService


Click here for a complete list of operations.

GetWX

Return WX data 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/GetWX"

<?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>
    <GetWX xmlns="http://crewbriefing.com/">
      <SessionID>string</SessionID>
      <FlightID>int</FlightID>
      <Filtered>boolean</Filtered>
    </GetWX>
  </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>
    <GetWXResponse xmlns="http://crewbriefing.com/">
      <GetWXResult>
        <DEP>string</DEP>
        <DEST>string</DEST>
        <ALT1>string</ALT1>
        <ALT2>string</ALT2>
        <AdeqAPT>
          <string>string</string>
          <string>string</string>
        </AdeqAPT>
        <FIR>
          <string>string</string>
          <string>string</string>
        </FIR>
        <DEPTAF>
          <Type>string</Type>
          <Text>string</Text>
        </DEPTAF>
        <DEPMetar>string</DEPMetar>
        <DEPNotam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </DEPNotam>
        <DESTTAF>
          <Type>string</Type>
          <Text>string</Text>
        </DESTTAF>
        <DESTMetar>string</DESTMetar>
        <DESTNotam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </DESTNotam>
        <ALT1TAF>
          <Type>string</Type>
          <Text>string</Text>
        </ALT1TAF>
        <ALT1Metar>string</ALT1Metar>
        <ALT1Notam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </ALT1Notam>
        <ALT2TAF>
          <Type>string</Type>
          <Text>string</Text>
        </ALT2TAF>
        <ALT2Metar>string</ALT2Metar>
        <ALT2Notam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </ALT2Notam>
        <AdeqAPTNotam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </AdeqAPTNotam>
        <FIRNotam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </FIRNotam>
        <Responce>
          <Message>string</Message>
          <Succeed>boolean</Succeed>
        </Responce>
      </GetWXResult>
    </GetWXResponse>
  </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>
    <GetWX xmlns="http://crewbriefing.com/">
      <SessionID>string</SessionID>
      <FlightID>int</FlightID>
      <Filtered>boolean</Filtered>
    </GetWX>
  </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>
    <GetWXResponse xmlns="http://crewbriefing.com/">
      <GetWXResult>
        <DEP>string</DEP>
        <DEST>string</DEST>
        <ALT1>string</ALT1>
        <ALT2>string</ALT2>
        <AdeqAPT>
          <string>string</string>
          <string>string</string>
        </AdeqAPT>
        <FIR>
          <string>string</string>
          <string>string</string>
        </FIR>
        <DEPTAF>
          <Type>string</Type>
          <Text>string</Text>
        </DEPTAF>
        <DEPMetar>string</DEPMetar>
        <DEPNotam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </DEPNotam>
        <DESTTAF>
          <Type>string</Type>
          <Text>string</Text>
        </DESTTAF>
        <DESTMetar>string</DESTMetar>
        <DESTNotam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </DESTNotam>
        <ALT1TAF>
          <Type>string</Type>
          <Text>string</Text>
        </ALT1TAF>
        <ALT1Metar>string</ALT1Metar>
        <ALT1Notam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </ALT1Notam>
        <ALT2TAF>
          <Type>string</Type>
          <Text>string</Text>
        </ALT2TAF>
        <ALT2Metar>string</ALT2Metar>
        <ALT2Notam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </ALT2Notam>
        <AdeqAPTNotam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </AdeqAPTNotam>
        <FIRNotam>
          <Notams>
            <Notam xsi:nil="true" />
            <Notam xsi:nil="true" />
          </Notams>
          <Response>
            <Message>string</Message>
            <Succeed>boolean</Succeed>
          </Response>
        </FIRNotam>
        <Responce>
          <Message>string</Message>
          <Succeed>boolean</Succeed>
        </Responce>
      </GetWXResult>
    </GetWXResponse>
  </soap12:Body>
</soap12:Envelope>