logo       

help on Invalid element "cFlowBDC" exception: msg#00740

Subject: help on Invalid element "cFlowBDC" exception
Hello,

I have enclosed the following 3 files.
Any help?

Thanks!

--tony

=====wsdl file================
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="SecurityEditor"
 xmlns="http://schemas.xmlsoap.org/wsdl/";
 xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/";
 xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/";
 targetNamespace="urn:SecurityEditor"
 xmlns:tns="urn:SecurityEditor"
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xmlns:xsd="http://www.w3.org/2001/XMLSchema";
 xmlns:cg="urn:SecurityEditor">

<types>
 <schema
  xmlns="http://www.w3.org/2001/XMLSchema";
  targetNamespace="urn:SecurityEditor"
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  xmlns:cg="urn:SecurityEditor">

  <simpleType name="LoanType">
   <restriction base="xsd:string">
    <enumeration value="NotLoan"/>
    <enumeration value="FixedLoan"/>
    <enumeration value="RevolvingLoan"/>
   </restriction>
  </simpleType>

  <simpleType name="CapFloorType">
   <restriction base="xsd:string">
    <enumeration value="NoneOrMixed"/>
    <enumeration value="CapAdvance"/>
    <enumeration value="FloorAdvance"/>
    <enumeration value="CapArrears"/>
    <enumeration value="FloorArrears"/>
   </restriction>
  </simpleType>

  <simpleType name="OptionType">
   <restriction base="xsd:string">
    <enumeration value="Call"/>
    <enumeration value="Put"/>
   </restriction>
  </simpleType>

  <simpleType name="OptExerciseType">
   <restriction base="xsd:string">
    <enumeration value="European"/>
    <enumeration value="American"/>
    <enumeration value="Bermudan"/>
   </restriction>
  </simpleType>

  <simpleType name="SwapCmpd">
   <restriction base="xsd:string">
    <enumeration value="None"/>
    <enumeration value="Regular"/>
   </restriction>
  </simpleType>

  <simpleType name="SwapPmnt">
   <restriction base="xsd:string">
    <enumeration value="Arrears"/>
    <enumeration value="Advance"/>
    <enumeration value="TermEnd"/>
   </restriction>
  </simpleType>

  <simpleType name="CDSRatingUpdateMthd">
   <restriction base="xsd:string">
    <enumeration value="UpdateManual"/>
    <enumeration value="UpdateReferenceObligation"/>
    <enumeration value="UpdateReferenceEntitySenior"/>
    <enumeration value="UpdateReferenceEntitySeniorSub"/>
   </restriction>
  </simpleType>

  <complexType name="ArrayOfstring">
   <complexContent>
    <restriction base="SOAP-ENC:Array">
     <element name="item" type="xsd:string" maxOccurs="unbounded"/>
     <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="xsd:string[]"/>

    </restriction>
   </complexContent>
  </complexType>

  <complexType name="ScheduleItem">
   <all>
    <element name="theDate" type="xsd:date" minOccurs="1" maxOccurs="1"
nillable="true"/>
    <element name="theValue" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
   </all>
  </complexType>

  <complexType name="ArrayOfScheduleItem">
   <complexContent>
    <restriction base="SOAP-ENC:Array">
     <element name="item" type="cg:ScheduleItem" maxOccurs="unbounded"/>

     <attribute ref="SOAP-ENC:arrayType"
WSDL:arrayType="cg:ScheduleItem[]"/>
    </restriction>
   </complexContent>
  </complexType>

  <complexType name="SinkScheduleItem">
   <all>
    <element name="theDate" type="xsd:date" minOccurs="1" maxOccurs="1"
nillable="true"/>
    <element name="reqSink" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
    <element name="optSink" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
   </all>
  </complexType>

  <complexType name="ArrayOfSinkScheduleItem">
   <complexContent>
    <restriction base="SOAP-ENC:Array">
     <element name="item" type="cg:SinkScheduleItem"
maxOccurs="unbounded"/>
     <attribute ref="SOAP-ENC:arrayType"
WSDL:arrayType="cg:SinkScheduleItem[]"/>
    </restriction>
   </complexContent>
  </complexType>

  <complexType name="ConvPriceSchedItem">
   <all>
    <element name="theDate" type="xsd:date" minOccurs="1" maxOccurs="1"
nillable="true"/>
    <element name="lowPrice" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
    <element name="highPrice" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
   </all>
  </complexType>

  <complexType name="ArrayOfConvPriceSchedItem">
   <complexContent>
    <restriction base="SOAP-ENC:Array">
     <element name="item" type="cg:ConvPriceSchedItem"
maxOccurs="unbounded"/>
     <attribute ref="SOAP-ENC:arrayType"
WSDL:arrayType="cg:ConvPriceSchedItem[]"/>
    </restriction>
   </complexContent>
  </complexType>

  <complexType name="ProvRedemSchedItem">
   <all>
    <element name="theDate" type="xsd:date" minOccurs="1" maxOccurs="1"
nillable="true"/>
    <element name="price" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
    <element name="makeWhole" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
    <element name="barrierPrice" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
   </all>
  </complexType>

  <complexType name="ArrayOfProvRedemSchedItem">
   <complexContent>
    <restriction base="SOAP-ENC:Array">
     <element name="item" type="cg:ProvRedemSchedItem"
maxOccurs="unbounded"/>
     <attribute ref="SOAP-ENC:arrayType"
WSDL:arrayType="cg:ProvRedemSchedItem[]"/>
    </restriction>
   </complexContent>
  </complexType>

  <complexType name="NVPair">
   <all>
    <element name="theName" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="theValue" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
   </all>
  </complexType>

  <complexType name="ArrayOfNVPair">
   <complexContent>
    <restriction base="SOAP-ENC:Array">
     <element name="item" type="cg:NVPair" maxOccurs="unbounded"/>
     <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="cg:NVPair[]"/>
    </restriction>
   </complexContent>
  </complexType>

  <complexType name="Index">
   <all>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1"
nillable="true"/>
    <element name="tenor" type="xsd:string" minOccurs="1" maxOccurs="1"
nillable="true"/>
   </all>
  </complexType>

  <complexType name="Security">
   <sequence>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1"
nillable="true"/>
    <element name="description" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="additionalInfo" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="specialFeatures" type="cg:ArrayOfNVPair"
minOccurs="1" maxOccurs="1" nillable="true"/>
   </sequence>
  </complexType>

  <complexType name="Discount">
   <complexContent>
    <extension base="cg:Security">
     <sequence>
      <element name="cusip" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="issuer" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="maturity" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="dayCount" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="busDayConv" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="holidays" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="currency" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="Bond">
   <complexContent>
    <extension base="cg:Discount">
     <sequence>
      <element name="firstAccrDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="firstCpnDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="lastCpnDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="cpnRefDay" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
      <element name="couponFrq" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
      <element name="coupon" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="cFlowBDC" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="exDivPeriod" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
      <element name="pmntDelay" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
      <element name="exDivPeriodType" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="followEOM" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="issueBalance" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="taxExempt" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="issueType" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="initSPRating" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="initMoodyRating" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="manualClintonRating" type="xsd:string"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="face" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="issuePrice" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="tradesDirty" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="callSchedule" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="putSchedule" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="cpnSchedule" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="sinkSchedule" type="cg:ArrayOfSinkScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="isConvertible" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="isPreferred" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="screw" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="convprice" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="funding" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="underlyingStock" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="provRedemSch" type="cg:ArrayOfProvRedemSchedItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="convPriceSch" type="cg:ArrayOfConvPriceSchedItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="isIPS" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="isDefaulted" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="hasReducedCoupon" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
      <element name="reducedCoupon" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="hasRevisedMaturity" type="xsd:boolean"
minOccurs="1" maxOccurs="1"/>
      <element name="principalWorkout" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="principalRecovery" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="revisedMaturity" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="loanType" type="cg:LoanType" minOccurs="1"
maxOccurs="1"/>
      <element name="loanAgent" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="loanBank" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="loanID" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="Floater">
   <complexContent>
    <extension base="cg:Bond">
     <sequence>
      <element name="index" type="cg:Index" minOccurs="1"
maxOccurs="1"/>
      <element name="spread" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="resetFreq" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
      <element name="couponCap" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="couponFloor" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="couponMult" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="history" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="CapFloorLet">
   <all>
    <element name="cfType" type="cg:CapFloorType" minOccurs="1"
maxOccurs="1"/>
    <element name="index" type="cg:Index" minOccurs="1" maxOccurs="1"/>
    <element name="startDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="maturityDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="resetDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="strike" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
    <element name="currency" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
   </all>
  </complexType>

  <complexType name="ArrayOfCapFloorLet">
   <complexContent>
    <restriction base="SOAP-ENC:Array">
     <element name="item" type="cg:CapFloorLet" maxOccurs="unbounded"/>
     <attribute ref="SOAP-ENC:arrayType"
WSDL:arrayType="cg:CapFloorLet[]"/>
    </restriction>
   </complexContent>
  </complexType>

  <complexType name="CapFloor">
   <complexContent>
    <extension base="cg:Security">
     <sequence>
      <element name="history" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="CapFloorCaplets">
   <complexContent>
    <extension base="cg:CapFloor">
     <sequence>
      <element name="cfLets" type="cg:ArrayOfCapFloorLet" minOccurs="1"
maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="CapFloorSimple">
   <complexContent>
    <extension base="cg:CapFloor">
     <sequence>
      <element name="cfType" type="cg:CapFloorType" minOccurs="1"
maxOccurs="1"/>
      <element name="index" type="cg:Index" minOccurs="1"
maxOccurs="1"/>
      <element name="periodBaseDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="startDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="maturityDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="frequency" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
      <element name="strike" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="currency" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="dayCount" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="busDayConv" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="holidays" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="Option">
   <complexContent>
    <extension base="cg:Security">
     <sequence>
      <element name="optType" type="cg:OptionType" minOccurs="1"
maxOccurs="1"/>
      <element name="exerciseType" type="cg:OptExerciseType"
minOccurs="1" maxOccurs="1"/>
      <element name="startDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="firstExerciseDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="expirationDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="strike" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="underlyingName" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="underlyingType" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="SwapLeg">
   <sequence>
    <element name="expirationDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="startDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="firstPrdEndDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="pmntFreq" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
    <element name="dayCount" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="bdc" type="xsd:string" minOccurs="1" maxOccurs="1"
nillable="true"/>
    <element name="holidays" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="currency" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
    <element name="refDay" type="xsd:int" minOccurs="1" maxOccurs="1"/>
    <element name="pmtDelayDays" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
    <element name="initialRate" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
    <element name="compoundType" type="cg:SwapCmpd" minOccurs="1"
maxOccurs="1"/>
    <element name="pmtType" type="cg:SwapPmnt" minOccurs="1"
maxOccurs="1"/>
    <element name="notionalSchd" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
   </sequence>
  </complexType>

  <complexType name="FixedLeg">
   <complexContent>
    <extension base="cg:SwapLeg">
     <sequence>
      <element name="rate" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="couponSchd" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="StubItem">
   <all>
    <element name="weight" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
    <element name="theIndex" type="cg:Index" minOccurs="1"
maxOccurs="1"/>
   </all>
  </complexType>

  <complexType name="ArrayOfStubItem">
   <complexContent>
    <restriction base="SOAP-ENC:Array">
     <element name="item" type="cg:StubItem" maxOccurs="unbounded"/>
     <attribute ref="SOAP-ENC:arrayType"
WSDL:arrayType="cg:StubItem[]"/>
    </restriction>
   </complexContent>
  </complexType>

  <complexType name="FloatLeg">
   <complexContent>
    <extension base="cg:SwapLeg">
     <sequence>
      <element name="resetFreq" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
      <element name="theIndex" type="cg:Index" minOccurs="1"
maxOccurs="1"/>
      <element name="spread" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="multiplier" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="cap" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="floor" type="xsd:double" minOccurs="1"
maxOccurs="1"/>
      <element name="firstResetDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="history" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="multiplierSchd" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="spreadSchd" type="cg:ArrayOfScheduleItem"
minOccurs="1" maxOccurs="1" nillable="true"/>
      <element name="frontStub" type="cg:ArrayOfStubItem" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="backStub" type="cg:ArrayOfStubItem" minOccurs="1"
maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="IRSwap">
   <complexContent>
    <extension base="cg:Security">
     <sequence>
      <element name="cancelDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="counterparty" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="pay" type="cg:SwapLeg" minOccurs="1" maxOccurs="1"
nillable="true"/>
      <element name="receive" type="cg:SwapLeg" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="notionalCurrency" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="effectiveDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="settleDays" type="xsd:int" minOccurs="1"
maxOccurs="1"/>
      <element name="hasSettleDays" type="xsd:boolean" minOccurs="1"
maxOccurs="1"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

  <complexType name="CDS">
   <complexContent>
    <extension base="cg:Security">
     <sequence>
      <element name="cancelDate" type="xsd:date" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="counterparty" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="leg" type="cg:SwapLeg" minOccurs="1"
maxOccurs="1"/>
      <element name="refEntityName" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="refObligationCusip" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="updateMthd" type="cg:CDSRatingUpdateMthd"
minOccurs="1" maxOccurs="1"/>
      <element name="clintonRatingIsManual" type="xsd:boolean"
minOccurs="1" maxOccurs="1"/>
      <element name="clintonRating" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="spRating" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
      <element name="moodyRating" type="xsd:string" minOccurs="1"
maxOccurs="1" nillable="true"/>
     </sequence>
    </extension>
   </complexContent>
  </complexType>

 </schema>
</types>

<message name="keepAliveRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="seconds" type="xsd:int"/>
</message>

<message name="keepAliveResponse">
 <part name="previous" type="xsd:int"/>
</message>

<message name="exitRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="exitResponse">
 <part name="ignoreMe" type="xsd:int"/>
</message>

<message name="getValidBDCsRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidBDCsResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidCurrenciesRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidCurrenciesResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidDayCountsRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidDayCountsResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidHolidayCentersRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidHolidayCentersResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidBondIssueTypesRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidBondIssueTypesResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidSecurityTypesForSearchRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidSecurityTypesForSearchResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidSecurityTypesForCreateRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidSecurityTypesForCreateResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidSpecialFeatureNamesRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidSpecialFeatureNamesResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidIndexNamesRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidIndexNamesResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="getValidIndexTenorsRequest">
 <part name="sessionKey" type="xsd:string"/>
</message>

<message name="getValidIndexTenorsResponse">
 <part name="validList" type="cg:ArrayOfstring"/>
</message>

<message name="securitySearchRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="secType" type="xsd:string"/>
 <part name="namePrefix" type="xsd:string"/>
 <part name="maxReturn" type="xsd:int"/>
</message>

<message name="securitySearchResponse">
 <part name="securityList" type="cg:ArrayOfstring"/>
</message>

<message name="securityFetchRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="name" type="xsd:string"/>
</message>

<message name="securityFetchResponse">
 <part name="theSecurity" type="cg:Security"/>
</message>

<message name="securityBuildRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="theSecurity" type="cg:Security"/>
</message>

<message name="securityBuildResponse">
 <part name="theSecurityOut" type="cg:Security"/>
</message>

<message name="securitySaveRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="theSecurity" type="cg:Security"/>
 <part name="isNew" type="xsd:boolean"/>
</message>

<message name="securitySaveResponse">
 <part name="theSecurityOut" type="cg:Security"/>
</message>

<message name="securitySaveDisRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="theSecurity" type="cg:Discount"/>
 <part name="isNew" type="xsd:boolean"/>
</message>

<message name="securitySaveDisResponse">
 <part name="theSecurityOut" type="cg:Security"/>
</message>

<message name="securitySaveOptRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="theSecurity" type="cg:Option"/>
 <part name="isNew" type="xsd:boolean"/>
</message>

<message name="securitySaveOptResponse">
 <part name="theSecurityOut" type="cg:Security"/>
</message>

<message name="securitySaveBndRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="theSecurity" type="cg:Bond"/>
 <part name="isNew" type="xsd:boolean"/>
</message>

<message name="securitySaveBndResponse">
 <part name="theSecurityOut" type="cg:Security"/>
</message>

<message name="securitySaveFltRequest">
 <part name="sessionKey" type="xsd:string"/>
 <part name="theSecurity" type="cg:Floater"/>
 <part name="isNew" type="xsd:boolean"/>
</message>

<message name="securitySaveFltResponse">
 <part name="theSecurityOut" type="cg:Security"/>
</message>

<portType name="SecurityEditorPortType">
 <operation name="keepAlive">
  <documentation>Service definition of function
cg__keepAlive</documentation>
  <input message="tns:keepAliveRequest"/>
  <output message="tns:keepAliveResponse"/>
 </operation>
 <operation name="exit">
  <documentation>Service definition of function cg__exit</documentation>

  <input message="tns:exitRequest"/>
  <output message="tns:exitResponse"/>
 </operation>
 <operation name="getValidBDCs">
  <documentation>Service definition of function
cg__getValidBDCs</documentation>
  <input message="tns:getValidBDCsRequest"/>
  <output message="tns:getValidBDCsResponse"/>
 </operation>
 <operation name="getValidCurrencies">
  <documentation>Service definition of function
cg__getValidCurrencies</documentation>
  <input message="tns:getValidCurrenciesRequest"/>
  <output message="tns:getValidCurrenciesResponse"/>
 </operation>
 <operation name="getValidDayCounts">
  <documentation>Service definition of function
cg__getValidDayCounts</documentation>
  <input message="tns:getValidDayCountsRequest"/>
  <output message="tns:getValidDayCountsResponse"/>
 </operation>
 <operation name="getValidHolidayCenters">
  <documentation>Service definition of function
cg__getValidHolidayCenters</documentation>
  <input message="tns:getValidHolidayCentersRequest"/>
  <output message="tns:getValidHolidayCentersResponse"/>
 </operation>
 <operation name="getValidBondIssueTypes">
  <documentation>Service definition of function
cg__getValidBondIssueTypes</documentation>
  <input message="tns:getValidBondIssueTypesRequest"/>
  <output message="tns:getValidBondIssueTypesResponse"/>
 </operation>
 <operation name="getValidSecurityTypesForSearch">
  <documentation>Service definition of function
cg__getValidSecurityTypesForSearch</documentation>
  <input message="tns:getValidSecurityTypesForSearchRequest"/>
  <output message="tns:getValidSecurityTypesForSearchResponse"/>
 </operation>
 <operation name="getValidSecurityTypesForCreate">
  <documentation>Service definition of function
cg__getValidSecurityTypesForCreate</documentation>
  <input message="tns:getValidSecurityTypesForCreateRequest"/>
  <output message="tns:getValidSecurityTypesForCreateResponse"/>
 </operation>
 <operation name="getValidSpecialFeatureNames">
  <documentation>Service definition of function
cg__getValidSpecialFeatureNames</documentation>
  <input message="tns:getValidSpecialFeatureNamesRequest"/>
  <output message="tns:getValidSpecialFeatureNamesResponse"/>
 </operation>
 <operation name="getValidIndexNames">
  <documentation>Service definition of function
cg__getValidIndexNames</documentation>
  <input message="tns:getValidIndexNamesRequest"/>
  <output message="tns:getValidIndexNamesResponse"/>
 </operation>
 <operation name="getValidIndexTenors">
  <documentation>Service definition of function
cg__getValidIndexTenors</documentation>
  <input message="tns:getValidIndexTenorsRequest"/>
  <output message="tns:getValidIndexTenorsResponse"/>
 </operation>
 <operation name="securitySearch">
  <documentation>Service definition of function
cg__securitySearch</documentation>
  <input message="tns:securitySearchRequest"/>
  <output message="tns:securitySearchResponse"/>
 </operation>
 <operation name="securityFetch">
  <documentation>Service definition of function
cg__securityFetch</documentation>
  <input message="tns:securityFetchRequest"/>
  <output message="tns:securityFetchResponse"/>
 </operation>
 <operation name="securityBuild">
  <documentation>Service definition of function
cg__securityBuild</documentation>
  <input message="tns:securityBuildRequest"/>
  <output message="tns:securityBuildResponse"/>
 </operation>
 <operation name="securitySave">
  <documentation>Service definition of function
cg__securitySave</documentation>
  <input message="tns:securitySaveRequest"/>
  <output message="tns:securitySaveResponse"/>
 </operation>
 <operation name="securitySaveDis">
  <documentation>Service definition of function
cg__securitySaveDis</documentation>
  <input message="tns:securitySaveDisRequest"/>
  <output message="tns:securitySaveDisResponse"/>
 </operation>
 <operation name="securitySaveOpt">
  <documentation>Service definition of function
cg__securitySaveOpt</documentation>
  <input message="tns:securitySaveOptRequest"/>
  <output message="tns:securitySaveOptResponse"/>
 </operation>
 <operation name="securitySaveBnd">
  <documentation>Service definition of function
cg__securitySaveBnd</documentation>
  <input message="tns:securitySaveBndRequest"/>
  <output message="tns:securitySaveBndResponse"/>
 </operation>
 <operation name="securitySaveFlt">
  <documentation>Service definition of function
cg__securitySaveFlt</documentation>
  <input message="tns:securitySaveFltRequest"/>
  <output message="tns:securitySaveFltResponse"/>
 </operation>
</portType>

<binding name="SecurityEditorBinding" type="tns:SecurityEditorPortType">

 <SOAP:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
 <operation name="keepAlive">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="exit">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidBDCs">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidCurrencies">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidDayCounts">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidHolidayCenters">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidBondIssueTypes">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidSecurityTypesForSearch">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidSecurityTypesForCreate">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidSpecialFeatureNames">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidIndexNames">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="getValidIndexTenors">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="securitySearch">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="securityFetch">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="securityBuild">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="securitySave">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="securitySaveDis">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="securitySaveOpt">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="securitySaveBnd">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
 <operation name="securitySaveFlt">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="urn:SecurityEditor"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
</binding>

<service name="SecurityEditor">
 <documentation>gSOAP 2.1.9 generated service definition</documentation>

 <port name="SecurityEditorPort" binding="tns:SecurityEditorBinding">
  <SOAP:address
location="http://ServerAndPortMustBeSPecifiedAtRunTime/SecurityEditor.cgi"/>

 </port>
</service>

</definitions>

=====wsdl file================


====reponse xml file=================
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:cg="urn:SecurityEditor"><SOAP-ENV:Body
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><cg:securityFetchResponse><theSecurity
xsi:type="cg:Bond"><name
xsi:type="xsd:string">BAA.027408E</name><description
xsi:type="xsd:string">Cv Sr Unsecured</description><additionalInfo
xsi:type="xsd:string"></additionalInfo><cusip
xsi:type="xsd:string"></cusip><issuer xsi:type="xsd:string">BAA
PLC</issuer><maturity xsi:type="xsd:date">2008-04-04</maturity><dayCount
xsi:type="xsd:string">30/360</dayCount><busDayConv
xsi:type="xsd:string">na</busDayConv><holidays
xsi:type="xsd:string">GB</holidays><currency
xsi:type="xsd:string">GBP</currency><firstAccrDate
xsi:type="xsd:date">2002-04-04</firstAccrDate><firstCpnDate
xsi:type="xsd:date">2002-10-04</firstCpnDate><lastCpnDate
xsi:type="xsd:date">2007-10-04</lastCpnDate><cpnRefDay
xsi:type="xsd:int">4</cpnRefDay><couponFrq
xsi:type="xsd:int">2</couponFrq><coupon
xsi:type="xsd:double">0.0294000000000000025</coupon><cFlowBDC
xsi:type="xsd:string">xxxxxxxx</cFlowBDC><exDivPeriod
xsi:type="xsd:int">0</exDivPeriod><pmntDelay
xsi:type="xsd:int">0</pmntDelay><exDivPeriodType
xsi:type="xsd:string">None</exDivPeriodType><followEOM
xsi:type="xsd:boolean">false</followEOM><issueBalance
xsi:type="xsd:double">424000000</issueBalance><taxExempt
xsi:type="xsd:boolean">false</taxExempt><issueType
xsi:type="xsd:string"></issueType><initSPRating
xsi:type="xsd:string"></initSPRating><initMoodyRating
xsi:type="xsd:string"></initMoodyRating><manualClintonRating
xsi:type="xsd:string"></manualClintonRating><face
xsi:type="xsd:double">100</face><issuePrice
xsi:type="xsd:double">100</issuePrice><tradesDirty
xsi:type="xsd:boolean">false</tradesDirty><callSchedule
xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cg:ScheduleItem[1]"><item
xsi:type="cg:ScheduleItem"><theDate
xsi:type="xsd:date">2008-04-04</theDate><theValue
xsi:type="xsd:double">100</theValue></item></callSchedule><isConvertible
xsi:type="xsd:boolean">true</isConvertible><isPreferred
xsi:type="xsd:boolean">false</isPreferred><screw
xsi:type="xsd:boolean">false</screw><convprice
xsi:type="xsd:double">8</convprice><funding
xsi:type="xsd:double">0.00900000000000000105</funding><underlyingStock
xsi:type="xsd:string">BAA_LN</underlyingStock><provRedemSch
xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="cg:ProvRedemSchedItem[1]"><item
xsi:type="cg:ProvRedemSchedItem"><theDate
xsi:type="xsd:date">2006-04-18</theDate><price
xsi:type="xsd:double">100</price><makeWhole
xsi:type="xsd:double">0</makeWhole><barrierPrice
xsi:type="xsd:double">10.4000000000000004</barrierPrice></item></provRedemSch><isIPS
xsi:type="xsd:boolean">false</isIPS><isDefaulted
xsi:type="xsd:boolean">false</isDefaulted><hasReducedCoupon
xsi:type="xsd:boolean">false</hasReducedCoupon><reducedCoupon
xsi:type="xsd:double">0</reducedCoupon><hasRevisedMaturity
xsi:type="xsd:boolean">false</hasRevisedMaturity><principalWorkout
xsi:type="xsd:double">1</principalWorkout><principalRecovery
xsi:type="xsd:double">1</principalRecovery><revisedMaturity
xsi:type="xsd:date"></revisedMaturity><loanType
xsi:type="cg:LoanType">NotLoan</loanType><loanAgent
xsi:type="xsd:string"></loanAgent><loanBank
xsi:type="xsd:string"></loanBank><loanID
xsi:type="xsd:string"></loanID></theSecurity></cg:securityFetchResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

====repose xml file==================

====debug log file================
- Transport is org.apache.axis.transport.http.HTTPTransport@15bfb
- @80876 added parameter >name:  sessionKey
typeEntry:  null
mode:  IN
typeQName:  {http://www.w3.org/2001/XMLSchema}string
javaType:  class java.lang.String@63b2e6<total parameters:1
- @80876 added parameter >name:  name
typeEntry:  null
mode:  IN
typeQName:  {http://www.w3.org/2001/XMLSchema}string
javaType:  class java.lang.String@762fc7<total parameters:2
- @80876setReturnType({urn:SecurityEditor}Security)
- Enter: Call::invoke(ns, meth, args)
- operation=org.apache.axis.description.OperationDesc@80876
- operation.getNumParams()=2
- getParamList number of params: 2
- Enter: Call::invoke(RPCElement)
- Attachment support is enabled?  false
- Enter: SOAPPart ctor(FORM_SOAPENVELOPE)
- Setting current message form to: FORM_SOAPENVELOPE (currentMessage is
now org.apache.axis.message.SOAPEnvelope)
- Exit: SOAPPart ctor()
- Adding body element to message...
- Enter: Call::invoke()
- Enter: SOAPPart::getAsSOAPEnvelope()
- current form is FORM_SOAPENVELOPE
- MessageContext: setTargetService(urn:SecurityEditor)
- MessageContext: setServiceHandler(null)
- Target service:  urn:SecurityEditor
- MessageContext: setTargetService()
- MessageContext: setServiceHandler(null)
- register 'soapenv' - 'http://schemas.xmlsoap.org/soap/envelope/'
- NSPush (0)
- register 'xsd' - 'http://www.w3.org/2001/XMLSchema'
- register 'xsi' - 'http://www.w3.org/2001/XMLSchema-instance'
- register 'SOAP-ENC' - 'http://schemas.xmlsoap.org/soap/encoding/'
- Start element [http://schemas.xmlsoap.org/soap/envelope/]:Envelope
- NSPush (1)
- 0 headers
- Start element [http://schemas.xmlsoap.org/soap/envelope/]:Body
- NSPush (2)
- Start element [urn:SecurityEditor]:securityFetch
- register 'ns1' - 'urn:SecurityEditor'
- NSPush (3)
- Start element []:sessionKey
- --org.apache.axis.utils.NSStack@26c6ea did not find prefix:
- --http://schemas.xmlsoap.org/soap/envelope/ -> soapenv
- --http://www.w3.org/2001/XMLSchema -> xsd
- --http://www.w3.org/2001/XMLSchema-instance -> xsi
- --http://schemas.xmlsoap.org/soap/encoding/ -> SOAP-ENC
- --urn:SecurityEditor -> ns1
- --end
- NSPush (4)
- End element sessionKey
- NSPop (4)
- Start element []:name
- --org.apache.axis.utils.NSStack@26c6ea did not find prefix:
- --http://schemas.xmlsoap.org/soap/envelope/ -> soapenv
- --http://www.w3.org/2001/XMLSchema -> xsd
- --http://www.w3.org/2001/XMLSchema-instance -> xsi
- --http://schemas.xmlsoap.org/soap/encoding/ -> SOAP-ENC
- --urn:SecurityEditor -> ns1
- --end
- NSPush (4)
- End element name
- NSPop (4)
- End element ns1:securityFetch
- NSPop (3)
- End element soapenv:Body
- NSPop (2)
- End element soapenv:Envelope
- NSPop (1)
- <?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";>
 <soapenv:Body>
  <ns1:securityFetch xmlns:ns1="urn:SecurityEditor">
   <sessionKey xsi:type="xsd:string">7019304111777185</sessionKey>
   <name xsi:type="xsd:string">BAA.027408E</name>
  </ns1:securityFetch>
 </soapenv:Body>
</soapenv:Envelope>
- Enter: AxisClient::invoke
- EngineHandler: null
- Enter: SimpleChain::invoke
- Enter:  HTTPSender::invoke
- Created an insecure HTTP connection
- Enter: SOAPPart::getAsBytes
- Enter: SOAPPart::getAsString
- register 'soapenv' - 'http://schemas.xmlsoap.org/soap/envelope/'
- NSPush (0)
- register 'xsd' - 'http://www.w3.org/2001/XMLSchema'
- register 'xsi' - 'http://www.w3.org/2001/XMLSchema-instance'
- register 'SOAP-ENC' - 'http://schemas.xmlsoap.org/soap/encoding/'
- Start element [http://schemas.xmlsoap.org/soap/envelope/]:Envelope
- NSPush (1)
- 0 headers
- Start element [http://schemas.xmlsoap.org/soap/envelope/]:Body
- NSPush (2)
- Start element [urn:SecurityEditor]:securityFetch
- register 'ns1' - 'urn:SecurityEditor'
- NSPush (3)
- Start element []:sessionKey
- --org.apache.axis.utils.NSStack@4d43ce did not find prefix:
- --http://schemas.xmlsoap.org/soap/envelope/ -> soapenv
- --http://www.w3.org/2001/XMLSchema -> xsd
- --http://www.w3.org/2001/XMLSchema-instance -> xsi
- --http://schemas.xmlsoap.org/soap/encoding/ -> SOAP-ENC
- --urn:SecurityEditor -> ns1
- --end
- NSPush (4)
- End element sessionKey
- NSPop (4)
- Start element []:name
- --org.apache.axis.utils.NSStack@4d43ce did not find prefix:
- --http://schemas.xmlsoap.org/soap/envelope/ -> soapenv
- --http://www.w3.org/2001/XMLSchema -> xsd
- --http://www.w3.org/2001/XMLSchema-instance -> xsi
- --http://schemas.xmlsoap.org/soap/encoding/ -> SOAP-ENC
- --urn:SecurityEditor -> ns1
- --end
- NSPush (4)
- End element name
- NSPop (4)
- End element ns1:securityFetch
- NSPop (3)
- End element soapenv:Body
- NSPop (2)
- End element soapenv:Envelope
- NSPop (1)
- Setting current message form to: FORM_STRING (currentMessage is now
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";>
 <soapenv:Body>
  <ns1:securityFetch xmlns:ns1="urn:SecurityEditor">
   <sessionKey xsi:type="xsd:string">7019304111777185</sessionKey>
   <name xsi:type="xsd:string">BAA.027408E</name>
  </ns1:securityFetch>
 </soapenv:Body>
</soapenv:Envelope>)
- Exit: SOAPPart::getAsString(): <?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";>
 <soapenv:Body>
  <ns1:securityFetch xmlns:ns1="urn:SecurityEditor">
   <sessionKey xsi:type="xsd:string">7019304111777185</sessionKey>
   <name xsi:type="xsd:string">BAA.027408E</name>
  </ns1:securityFetch>
 </soapenv:Body>
</soapenv:Envelope>
- Enter: SOAPPart::getAsBytes
- Setting current message form to: FORM_BYTES (currentMessage is now [B)

- Exit: SOAPPart::getAsBytes
- Enter: SOAPPart::getAsBytes
- Exit: SOAPPart::getAsBytes
- XML sent:
- ---------------------------------------------------
- POST / HTTP/1.0
Host: 172.16.1.75:43857
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 585

null
- HTTP/1.0 200 OK
- Server gSOAP/2.1
- Content-Type text/xml; charset=utf-8
- Content-Length 3608
- Attachment support is enabled?  false
- Enter: SOAPPart ctor(FORM_INPUTSTREAM)
- Setting current message form to: FORM_INPUTSTREAM (currentMessage is
now java.io.BufferedInputStream)
- Exit: SOAPPart ctor()
-
XML received:
- -----------------------------------------------
- Enter: SOAPPart::getAsString
- Enter: SOAPPart::getAsBytes
- Setting current message form to: FORM_BYTES (currentMessage is now [B)

- Exit: SOAPPart::getAsBytes
- Setting current message form to: FORM_STRING (currentMessage is now
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:cg="urn:SecurityEditor"><SOAP-ENV:Body
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><cg:securityFetchResponse><theSecurity
xsi:type="cg:Bond"><name
xsi:type="xsd:string">BAA.027408E</name><description
xsi:type="xsd:string">Cv Sr Unsecured</description><additionalInfo
xsi:type="xsd:string"></additionalInfo><cusip
xsi:type="xsd:string"></cusip><issuer xsi:type="xsd:string">BAA
PLC</issuer><maturity xsi:type="xsd:date">2008-04-04</maturity><dayCount
xsi:type="xsd:string">30/360</dayCount><busDayConv
xsi:type="xsd:string">na</busDayConv><holidays
xsi:type="xsd:string">GB</holidays><currency
xsi:type="xsd:string">GBP</currency><firstAccrDate
xsi:type="xsd:date">2002-04-04</firstAccrDate><firstCpnDate
xsi:type="xsd:date">2002-10-04</firstCpnDate><lastCpnDate
xsi:type="xsd:date">2007-10-04</lastCpnDate><cpnRefDay
xsi:type="xsd:int">4</cpnRefDay><couponFrq
xsi:type="xsd:int">2</couponFrq><coupon
xsi:type="xsd:double">0.0294000000000000025</coupon><cFlowBDC
xsi:type="xsd:string">xxxxxxxx</cFlowBDC><exDivPeriod
xsi:type="xsd:int">0</exDivPeriod><pmntDelay
xsi:type="xsd:int">1</pmntDelay><exDivPeriodType
xsi:type="xsd:string">None</exDivPeriodType><followEOM
xsi:type="xsd:boolean">false</followEOM><issueBalance
xsi:type="xsd:double">424000000</issueBalance><taxExempt
xsi:type="xsd:boolean">false</taxExempt><issueType
xsi:type="xsd:string"></issueType><initSPRating
xsi:type="xsd:string"></initSPRating><initMoodyRating
xsi:type="xsd:string"></initMoodyRating><manualClintonRating
xsi:type="xsd:string"></manualClintonRating><face
xsi:type="xsd:double">100</face><issuePrice
xsi:type="xsd:double">100</issuePrice><tradesDirty
xsi:type="xsd:boolean">false</tradesDirty><callSchedule
xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cg:ScheduleItem[1]"><item
xsi:type="cg:ScheduleItem"><theDate
xsi:type="xsd:date">2008-04-04</theDate><theValue
xsi:type="xsd:double">100</theValue></item></callSchedule><isConvertible
xsi:type="xsd:boolean">true</isConvertible><isPreferred
xsi:type="xsd:boolean">false</isPreferred><screw
xsi:type="xsd:boolean">false</screw><convprice
xsi:type="xsd:double">8</convprice><funding
xsi:type="xsd:double">0.00900000000000000105</funding><underlyingStock
xsi:type="xsd:string">BAA_LN</underlyingStock><provRedemSch
xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="cg:ProvRedemSchedItem[1]"><item
xsi:type="cg:ProvRedemSchedItem"><theDate
xsi:type="xsd:date">2006-04-18</theDate><price
xsi:type="xsd:double">100</price><makeWhole
xsi:type="xsd:double">0</makeWhole><barrierPrice
xsi:type="xsd:double">10.4000000000000004</barrierPrice></item></provRedemSch><isIPS
xsi:type="xsd:boolean">false</isIPS><isDefaulted
xsi:type="xsd:boolean">false</isDefaulted><hasReducedCoupon
xsi:type="xsd:boolean">false</hasReducedCoupon><reducedCoupon
xsi:type="xsd:double">0</reducedCoupon><hasRevisedMaturity
xsi:type="xsd:boolean">false</hasRevisedMaturity><principalWorkout
xsi:type="xsd:double">1</principalWorkout><principalRecovery
xsi:type="xsd:double">1</principalRecovery><revisedMaturity
xsi:type="xsd:date"></revisedMaturity><loanType
xsi:type="cg:LoanType">NotLoan</loanType><loanAgent
xsi:type="xsd:string"></loanAgent><loanBank
xsi:type="xsd:string"></loanBank><loanID
xsi:type="xsd:string"></loanID></theSecurity></cg:securityFetchResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>)

- Exit: SOAPPart::getAsString(): <?xml version="1.0"
encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:cg="urn:SecurityEditor"><SOAP-ENV:Body
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><cg:securityFetchResponse><theSecurity
xsi:type="cg:Bond"><name
xsi:type="xsd:string">BAA.027408E</name><description
xsi:type="xsd:string">Cv Sr Unsecured</description><additionalInfo
xsi:type="xsd:string"></additionalInfo><cusip
xsi:type="xsd:string"></cusip><issuer xsi:type="xsd:string">BAA
PLC</issuer><maturity xsi:type="xsd:date">2008-04-04</maturity><dayCount
xsi:type="xsd:string">30/360</dayCount><busDayConv
xsi:type="xsd:string">na</busDayConv><holidays
xsi:type="xsd:string">GB</holidays><currency
xsi:type="xsd:string">GBP</currency><firstAccrDate
xsi:type="xsd:date">2002-04-04</firstAccrDate><firstCpnDate
xsi:type="xsd:date">2002-10-04</firstCpnDate><lastCpnDate
xsi:type="xsd:date">2007-10-04</lastCpnDate><cpnRefDay
xsi:type="xsd:int">4</cpnRefDay><couponFrq
xsi:type="xsd:int">2</couponFrq><coupon
xsi:type="xsd:double">0.0294000000000000025</coupon><cFlowBDC
xsi:type="xsd:string">xxxxxxxx</cFlowBDC><exDivPeriod
xsi:type="xsd:int">0</exDivPeriod><pmntDelay
xsi:type="xsd:int">1</pmntDelay><exDivPeriodType
xsi:type="xsd:string">None</exDivPeriodType><followEOM
xsi:type="xsd:boolean">false</followEOM><issueBalance
xsi:type="xsd:double">424000000</issueBalance><taxExempt
xsi:type="xsd:boolean">false</taxExempt><issueType
xsi:type="xsd:string"></issueType><initSPRating
xsi:type="xsd:string"></initSPRating><initMoodyRating
xsi:type="xsd:string"></initMoodyRating><manualClintonRating
xsi:type="xsd:string"></manualClintonRating><face
xsi:type="xsd:double">100</face><issuePrice
xsi:type="xsd:double">100</issuePrice><tradesDirty
xsi:type="xsd:boolean">false</tradesDirty><callSchedule
xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cg:ScheduleItem[1]"><item
xsi:type="cg:ScheduleItem"><theDate
xsi:type="xsd:date">2008-04-04</theDate><theValue
xsi:type="xsd:double">100</theValue></item></callSchedule><isConvertible
xsi:type="xsd:boolean">true</isConvertible><isPreferred
xsi:type="xsd:boolean">false</isPreferred><screw
xsi:type="xsd:boolean">false</screw><convprice
xsi:type="xsd:double">8</convprice><funding
xsi:type="xsd:double">0.00900000000000000105</funding><underlyingStock
xsi:type="xsd:string">BAA_LN</underlyingStock><provRedemSch
xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="cg:ProvRedemSchedItem[1]"><item
xsi:type="cg:ProvRedemSchedItem"><theDate
xsi:type="xsd:date">2006-04-18</theDate><price
xsi:type="xsd:double">100</price><makeWhole
xsi:type="xsd:double">0</makeWhole><barrierPrice
xsi:type="xsd:double">10.4000000000000004</barrierPrice></item></provRedemSch><isIPS
xsi:type="xsd:boolean">false</isIPS><isDefaulted
xsi:type="xsd:boolean">false</isDefaulted><hasReducedCoupon
xsi:type="xsd:boolean">false</hasReducedCoupon><reducedCoupon
xsi:type="xsd:double">0</reducedCoupon><hasRevisedMaturity
xsi:type="xsd:boolean">false</hasRevisedMaturity><principalWorkout
xsi:type="xsd:double">1</principalWorkout><principalRecovery
xsi:type="xsd:double">1</principalRecovery><revisedMaturity
xsi:type="xsd:date"></revisedMaturity><loanType
xsi:type="cg:LoanType">NotLoan</loanType><loanAgent
xsi:type="xsd:string"></loanAgent><loanBank
xsi:type="xsd:string"></loanBank><loanID
xsi:type="xsd:string"></loanID></theSecurity></cg:securityFetchResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

- <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:cg="urn:SecurityEditor"><SOAP-ENV:Body
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><cg:securityFetchResponse><theSecurity
xsi:type="cg:Bond"><name
xsi:type="xsd:string">BAA.027408E</name><description
xsi:type="xsd:string">Cv Sr Unsecured</description><additionalInfo
xsi:type="xsd:string"></additionalInfo><cusip
xsi:type="xsd:string"></cusip><issuer xsi:type="xsd:string">BAA
PLC</issuer><maturity xsi:type="xsd:date">2008-04-04</maturity><dayCount
xsi:type="xsd:string">30/360</dayCount><busDayConv
xsi:type="xsd:string">na</busDayConv><holidays
xsi:type="xsd:string">GB</holidays><currency
xsi:type="xsd:string">GBP</currency><firstAccrDate
xsi:type="xsd:date">2002-04-04</firstAccrDate><firstCpnDate
xsi:type="xsd:date">2002-10-04</firstCpnDate><lastCpnDate
xsi:type="xsd:date">2007-10-04</lastCpnDate><cpnRefDay
xsi:type="xsd:int">4</cpnRefDay><couponFrq
xsi:type="xsd:int">2</couponFrq><coupon
xsi:type="xsd:double">0.0294000000000000025</coupon><cFlowBDC
xsi:type="xsd:string">xxxxxxxx</cFlowBDC><exDivPeriod
xsi:type="xsd:int">0</exDivPeriod><pmntDelay
xsi:type="xsd:int">1</pmntDelay><exDivPeriodType
xsi:type="xsd:string">None</exDivPeriodType><followEOM
xsi:type="xsd:boolean">false</followEOM><issueBalance
xsi:type="xsd:double">424000000</issueBalance><taxExempt
xsi:type="xsd:boolean">false</taxExempt><issueType
xsi:type="xsd:string"></issueType><initSPRating
xsi:type="xsd:string"></initSPRating><initMoodyRating
xsi:type="xsd:string"></initMoodyRating><manualClintonRating
xsi:type="xsd:string"></manualClintonRating><face
xsi:type="xsd:double">100</face><issuePrice
xsi:type="xsd:double">100</issuePrice><tradesDirty
xsi:type="xsd:boolean">false</tradesDirty><callSchedule
xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cg:ScheduleItem[1]"><item
xsi:type="cg:ScheduleItem"><theDate
xsi:type="xsd:date">2008-04-04</theDate><theValue
xsi:type="xsd:double">100</theValue></item></callSchedule><isConvertible
xsi:type="xsd:boolean">true</isConvertible><isPreferred
xsi:type="xsd:boolean">false</isPreferred><screw
xsi:type="xsd:boolean">false</screw><convprice
xsi:type="xsd:double">8</convprice><funding
xsi:type="xsd:double">0.00900000000000000105</funding><underlyingStock
xsi:type="xsd:string">BAA_LN</underlyingStock><provRedemSch
xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="cg:ProvRedemSchedItem[1]"><item
xsi:type="cg:ProvRedemSchedItem"><theDate
xsi:type="xsd:date">2006-04-18</theDate><price
xsi:type="xsd:double">100</price><makeWhole
xsi:type="xsd:double">0</makeWhole><barrierPrice
xsi:type="xsd:double">10.4000000000000004</barrierPrice></item></provRedemSch><isIPS
xsi:type="xsd:boolean">false</isIPS><isDefaulted
xsi:type="xsd:boolean">false</isDefaulted><hasReducedCoupon
xsi:type="xsd:boolean">false</hasReducedCoupon><reducedCoupon
xsi:type="xsd:double">0</reducedCoupon><hasRevisedMaturity
xsi:type="xsd:boolean">false</hasRevisedMaturity><principalWorkout
xsi:type="xsd:double">1</principalWorkout><principalRecovery
xsi:type="xsd:double">1</principalRecovery><revisedMaturity
xsi:type="xsd:date"></revisedMaturity><loanType
xsi:type="cg:LoanType">NotLoan</loanType><loanAgent
xsi:type="xsd:string"></loanAgent><loanBank
xsi:type="xsd:string"></loanBank><loanID
xsi:type="xsd:string"></loanID></theSecurity></cg:securityFetchResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

- Exit:  HTTPDispatchHandler::invoke
- Exit: SimpleChain::invoke
- Exit: AxisClient::invoke
- Enter: SOAPPart::getAsSOAPEnvelope()
- current form is FORM_STRING
- Enter: SOAPPart::getAsString
- Exit: SOAPPart::getAsString(): <?xml version="1.0"
encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:cg="urn:SecurityEditor"><SOAP-ENV:Body
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><cg:securityFetchResponse><theSecurity
xsi:type="cg:Bond"><name
xsi:type="xsd:string">BAA.027408E</name><description
xsi:type="xsd:string">Cv Sr Unsecured</description><additionalInfo
xsi:type="xsd:string"></additionalInfo><cusip
xsi:type="xsd:string"></cusip><issuer xsi:type="xsd:string">BAA
PLC</issuer><maturity xsi:type="xsd:date">2008-04-04</maturity><dayCount
xsi:type="xsd:string">30/360</dayCount><busDayConv
xsi:type="xsd:string">na</busDayConv><holidays
xsi:type="xsd:string">GB</holidays><currency
xsi:type="xsd:string">GBP</currency><firstAccrDate
xsi:type="xsd:date">2002-04-04</firstAccrDate><firstCpnDate
xsi:type="xsd:date">2002-10-04</firstCpnDate><lastCpnDate
xsi:type="xsd:date">2007-10-04</lastCpnDate><cpnRefDay
xsi:type="xsd:int">4</cpnRefDay><couponFrq
xsi:type="xsd:int">2</couponFrq><coupon
xsi:type="xsd:double">0.0294000000000000025</coupon><cFlowBDC
xsi:type="xsd:string">xxxxxxxx</cFlowBDC><exDivPeriod
xsi:type="xsd:int">0</exDivPeriod><pmntDelay
xsi:type="xsd:int">1</pmntDelay><exDivPeriodType
xsi:type="xsd:string">None</exDivPeriodType><followEOM
xsi:type="xsd:boolean">false</followEOM><issueBalance
xsi:type="xsd:double">424000000</issueBalance><taxExempt
xsi:type="xsd:boolean">false</taxExempt><issueType
xsi:type="xsd:string"></issueType><initSPRating
xsi:type="xsd:string"></initSPRating><initMoodyRating
xsi:type="xsd:string"></initMoodyRating><manualClintonRating
xsi:type="xsd:string"></manualClintonRating><face
xsi:type="xsd:double">100</face><issuePrice
xsi:type="xsd:double">100</issuePrice><tradesDirty
xsi:type="xsd:boolean">false</tradesDirty><callSchedule
xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cg:ScheduleItem[1]"><item
xsi:type="cg:ScheduleItem"><theDate
xsi:type="xsd:date">2008-04-04</theDate><theValue
xsi:type="xsd:double">100</theValue></item></callSchedule><isConvertible
xsi:type="xsd:boolean">true</isConvertible><isPreferred
xsi:type="xsd:boolean">false</isPreferred><screw
xsi:type="xsd:boolean">false</screw><convprice
xsi:type="xsd:double">8</convprice><funding
xsi:type="xsd:double">0.00900000000000000105</funding><underlyingStock
xsi:type="xsd:string">BAA_LN</underlyingStock><provRedemSch
xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="cg:ProvRedemSchedItem[1]"><item
xsi:type="cg:ProvRedemSchedItem"><theDate
xsi:type="xsd:date">2006-04-18</theDate><price
xsi:type="xsd:double">100</price><makeWhole
xsi:type="xsd:double">0</makeWhole><barrierPrice
xsi:type="xsd:double">10.4000000000000004</barrierPrice></item></provRedemSch><isIPS
xsi:type="xsd:boolean">false</isIPS><isDefaulted
xsi:type="xsd:boolean">false</isDefaulted><hasReducedCoupon
xsi:type="xsd:boolean">false</hasReducedCoupon><reducedCoupon
xsi:type="xsd:double">0</reducedCoupon><hasRevisedMaturity
xsi:type="xsd:boolean">false</hasRevisedMaturity><principalWorkout
xsi:type="xsd:double">1</principalWorkout><principalRecovery
xsi:type="xsd:double">1</principalRecovery><revisedMaturity
xsi:type="xsd:date"></revisedMaturity><loanType
xsi:type="cg:LoanType">NotLoan</loanType><loanAgent
xsi:type="xsd:string"></loanAgent><loanBank
xsi:type="xsd:string"></loanBank><loanID
xsi:type="xsd:string"></loanID></theSecurity></cg:securityFetchResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

- Pushing handler org.apache.axis.message.EnvelopeHandler@67b3f2
- Enter: DeserializationContextImpl::startPrefixMapping(SOAP-ENV,
http://schemas.xmlsoap.org/soap/envelope/)
- NSPush (0)
- Exit: DeserializationContextImpl::startPrefixMapping()
- Enter: DeserializationContextImpl::startPrefixMapping(SOAP-ENC,
http://schemas.xmlsoap.org/soap/encoding/)
- Exit: DeserializationContextImpl::startPrefixMapping()
- Enter: DeserializationContextImpl::startPrefixMapping(xsi,
http://www.w3.org/2001/XMLSchema-instance)
- Exit: DeserializationContextImpl::startPrefixMapping()
- Enter: DeserializationContextImpl::startPrefixMapping(xsd,
http://www.w3.org/2001/XMLSchema)
- Exit: DeserializationContextImpl::startPrefixMapping()
- Enter: DeserializationContextImpl::startPrefixMapping(cg,
urn:SecurityEditor)
- Exit: DeserializationContextImpl::startPrefixMapping()
- Enter:
DeserializationContextImpl::startElement(http://schemas.xmlsoap.org/soap/envelope/,
Envelope)
- Pushing handler org.apache.axis.message.EnvelopeBuilder@5709a5
- Pushing element null
- NSPush (1)
- Exit: DeserializationContextImpl::startElement()
- Enter:
DeserializationContextImpl::startElement(http://schemas.xmlsoap.org/soap/envelope/,
Body)
- Pushing handler org.apache.axis.message.BodyBuilder@3a6c13
- New MessageElement (org.apache.axis.message.SOAPBody@d9151) named
SOAP-ENV:Body
-   SOAP-ENV:encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/'

- Pushing element Body
- NSPush (2)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::startElement(urn:SecurityEditor,
securityFetchResponse)
- Enter: BodyBuilder::onStartChild()
- New MessageElement (org.apache.axis.message.RPCElement@3f68a9) named
cg
- Exit: BodyBuilder::onStartChild()
- Pushing handler org.apache.axis.message.SOAPHandler@706eb7
- Pushing element securityFetchResponse
- NSPush (3)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::startElement(, theSecurity)
- Pushing handler org.apache.axis.message.SOAPHandler@74db2c
- New MessageElement (org.apache.axis.message.MessageElement@616483)
named theSecurity
-   xsi:type = 'cg:Bond'
- Pushing element theSecurity
- NSPush (4)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::startElement(, name)
- Pushing handler org.apache.axis.message.SOAPHandler@ddb93
- New MessageElement (org.apache.axis.message.MessageElement@4ab51b)
named name
-   xsi:type = 'xsd:string'
- Pushing element name
- NSPush (5)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, name)
- Popping handler org.apache.axis.message.SOAPHandler@ddb93
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, description)
- Pushing handler org.apache.axis.message.SOAPHandler@382d69
- New MessageElement (org.apache.axis.message.MessageElement@2d6513)
named description
-   xsi:type = 'xsd:string'
- Pushing element description
- NSPush (6)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, description)
- Popping handler org.apache.axis.message.SOAPHandler@382d69
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, additionalInfo)
- Pushing handler org.apache.axis.message.SOAPHandler@46d11a
- New MessageElement (org.apache.axis.message.MessageElement@4a209e)
named additionalInfo
-   xsi:type = 'xsd:string'
- Pushing element additionalInfo
- NSPush (7)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, additionalInfo)
- Popping handler org.apache.axis.message.SOAPHandler@46d11a
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, cusip)
- Pushing handler org.apache.axis.message.SOAPHandler@23a389
- New MessageElement (org.apache.axis.message.MessageElement@459ad5)
named cusip
-   xsi:type = 'xsd:string'
- Pushing element cusip
- NSPush (8)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, cusip)
- Popping handler org.apache.axis.message.SOAPHandler@23a389
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, issuer)
- Pushing handler org.apache.axis.message.SOAPHandler@3829d5
- New MessageElement (org.apache.axis.message.MessageElement@429c19)
named issuer
-   xsi:type = 'xsd:string'
- Pushing element issuer
- NSPush (9)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, issuer)
- Popping handler org.apache.axis.message.SOAPHandler@3829d5
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, maturity)
- Pushing handler org.apache.axis.message.SOAPHandler@16318b
- New MessageElement (org.apache.axis.message.MessageElement@ec436)
named maturity
-   xsi:type = 'xsd:date'
- Pushing element maturity
- NSPush (10)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, maturity)
- Popping handler org.apache.axis.message.SOAPHandler@16318b
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, dayCount)
- Pushing handler org.apache.axis.message.SOAPHandler@73eca6
- New MessageElement (org.apache.axis.message.MessageElement@35a5cf)
named dayCount
-   xsi:type = 'xsd:string'
- Pushing element dayCount
- NSPush (11)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, dayCount)
- Popping handler org.apache.axis.message.SOAPHandler@73eca6
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, busDayConv)
- Pushing handler org.apache.axis.message.SOAPHandler@18bbf6
- New MessageElement (org.apache.axis.message.MessageElement@5c40eb)
named busDayConv
-   xsi:type = 'xsd:string'
- Pushing element busDayConv
- NSPush (12)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, busDayConv)
- Popping handler org.apache.axis.message.SOAPHandler@18bbf6
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, holidays)
- Pushing handler org.apache.axis.message.SOAPHandler@2a0e3b
- New MessageElement (org.apache.axis.message.MessageElement@c4a7f)
named holidays
-   xsi:type = 'xsd:string'
- Pushing element holidays
- NSPush (13)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, holidays)
- Popping handler org.apache.axis.message.SOAPHandler@2a0e3b
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, currency)
- Pushing handler org.apache.axis.message.SOAPHandler@6ee3ec
- New MessageElement (org.apache.axis.message.MessageElement@35da43)
named currency
-   xsi:type = 'xsd:string'
- Pushing element currency
- NSPush (14)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, currency)
- Popping handler org.apache.axis.message.SOAPHandler@6ee3ec
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, firstAccrDate)
- Pushing handler org.apache.axis.message.SOAPHandler@c7be5
- New MessageElement (org.apache.axis.message.MessageElement@1a0d35)
named firstAccrDate
-   xsi:type = 'xsd:date'
- Pushing element firstAccrDate
- NSPush (15)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, firstAccrDate)
- Popping handler org.apache.axis.message.SOAPHandler@c7be5
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, firstCpnDate)
- Pushing handler org.apache.axis.message.SOAPHandler@594a88
- New MessageElement (org.apache.axis.message.MessageElement@2c4c57)
named firstCpnDate
-   xsi:type = 'xsd:date'
- Pushing element firstCpnDate
- NSPush (16)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, firstCpnDate)
- Popping handler org.apache.axis.message.SOAPHandler@594a88
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, lastCpnDate)
- Pushing handler org.apache.axis.message.SOAPHandler@47e668
- New MessageElement (org.apache.axis.message.MessageElement@67c5e3)
named lastCpnDate
-   xsi:type = 'xsd:date'
- Pushing element lastCpnDate
- NSPush (17)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, lastCpnDate)
- Popping handler org.apache.axis.message.SOAPHandler@47e668
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, cpnRefDay)
- Pushing handler org.apache.axis.message.SOAPHandler@70cf51
- New MessageElement (org.apache.axis.message.MessageElement@3afdff)
named cpnRefDay
-   xsi:type = 'xsd:int'
- Pushing element cpnRefDay
- NSPush (18)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, cpnRefDay)
- Popping handler org.apache.axis.message.SOAPHandler@70cf51
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, couponFrq)
- Pushing handler org.apache.axis.message.SOAPHandler@79801c
- New MessageElement (org.apache.axis.message.MessageElement@49b196)
named couponFrq
-   xsi:type = 'xsd:int'
- Pushing element couponFrq
- NSPush (19)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, couponFrq)
- Popping handler org.apache.axis.message.SOAPHandler@79801c
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, coupon)
- Pushing handler org.apache.axis.message.SOAPHandler@29f87c
- New MessageElement (org.apache.axis.message.MessageElement@78d244)
named coupon
-   xsi:type = 'xsd:double'
- Pushing element coupon
- NSPush (20)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, coupon)
- Popping handler org.apache.axis.message.SOAPHandler@29f87c
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, cFlowBDC)
- Pushing handler org.apache.axis.message.SOAPHandler@348b11
- New MessageElement (org.apache.axis.message.MessageElement@162212)
named cFlowBDC
-   xsi:type = 'xsd:string'
- Pushing element cFlowBDC
- NSPush (21)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, cFlowBDC)
- Popping handler org.apache.axis.message.SOAPHandler@348b11
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, exDivPeriod)
- Pushing handler org.apache.axis.message.SOAPHandler@16daa9
- New MessageElement (org.apache.axis.message.MessageElement@6d999a)
named exDivPeriod
-   xsi:type = 'xsd:int'
- Pushing element exDivPeriod
- NSPush (22)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, exDivPeriod)
- Popping handler org.apache.axis.message.SOAPHandler@16daa9
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, pmntDelay)
- Pushing handler org.apache.axis.message.SOAPHandler@7f4fbb
- New MessageElement (org.apache.axis.message.MessageElement@4b9a74)
named pmntDelay
-   xsi:type = 'xsd:int'
- Pushing element pmntDelay
- NSPush (23)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, pmntDelay)
- Popping handler org.apache.axis.message.SOAPHandler@7f4fbb
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, exDivPeriodType)
- Pushing handler org.apache.axis.message.SOAPHandler@93969
- New MessageElement (org.apache.axis.message.MessageElement@185844)
named exDivPeriodType
-   xsi:type = 'xsd:string'
- Pushing element exDivPeriodType
- NSPush (24)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, exDivPeriodType)
- Popping handler org.apache.axis.message.SOAPHandler@93969
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, followEOM)
- Pushing handler org.apache.axis.message.SOAPHandler@4b081b
- New MessageElement (org.apache.axis.message.MessageElement@15a9e)
named followEOM
-   xsi:type = 'xsd:boolean'
- Pushing element followEOM
- NSPush (25)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, followEOM)
- Popping handler org.apache.axis.message.SOAPHandler@4b081b
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, issueBalance)
- Pushing handler org.apache.axis.message.SOAPHandler@645a5c
- New MessageElement (org.apache.axis.message.MessageElement@68606c)
named issueBalance
-   xsi:type = 'xsd:double'
- Pushing element issueBalance
- NSPush (26)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, issueBalance)
- Popping handler org.apache.axis.message.SOAPHandler@645a5c
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, taxExempt)
- Pushing handler org.apache.axis.message.SOAPHandler@128635
- New MessageElement (org.apache.axis.message.MessageElement@292cb2)
named taxExempt
-   xsi:type = 'xsd:boolean'
- Pushing element taxExempt
- NSPush (27)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, taxExempt)
- Popping handler org.apache.axis.message.SOAPHandler@128635
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, issueType)
- Pushing handler org.apache.axis.message.SOAPHandler@35605a
- New MessageElement (org.apache.axis.message.MessageElement@48e798)
named issueType
-   xsi:type = 'xsd:string'
- Pushing element issueType
- NSPush (28)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, issueType)
- Popping handler org.apache.axis.message.SOAPHandler@35605a
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, initSPRating)
- Pushing handler org.apache.axis.message.SOAPHandler@5ccfb1
- New MessageElement (org.apache.axis.message.MessageElement@4788d5)
named initSPRating
-   xsi:type = 'xsd:string'
- Pushing element initSPRating
- NSPush (29)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, initSPRating)
- Popping handler org.apache.axis.message.SOAPHandler@5ccfb1
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, initMoodyRating)
- Pushing handler org.apache.axis.message.SOAPHandler@688954
- New MessageElement (org.apache.axis.message.MessageElement@10278e)
named initMoodyRating
-   xsi:type = 'xsd:string'
- Pushing element initMoodyRating
- NSPush (30)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, initMoodyRating)
- Popping handler org.apache.axis.message.SOAPHandler@688954
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, manualClintonRating)

- Pushing handler org.apache.axis.message.SOAPHandler@14e776
- New MessageElement (org.apache.axis.message.MessageElement@680740)
named manualClintonRating
-   xsi:type = 'xsd:string'
- Pushing element manualClintonRating
- NSPush (31)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, manualClintonRating)
- Popping handler org.apache.axis.message.SOAPHandler@14e776
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, face)
- Pushing handler org.apache.axis.message.SOAPHandler@342545
- New MessageElement (org.apache.axis.message.MessageElement@7b1641)
named face
-   xsi:type = 'xsd:double'
- Pushing element face
- NSPush (32)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, face)
- Popping handler org.apache.axis.message.SOAPHandler@342545
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, issuePrice)
- Pushing handler org.apache.axis.message.SOAPHandler@72225f
- New MessageElement (org.apache.axis.message.MessageElement@2e97c4)
named issuePrice
-   xsi:type = 'xsd:double'
- Pushing element issuePrice
- NSPush (33)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, issuePrice)
- Popping handler org.apache.axis.message.SOAPHandler@72225f
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, tradesDirty)
- Pushing handler org.apache.axis.message.SOAPHandler@6de609
- New MessageElement (org.apache.axis.message.MessageElement@195c2b)
named tradesDirty
-   xsi:type = 'xsd:boolean'
- Pushing element tradesDirty
- NSPush (34)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, tradesDirty)
- Popping handler org.apache.axis.message.SOAPHandler@6de609
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, callSchedule)
- Pushing handler org.apache.axis.message.SOAPHandler@7217ec
- New MessageElement (org.apache.axis.message.MessageElement@aff5) named
callSchedule
-   xsi:type = 'SOAP-ENC:Array'
-   SOAP-ENC:arrayType = 'cg:ScheduleItem[1]'
- Pushing element callSchedule
- NSPush (35)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::startElement(, item)
- Pushing handler org.apache.axis.message.SOAPHandler@200db9
- New MessageElement (org.apache.axis.message.MessageElement@652110)
named item
-   xsi:type = 'cg:ScheduleItem'
- Pushing element item
- NSPush (36)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::startElement(, theDate)
- Pushing handler org.apache.axis.message.SOAPHandler@5dc37d
- New MessageElement (org.apache.axis.message.MessageElement@4d83d8)
named theDate
-   xsi:type = 'xsd:date'
- Pushing element theDate
- NSPush (37)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, theDate)
- Popping handler org.apache.axis.message.SOAPHandler@5dc37d
- Popped element stack to org.apache.axis.message.MessageElement:item
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, theValue)
- Pushing handler org.apache.axis.message.SOAPHandler@ae59a
- New MessageElement (org.apache.axis.message.MessageElement@67e8eb)
named theValue
-   xsi:type = 'xsd:double'
- Pushing element theValue
- NSPush (38)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, theValue)
- Popping handler org.apache.axis.message.SOAPHandler@ae59a
- Popped element stack to org.apache.axis.message.MessageElement:item
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::endElement(, item)
- Popping handler org.apache.axis.message.SOAPHandler@200db9
- Popped element stack to
org.apache.axis.message.MessageElement:callSchedule
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::endElement(, callSchedule)
- Popping handler org.apache.axis.message.SOAPHandler@7217ec
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, isConvertible)
- Pushing handler org.apache.axis.message.SOAPHandler@6cbd97
- New MessageElement (org.apache.axis.message.MessageElement@1321f5)
named isConvertible
-   xsi:type = 'xsd:boolean'
- Pushing element isConvertible
- NSPush (39)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, isConvertible)
- Popping handler org.apache.axis.message.SOAPHandler@6cbd97
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, isPreferred)
- Pushing handler org.apache.axis.message.SOAPHandler@1a6518
- New MessageElement (org.apache.axis.message.MessageElement@631e33)
named isPreferred
-   xsi:type = 'xsd:boolean'
- Pushing element isPreferred
- NSPush (40)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, isPreferred)
- Popping handler org.apache.axis.message.SOAPHandler@1a6518
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, screw)
- Pushing handler org.apache.axis.message.SOAPHandler@53ade7
- New MessageElement (org.apache.axis.message.MessageElement@3e4a5a)
named screw
-   xsi:type = 'xsd:boolean'
- Pushing element screw
- NSPush (41)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, screw)
- Popping handler org.apache.axis.message.SOAPHandler@53ade7
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, convprice)
- Pushing handler org.apache.axis.message.SOAPHandler@390b0
- New MessageElement (org.apache.axis.message.MessageElement@1050a0)
named convprice
-   xsi:type = 'xsd:double'
- Pushing element convprice
- NSPush (42)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, convprice)
- Popping handler org.apache.axis.message.SOAPHandler@390b0
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, funding)
- Pushing handler org.apache.axis.message.SOAPHandler@1d3b3a
- New MessageElement (org.apache.axis.message.MessageElement@1b808a)
named funding
-   xsi:type = 'xsd:double'
- Pushing element funding
- NSPush (43)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, funding)
- Popping handler org.apache.axis.message.SOAPHandler@1d3b3a
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, underlyingStock)
- Pushing handler org.apache.axis.message.SOAPHandler@140fee
- New MessageElement (org.apache.axis.message.MessageElement@21fd61)
named underlyingStock
-   xsi:type = 'xsd:string'
- Pushing element underlyingStock
- NSPush (44)
- Exit: DeserializationContextImpl::startElement()
- Enter: DeserializationContextImpl::endElement(, underlyingStock)
- Popping handler org.apache.axis.message.SOAPHandler@140fee
- Popped element stack to
org.apache.axis.message.MessageElement:theSecurity
- Exit: DeserializationContextImpl::endElement()
- Enter: DeserializationContextImpl::startElement(, provRedemSch)
- Pushing handler o