How can you define an interface in WSDL?  

I have successfully achieved somewhat what you seem to need but through a
base class instead of an interface.

like in:


  <complexType name="MyData">
    <all>
      <element name="creationDate" type="xsd:dateTime" maxOccurs="1"/>
      <element name="name" type="xsd:string" maxOccurs="1"/>
    </all>
  </complexType>

  <complexType name="SpecificData ">
    <complexContent>
      <extension base="types:MyData"/>
    </complexContent>
  </complexType>


Sylvain.



-----Original Message-----
From: Oliver Suciu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 1:06 PM
To: [EMAIL PROTECTED]
Subject: [Fwd: interfaces as service parameters?]


(Maybe axis-dev is the right forum?...)

Does anybody have a take on this?

Thanks,

-- Oliver

This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

Reply via email to