私はC#で作業しています。私は新しいです。 は、私は、WebサービスのURLを持っている:http://grillassessmentservice.cloudapp.net/GrillMenuService.svcc# - WebService - XML
ログイン:[email protected]
パスワード:cleancode
私にそのXMLを与える:
<service xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom"xml:base="http://grillassessmentservice.cloudapp.net/GrillMenuService.svc/">
<workspace>
<atom:title>Default</atom:title>
<collection href="GrillMenus">
<atom:title>GrillMenus</atom:title>
</collection>
<collection href="GrillMenuItemQuantities">
<atom:title>GrillMenuItemQuantities</atom:title>
</collection>
<collection href="GrillMenuItems">
<atom:title>GrillMenuItems</atom:title>
</collection>
</workspace>
</service>
私が持っているC#のコード私のコンソールアプリケーションで:
しかし、私はWebサービスにアクセスできません。誰かが私にそれがどのように機能するのか説明できますか? 参照を追加してアクセスしようとしましたが、ログインとパスワードにエラーが表示されます。その段階で: ありがとうございました。
私はそのエラーapeear、デリファレンスとログイン名とパスワードを追加します。 '「http://grillassessmentservice.cloudapp.net/GrillMenuService.svc/$メタデータ」をダウンロード中にエラーがありました。 要求がHTTPステータス404で失敗しました:見つかりません。 メタデータには解決できない参照が含まれています: 'http://grillassessmentservice.cloudapp.net/GrillMenuService.svc'。 クライアント認証スキーム 'Anonymous'でHTTP要求が不正です。サーバーから受信した認証ヘッダーは「基本」でした。 – Claudia