'automated client code building tool'?

svcutil will give you the metadata for the service in two files

make sure you run it from the commandline (not just double-click it)

e.g.

C:\Users\notmyUsername>"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\SvcUtil.exe" http://www.GCGoldWeb.com/MemberData.svc

Microsoft (R) Service Model Metadata Tool
[Microsoft (R) Windows (R) Communication Foundation, Version 3.0.4506.2152]
Copyright (c) Microsoft Corporation. All rights reserved.

Attempting to download metadata from 'http://www.gcgoldweb.com/MemberData.svc' using WS-Metadata Exchange or DISCO.
Generating files...
C:\Users\notmyUsername\MemberData.cs
C:\Users\notmyUsername\output.config

Im doing something wrong here, this is what i have when i type svcutil.exe http://www.gcgoldweb.com/MemberData.svc?wsdl



Uploaded with ImageShack.us

What am i doing wrong?
 
Last edited:
Right, thats generated my 2 files, and i think ive added them to visual studio properly. Now this has gone WAY beyond my tiny little brain. How do i use this to add a login page to my website? :?
 
Last edited:
Back
Top Bottom