Help for this page

Select Code to Download


  1. or download this
        my $data;
        
    ...
    
        # examines fault and dies if it finds one
        get_error( $som, $@ );
    
  2. or download this
    (faultcode) env:Client: 
    (faultdetail) JAXRPC.TIE.01: caught exception while handling request: 
    +deserialization error: unexpected XML reader state. expected: END but
    + found: START: boroughID
    
  3. or download this
                ..............
                <arrayOfEventModel_1 xsi:type="SOAP-ENC:ArrayOfEventModel"
    + SOAP-ENC:arrayType="namesp1:EventModel[1]">
    ...
                        <status xsi:type="xsd:string">p</status>
                        <eventImage xsi:type="xsd:string">http://image</ev
    +entImage>
                        .............
    
  4. or download this
          .......................
          <complexType name="ArrayOfEventModel">
    ...
              <element name="agencyDept" type="string"/>
              <element name="boroughID" type="int"/>
              .............................