gale320 / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

Gen Wsdl File Error When Define the multi layer struct #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Define the struct as follow:
struct TType
  {
      struct TInner1 
      {
          int a;
          int b;
      };
      TInner1 inner1;
      struct TInner2 
      {
          int a;
          int b;
      };
      TInner1 inner2;
  };
2. Gen The wsdl file is error. The Wsdl file do not include the TInner1 and 
TInner2 struct.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by bingqing...@gmail.com on 3 Aug 2013 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by loentar on 5 Aug 2013 at 10:10

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r786.

Original comment by loentar on 5 Aug 2013 at 12:49