Skip to content

Commit

Permalink
IDMapping WS support dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
wvdhaute committed Mar 18, 2016
1 parent e8b8d2f commit 0197e6c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 174 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using System.Security.Cryptography;
using System.Collections;
using System.Collections.Generic;
using IdMappingWSNamespace;
using AttributeWSNamespace;

using safe_online_sdk_dotnet_test.test.cs;

Expand Down
Binary file modified linkid-sdk-dotnet/linkid-sdk-dotnet.suo
Binary file not shown.
11 changes: 3 additions & 8 deletions linkid-sdk-dotnet/linkid-sdk-dotnet/linkid-sdk-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@
<Compile Include="src\main\cs\ws\exception\SubjectNotFoundException.cs" />
<Compile Include="src\main\cs\ws\exception\SubscriptionFailedException.cs" />
<Compile Include="src\main\cs\ws\exception\SubscriptionNotFoundException.cs" />
<Compile Include="src\main\cs\ws\idmapping\IdMappingClient.cs" />
<Compile Include="src\main\cs\ws\idmapping\IdMappingClientImpl.cs" />
<Compile Include="src\main\cs\ws\LinkIDUsernameBinding.cs" />
<Compile Include="src\main\cs\ws\linkid\auth\LinkIDAuthCancelException.cs" />
<Compile Include="src\main\cs\ws\linkid\auth\LinkIDAuthPollException.cs" />
Expand Down Expand Up @@ -158,10 +156,6 @@
<Compile Include="src\main\cs\api\LinkIDParkingSession.cs" />
<Compile Include="src\main\cs\ws\WCFUtil.cs" />
<Compile Include="src\main\cs\ws\WebServiceConstants.cs" />
<Compile Include="target\services\SafeOnlineNameIdentifierMappingWebService.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="target\services\SecurityTokenService.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
Expand All @@ -183,12 +177,10 @@
<None Include="src\main\resources\attrib-ws\*" />
<None Include="src\main\resources\data-ws\*" />
<None Include="src\main\resources\sts-ws\*" />
<None Include="src\main\resources\idmapping-ws\*" />
<None Include="src\main\resources\linkid-ws\*" />
</ItemGroup>
<Target Name="BeforeBuild">
<MakeDir Directories="target\services" />
<Exec Command="svcutil /namespace:*,IdMappingWSNamespace /directory:target\services src\main\resources\idmapping-ws\safe-online-idmapping.wsdl src\main\resources\idmapping-ws\safe-online-idmapping.xsd src\main\resources\saml-schema-protocol-2.0.xsd src\main\resources\saml-schema-assertion-2.0.xsd src\main\resources\xmldsig-core-schema.xsd src\main\resources\xenc-schema.xsd" />
<Exec Command="svcutil /namespace:*,StsWSNamespace /directory:target\services src\main\resources\sts-ws\ws-trust-1.3.wsdl src\main\resources\sts-ws\ws-trust-1.3.xsd src\main\resources\ws-addr.xsd src\main\resources\sts-ws\oasis-200401-wss-wssecurity-secext-1.0.xsd src\main\resources\sts-ws\oasis-200401-wss-wssecurity-utility-1.0.xsd" />
<Exec Command="svcutil /namespace:*,AttributeWSNamespace /directory:target\services src\main\resources\attrib-ws\saml-protocol-2.0.wsdl src\main\resources\saml-schema-protocol-2.0.xsd src\main\resources\saml-schema-assertion-2.0.xsd src\main\resources\xmldsig-core-schema.xsd src\main\resources\xenc-schema.xsd" />
<Exec Command="svcutil /namespace:*,DataWSNamespace /directory:target\services src\main\resources\data-ws\liberty-idwsf-dst-ref-v2.1-link.wsdl src\main\resources\data-ws\liberty-idwsf-dst-ref-v2.1-safe-online.xsd src\main\resources\data-ws\liberty-idwsf-dst-v2.1.xsd src\main\resources\data-ws\liberty-idwsf-soap-binding-v2.0.xsd src\main\resources\data-ws\liberty-idwsf-utility-v2.0.xsd src\main\resources\data-ws\oasis-sstc-saml-schema-protocol-1.1.xsd src\main\resources\saml-schema-assertion-2.0.xsd src\main\resources\saml-schema-protocol-2.0.xsd src\main\resources\data-ws\wss-util-1.0.xsd src\main\resources\ws-addr.xsd src\main\resources\xmldsig-core-schema.xsd src\main\resources\xenc-schema.xsd" />
Expand All @@ -197,4 +189,7 @@
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<Folder Include="src\main\cs\ws\idmapping\" />
</ItemGroup>
</Project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0197e6c

Please sign in to comment.