You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are two "nillable" attribute generated and cause an error
I checked the source and comment line 470 out in MetaBodyWriter.cs, it works.
Maybe you could fix it.
if (isArray)
{
writer.WriteAttributeString("maxOccurs", "unbounded");
\\writer.WriteAttributeString("nillable", "true");
}
Thanks your great job!
The text was updated successfully, but these errors were encountered:
Hi,
i find there is an error when input parameter include an array type in an action,
I use XmlSerializer.
For example:
the generated WSDL :
there are two "nillable" attribute generated and cause an error
I checked the source and comment line 470 out in MetaBodyWriter.cs, it works.
Maybe you could fix it.
Thanks your great job!
The text was updated successfully, but these errors were encountered: