Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays in XML
Message
From
16/07/2007 03:41:24
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Miscellaneous
Thread ID:
01240449
Message ID:
01240603
Views:
20
This message has been marked as the solution to the initial question of the thread.
>Viv,
>
>Ok. I will make it again. But, the array is correct?
>Is it ok, looking at the wsdl, to put this elements?

The array is defined as:
- <complexType name="MedicamentoDTO">
- <sequence>
  <element name="coCodigoBarra" nillable="true" type="xsd:string" /> 
  <element name="dsUnidApresentacao" nillable="true" type="xsd:string" /> 
  <element name="inAutorizacaoEstorno" nillable="true" type="xsd:string" /> 
  <element name="inAutorizacaoMedicamento" nillable="true" type="xsd:string" /> 
  <element name="qtAutorizada" type="xsd:double" /> 
  <element name="qtDevolvida" type="xsd:double" /> 
  <element name="qtEstornada" type="xsd:double" /> 
  <element name="qtPrescrita" type="xsd:double" /> 
  <element name="qtSolicitada" type="xsd:double" /> 
  <element name="statusTransacao" nillable="true" type="xsd:string" /> 
  <element name="vlPrecoSubsidiadoMS" type="xsd:double" /> 
  <element name="vlPrecoSubsidiadoPaciente" type="xsd:double" /> 
  <element name="vlPrecoSubsidiadoPacientePosEstorno" type="xsd:double" /> 
  <element name="vlPrecoVenda" type="xsd:double" /> 
  <element name="vlrSubsidiadoMSPosEstorno" type="xsd:double" /> 
  <element name="vlrTotalVendaPosEstorno" type="xsd:double" /> 
  </sequence>
  </complexType>
I didn't look too carefully but none of these is optional and you only have 15 elements rather that 16 in your sample XML - and you are using a different element order.
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform