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
As you can see the name of the class innerClass starts with a lowercase "i".
For this class, SoapCore will generate a type with the name ArrayOfinnerClass. However the WSDL that is generated by a ASMX web service in .NET Framework is different. It will generate a type with the name ArrayOfInnerClass. As you can see, it makes the first letter uppercase.
The text was updated successfully, but these errors were encountered:
vidrenning
added a commit
to vidrenning/SoapCore
that referenced
this issue
Feb 7, 2024
Let's say we have a type such as
As you can see the name of the class
innerClass
starts with a lowercase "i".For this class, SoapCore will generate a type with the name
ArrayOfinnerClass
. However the WSDL that is generated by a ASMX web service in .NET Framework is different. It will generate a type with the nameArrayOfInnerClass
. As you can see, it makes the first letter uppercase.The text was updated successfully, but these errors were encountered: