WSDL Parser [Is anyone else testing WCF-based webservices?]
I'm encountering the following message when attempting to force the use of the .NET parser when interrogating the WSDL of a new webservice:
Parsing specified wsdl...
Connecting to https://BLAH-BLAH/MobileTerminated.svc?wsdl
Validating https://BLAH-BLAH/MobileTerminated.svc?wsdl
.NET Parser could not parse https://BLAH-BLAH/MobileTerminated.svc?wsdl
Warning:Selected .NET Parser is invalid.
Must installed the .net sdk Framework.
Failed to parse https://BLAH-BLAH/MobileTerminated.svc?wsdl
Am I correct in interpreting this as "you need the .NET SDK installed in order to use the .NET Parser within OATS"?
I already have .NET framework 3.5(SP1) but not the SDK.
[UPDATE] It is probably significant that the webservice I need to test is WCF-based.
Edited by: IHodgetts on May 21, 2010 5:45 PM
Edited by: IHodgetts on Jun 21, 2010 12:07 PM