These really don't sound like Globus questions as such - we just use WSDL to describe types the way other webservices do. Perhaps a WSDL tutorial page would answer these questions quickly. Searching for "WSDL maps arrays" seems to turn up a number of question-and-answer forums about writing WSDL.

Charles

On Oct 11, 2007, at 1:27 AM, Thomas Jejkal wrote:

Perfect! ;-)

I've no idea about types like Set or Map. Actually I'm not sure if these types are available for Globus, but I would appreciate if they are.


[EMAIL PROTECTED] schrieb:
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-





--
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-

<thomas.jejkal.vcf>

Reply via email to