How I can access to WSDL 1.1 file from ASP.NET 3.5
Posted
by ck3g
on Stack Overflow
See other posts from Stack Overflow
or by ck3g
Published on 2010-03-31T15:48:06Z
Indexed on
2010/03/31
15:53 UTC
Read the original article
Hit count: 315
I have a WSDL 1.1 file which describes my Web Service. Now I need get access to its methods using ASP.NET 3.5
I tried to use wsdl.exe utility but I think that this utility use only WSDL 2.0 format.
© Stack Overflow or respective owner