PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
Hi, Well, just different kind of structured XML information composed of different sequences of complex types and so one. See here under a sample of one of our schemas. Any group of information in this schema or even the all bunch can be sent to the Web Service. We already use them with other clients than PDF. Thanks Dominique - <s:complexType name="Customers"> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Coordonnees" type="s0:CustomerInfo" /> <s:element minOccurs="0" maxOccurs="1" name="ActionsComerciales" type="s0:ArrayOfActionInfo" /> <s:element minOccurs="0" maxOccurs="1" name="Contacts" type="s0:ArrayOfContactInfo" /> <s:element minOccurs="0" maxOccurs="1" name="Dossiers" type="s0:ArrayOfJobInfo" /> </s:sequence> </s:complexType> - <s:complexType name="CustomerInfo"> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Nom" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Adresse" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Code_Postal" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Ville" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Province" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Pays" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Tel" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="E_Mail" type="s:string" /> </s:sequence> </s:complexType> - <s:complexType name="ArrayOfActionInfo"> - <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" name="ActionInfo" nillable="true" type="s0:ActionInfo" /> </s:sequence> </s:complexType> - <s:complexType name="ActionInfo"> - <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="No" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="Code_Client" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="Action" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="Contact" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="Prochaine" type="s:dateTime" /> </s:sequence> </s:complexType> - <s:complexType name="ArrayOfContactInfo"> - <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" name="ContactInfo" nillable="true" type="s0:ContactInfo" /> </s:sequence> </s:complexType> - <s:complexType name="ContactInfo"> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Nom" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Prenom" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Fonction" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Couriel" type="s:string" /> </s:sequence> </s:complexType> - <s:complexType name="ArrayOfJobInfo"> - <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" name="JobInfo" nillable="true" type="s0:JobInfo" /> </s:sequence> </s:complexType> - <s:complexType name="JobInfo"> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Dossier" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Client" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Libelle" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="Creation" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="Qte" type="s:int" /> <s:element minOccurs="1" maxOccurs="1" name="Devise" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="Vendu" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="Produit" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Etat" type="s:string" /> </s:sequence> </s:complexType> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris Dahl Sent: 17 February, 2004 05:21 To: [EMAIL PROTECTED] Subject: RE: [PDF-Forms] Submiting to a Web Service PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________ What complex data are you looking to send Dominique? - Chris. ___________________________________ Chris Dahl - CTO, Solutions ARTS PDF [EMAIL PROTECTED] http://www.artspdf.com/solutions To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
