zaproxy / zap-api-dotnet

ZAP Dot NET API
Apache License 2.0
35 stars 35 forks source link

Check responseString when importing a wsdl for a WCF web Service #21

Closed KellyHanna closed 1 year ago

KellyHanna commented 1 year ago

Check the responseString and send back and empty xml doc when importing a wsdl. With out this check the process does not load all the items in the wsdl.

kingthorin commented 1 year ago

Wouldn't this be an issue for all api clients? Shouldn't this be handled in the soap add-on itself?