Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays in XML
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Divers
Thread ID:
01240449
Message ID:
01240603
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform