Web Reference works, Service Reference not?
-
Hi all, I have some problem when adding a webservice through "Add Service Reference". The WSDL seems to be ok (was checked with some WS-Validator), after selecting the endpoint address the wizard shows the service and its available operations. But after pressing the OK button I get only the corresponding service entry in the project view, but no client is generated, etc. It's simply empty, and a look into the object viewer shows that really nothing was generated. In contrast, when using "Add Web Reference", it creates the objects and the client without any problems. I know that web reference is a wrapper around wsdl.exe and service reference on top of svcutil.exe But is there a good reason why only web reference works? What could confuse the service reference wizard? Is there some chance to debug into this to find the reason? Best regards, Roland
-
Hi all, I have some problem when adding a webservice through "Add Service Reference". The WSDL seems to be ok (was checked with some WS-Validator), after selecting the endpoint address the wizard shows the service and its available operations. But after pressing the OK button I get only the corresponding service entry in the project view, but no client is generated, etc. It's simply empty, and a look into the object viewer shows that really nothing was generated. In contrast, when using "Add Web Reference", it creates the objects and the client without any problems. I know that web reference is a wrapper around wsdl.exe and service reference on top of svcutil.exe But is there a good reason why only web reference works? What could confuse the service reference wizard? Is there some chance to debug into this to find the reason? Best regards, Roland
Has nobody an idea how to track down this issue? :(