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
Original issue reported on code.google.com by
bingqing...@gmail.com
on 3 Aug 2013 at 6:43