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
I just tried it from the command line, the issue seems to be
WSDL is not compatible with .Net Core apps because it contains one or more operations with SOAP Encoding (use='encoded'). Only the non-encoded operations will be generated.
Is this something that will be supported in the near future?
I confirm the issue is because we do NOT currently support Soap encoded operations. We are considering to support it in the future. The feature request is tracked by #1549
I am trying to add a connected service based on this WSDL https://ws.tradetracker.com/soap/affiliate?wsdl from within Visual Studio as follows
Everything runs fine (no error message). And in the end this code was generated:
It doesn't contain any of the operations the remote service provides or any of the data contracts. Anything I can do to make it generate those?
Another service I tried with the same result is: http://ws.webgains.com/aws.php?wsdl
The text was updated successfully, but these errors were encountered: