- or download this
my $data;
...
# examines fault and dies if it finds one
get_error( $som, $@ );
- 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
- 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>
.............
- or download this
.......................
<complexType name="ArrayOfEventModel">
...
<element name="agencyDept" type="string"/>
<element name="boroughID" type="int"/>
.............................