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
The following WSDL generated by SoapCore is incorrect, line 9 should be <xs:element xmlns:q1="http://Test.SoapCore.Services.Dto" minOccurs="1" name="inDtos" nillable="true" type="q1:ArrayOfInDto" /> .
Line 9 (method parameter) and line 16 (method return value) are both list of dto with same namespace, so their namespace in WSDL should be same. I submitted a PR for this, thanks!
The following WSDL generated by SoapCore is incorrect, line 9 should be
<xs:element xmlns:q1="http://Test.SoapCore.Services.Dto" minOccurs="1" name="inDtos" nillable="true" type="q1:ArrayOfInDto" />
.Test code for this WSDL is here
The text was updated successfully, but these errors were encountered: