diff options
author | David Christiansen <coding@davedoes.net> | 2012-07-01 15:11:40 -0700 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2012-07-01 15:11:40 -0700 |
commit | c37ddb8e4b71e92568982a705c9c6219e6f2afde (patch) | |
tree | 72380961aa0f3beef56bb7e70ba1caac8bb5b03b /src/OAuth/OAuthClient/Service References/SampleResourceServer/DataApi.xsd | |
parent | 06401bb049dc29cf4446eb61a4a72317a644ce54 (diff) | |
parent | 98cd8437378c0169ec31d24213d209b062b8fecb (diff) | |
download | DotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.zip DotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.tar.gz DotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.tar.bz2 |
Merge pull request #2 from DavidChristiansen/V401-Upgrade
V401 upgrade
Diffstat (limited to 'src/OAuth/OAuthClient/Service References/SampleResourceServer/DataApi.xsd')
-rw-r--r-- | src/OAuth/OAuthClient/Service References/SampleResourceServer/DataApi.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OAuth/OAuthClient/Service References/SampleResourceServer/DataApi.xsd b/src/OAuth/OAuthClient/Service References/SampleResourceServer/DataApi.xsd index 3109534..1702fde 100644 --- a/src/OAuth/OAuthClient/Service References/SampleResourceServer/DataApi.xsd +++ b/src/OAuth/OAuthClient/Service References/SampleResourceServer/DataApi.xsd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:import schemaLocation="http://localhost:65169/DataApi.svc?xsd=xsd2" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> + <xs:import schemaLocation="http://localhost:65170/DataApi.svc?xsd=xsd2" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <xs:element name="GetAge"> <xs:complexType> <xs:sequence /> |