Great advice and thanks for your comments valdhor & tracey.

I have re-coded the ws call in AS - and am running into the "Error
parsing request: Unexpected end element assess-request"

(code @ EOM)

I figure that means that this call has the Unexpected end element in it:

 var oRequest:Object = {Q2: sQ2, Q5: sQ5};

values are tracing ok.

I actually need to pass more vaules anyhoo - <typ:attribute id="Q2"> -
string,   <typ:attribute id="Q5"> - string, <typ:attribute
id="Eligible988"> - Boolean

I figure I can ignore these - attribute-outcome elements?

<typ:attribute-outcome id="ProcessingTime"
outcome-style="attribute-only"/>

Appreciate the help
rgds
martin




      <typ:assess-request>
         <typ:session-data>
            <typ:list-entity entity-type="global">
               <typ:entity id="global_1">
                  <typ:attribute-outcome id="LodgementLocation"
outcome-style="attribute-only"/>
                  <typ:attribute-outcome id="LodgementChannel988"
outcome-style="attribute-only"/>
                  <typ:attribute-outcome id="AssessmentLevel"
outcome-style="attribute-only"/>
                  <typ:attribute-outcome id="ProcessingTime"
outcome-style="attribute-only"/>
                  <typ:attribute id="Q2">
                     <typ:text-val>"GERM"</typ:text-val>
                  </typ:attribute>
                  <typ:attribute id="Q5">
                     <typ:text-val>"GERM"</typ:text-val>
                  </typ:attribute>
                  <typ:attribute id="Eligible988">
                     <typ:boolean-val>true</typ:boolean-val>
                  </typ:attribute>
               </typ:entity>
            </typ:list-entity>
         </typ:session-data>
      </typ:assess-request>

                  

Reply via email to