0 Replies Latest reply on Jul 31, 2002 6:23 AM by maki

    Inherited  types in wsdl?

    maki

      Could anybody propose me a solution how to incorporate some other types (not only types used as methods args and return values) to "on the fly" generated wsdl?

      I have service with method "void test(Message)". Message is interface, Mail and Sms extends Message and I want to include these two types in generated wsdl.

      It works fine when I add



















      .
      .



      to "on the fly" generated wsdl => I can generate .NET stubs and invoke test() method with Email or Sms (auto generated from wsdl) arguments.

      Tnx