Connecting Tech Pros Worldwide Help | Site Map

Explainations of wsdl, disco, proxy

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 22nd, 2005, 08:26 PM
microdevsolutions@yahoo.com.au
Guest
 
Posts: n/a
Default Explainations of wsdl, disco, proxy

Hello

Within the web service architecture can someone briefly explain what
the following are used for, how each are created, and whether any are
optional :-

wsdl file
disco file
proxy file

Many thanks
Travis


  #2  
Old November 22nd, 2005, 08:27 PM
John Timney \(ASP.NET MVP\)
Guest
 
Posts: n/a
Default Re: Explainations of wsdl, disco, proxy

wsdl is a skeleton representation of the remote methods and classes, how to
contact them etc.
disco is for automatic discovery of available services on a given server
proxy is a stub file, containin the remote implementation of the methods
described in the wdl file
--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

<microdevsolutions@yahoo.com.au> wrote in message
news:1118904418.145356.128470@g49g2000cwa.googlegr oups.com...[color=blue]
> Hello
>
> Within the web service architecture can someone briefly explain what
> the following are used for, how each are created, and whether any are
> optional :-
>
> wsdl file
> disco file
> proxy file
>
> Many thanks
> Travis
>[/color]


  #3  
Old November 22nd, 2005, 08:27 PM
John Timney \(ASP.NET MVP\)
Guest
 
Posts: n/a
Default Re: Explainations of wsdl, disco, proxy

wsdl is a skeleton representation of the remote methods and classes, how to
contact them etc.
disco is for automatic discovery of available services on a given server
proxy is a stub file, containin the remote implementation of the methods
described in the wdl file
--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

<microdevsolutions@yahoo.com.au> wrote in message
news:1118904418.145356.128470@g49g2000cwa.googlegr oups.com...[color=blue]
> Hello
>
> Within the web service architecture can someone briefly explain what
> the following are used for, how each are created, and whether any are
> optional :-
>
> wsdl file
> disco file
> proxy file
>
> Many thanks
> Travis
>[/color]


  #4  
Old November 22nd, 2005, 08:28 PM
Cowboy (Gregory A. Beamer) - MVP
Guest
 
Posts: n/a
Default RE: Explainations of wsdl, disco, proxy

WSDL = Web Service Description Language. This is an XML file that describes
the web service. There are very few instances where someone writes this by
hand, as each vendor has a tool to create it. Consider WSDL the contract for
the service. Once published, you should not change exposed methods.

DISCO - discovery. This is the file that helps .NET discover local services.
Technically, I guess it could be used more widely than this, but UDDI is the
current req for universal discovery of services. UDDI is basically putting
your service into a centralized repository of services.

Proxy - a .NET created class that simplifies connecting to a web service.
The tool used to generate this class is WSDL.exe.

Hope that helps!!


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"microdevsolutions@yahoo.com.au" wrote:
[color=blue]
> Hello
>
> Within the web service architecture can someone briefly explain what
> the following are used for, how each are created, and whether any are
> optional :-
>
> wsdl file
> disco file
> proxy file
>
> Many thanks
> Travis
>
>[/color]
  #5  
Old November 22nd, 2005, 08:28 PM
Cowboy (Gregory A. Beamer) - MVP
Guest
 
Posts: n/a
Default RE: Explainations of wsdl, disco, proxy

WSDL = Web Service Description Language. This is an XML file that describes
the web service. There are very few instances where someone writes this by
hand, as each vendor has a tool to create it. Consider WSDL the contract for
the service. Once published, you should not change exposed methods.

DISCO - discovery. This is the file that helps .NET discover local services.
Technically, I guess it could be used more widely than this, but UDDI is the
current req for universal discovery of services. UDDI is basically putting
your service into a centralized repository of services.

Proxy - a .NET created class that simplifies connecting to a web service.
The tool used to generate this class is WSDL.exe.

Hope that helps!!


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"microdevsolutions@yahoo.com.au" wrote:
[color=blue]
> Hello
>
> Within the web service architecture can someone briefly explain what
> the following are used for, how each are created, and whether any are
> optional :-
>
> wsdl file
> disco file
> proxy file
>
> Many thanks
> Travis
>
>[/color]
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.