Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Web Service from WSDL File

Reply
Thread Tools

Web Service from WSDL File

 
 
Brian
Guest
Posts: n/a
 
      01-19-2004
I have a situation where I have WSDL and a schema that I want to implement a web service from on a Windows box using VS .NET. Everything else I have done with Web Services has been from creating Web Methods in a VS .NET project that VS/IIS turns into WSDL. I am now in the situation where I need to go the other direction. How can I do this with the Visual Studio .NET?

I hope the answer is not that I have to create Web Methods that I think will generate the same WSDL file as that which I want to implement.

Any help would be great.

Thanks,

Brian
 
Reply With Quote
 
 
 
 
Jan Tielens
Guest
Posts: n/a
 
      01-19-2004
Sure you can! Actually this could be even a good approach.

You can use the wsdl.exe tool with the /server switch
/server
Generate an abstract class for an xml web service implementation using
ASP.NET based on the contracts. The default is to generate client proxy
classes.

More info: http://tinyurl.com/3f3cn


--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Brian" <> schreef in bericht
news:6AAFBDA1-BC36-41A7-BADE-...
> I have a situation where I have WSDL and a schema that I want to implement

a web service from on a Windows box using VS .NET. Everything else I have
done with Web Services has been from creating Web Methods in a VS .NET
project that VS/IIS turns into WSDL. I am now in the situation where I need
to go the other direction. How can I do this with the Visual Studio .NET?
>
> I hope the answer is not that I have to create Web Methods that I think

will generate the same WSDL file as that which I want to implement.
>
> Any help would be great.
>
> Thanks,
>
> Brian



 
Reply With Quote
 
 
 
 
Jan Tielens
Guest
Posts: n/a
 
      01-19-2004
Please do not post the same question in multiple groups...

I've answered your question in the framework.webservices group:

Sure you can! Actually this could be even a good approach.

You can use the wsdl.exe tool with the /server switch
/server
Generate an abstract class for an xml web service implementation using
ASP.NET based on the contracts. The default is to generate client proxy
classes.

More info: http://tinyurl.com/3f3cn

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Brian" <> schreef in bericht
news:6AAFBDA1-BC36-41A7-BADE-...
> I have a situation where I have WSDL and a schema that I want to implement

a web service from on a Windows box using VS .NET. Everything else I have
done with Web Services has been from creating Web Methods in a VS .NET
project that VS/IIS turns into WSDL. I am now in the situation where I need
to go the other direction. How can I do this with the Visual Studio .NET?
>
> I hope the answer is not that I have to create Web Methods that I think

will generate the same WSDL file as that which I want to implement.
>
> Any help would be great.
>
> Thanks,
>
> Brian



 
Reply With Quote
 
Shaji Sethu
Guest
Posts: n/a
 
      01-22-2004
Hi,
You can use WSDL.exe as explained or use the tool from this web site. This
one is a bit more sophesticated but free.
http://weblogs.asp.net/cweyer/archiv.../21/39070.aspx
/Shaji Sethu

"Brian" <> wrote in message
news:6AAFBDA1-BC36-41A7-BADE-...
> I have a situation where I have WSDL and a schema that I want to implement

a web service from on a Windows box using VS .NET. Everything else I have
done with Web Services has been from creating Web Methods in a VS .NET
project that VS/IIS turns into WSDL. I am now in the situation where I need
to go the other direction. How can I do this with the Visual Studio .NET?
>
> I hope the answer is not that I have to create Web Methods that I think

will generate the same WSDL file as that which I want to implement.
>
> Any help would be great.
>
> Thanks,
>
> Brian



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a Web Service (Service, not Client) from WSDL Bert Leu ASP .Net 1 11-23-2007 08:29 PM
Creating a Web Service (Service, not Client) from WSDL Bert Leu ASP .Net Web Services 1 11-23-2007 07:59 PM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
wsdl.exe fails with WebMethods generated wsdl file mrnu ASP .Net Web Services 0 06-07-2004 04:51 PM
WSDL file produces useless class when imported with WSDL.exe RH ASP .Net Web Services 1 05-27-2004 09:40 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57