Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelle-viana committed Nov 2, 2022
0 parents commit f09a19d
Show file tree
Hide file tree
Showing 39 changed files with 3,769 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ATV_AWS_SOAP.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ServiceModel.Duplex" Version="4.7.*" />
<PackageReference Include="System.ServiceModel.Http" Version="4.7.*" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.7.*" />
<PackageReference Include="System.ServiceModel.Security" Version="4.7.*" />
</ItemGroup>

</Project>
16 changes: 16 additions & 0 deletions Connected Services/ServiceCountry/ConnectedService.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"ExtendedData": {
"inputs": [
"http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso"
],
"collectionTypes": [
"System.Array",
"System.Collections.Generic.Dictionary`2"
],
"namespaceMappings": [
"*, ServiceCountry"
],
"targetFramework": "netcoreapp3.1",
"typeReuseMode": "All"
}
}
Loading

0 comments on commit f09a19d

Please sign in to comment.