The Artima Developer Community
Sponsored Link

Design Forum
How to provide a user interface to any web service in 3 simple steps

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kaz Baygan

Posts: 1
Nickname: erosssss
Registered: Sep, 2008

How to provide a user interface to any web service in 3 simple steps Posted: Oct 1, 2008 10:45 AM
Reply to this message Reply
Advertisement
If you install Microsoft Visual Studio 2008 and fire up your first Windows Communication Foundation (WCF) project you get the following default web page:

Microsoft is telling you in order to test this service, you will need to create a client and use it to call the service. Now at this point you are thinking this is a lot of work and you are right...

Not only you need to create such a client, you also need to maintain it as your service changes.

Wouldn't it be nice if you had a 'Generic Client' that provided a user interface for you?... This generic client would keep up with the changes to your server.

You add a function to your service… and there it is on your client with no additional client work.

Well... there is such generic client.



Introducing WSDLDISCO.

How to provide a user interface to any web service in 3 simple steps:

1- Download ‘wsdldisco’.
Goto http://www.wsdldisco.com/ and send us an email. We will send you an installation file.
2- Install ‘wsdldisco’
Run the ‘msi’ file we sent you and follow the instructions.
3- Host your service via ‘wsdldisco’
http://localhost/wsdldisco/default.aspx?swuri=http://www.mydomain.com/myservice/service.asmx

Topic: Form Template - Requirement Gathering Previous Topic   Next Topic Topic: Realizing Practical vision of the IT systems with Enterprise Architecture, SOA & MD

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use