diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-06 16:23:01 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-06 16:23:01 -0700 |
commit | 299fd439688e9e4a220c862b92ec82e82bdf0ab0 (patch) | |
tree | 52489fda9952d9aa7ccd59fab795e6862e24753b /samples/OAuthClient/Service References/SampleResourceServer/DataApi.disco | |
parent | e76823bc716477d3d5e26d17d0df7a2314bc2d82 (diff) | |
parent | dbbc823b7580d4e7d5251539a8dcace730df2e3f (diff) | |
download | DotNetOpenAuth-299fd439688e9e4a220c862b92ec82e82bdf0ab0.zip DotNetOpenAuth-299fd439688e9e4a220c862b92ec82e82bdf0ab0.tar.gz DotNetOpenAuth-299fd439688e9e4a220c862b92ec82e82bdf0ab0.tar.bz2 |
Merging OAuth 2.0 work into what will become DotNetOpenAuth 4.0.
Diffstat (limited to 'samples/OAuthClient/Service References/SampleResourceServer/DataApi.disco')
-rw-r--r-- | samples/OAuthClient/Service References/SampleResourceServer/DataApi.disco | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OAuthClient/Service References/SampleResourceServer/DataApi.disco b/samples/OAuthClient/Service References/SampleResourceServer/DataApi.disco new file mode 100644 index 0000000..f8d5e5b --- /dev/null +++ b/samples/OAuthClient/Service References/SampleResourceServer/DataApi.disco @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/"> + <contractRef ref="http://localhost:65169/DataApi.svc?wsdl" docRef="http://localhost:65169/DataApi.svc" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> +</discovery>
\ No newline at end of file |