Thx - It works - What about Datatypes like Set or e.g Map?
-------- Original-Nachricht -------- > Datum: Wed, 10 Oct 2007 07:15:05 +0200 > Von: Thomas Jejkal <[EMAIL PROTECTED]> > An: [email protected] > CC: [EMAIL PROTECTED] > Betreff: Re: [gt-user] Globus Webservice and Arrays > Try using the following type definition within your service WSDL: > > <element name="arrayElement"> > <complexType> > <sequence> > <element name="value" minOccurs="0" maxOccurs="unbounded" > type="xsd:string"/> > </sequence> > </complexType> > </element> > > Cheers, > Thomas. > > [EMAIL PROTECTED] schrieb: > > Hello > > > > I know that globus supports the simple data types like string, int, > boolean etc... But how can I use e.g. arrays of strings? it must be somehow > possible to do that - Is there a tutorial or a sample code somewhere > available? > > > > best regards pod69 > > > > -- > Forschungszentrum Karlsruhe in der Helmholtz-Gemeinschaft > Institute for Data Processing and Electronics > > Hermann-von-Helmholtz-Platz 1 > 76344 Eggenstein-Leopoldshafen, Germany > > phone: +49 7247 82-4042 email: [EMAIL PROTECTED] > fax : +49 7247 82-3560 > --------------------------------------------------------- > Macht es, kosmisch betrachtet, wirklich was aus, > wenn ich nicht aufstehe und arbeiten gehe? > -Douglas Adams- > -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
