all groups > dotnet web services > november 2006 >
You're in the

dotnet web services

group:

Create Dynamic Client Class with Information Provided by WSDL


Create Dynamic Client Class with Information Provided by WSDL webServiceHelp
11/26/2006 11:40:44 AM
dotnet web services: hi... I have deployed a web service ..generated wsdl. but i can't
understand how to do my ultimate job.

I want to do the following..

1) The Requestor would find "the Service" from the "UDDI registry"
nd may also get the
WSDL / Service URL etc.. (which will be effective)

2) Now the Requestor would generate the "Client" at runtime (i.e
Requestor will know nothing
about the PARAMETERS...or any other thing about the
SERVICE...retrieve them from WSDL)

3) The "Client" will be generated such that it would prompt the
Requestor for the "Input
paramaters"

Now what should I do??Can Anyone provide any
API..Online resources ..Sample code
useful for the purpose or Explain the way Please?? It's a part of
my project.Thnx in advance for
any kind of help.
Re: Create Dynamic Client Class with Information Provided by WSDL Pablo Cibraro [MVP]
11/27/2006 9:49:40 AM
Hi,

You can try with this project,
http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=ProxyFactory
It automatically generates a dynamic proxy for an specific WSDL on the fly,
so you can invoke the web service without having the .NET generated proxy.

I think it is what you need.

Regards,
Pablo Cibraro.

[quoted text, click to view]

AddThis Social Bookmark Button