Re: java client for .NET webservice and Co

2002-02-20 Thread Scott Nichol
> > Jean-Yves > -Message d'origine----- > De : Scott Nichol [mailto:[EMAIL PROTECTED]] > Envoyé : Wednesday, February 20, 2002 5:22 PM > À : [EMAIL PROTECTED] > Objet : Re: java client for .NET webservice and Co > > > Apache SOAP does not use XSD or WSDL. It

Re: java client for .NET webservice and Co

2002-02-20 Thread Elise_Dupont
   <[EMAIL PROTECTED]>         cc:                 Subject:        Re: java client for .NET webservice and Co I hope someone else on this list has maintained a more current knowledge of the market than I.  The Java alternatives I am familiar with are WASP (http://www.systinet.com) and GLUE (htt

RE: java client for .NET webservice and Co

2002-02-20 Thread Jean-Yves MENGANT
riginal Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 10:43 AM Subject: RE: java client for .NET webservice and Co even if i do have an xsd file ? it's a shema of the dataset right ? so you think i should send X strings in s

Re: java client for .NET webservice and Co

2002-02-20 Thread Scott Nichol
D]> Sent: Wednesday, February 20, 2002 11:16 AM Subject: Re: java client for .NET webservice and Co > I've heard recently of Castor, a data binding for Java. the code seems > very simple, with many shema struture supported. maybe is it the solution > for my problem ? this would transfo

Re: java client for .NET webservice and Co

2002-02-20 Thread Elise_Dupont
   <[EMAIL PROTECTED]>         cc:                 Subject:        Re: java client for .NET webservice and Co There is another object in ADO.NET - DataReader. It is pretty close to JDBC. Usual way *when client is receiving* data is to expose it as DataReader, and then load DataSet from Data

Re: java client for .NET webservice and Co

2002-02-20 Thread Scott Nichol
D]> Sent: Wednesday, February 20, 2002 10:43 AM Subject: RE: java client for .NET webservice and Co even if i do have an xsd file ? it's a shema of the dataset right ? so you think i should send X strings in stead of one xml object, and then it's up to the .NET webservice to get those

Re: java client for .NET webservice and Co

2002-02-20 Thread Sergei Meleshchuk
To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 7:42 AM Subject: Re: java client for .NET webservice and Co > A DataSet is a construct that ADO.NET works with, right? If so, to have an > Apache SOAP client send a DataSet, you need to create a DataSet Java class > that impl

RE: java client for .NET webservice and Co

2002-02-20 Thread Jean-Yves MENGANT
ssage d'origine- De :  [EMAIL PROTECTED]  [mailto:[EMAIL PROTECTED]] Envoyé : Wednesday,  February 20, 2002 2:59 PM À :  [EMAIL PROTECTED] Objet

Re: java client for .NET webservice and Co

2002-02-20 Thread Elise_Dupont
lis 1 - 1240 route des Dolines 06560 Sophia-Antipolis www.lionbridge.com Scott Nichol <[EMAIL PROTECTED]> 02/20/2002 04:42 PM Please respond to soap-dev                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: java client for .NET webservice and Co

Re: java client for .NET webservice and Co

2002-02-20 Thread Scott Nichol
XML representation of the DataSet that is carried within the SOAP message. Scott - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 7:17 AM Subject: Re: java client for .NET webservice and Co > okay so after have

RE: java client for .NET webservice and Co

2002-02-20 Thread Elise_Dupont
560 Sophia-Antipolis www.lionbridge.com "Jean-Yves MENGANT" <[EMAIL PROTECTED]> 02/20/2002 04:32 PM Please respond to soap-dev                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        RE: java client for .NET webservice and Co Hi ,    

Re: java client for .NET webservice and Co : found some information but notall

2002-02-20 Thread Elise_Dupont
l learning girl [EMAIL PROTECTED] 02/20/2002 02:59 PM Please respond to soap-dev                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: java client for .NET webservice and Co i also do have a WSD file : <xs:schema

RE: java client for .NET webservice and Co

2002-02-20 Thread Jean-Yves MENGANT
Hi ,   Sending a dataset using the SOAP protocol is simply impossible for the following reasons :     1 There is no definition of what a dataset is inside the XmlSchema basic types.   2 A dataset may contain undefined binary data that will not comply with http protocol usually used at the

Re: java client for .NET webservice and Co

2002-02-20 Thread Elise_Dupont
                        <xs:element name="CODA_CustomerCode" type="xs:string" minOccurs="0"/>                                                                         xs:sequence>                                                                 xs:complexTyp

Re: java client for .NET webservice and Co

2002-02-20 Thread Elise_Dupont
okay so after have looked at many documentation, i didn't find the solution so i post my question here : what i must create is a java client that sends a DataSet to a .NET webservice. This webservice takes the DataSet and add it into a SQL server database. My problem is : how to create a DataSet

java client for .NET webservice and Co

2002-02-20 Thread Elise_Dupont
Hi, i wanted to look at the soap-dev archives before to post my question, went on the web site "http://archive.covalent.net/" but it seems that it doesn't reply... so before to annoy you with a "maybe already posted question" can you give me a way to look in archives ? regards, Elise