Skip to content

Commit

Permalink
Merge pull request #912 from andersjonsson/fix-wsdl-endpolicy-basicauth
Browse files Browse the repository at this point in the history
Added a fifth WriteEndElement call, to match all the WriteStartElemen…
  • Loading branch information
andersjonsson authored Oct 27, 2022
2 parents 10d4464 + 73adf9f commit 0da8d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SoapCore/Meta/MetaMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ protected override void OnWriteStartEnvelope(XmlDictionaryWriter writer)
writer.WriteEndElement();
writer.WriteEndElement();
writer.WriteEndElement();
writer.WriteEndElement();
}
}

Expand Down

0 comments on commit 0da8d56

Please sign in to comment.