Issue using WebServiceStudio with WSCF

B

BigDave

Anyone using WebServiceStudio 2.0 (from GotDotNet) to test a web
service created with the help of Thinktecture WSCF
(WebService-ContractFirst)?

My issue is that when pulling up the .asmx?wsdl, there is an import
pointing to the actual WSCF wsdl, as in:

<wsdl:import namespace="http://ProductsService"
location="Schemas/ProductsService.wsdl" />

WebServiceStudio seems not to read this import, and produces the
exception:

Element binding named ProductsService from namespace
http://ProductsService is missing.

Any thoughts? Thanks very much.
 
T

Tim Ferris

Hi BigDave

Simply remove the location section from your attribute for the service
and it will all work.....

Cheers

Tim
 
B

BigDave

Tim,

That is in fact what we have been doing as a workaround.

However, as I understand it, this causes the WSCF-generated wsdl to no
longer be returned (in response to http://...?wsdl), but rather the
ASP.NET dynamically-generated wsdl is returned. Thus, our
"contract-first" contract is not returned. Ah well, I guess we're
still doing contract-first *design*.

Thanks for your help,
Dave

p.s. Any chance that the developers of the excellent WebServiceStudio
could enhance the tool to support the Location attribute - and to
support WSE 3.0?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top