@@ -0,0 +1,92 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<PropertyGroup> | |||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
<ProjectGuid>{203120EC-1398-4BD5-96B2-46269F7EA6BA}</ProjectGuid> | |||
<ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |||
<OutputType>library</OutputType> | |||
<GenericProcessing>true</GenericProcessing> | |||
<RootNamespace>TM.TransSmart.Pipelines</RootNamespace> | |||
<AssemblyName>TM.TransSmart.Pipelines</AssemblyName> | |||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |||
<BpelCompliance>True</BpelCompliance> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug\</OutputPath> | |||
<DefineConstants>DEBUG;TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
<DebugType>pdbonly</DebugType> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release\</OutputPath> | |||
<DefineConstants>TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SignAssembly>true</SignAssembly> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Reference Include="System"> | |||
<Name>System</Name> | |||
</Reference> | |||
<Reference Include="System.Xml"> | |||
<Name>System.XML</Name> | |||
</Reference> | |||
<Reference Include="System.Configuration"> | |||
<Name>System.Configuration</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.Pipeline"> | |||
<SpecificVersion>False</SpecificVersion> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.DefaultPipelines"> | |||
<Name>Microsoft.BizTalk.DefaultPipelines</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.GlobalPropertySchemas"> | |||
<Name>Microsoft.BizTalk.GlobalPropertySchemas</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.TestTools"> | |||
<Name>Microsoft.BizTalk.TestTools</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.XLANGs.BaseTypes"> | |||
<Name>Microsoft.XLANGs.BaseTypes</Name> | |||
</Reference> | |||
<Reference Include="TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.PipelineComponents\v4.0_2.0.1.0__db1d2fbb73684f7d\TM.Shared.PipelineComponents.dll</HintPath> | |||
</Reference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Compile Include="Properties\AssemblyInfo.cs" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="TransSmart.snk" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Pipeline Include="Shipments.XMLReceive.btp"> | |||
<TypeName>Shipments_XMLReceive</TypeName> | |||
<Namespace>TM.TransSmart.Pipelines</Namespace> | |||
<SubType>Designer</SubType> | |||
</Pipeline> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\PipelineComponents\PipelineComponents.csproj"> | |||
<Project>{e4eac238-b75e-450a-ba8f-c6a33a3d939c}</Project> | |||
<Name>PipelineComponents</Name> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" /> | |||
</Project> |
@@ -0,0 +1,39 @@ | |||
using System.Reflection; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.InteropServices; | |||
using Microsoft.XLANGs.BaseTypes; | |||
using Microsoft.BizTalk.XLANGs.BTXEngine; | |||
// General Information about an assembly is controlled through the following | |||
// set of attributes. Change these attribute values to modify the information | |||
// associated with an assembly. | |||
[assembly: AssemblyTitle("Pipelines")] | |||
[assembly: AssemblyDescription("")] | |||
[assembly: AssemblyConfiguration("")] | |||
[assembly: AssemblyCompany("")] | |||
[assembly: AssemblyProduct("Pipelines")] | |||
[assembly: AssemblyCopyright("Copyright © 2017")] | |||
[assembly: AssemblyTrademark("")] | |||
[assembly: AssemblyCulture("")] | |||
[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssemblyAttribute(typeof(BTXService))] | |||
// Setting ComVisible to false makes the types in this assembly not visible | |||
// to COM components. If you need to access a type in this assembly from | |||
// COM, set the ComVisible attribute to true on that type. | |||
[assembly: ComVisible(false)] | |||
// The following GUID is for the ID of the typelib if this project is exposed to COM | |||
[assembly: Guid("cdac5f43-fbd1-4d8d-9d1e-17f3a5801ca6")] | |||
// Version information for an assembly consists of the following four values: | |||
// | |||
// Major Version | |||
// Minor Version | |||
// Build Number | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
[assembly: AssemblyVersion("1.0.3.0")] | |||
[assembly: AssemblyFileVersion("1.0.3.0")] |
@@ -0,0 +1,39 @@ | |||
using System.Reflection; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.InteropServices; | |||
using Microsoft.XLANGs.BaseTypes; | |||
using Microsoft.BizTalk.XLANGs.BTXEngine; | |||
// General Information about an assembly is controlled through the following | |||
// set of attributes. Change these attribute values to modify the information | |||
// associated with an assembly. | |||
[assembly: AssemblyTitle("Schemas")] | |||
[assembly: AssemblyDescription("")] | |||
[assembly: AssemblyConfiguration("")] | |||
[assembly: AssemblyCompany("")] | |||
[assembly: AssemblyProduct("Schemas")] | |||
[assembly: AssemblyCopyright("Copyright © 2017")] | |||
[assembly: AssemblyTrademark("")] | |||
[assembly: AssemblyCulture("")] | |||
[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssemblyAttribute(typeof(BTXService))] | |||
// Setting ComVisible to false makes the types in this assembly not visible | |||
// to COM components. If you need to access a type in this assembly from | |||
// COM, set the ComVisible attribute to true on that type. | |||
[assembly: ComVisible(false)] | |||
// The following GUID is for the ID of the typelib if this project is exposed to COM | |||
[assembly: Guid("fd6d3ac6-a599-4992-ba4c-2747a9f1381d")] | |||
// Version information for an assembly consists of the following four values: | |||
// | |||
// Major Version | |||
// Minor Version | |||
// Build Number | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
[assembly: AssemblyVersion("1.0.0.0")] | |||
[assembly: AssemblyFileVersion("1.0.0.0")] |
@@ -0,0 +1,93 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<PropertyGroup> | |||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
<ProjectGuid>{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}</ProjectGuid> | |||
<ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |||
<OutputType>library</OutputType> | |||
<GenericProcessing>true</GenericProcessing> | |||
<RootNamespace>TM.TransSmart.Schemas</RootNamespace> | |||
<AssemblyName>TM.TransSmart.Schemas</AssemblyName> | |||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |||
<BpelCompliance>True</BpelCompliance> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug\</OutputPath> | |||
<DefineConstants>DEBUG;TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
<DebugType>pdbonly</DebugType> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release\</OutputPath> | |||
<DefineConstants>TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SignAssembly>true</SignAssembly> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<DelaySign>false</DelaySign> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Reference Include="System"> | |||
<Name>System</Name> | |||
</Reference> | |||
<Reference Include="System.Xml"> | |||
<Name>System.XML</Name> | |||
</Reference> | |||
<Reference Include="System.Configuration"> | |||
<Name>System.Configuration</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.Pipeline"> | |||
<SpecificVersion>False</SpecificVersion> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.DefaultPipelines"> | |||
<Name>Microsoft.BizTalk.DefaultPipelines</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.GlobalPropertySchemas"> | |||
<Name>Microsoft.BizTalk.GlobalPropertySchemas</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.TestTools"> | |||
<Name>Microsoft.BizTalk.TestTools</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.XLANGs.BaseTypes"> | |||
<Name>Microsoft.XLANGs.BaseTypes</Name> | |||
</Reference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Compile Include="Properties\AssemblyInfo.cs" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Schema Include="Shipment.xsd"> | |||
<TypeName>Shipment</TypeName> | |||
<Namespace>TM.TransSmart.Schemas</Namespace> | |||
<SubType>Task</SubType> | |||
</Schema> | |||
<Schema Include="Status.xsd"> | |||
<TypeName>Status</TypeName> | |||
<Namespace>TM.TransSmart.Schemas</Namespace> | |||
<SubType>Task</SubType> | |||
</Schema> | |||
<Schema Include="nShift.xsd"> | |||
<TypeName>nShift</TypeName> | |||
<Namespace>TM.TransSmart.Schemas</Namespace> | |||
<SubType>Task</SubType> | |||
</Schema> | |||
<None Include="TransSmart.snk" /> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" /> | |||
</Project> |
@@ -0,0 +1,73 @@ | |||
| |||
Microsoft Visual Studio Solution File, Format Version 12.00 | |||
# Visual Studio 2013 | |||
VisualStudioVersion = 12.0.40629.0 | |||
MinimumVisualStudioVersion = 10.0.40219.1 | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Schemas", "Schemas\Schemas.btproj", "{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}" | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transforms", "Transforms\Transforms.btproj", "{B1BF4328-D58F-4541-8D34-C08B5545B923}" | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{22F4DF7A-33C9-430D-AAF1-616EC2F7C5AC}" | |||
ProjectSection(SolutionItems) = preProject | |||
Deployment\Deployment.btdfproj = Deployment\Deployment.btdfproj | |||
Deployment\InstallWizard.xml = Deployment\InstallWizard.xml | |||
Deployment\License.rtf = Deployment\License.rtf | |||
Deployment\PortBindingsMaster.xml = Deployment\PortBindingsMaster.xml | |||
Deployment\SettingsFileGenerator.xml = Deployment\SettingsFileGenerator.xml | |||
Deployment\UnInstallWizard.xml = Deployment\UnInstallWizard.xml | |||
EndProjectSection | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pipelines", "Pipelines\Pipelines.btproj", "{203120EC-1398-4BD5-96B2-46269F7EA6BA}" | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PipelineComponents", "PipelineComponents\PipelineComponents.csproj", "{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}" | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{2581E85C-A9E6-4AB9-B2B3-0B33BBD2E172}" | |||
ProjectSection(SolutionItems) = preProject | |||
Documentation\TransSmart RevisionLog.xlsx = Documentation\TransSmart RevisionLog.xlsx | |||
EndProjectSection | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Components", "Components\Components.csproj", "{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}" | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Transforms.Test", "Transforms.Test", "{A59D4042-C73C-4D3F-9502-26620414678F}" | |||
ProjectSection(SolutionItems) = preProject | |||
Transforms.Test\Receive Pipeline Result\Test9bKLG-doBooking.xml = Transforms.Test\Receive Pipeline Result\Test9bKLG-doBooking.xml | |||
EndProjectSection | |||
EndProject | |||
Global | |||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | |||
Debug|Any CPU = Debug|Any CPU | |||
Release|Any CPU = Release|Any CPU | |||
EndGlobalSection | |||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Release|Any CPU.Deploy.0 = Release|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Release|Any CPU.Deploy.0 = Release|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Release|Any CPU.Deploy.0 = Release|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}.Release|Any CPU.Build.0 = Release|Any CPU | |||
EndGlobalSection | |||
GlobalSection(SolutionProperties) = preSolution | |||
HideSolutionNode = FALSE | |||
EndGlobalSection | |||
EndGlobal |
@@ -0,0 +1,39 @@ | |||
using System.Reflection; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.InteropServices; | |||
using Microsoft.XLANGs.BaseTypes; | |||
using Microsoft.BizTalk.XLANGs.BTXEngine; | |||
// General Information about an assembly is controlled through the following | |||
// set of attributes. Change these attribute values to modify the information | |||
// associated with an assembly. | |||
[assembly: AssemblyTitle("Transforms")] | |||
[assembly: AssemblyDescription("")] | |||
[assembly: AssemblyConfiguration("")] | |||
[assembly: AssemblyCompany("")] | |||
[assembly: AssemblyProduct("Transforms")] | |||
[assembly: AssemblyCopyright("Copyright © 2017")] | |||
[assembly: AssemblyTrademark("")] | |||
[assembly: AssemblyCulture("")] | |||
[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssemblyAttribute(typeof(BTXService))] | |||
// Setting ComVisible to false makes the types in this assembly not visible | |||
// to COM components. If you need to access a type in this assembly from | |||
// COM, set the ComVisible attribute to true on that type. | |||
[assembly: ComVisible(false)] | |||
// The following GUID is for the ID of the typelib if this project is exposed to COM | |||
[assembly: Guid("b5098331-1247-41b0-88a2-7a3283444da1")] | |||
// Version information for an assembly consists of the following four values: | |||
// | |||
// Major Version | |||
// Minor Version | |||
// Build Number | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
[assembly: AssemblyVersion("1.0.21.0")] | |||
[assembly: AssemblyFileVersion("1.0.21.0")] |
@@ -0,0 +1,89 @@ | |||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" | |||
xmlns:ScriptNS0="http://schemas.microsoft.com/BizTalk/2003/ScriptNS0" | |||
xmlns:ScriptNS1="http://schemas.microsoft.com/BizTalk/2003/ScriptNS1" | |||
xmlns:DateTime="TM.Shared.Components.DateTime" | |||
xmlns:SSO="TM.Shared.Components.SSO" | |||
xmlns:String="TM.Shared.Components.String" | |||
xmlns:s0="http://TM.KLG.com/KLG/OrderStatus/v19A" | |||
xmlns:ns0="http://TM.nShift.messages" | |||
exclude-result-prefixes="s0 ns0 ScriptNS0 ScriptNS1 DateTime SSO String"> | |||
<xsl:output omit-xml-declaration="yes" method="xml" version="1.0" indent="yes" /> | |||
<!-- region global variable initialization --> | |||
<xsl:variable name="connectionString" select="SSO:GetValue('TM.TransSmart', 'ESBLookupConnectionString')"/> | |||
<xsl:variable name ="sender"> | |||
<xsl:choose> | |||
<xsl:when test="/s0:StatusReport/Sender='KLGEUEERSE01'">KLE</xsl:when> | |||
<xsl:when test="/s0:StatusReport/Sender='KLGEUVENLO01'">KLG</xsl:when> | |||
<xsl:otherwise>KLG</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<!-- end region --> | |||
<!-- region templates --> | |||
<xsl:template match="/"> | |||
<xsl:apply-templates select="/s0:StatusReport" /> | |||
</xsl:template> | |||
<xsl:template match="/s0:StatusReport"> | |||
<xsl:variable name="currentDateTime" select="DateTime:GetCurrentDateTime()" /> | |||
<xsl:variable name="currentDate" select="DateTime:GetCurrentDate()" /> | |||
<ns0:root> | |||
<ns0:status> | |||
<xsl:attribute name="carrier"> | |||
<xsl:value-of select="$sender" /> | |||
</xsl:attribute> | |||
<xsl:for-each select="Status"> | |||
<ns0:shipment> | |||
<ns0:lineNo> | |||
<xsl:number/> | |||
</ns0:lineNo> | |||
<ns0:statusTimeStamp> | |||
<xsl:value-of select="DateTime:FormatDateTime(/s0:StatusReport/TimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'yyyyMMddHHmmss', 'statusTimeStamp')"/> | |||
</ns0:statusTimeStamp> | |||
<ns0:reference> | |||
<xsl:value-of select="ShipmentReference"/> | |||
</ns0:reference> | |||
<xsl:if test="StatusCode='DELIVERED'"> | |||
<ns0:deliveryDate> | |||
<xsl:value-of select="DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'yyyyMMdd', 'statusTimeStamp')"/> | |||
</ns0:deliveryDate> | |||
<ns0:deliveryTime> | |||
<xsl:value-of select="DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'HHmmss', 'statusTimeStamp')"/> | |||
</ns0:deliveryTime> | |||
</xsl:if> | |||
<ns0:shipmentStatus> | |||
<xsl:choose> | |||
<xsl:when test="StatusCode='DELIVERED'"> | |||
<xsl:text>DONE</xsl:text> | |||
</xsl:when> | |||
<xsl:when test="StatusCode='DELIVERY' and ReasonCode='TRANSIT'"> | |||
<xsl:text>TRNS</xsl:text> | |||
</xsl:when> | |||
<xsl:otherwise>TRNS</xsl:otherwise> | |||
</xsl:choose> | |||
</ns0:shipmentStatus> | |||
<ns0:carrierStatusCode> | |||
<xsl:value-of select="StatusCode"/> | |||
<xsl:text> </xsl:text> | |||
<xsl:value-of select="ReasonCode"/> | |||
</ns0:carrierStatusCode> | |||
</ns0:shipment> | |||
</xsl:for-each> | |||
</ns0:status> | |||
</ns0:root> | |||
</xsl:template> | |||
<!-- end region --> | |||
<xsl:variable name="dbClose" select="ScriptNS0:DBLookupShutdown()"/> | |||
</xsl:stylesheet> |
@@ -0,0 +1,792 @@ | |||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" | |||
xmlns:ScriptNS0="http://schemas.microsoft.com/BizTalk/2003/ScriptNS0" | |||
xmlns:ScriptNS1="http://schemas.microsoft.com/BizTalk/2003/ScriptNS1" | |||
xmlns:msxsl="urn:schemas-microsoft-com:xslt" | |||
xmlns:DateTime="TM.Shared.Components.DateTime" | |||
xmlns:SSO="TM.Shared.Components.SSO" | |||
xmlns:String="TM.Shared.Components.String" | |||
xmlns:Helper="TM.TransSmart.Components" | |||
xmlns:s0="http://TM.TransSmart.Shipment" | |||
xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A" | |||
exclude-result-prefixes="s0 ns0 ScriptNS0 ScriptNS1 msxsl DateTime SSO String Helper"> | |||
<xsl:output omit-xml-declaration="yes" method="xml" version="1.0" indent="yes" /> | |||
<!-- region global variable initialization --> | |||
<xsl:variable name="connectionString" select="SSO:GetValue('TM.TransSmart', 'ESBLookupConnectionString')"/> | |||
<xsl:variable name="receiver" select="ScriptNS0:DBValueExtract(ScriptNS0:DBLookup(0 , /s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:carrier , $connectionString , 'TM_TransSmart_Receiver' , 'TransSmart_carrier') , 'KLG_receiver')"/> | |||
<xsl:variable name="sender"> | |||
<xsl:choose> | |||
<xsl:when test="$receiver='KLGEUEERSE01'"> | |||
<xsl:choose> | |||
<xsl:when test="normalize-space(ScriptNS0:DBValueExtract(ScriptNS0:DBLookup(0 , concat(/s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:customerId, /s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:costcenter) , $connectionString , 'TM_TransSmart_CompanyCode' , 'TransSmart_customerId+TransSmart_costcentre') , 'KLGEUEERSE01')) != ''"> | |||
<xsl:value-of select="ScriptNS0:DBValueExtract(ScriptNS0:DBLookup(0 , concat(/s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:customerId, /s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:costcenter) , $connectionString , 'TM_TransSmart_CompanyCode' , 'TransSmart_customerId+TransSmart_costcentre') , 'KLGEUEERSE01')"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="ScriptNS0:DBValueExtract(ScriptNS0:DBLookup(0 , /s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:customerId , $connectionString , 'TM_TransSmart_CompanyCode' , 'TransSmart_customerId') , 'KLGEUEERSE01')"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:when test="$receiver='KLGEUVENLO01'"> | |||
<xsl:choose> | |||
<xsl:when test="normalize-space(ScriptNS0:DBValueExtract(ScriptNS0:DBLookup(0 , concat(/s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:customerId, /s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:costcenter) , $connectionString , 'TM_TransSmart_CompanyCode' , 'TransSmart_customerId+TransSmart_costcentre') , 'KLGEUVENLO01')) != ''"> | |||
<xsl:value-of select="ScriptNS0:DBValueExtract(ScriptNS0:DBLookup(0 , concat(/s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:customerId, /s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:costcenter) , $connectionString , 'TM_TransSmart_CompanyCode' , 'TransSmart_customerId+TransSmart_costcentre') , 'KLGEUVENLO01')"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="ScriptNS0:DBValueExtract(ScriptNS0:DBLookup(0 , /s0:carrierBooking/s0:shipments[1]/s0:shipmentInfo[1]/s0:customerId , $connectionString , 'TM_TransSmart_CompanyCode' , 'TransSmart_customerId') , 'KLGEUVENLO01')"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:text></xsl:text> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:variable name="leadtimeSetup" select="ScriptNS0:DBLookup(0 , concat($sender, $receiver), $connectionString , 'TM_TransSmart_Leadtimes' , 'Sender + Receiver')"/> | |||
<xsl:variable name="LeadtimeCalculation" select="ScriptNS0:DBValueExtract($leadtimeSetup, 'Active')" /> | |||
<xsl:variable name="CorrectionDays" select="number(ScriptNS0:DBValueExtract($leadtimeSetup, 'CorrectionDays'))" /> | |||
<xsl:variable name="DefaultLeadtimeDays" select="ScriptNS0:DBValueExtract($leadtimeSetup, 'DefaultDays')" /> | |||
<xsl:variable name="DefaultDeliveryCountry" select="ScriptNS0:DBValueExtract($leadtimeSetup, 'DefaultDeliveryCountry')" /> | |||
<xsl:variable name="DefaultDeliveryTimeFrom" select="ScriptNS0:DBValueExtract($leadtimeSetup, 'DefaultDeliveryTimeFrom')" /> | |||
<xsl:variable name="DefaultDeliveryTimeTo" select="ScriptNS0:DBValueExtract($leadtimeSetup, 'DefaultDeliveryTimeTo')" /> | |||
<xsl:variable name="currentDate" select="DateTime:GetCurrentDate()" /> | |||
<xsl:variable name="currentDateTime" select="DateTime:GetCurrentDateTime()" /> | |||
<!-- end region --> | |||
<!-- region templates --> | |||
<xsl:template match="/"> | |||
<xsl:apply-templates select="/s0:carrierBooking" /> | |||
</xsl:template> | |||
<xsl:template match="/s0:carrierBooking"> | |||
<ns0:Order> | |||
<Sender> | |||
<xsl:value-of select="$sender"/> | |||
</Sender> | |||
<Receiver> | |||
<xsl:value-of select="$receiver"/> | |||
</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference> | |||
<xsl:value-of select="s0:shipments[1]/s0:shipmentInfo[1]/s0:reference"/> | |||
</Reference> | |||
<TimeStamp> | |||
<xsl:value-of select="$currentDateTime" /> | |||
</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date> | |||
<xsl:value-of select="$currentDate" /> | |||
</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<xsl:for-each select="s0:shipments/s0:shipmentInfo"> | |||
<Shipment> | |||
<xsl:call-template name="Shipment"/> | |||
</Shipment> | |||
</xsl:for-each> | |||
</ns0:Order> | |||
</xsl:template> | |||
<xsl:template name="Shipment"> | |||
<Consignor> | |||
<xsl:value-of select="$sender"/> | |||
</Consignor> | |||
<ConsignorReference> | |||
<xsl:value-of select="s0:reference"/> | |||
</ConsignorReference> | |||
<Debtor> | |||
<xsl:value-of select="$sender"/> | |||
</Debtor> | |||
<DebtorReference> | |||
<xsl:choose> | |||
<xsl:when test="normalize-space(s0:additionalReferences/s0:additionalReference[s0:type='ORDER']/s0:value) != ''"> | |||
<xsl:value-of select="s0:additionalReferences/s0:additionalReference[s0:type='ORDER']/s0:value"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="s0:reference"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</DebtorReference> | |||
<Incoterm> | |||
<xsl:choose> | |||
<xsl:when test="s0:incoterms = 'DDU'">DAP</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="s0:incoterms"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</Incoterm> | |||
<IncotermCity/> | |||
<IncotermCountryCode/> | |||
<xsl:variable name="deliveryFeatures"> | |||
<xsl:if test="s0:serviceLevelOther!=''"> | |||
<!-- Transsmart heeft een probleem met underscores in het serviceLevel element --> | |||
<!-- Daarom gebruiken zij ~ en moet KLG deze vervangen door _ --> | |||
<!-- Meerdere services worden gescheiden door een + teken --> | |||
<xsl:call-template name="features"> | |||
<xsl:with-param name="splitString" select="translate(s0:serviceLevelOther,'~','_')"/> | |||
<xsl:with-param name="delimiter" select="'+'"/> | |||
</xsl:call-template> | |||
</xsl:if> | |||
</xsl:variable> | |||
<xsl:call-template name="Address_SF" /> | |||
<xsl:call-template name="Address_ST"> | |||
<xsl:with-param name="deliveryFeatures" select="$deliveryFeatures"/> | |||
</xsl:call-template> | |||
<xsl:call-template name="Good"> | |||
<xsl:with-param name="deliveryFeatures" select="$deliveryFeatures"/> | |||
</xsl:call-template> | |||
</xsl:template> | |||
<xsl:template name="Address_SF"> | |||
<xsl:variable name="collectionDate" select="concat(substring(s0:pickupDate, 1, 4), '-', substring(s0:pickupDate, 5, 2), '-', substring(s0:pickupDate, 7, 2))"/> | |||
<xsl:variable name="collectionTimeFrom" select="concat(substring(s0:pickupTime, 1, 2), ':', substring(s0:pickupTime, 3, 2), ':00')"/> | |||
<xsl:variable name="collectionTimeUntill" select="concat(substring(s0:pickupTimeTo, 1, 2), ':', substring(s0:pickupTimeTo, 3, 2), ':00')"/> | |||
<xsl:variable name="loadingDateTimeFrom"> | |||
<xsl:choose> | |||
<xsl:when test="not($collectionDate = '00000000') and not(normalize-space($collectionDate)='') and string-length($collectionDate) = 10"> | |||
<xsl:choose> | |||
<xsl:when test="not(normalize-space($collectionTimeFrom)='') and string-length($collectionTimeFrom) = 8"> | |||
<xsl:value-of select="concat($collectionDate, 'T', $collectionTimeFrom)" /> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="concat($collectionDate, 'T07:00:00')" /> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="concat($currentDate, 'T07:00:00')"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:variable name="loadingDateTimeTo"> | |||
<xsl:choose> | |||
<xsl:when test="not($collectionDate = '00000000') and not(normalize-space($collectionDate)='') and string-length($collectionDate) = 10"> | |||
<xsl:choose> | |||
<xsl:when test="not(normalize-space($collectionTimeUntill)='') and string-length($collectionTimeUntill) = 8"> | |||
<xsl:value-of select="concat($collectionDate, 'T', $collectionTimeUntill)" /> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="concat($collectionDate, 'T16:00:00')" /> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="concat($currentDate, 'T16:00:00')"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:variable name="loadingReference"> | |||
<xsl:choose> | |||
<xsl:when test="$sender = 'JOBESHEERE01' and substring(s0:instruction,1,3) = 'RDV'"> | |||
<xsl:value-of select="s0:instruction"/> | |||
</xsl:when> | |||
<xsl:when test="normalize-space(s0:additionalReferences/s0:additionalReference[s0:type='ROUTE_ID']/s0:value) != ''"> | |||
<xsl:value-of select="s0:additionalReferences/s0:additionalReference[s0:type='ROUTE_ID']/s0:value"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="s0:reference"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<xsl:call-template name="Address"> | |||
<xsl:with-param name="addressCode" select="''" /> | |||
<xsl:with-param name="name1" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:name" /> | |||
<xsl:with-param name="name2" select = "''" /> | |||
<xsl:with-param name="address1" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:street1" /> | |||
<xsl:with-param name="address2" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:street2" /> | |||
<xsl:with-param name="postalCode" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:zipCode" /> | |||
<xsl:with-param name="city" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:city" /> | |||
<xsl:with-param name="region" select = "s0:addresses/s0:address[s0:type = 'SEND' and s0:countryCode = 'IE']/s0:state" /> | |||
<xsl:with-param name="countryCode" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:countryCode" /> | |||
<xsl:with-param name="start" select = "$loadingDateTimeFrom" /> | |||
<xsl:with-param name="end" select = "$loadingDateTimeTo" /> | |||
<xsl:with-param name="reference" select = "$loadingReference" /> | |||
<xsl:with-param name="externalRemark1" select = "''" /> | |||
<xsl:with-param name="externalRemark2" select = "''" /> | |||
<xsl:with-param name="internalRemark1" select = "''" /> | |||
<xsl:with-param name="internalRemark2" select = "''" /> | |||
</xsl:call-template> | |||
<xsl:call-template name="ContactPerson"> | |||
<xsl:with-param name="name" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:contact" /> | |||
<xsl:with-param name="phone" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:telNo" /> | |||
<xsl:with-param name="fax" select = "''" /> | |||
<xsl:with-param name="email" select = "s0:addresses/s0:address[s0:type = 'SEND']/s0:email" /> | |||
</xsl:call-template> | |||
</Address> | |||
</xsl:template> | |||
<xsl:template name="Address_ST"> | |||
<xsl:param name="reference" /> | |||
<xsl:param name="deliveryFeatures" /> | |||
<xsl:variable name="collectionDate" select="concat(substring(s0:pickupDate/text(), 1, 4), '-', substring(s0:pickupDate/text(), 5, 2), '-', substring(s0:pickupDate/text(), 7, 2))"/> | |||
<xsl:variable name ="adjustedDeliveryDateTimeFrom"> | |||
<xsl:choose> | |||
<xsl:when test="number(DateTime:CompareDateTime($currentDate, $collectionDate)) <= 0"> | |||
<xsl:value-of select="concat(DateTime:GetWorkday($collectionDate, '2', 'NL'),'T07:00:00')"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="concat($currentDate, 'T07:00:00')"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:variable name ="adjustedDeliveryDateTimeTo"> | |||
<xsl:choose> | |||
<xsl:when test="number(DateTime:CompareDateTime($currentDate, $collectionDate)) <= 0"> | |||
<xsl:value-of select="concat(DateTime:GetWorkday($collectionDate, '2', 'NL'),'T16:00:00')"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="concat($currentDate, 'T16:00:00')"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:variable name="deliveryDate" select="concat(substring(s0:requestedDeliveryDate/text(), 1, 4), '-', substring(s0:requestedDeliveryDate/text(), 5, 2), '-', substring(s0:requestedDeliveryDate/text(), 7, 2))"/> | |||
<xsl:variable name="deliveryTimeFrom" select="concat(substring(s0:requestedDeliveryTime/text(), 1, 2), ':', substring(s0:requestedDeliveryTime/text(), 3, 2), ':00')"/> | |||
<xsl:variable name="deliveryTimeUntill" select="concat(substring(s0:requestedDeliveryTimeTo/text(), 1, 2), ':', substring(s0:requestedDeliveryTimeTo/text(), 3, 2), ':00')"/> | |||
<xsl:variable name="deliveryDateTimeFrom"> | |||
<xsl:choose> | |||
<xsl:when test="not($deliveryDate = '00000000') and not(normalize-space($deliveryDate)='') and string-length($deliveryDate) = 10"> | |||
<xsl:choose> | |||
<xsl:when test="not($deliveryTimeFrom = '00:00:00') and not(normalize-space($deliveryTimeFrom)='') and string-length($deliveryTimeFrom) = 8"> | |||
<xsl:value-of select="concat($deliveryDate, 'T', $deliveryTimeFrom)" /> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="concat($deliveryDate, 'T07:00:00')" /> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="$adjustedDeliveryDateTimeFrom"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:variable name="deliveryDateTimeTo"> | |||
<xsl:choose> | |||
<xsl:when test="not($deliveryDate = '00000000') and not(normalize-space($deliveryDate)='') and string-length($deliveryDate) = 10"> | |||
<xsl:choose> | |||
<xsl:when test="not($deliveryTimeUntill = '00:00:00') and not(normalize-space($deliveryTimeUntill)='') and string-length($deliveryTimeUntill) = 8"> | |||
<xsl:value-of select="concat($deliveryDate, 'T', $deliveryTimeUntill)" /> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="concat($deliveryDate, 'T16:00:00')" /> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="$adjustedDeliveryDateTimeTo"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<xsl:variable name="deliveryReference"> | |||
<xsl:choose> | |||
<xsl:when test="s0:additionalReferences/s0:additionalReference[s0:type='YOUR_REFERENCE'] and normalize-space(s0:additionalReferences/s0:additionalReference[s0:type='YOUR_REFERENCE']/s0:value)!=''"> | |||
<xsl:value-of select="s0:additionalReferences/s0:additionalReference[s0:type='YOUR_REFERENCE']/s0:value"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="s0:reference"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:call-template name="Address"> | |||
<xsl:with-param name="addressCode" select="''" /> | |||
<xsl:with-param name="name1" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:name" /> | |||
<xsl:with-param name="name2" select = "''" /> | |||
<xsl:with-param name="address1" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:street1" /> | |||
<xsl:with-param name="address2" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:street2" /> | |||
<xsl:with-param name="postalCode" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:zipCode" /> | |||
<xsl:with-param name="city" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:city" /> | |||
<xsl:with-param name="region" select = "s0:addresses/s0:address[s0:type = 'RECV' and s0:countryCode = 'IE']/s0:state" /> | |||
<xsl:with-param name="countryCode" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:countryCode" /> | |||
<xsl:with-param name="start" select = "$deliveryDateTimeFrom" /> | |||
<xsl:with-param name="end" select = "$deliveryDateTimeTo" /> | |||
<xsl:with-param name="reference" select = "$deliveryReference" /> | |||
<xsl:with-param name="externalRemark1" select = "''" /> | |||
<xsl:with-param name="externalRemark2" select = "s0:instruction" /> | |||
<xsl:with-param name="internalRemark1" select = "''" /> | |||
<xsl:with-param name="internalRemark2" select = "''" /> | |||
</xsl:call-template> | |||
<!--<xsl:if test="s0:serviceLevelTime!=''"> | |||
<xsl:call-template name="features"> | |||
<xsl:with-param name="splitString" select="translate(s0:serviceLevelTime,'~','_')"/> | |||
<xsl:with-param name="delimiter" select="'+'"/> | |||
</xsl:call-template> | |||
</xsl:if>--> | |||
<xsl:copy-of select="$deliveryFeatures"/> | |||
<xsl:if test="$LeadtimeCalculation = 'True'"> | |||
<Parametergroup> | |||
<Groupname> | |||
<xsl:text>LeadtimeData</xsl:text> | |||
</Groupname> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>ReceiverPostalcode</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:value-of select="translate(s0:addresses/s0:address[s0:type = 'RECV']/s0:zipCode, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ ', '')"/> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>SenderPostalcode</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:value-of select="translate(s0:addresses/s0:address[s0:type = 'SEND']/s0:zipCode, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ ', '')"/> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>ReceiverCountry</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:value-of select="s0:addresses/s0:address[s0:type = 'RECV']/s0:countryCode"/> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>SenderCountry</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:value-of select="s0:addresses/s0:address[s0:type = 'SEND']/s0:countryCode"/> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>PackageQuantity</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:value-of select="sum(s0:shipmentLines/s0:shipmentLine/s0:quantity)"/> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>PackageKilogram</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:value-of select="sum(s0:shipmentLines/s0:shipmentLine/s0:measurements/s0:weight)"/> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>ADR</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:text>false</xsl:text> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>defaultLeadDate</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:value-of select="DateTime:GetWorkday(concat(substring(s0:pickupDate/text(), 1, 4), '-', substring(s0:pickupDate/text(), 5, 2), '-', substring(s0:pickupDate/text(), 7, 2)), $DefaultLeadtimeDays, $DefaultDeliveryCountry)"/> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>StartingDate</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<!--<xsl:value-of select="concat(substring(s0:pickupDate/text(), 1, 4), '-', substring(s0:pickupDate/text(), 5, 2), '-', substring(s0:pickupDate/text(), 7, 2))"/> | |||
<xsl:text> Correction </xsl:text> | |||
<xsl:value-of select="$CorrectionDays"/> | |||
<xsl:text> Result </xsl:text>--> | |||
<xsl:value-of select="DateTime:GetWorkday(concat(substring(s0:pickupDate/text(), 1, 4), '-', substring(s0:pickupDate/text(), 5, 2), '-', substring(s0:pickupDate/text(), 7, 2)), $CorrectionDays, s0:addresses/s0:address[s0:type = 'SEND']/s0:countryCode)"/> | |||
<!--<xsl:text> Loading </xsl:text> | |||
<xsl:value-of select="s0:addresses/s0:address[s0:type = 'SEND']/s0:countryCode"/>--> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>timeFrom</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:choose> | |||
<xsl:when test="not($deliveryTimeFrom = '00:00:00') and not(normalize-space($deliveryTimeFrom)='') and string-length($deliveryTimeFrom) = 8"> | |||
<xsl:value-of select="$deliveryTimeFrom"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="$DefaultDeliveryTimeFrom"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>timeTo</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:choose> | |||
<xsl:when test="not($deliveryTimeUntill = '00:00:00') and not(normalize-space($deliveryTimeUntill)='') and string-length($deliveryTimeUntill) = 8"> | |||
<xsl:value-of select="$deliveryTimeUntill"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="$DefaultDeliveryTimeTo"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>CompanyCode</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:value-of select="$sender"/> | |||
</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
</xsl:if> | |||
<xsl:call-template name="ContactPerson"> | |||
<xsl:with-param name="name" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:contact" /> | |||
<xsl:with-param name="phone" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:telNo" /> | |||
<xsl:with-param name="fax" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:faxNo" /> | |||
<xsl:with-param name="email" select = "s0:addresses/s0:address[s0:type = 'RECV']/s0:email" /> | |||
</xsl:call-template> | |||
</Address> | |||
</xsl:template> | |||
<xsl:template name="Address"> | |||
<xsl:param name="addressCode" /> | |||
<xsl:param name="name1" /> | |||
<xsl:param name="name2" /> | |||
<xsl:param name="address1" /> | |||
<xsl:param name="address2" /> | |||
<xsl:param name="postalCode" /> | |||
<xsl:param name="city" /> | |||
<xsl:param name="region" /> | |||
<xsl:param name="countryCode" /> | |||
<xsl:param name="start" /> | |||
<xsl:param name="end" /> | |||
<xsl:param name="reference" /> | |||
<xsl:param name="externalRemark1" /> | |||
<xsl:param name="externalRemark2" /> | |||
<xsl:param name="internalRemark1" /> | |||
<xsl:param name="internalRemark2" /> | |||
<AddressCode> | |||
<xsl:value-of select="$addressCode" /> | |||
</AddressCode> | |||
<Name1> | |||
<xsl:value-of select="$name1" /> | |||
</Name1> | |||
<Name2> | |||
<xsl:value-of select="$name2" /> | |||
</Name2> | |||
<Address1> | |||
<xsl:value-of select="$address1" /> | |||
</Address1> | |||
<Address2> | |||
<xsl:value-of select="$address2" /> | |||
</Address2> | |||
<PostalCode> | |||
<xsl:value-of select="$postalCode" /> | |||
</PostalCode> | |||
<City> | |||
<xsl:value-of select="$city" /> | |||
</City> | |||
<Region> | |||
<xsl:value-of select="$region" /> | |||
</Region> | |||
<CountryCode> | |||
<xsl:value-of select="$countryCode" /> | |||
</CountryCode> | |||
<Start> | |||
<xsl:value-of select="$start" /> | |||
</Start> | |||
<End> | |||
<xsl:value-of select="$end" /> | |||
</End> | |||
<Reference> | |||
<xsl:value-of select="$reference" /> | |||
</Reference> | |||
<ExternalRemark1> | |||
<xsl:value-of select="$externalRemark1" /> | |||
</ExternalRemark1> | |||
<ExternalRemark2> | |||
<xsl:value-of select="$externalRemark2" /> | |||
</ExternalRemark2> | |||
<InternalRemark1> | |||
<xsl:value-of select="$internalRemark1" /> | |||
</InternalRemark1> | |||
<InternalRemark2> | |||
<xsl:value-of select="$internalRemark2" /> | |||
</InternalRemark2> | |||
</xsl:template> | |||
<xsl:template name="features"> | |||
<xsl:param name="splitString" select="."/> | |||
<xsl:param name="delimiter" select="'+'"/> | |||
<xsl:choose> | |||
<xsl:when test="contains($splitString,$delimiter)"> | |||
<xsl:call-template name="feature"> | |||
<xsl:with-param name="service" select="substring-before($splitString,$delimiter)"/> | |||
</xsl:call-template> | |||
<xsl:call-template name="features"> | |||
<xsl:with-param name="splitString" select="substring-after($splitString,$delimiter)"/> | |||
<xsl:with-param name="delimiter" select="$delimiter"/> | |||
</xsl:call-template> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:call-template name="feature"> | |||
<xsl:with-param name="service" select="$splitString"/> | |||
</xsl:call-template> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:template> | |||
<xsl:template name="feature"> | |||
<xsl:param name="service"/> | |||
<!--Het Transsmart service level STANDARD wordt door KLG genegeerd | |||
c.q. niet als feature opgenomen | |||
<xsl:if test="$service!='STANDARD'">--> | |||
<Feature> | |||
<FeatureCode> | |||
<xsl:value-of select="$service"/> | |||
</FeatureCode> | |||
<xsl:if test="$service='APP_REQ_EMAIL' or $service='APP_REQ_FAX' or $service='APP_REQ_INTERNET' or $service='APP_REQ_PHONE'"> | |||
<AdditionalValue> | |||
<xsl:if test="$service='APP_REQ_EMAIL'"> | |||
<xsl:value-of select="s0:addresses/s0:address[s0:type = 'RECV']/s0:email"/> | |||
</xsl:if> | |||
<xsl:if test="$service='APP_REQ_FAX'"> | |||
<xsl:value-of select="s0:addresses/s0:address[s0:type = 'RECV']/s0:faxNo"/> | |||
</xsl:if> | |||
<xsl:if test="$service='APP_REQ_INTERNET'"> | |||
</xsl:if> | |||
<xsl:if test=" $service='APP_REQ_PHONE'"> | |||
<xsl:value-of select="s0:addresses/s0:address[s0:type = 'RECV']/s0:telNo"/> | |||
</xsl:if> | |||
</AdditionalValue> | |||
</xsl:if> | |||
</Feature> | |||
<!--</xsl:if>--> | |||
</xsl:template> | |||
<xsl:template name="ContactPerson"> | |||
<xsl:param name="name" /> | |||
<xsl:param name="phone" /> | |||
<xsl:param name="fax" /> | |||
<xsl:param name="email" /> | |||
<ContactPerson> | |||
<Name> | |||
<xsl:value-of select="$name" /> | |||
</Name> | |||
<Phone> | |||
<xsl:value-of select="$phone" /> | |||
</Phone> | |||
<Fax> | |||
<xsl:value-of select="$fax" /> | |||
</Fax> | |||
<Email> | |||
<xsl:value-of select="$email" /> | |||
</Email> | |||
</ContactPerson> | |||
</xsl:template> | |||
<xsl:template name="Good"> | |||
<xsl:param name="deliveryFeatures" /> | |||
<xsl:for-each select="s0:shipmentLines/s0:shipmentLine"> | |||
<!--Current Line values ...--> | |||
<xsl:variable name="cType" select="s0:packageType" /> | |||
<xsl:variable name="cDesc" select="s0:description" /> | |||
<xsl:variable name="cLeng" select="s0:measurements/s0:length" /> | |||
<xsl:variable name="cWidt" select="s0:measurements/s0:width" /> | |||
<xsl:variable name="cHeig" select="s0:measurements/s0:height" /> | |||
<xsl:if test="generate-id() = generate-id(../s0:shipmentLine[s0:packageType=$cType][s0:description=$cDesc][s0:measurements/s0:length=$cLeng][s0:measurements/s0:width=$cWidt][s0:measurements/s0:height=$cHeig][1])"> | |||
<xsl:variable name="tQuantity" select="sum(../s0:shipmentLine[s0:packageType=$cType][s0:description=$cDesc][s0:measurements/s0:length=$cLeng][s0:measurements/s0:width=$cWidt][s0:measurements/s0:height=$cHeig]/s0:quantity)" /> | |||
<xsl:variable name="tWeight" select="round(sum(../s0:shipmentLine[s0:packageType=$cType][s0:description=$cDesc][s0:measurements/s0:length=$cLeng][s0:measurements/s0:width=$cWidt][s0:measurements/s0:height=$cHeig]/s0:measurements/s0:weight))"/> | |||
<Good> | |||
<xsl:variable name="packageType" select="Helper:GetDelimitedValueByIndex(s0:packageType, '|', 0)"/> | |||
<xsl:variable name="packageExchange" select="Helper:GetDelimitedValueByIndex(s0:packageType, '|', 1)"/> | |||
<xsl:variable name="Stackable" select="Helper:GetDelimitedValueByIndex(s0:packageType, '|', 2)"/> | |||
<!--<DEBUG> | |||
<TYPE> | |||
<xsl:value-of select="$packageType"/> | |||
</TYPE> | |||
<EXCHANGE> | |||
<xsl:value-of select="$packageExchange"/> | |||
</EXCHANGE> | |||
<STACKABLE> | |||
<xsl:value-of select="$Stackable"/> | |||
</STACKABLE> | |||
</DEBUG>--> | |||
<PackingQty> | |||
<xsl:value-of select="$tQuantity"/> | |||
</PackingQty> | |||
<PackingType> | |||
<!--<xsl:choose> | |||
<xsl:when test="contains(s0:packageType, '|')"> | |||
<xsl:value-of select="substring-before(s0:packageType, '|')"/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="s0:packageType"/> | |||
</xsl:otherwise> | |||
</xsl:choose>--> | |||
<xsl:value-of select="$packageType"/> | |||
</PackingType> | |||
<!-- igv Feature NR exchange negeren --> | |||
<!--<xsl:if test="contains(s0:packageType, '|') and not(msxsl:node-set($deliveryFeatures)/Feature/FeatureCode = 'NR')">--> | |||
<xsl:if test="$packageExchange!='' and not(msxsl:node-set($deliveryFeatures)/Feature/FeatureCode = 'NR')"> | |||
<PackingExchange> | |||
<!--<xsl:value-of select="substring-after(s0:packageType, '|')"/>--> | |||
<xsl:value-of select="$packageExchange"/> | |||
</PackingExchange> | |||
</xsl:if> | |||
<ProductDescription> | |||
<xsl:value-of select="s0:description"/> | |||
</ProductDescription> | |||
<BrutoWeight> | |||
<xsl:value-of select="$tWeight"/> | |||
</BrutoWeight> | |||
<NettoWeight> | |||
<xsl:value-of select="$tWeight"/> | |||
</NettoWeight> | |||
<LoadingMeter> | |||
<xsl:value-of select="format-number(((((round($cLeng) * round($cWidt)) div 24000) * $tQuantity) * 100) div 100,'##0.00' )"/> | |||
</LoadingMeter> | |||
<Volume> | |||
<xsl:value-of select="((round($cLeng) * round($cWidt) * round($cHeig)) * $tQuantity) div 1000000"/> | |||
</Volume> | |||
<xsl:if test="String:IsNumeric($Stackable)"> | |||
<StackingLayers> | |||
<xsl:value-of select="$Stackable"/> | |||
</StackingLayers> | |||
</xsl:if> | |||
<PackingLength> | |||
<xsl:value-of select="$cLeng"/> | |||
</PackingLength> | |||
<PackingWidth> | |||
<xsl:value-of select="$cWidt"/> | |||
</PackingWidth> | |||
<PackingHeight> | |||
<xsl:value-of select="$cHeig"/> | |||
</PackingHeight> | |||
<xsl:for-each select="../s0:shipmentLine[s0:packageType=$cType][s0:description=$cDesc][s0:measurements/s0:length=$cLeng][s0:measurements/s0:width=$cWidt][s0:measurements/s0:height=$cHeig]/s0:dangerousGoods/s0:dangerousGoodsInfo"> | |||
<DangerousGood> | |||
<DGSADRCode/> | |||
<UNNumber> | |||
<xsl:value-of select="s0:unCode/text()"/> | |||
</UNNumber> | |||
<Class/> | |||
<SubClass1> | |||
<xsl:value-of select="s0:hazardClassPrimary/text()"/> | |||
</SubClass1> | |||
<SubClass2> | |||
<xsl:value-of select="s0:hazardClassSecondary/text()"/> | |||
</SubClass2> | |||
<SubClass3/> | |||
<Classification> | |||
<xsl:value-of select="s0:classificationCode/text()"/> | |||
</Classification> | |||
<Labels/> | |||
<Qty> | |||
<xsl:value-of select="s0:quantity/text()"/> | |||
</Qty> | |||
<Weight> | |||
<xsl:value-of select="s0:measurements[s0:weightUom='KG']/s0:weight/text()"/> | |||
</Weight> | |||
<Volume/> | |||
<ProductDescription> | |||
<xsl:value-of select="s0:description/text()"/> | |||
</ProductDescription> | |||
<PackageType> | |||
<xsl:value-of select="s0:packingType/text()"/> | |||
</PackageType> | |||
<PackingGroup> | |||
<xsl:choose> | |||
<xsl:when test="s0:packingGroup/text() = '0'"> | |||
<xsl:text>0</xsl:text> | |||
</xsl:when> | |||
<xsl:when test="s0:packingGroup/text() = '1'"> | |||
<xsl:text>I</xsl:text> | |||
</xsl:when> | |||
<xsl:when test="s0:packingGroup/text() = '2'"> | |||
<xsl:text>II</xsl:text> | |||
</xsl:when> | |||
<xsl:when test="s0:packingGroup/text() = '3'"> | |||
<xsl:text>III</xsl:text> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select="s0:packingGroup/text()"/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</PackingGroup> | |||
<TransportCategory/> | |||
<NOSText/> | |||
<TunnelRestrictionCode> | |||
<xsl:value-of select="s0:tunnelCode/text()"/> | |||
</TunnelRestrictionCode> | |||
<EnvironmentallyHazardous/> | |||
<MarinePollutant/> | |||
<xsl:choose> | |||
<xsl:when test="s0:limitedQuantity > '0' and s0:limitedQuantity != 'N'"> | |||
<LimitedQuantity><xsl:text>Y</xsl:text></LimitedQuantity> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<LimitedQuantity/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
<LocalizedDescription/> | |||
</DangerousGood> | |||
</xsl:for-each> | |||
</Good> | |||
</xsl:if> | |||
</xsl:for-each> | |||
</xsl:template> | |||
<!-- end region --> | |||
<xsl:variable name="dbClose" select="ScriptNS0:DBLookupShutdown()"/> | |||
</xsl:stylesheet> |
@@ -0,0 +1,114 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<PropertyGroup> | |||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
<ProjectGuid>{B1BF4328-D58F-4541-8D34-C08B5545B923}</ProjectGuid> | |||
<ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |||
<OutputType>library</OutputType> | |||
<GenericProcessing>true</GenericProcessing> | |||
<RootNamespace>TM.TransSmart.Transforms</RootNamespace> | |||
<AssemblyName>TM.TransSmart.Transforms</AssemblyName> | |||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |||
<BpelCompliance>True</BpelCompliance> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug\</OutputPath> | |||
<DefineConstants>DEBUG;TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
<DebugType>pdbonly</DebugType> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release\</OutputPath> | |||
<DefineConstants>TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SignAssembly>true</SignAssembly> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Reference Include="System"> | |||
<Name>System</Name> | |||
</Reference> | |||
<Reference Include="System.Xml"> | |||
<Name>System.XML</Name> | |||
</Reference> | |||
<Reference Include="System.Configuration"> | |||
<Name>System.Configuration</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.Pipeline"> | |||
<SpecificVersion>False</SpecificVersion> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.DefaultPipelines"> | |||
<Name>Microsoft.BizTalk.DefaultPipelines</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.GlobalPropertySchemas"> | |||
<Name>Microsoft.BizTalk.GlobalPropertySchemas</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.TestTools"> | |||
<Name>Microsoft.BizTalk.TestTools</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.XLANGs.BaseTypes"> | |||
<Name>Microsoft.XLANGs.BaseTypes</Name> | |||
</Reference> | |||
<Reference Include="TM.Shared.Components, Version=1.0.8.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Components\v4.0_1.0.7.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath> | |||
</Reference> | |||
<Reference Include="TM.Shared.Schemas, Version=1.0.4.0, Culture=neutral, PublicKeyToken=013b7f851874cb98, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas\v4.0_1.0.3.0__013b7f851874cb98\TM.Shared.Schemas.dll</HintPath> | |||
</Reference> | |||
<Reference Include="TM.Shared.Schemas_v19A, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b81369b4a5e38b56, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas_v19A\v4.0_1.0.0.0__b81369b4a5e38b56\TM.Shared.Schemas_v19A.dll</HintPath> | |||
</Reference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Compile Include="Properties\AssemblyInfo.cs" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="TransSmart.snk" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Map Include="TM.TransSmart.Shipment_to_TM.Shared.Order.btm"> | |||
<TypeName>TM_TransSmart_Shipment_to_TM_Shared_Order</TypeName> | |||
<Namespace>TM.TransSmart.Transforms</Namespace> | |||
<SubType>Task</SubType> | |||
</Map> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Content Include="CustomExtensions.xml" /> | |||
<Content Include="TM.TransSmart.Shipment_to_TM.Shared.Order.xsl"> | |||
<SubType>Designer</SubType> | |||
</Content> | |||
<Content Include="TM.Shared.OrderStatus_to_TM.TransSmart.Status.xsl"> | |||
<SubType>Designer</SubType> | |||
</Content> | |||
<Map Include="TM.Shared.OrderStatus_to_TM.TransSmart.Status.btm"> | |||
<TypeName>TM_Shared_OrderStatus_to_TM_TransSmart_Status</TypeName> | |||
<Namespace>TM.TransSmart.Transforms</Namespace> | |||
<SubType>Task</SubType> | |||
</Map> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\Schemas\Schemas.btproj"> | |||
<Project>{df601dc7-9f2a-4805-bf5c-0c8b1024ac63}</Project> | |||
<Name>Schemas</Name> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" /> | |||
</Project> |
@@ -0,0 +1,66 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | |||
<PropertyGroup> | |||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
<ProjectGuid>{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}</ProjectGuid> | |||
<OutputType>Library</OutputType> | |||
<AppDesignerFolder>Properties</AppDesignerFolder> | |||
<RootNamespace>TM.TransSmart.Components</RootNamespace> | |||
<AssemblyName>TM.TransSmart.Components</AssemblyName> | |||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |||
<FileAlignment>512</FileAlignment> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug\</OutputPath> | |||
<DefineConstants>DEBUG;TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
<DebugType>pdbonly</DebugType> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release\</OutputPath> | |||
<DefineConstants>TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SignAssembly>true</SignAssembly> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Reference Include="System" /> | |||
<Reference Include="System.Core" /> | |||
<Reference Include="System.Xml.Linq" /> | |||
<Reference Include="System.Data.DataSetExtensions" /> | |||
<Reference Include="Microsoft.CSharp" /> | |||
<Reference Include="System.Data" /> | |||
<Reference Include="System.Xml" /> | |||
<Reference Include="TM.Shared.Components, Version=1.0.9.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Components\v4.0_1.0.9.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath> | |||
</Reference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Compile Include="Helper.cs" /> | |||
<Compile Include="Properties\AssemblyInfo.cs" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="TransSmart.snk" /> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |||
Other similar extension points exist, see Microsoft.Common.targets. | |||
<Target Name="BeforeBuild"> | |||
</Target> | |||
<Target Name="AfterBuild"> | |||
</Target> | |||
--> | |||
</Project> |
@@ -0,0 +1,75 @@ | |||
using System; | |||
using System.Collections; | |||
using System.Collections.Generic; | |||
using System.Linq; | |||
using System.Text; | |||
using System.Threading.Tasks; | |||
using TM.Shared.Components; | |||
namespace TM.TransSmart.Components | |||
{ | |||
public class Helper | |||
{ | |||
public string AdjustDeliveryDateTimeFrom(string loadingDate) | |||
{ | |||
string result = GetAdjustedDeliveyDate(loadingDate); | |||
result += "T07:00:00"; | |||
return result; | |||
} | |||
public string AdjustDeliveryDateTimeTo(string loadingDate) | |||
{ | |||
string result = GetAdjustedDeliveyDate(loadingDate); | |||
result += "T16:00:00"; | |||
return result; | |||
} | |||
private static string GetAdjustedDeliveyDate(string loadingDate) | |||
{ | |||
var curdate = DateTime.Now.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture); | |||
var dateCompareResult = String.Compare(curdate, loadingDate); | |||
string result; | |||
DateTime lDate = DateTime.ParseExact(loadingDate, "yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture); | |||
if (dateCompareResult <= 0) | |||
{ | |||
result = lDate.AddDays(2).ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture); | |||
} | |||
else | |||
{ | |||
result = DateTime.Now.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture); | |||
} | |||
return result; | |||
} | |||
public string GetDelimitedValueByIndex(string input, string delimiter, string xsltIndex) | |||
{ | |||
string result = ""; | |||
try | |||
{ | |||
int index = Convert.ToInt16(xsltIndex); | |||
if (input.EndsWith(delimiter)) | |||
{ | |||
input = input.Remove(input.Length - 1, 1); | |||
} | |||
ArrayList array_reference = new ArrayList(input.Split(Convert.ToChar(delimiter))); | |||
if (array_reference.Count - 1 >= index) | |||
{ | |||
result = Convert.ToString(array_reference[index]); | |||
} | |||
} | |||
catch (Exception) { } | |||
return result; | |||
} | |||
} | |||
} |
@@ -0,0 +1,36 @@ | |||
using System.Reflection; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.InteropServices; | |||
// General Information about an assembly is controlled through the following | |||
// set of attributes. Change these attribute values to modify the information | |||
// associated with an assembly. | |||
[assembly: AssemblyTitle("Components")] | |||
[assembly: AssemblyDescription("")] | |||
[assembly: AssemblyConfiguration("")] | |||
[assembly: AssemblyCompany("")] | |||
[assembly: AssemblyProduct("Components")] | |||
[assembly: AssemblyCopyright("Copyright © 2018")] | |||
[assembly: AssemblyTrademark("")] | |||
[assembly: AssemblyCulture("")] | |||
// Setting ComVisible to false makes the types in this assembly not visible | |||
// to COM components. If you need to access a type in this assembly from | |||
// COM, set the ComVisible attribute to true on that type. | |||
[assembly: ComVisible(false)] | |||
// The following GUID is for the ID of the typelib if this project is exposed to COM | |||
[assembly: Guid("b53719f9-53a6-46de-aa17-fbf411ad7a12")] | |||
// Version information for an assembly consists of the following four values: | |||
// | |||
// Major Version | |||
// Minor Version | |||
// Build Number | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
[assembly: AssemblyVersion("1.0.1.0")] | |||
[assembly: AssemblyFileVersion("1.0.1.0")] |
@@ -0,0 +1,128 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- | |||
Deployment Framework for BizTalk | |||
Copyright (C) 2004-2012 Thomas F. Abraham and Scott Colestock | |||
--> | |||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Installer" ToolsVersion="4.0"> | |||
<PropertyGroup> | |||
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration> | |||
<Platform Condition="'$(Platform)' == ''">x86</Platform> | |||
<!-- Customization Generic Apps --> | |||
<IsGenericComponent>False</IsGenericComponent> | |||
<IntegrationCode>F017</IntegrationCode> | |||
<UseEnvSettingsDB>True</UseEnvSettingsDB> | |||
<!-- Customization SSO Data Store Credentials --> | |||
<SsoAppAdminGroup>KLG\BizTalk SSO Administrators_$(BTDFENV)</SsoAppAdminGroup> | |||
<SsoAppUserGroup>KLG\BizTalk SSO Administrators_$(BTDFENV)</SsoAppUserGroup> | |||
<!-- End Customization --> | |||
<SchemaVersion>1.0</SchemaVersion> | |||
<ProjectName>TM.TransSmart</ProjectName> | |||
<ProjectVersion>1.0</ProjectVersion> | |||
<SkipIISReset>True</SkipIISReset> | |||
<SkipHostInstancesRestart>True</SkipHostInstancesRestart> | |||
<IncludeSchemas>True</IncludeSchemas> | |||
<IncludeOrchestrations>False</IncludeOrchestrations> | |||
<IncludeTransforms>True</IncludeTransforms> | |||
<IncludePipelines>True</IncludePipelines> | |||
<IncludeComponents>True</IncludeComponents> | |||
<IncludePipelineComponents>True</IncludePipelineComponents> | |||
<IncludeCustomFunctoids>False</IncludeCustomFunctoids> | |||
<IncludeVocabAndRules>False</IncludeVocabAndRules> | |||
<IncludeVirtualDirectories>False</IncludeVirtualDirectories> | |||
<IncludeMessagingBindings>True</IncludeMessagingBindings> | |||
<IncludeDeploymentTest>False</IncludeDeploymentTest> | |||
<Includelog4net>False</Includelog4net> | |||
<IncludeSSO>True</IncludeSSO> | |||
<IncludeEsbItineraries>False</IncludeEsbItineraries> | |||
<IncludeBam>False</IncludeBam> | |||
<IncludeInstallUtilForComponents>False</IncludeInstallUtilForComponents> | |||
<UsingMasterBindings>True</UsingMasterBindings> | |||
<RequireXmlPreprocessDirectives>False</RequireXmlPreprocessDirectives> | |||
<ApplyXmlEscape>True</ApplyXmlEscape> | |||
<IncludeSettingsSpreadsheetInMsi>True</IncludeSettingsSpreadsheetInMsi> | |||
<StartApplicationOnDeploy>True</StartApplicationOnDeploy> | |||
<EnableAllReceiveLocationsOnDeploy>True</EnableAllReceiveLocationsOnDeploy> | |||
<StartReferencedApplicationsOnDeploy>True</StartReferencedApplicationsOnDeploy> | |||
<UseIsolatedAppDomain>False</UseIsolatedAppDomain> | |||
<EnableBizTalkExtendedLogging>False</EnableBizTalkExtendedLogging> | |||
<EnableBizTalkAssemblyValidation>False</EnableBizTalkAssemblyValidation> | |||
<EnableBizTalkCorrelationValidation>False</EnableBizTalkCorrelationValidation> | |||
<EnableBizTalkSchemaValidation>False</EnableBizTalkSchemaValidation> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<!-- Properties related to building an MSI for server deployments --> | |||
<!-- BizTalk App Version Upgrade --> | |||
<!-- For each new product release to be deployed to your BizTalk servers: --> | |||
<!-- 1) Increment ProductVersion --> | |||
<!-- 2) Generate a new GUID and update ProductId with the new GUID --> | |||
<!-- This allows the new MSI to automatically uninstall (not undeploy!) the old MSI and install the new one. --> | |||
<ProductVersion>1.0.33</ProductVersion> | |||
<ProductId>6c62c5e2-4df2-4daf-b556-9a4d9bdea470</ProductId> | |||
<!-- BizTalk App Version Upgrade --> | |||
<ProductName>TM.TransSmart</ProductName> | |||
<Manufacturer>$(BTDFCOMPANYNAME) Deployment Framework User</Manufacturer> | |||
<PackageDescription>TM.TransSmart</PackageDescription> | |||
<PackageComments>TM.TransSmart</PackageComments> | |||
<BizTalkAppDescription>$(ProjectName)-$(ProductVersion) Deployed on: $([System.DateTime]::Now) By: $(USERNAME) </BizTalkAppDescription> | |||
<!-- NEVER change the ProductUpgradeCode. --> | |||
<ProductUpgradeCode>3716585f-6a4c-419e-a5c0-867ba4af9b00</ProductUpgradeCode> | |||
</PropertyGroup> | |||
<!-- Under TFS Team Build, set CustomizableOutDir property to true in TFS 2005/2008/2010 UpgradeTemplate. --> | |||
<!-- With a workflow build, copy the default template then modify the MSBuild task for the solution build. Set OutDir to blank and --> | |||
<!-- CommandLineArguments to String.Format("/p:SkipInvalidConfigurations=true;TeamBuildOutDir=""{0}"" {1}", BinariesDirectory, MSBuildArguments). --> | |||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'"> | |||
<DeploymentFrameworkTargetsPath>$(MSBuildExtensionsPath)\DeploymentFrameworkForBizTalk\5.0\</DeploymentFrameworkTargetsPath> | |||
<OutputPath Condition="'$(TeamBuildOutDir)' == ''">bin\Debug\</OutputPath> | |||
<OutputPath Condition="'$(TeamBuildOutDir)' != ''">$(TeamBuildOutDir)</OutputPath> | |||
<DeployPDBsToGac>false</DeployPDBsToGac> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> | |||
<DeploymentFrameworkTargetsPath>$(MSBuildExtensionsPath)\DeploymentFrameworkForBizTalk\5.0\</DeploymentFrameworkTargetsPath> | |||
<OutputPath Condition="'$(TeamBuildOutDir)' == ''">bin\Release\</OutputPath> | |||
<OutputPath Condition="'$(TeamBuildOutDir)' != ''">$(TeamBuildOutDir)</OutputPath> | |||
<DeployPDBsToGac>false</DeployPDBsToGac> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)' == 'Server'"> | |||
<DeploymentFrameworkTargetsPath>Framework\</DeploymentFrameworkTargetsPath> | |||
<!-- Get our PDBs into the GAC so we get file/line number information in stack traces. --> | |||
<DeployPDBsToGac>true</DeployPDBsToGac> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PropsFromEnvSettings Include="SsoAppUserGroup;SsoAppAdminGroup;ESBLookupConnectionString;ESBTrackingConnectionString;B2BUsername;B2BPassword" /> | |||
<AppsToReference Include="TM.Shared.Pipelines" /> | |||
<AppsToReference Include="TM.Shared.Schemas" /> | |||
<AppsToReference Include="TM.Shared.Schemas_v19A" /> | |||
<AppsToReference Include="TM.Shared.PipelineComponents" /> | |||
</ItemGroup> | |||
<!-- !!! TODO !!! --> | |||
<!-- Add ItemGroup elements that contain one or more Schemas, Orchestrations, Transforms, etc. elements that describe --> | |||
<!-- the specific artifacts in your solution that need to be deployed. Use IntelliSense as a guide. --> | |||
<ItemGroup> | |||
<Schemas Include="TM.TransSmart.Schemas.dll"> | |||
<LocationPath>..\Schemas\bin\$(Configuration)</LocationPath> | |||
</Schemas> | |||
<Transforms Include="TM.TransSmart.Transforms.dll"> | |||
<LocationPath>..\Transforms\bin\$(Configuration)</LocationPath> | |||
</Transforms> | |||
<PipelineComponents Include="TM.TransSmart.PipelineComponents.dll"> | |||
<LocationPath>..\PipelineComponents\bin\$(Configuration)</LocationPath> | |||
</PipelineComponents> | |||
<Pipelines Include="TM.TransSmart.Pipelines.dll"> | |||
<LocationPath>..\Pipelines\bin\$(Configuration)</LocationPath> | |||
</Pipelines> | |||
<Components Include="TM.TransSmart.Components.dll"> | |||
<LocationPath>..\Components\bin\$(Configuration)</LocationPath> | |||
</Components> | |||
</ItemGroup> | |||
<!-- !!! TODO !!! --> | |||
<Import Project="$(DeploymentFrameworkTargetsPath)BizTalkDeploymentFramework.targets" /> | |||
<Import Project="$(BTDFEXTENSIONPATH)\Targets\1.0.0.\Custom.BizTalkDeploymentFramework.targets" /> | |||
<!-- | |||
The Deployment Framework automatically packages most files into the server install MSI. | |||
However, if there are special folders that you need to include in the MSI, you can | |||
copy them to the folder $(RedistDir) in the CustomRedist target. | |||
To include individual files, add an ItemGroup with AdditionalFiles elements. | |||
--> | |||
<Target Name="CustomRedist"> | |||
</Target> | |||
</Project> |
@@ -0,0 +1,33 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> | |||
<!-- | |||
Deployment Framework for BizTalk | |||
Copyright (C) 2008-14 Thomas F. Abraham, 2004-08 Scott Colestock | |||
--> | |||
<!-- Each SetEnvUIConfigItem element defines a single page in the wizard that appears during a server deployment. --> | |||
<!-- The EnvironmentVarName element specifies the name of an environment variable that will contain the value of the --> | |||
<!-- user's selection. Each environment variable automatically becomes an MSBuild property that you may reference in --> | |||
<!-- your .btdfproj file. --> | |||
<SetEnvUIConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |||
<DialogCaption>EDIBroker.TransSmart</DialogCaption> | |||
<SetEnvUIConfigItem> | |||
<PromptText>Enter the domain-qualified account name used by the BizTalk host instance to read/write from/to FILE port physical paths:</PromptText> | |||
<PromptValue /> | |||
<ValueType>Text</ValueType> | |||
<EnvironmentVarName>BTSACCOUNT</EnvironmentVarName> | |||
</SetEnvUIConfigItem> | |||
<SetEnvUIConfigItem> | |||
<PromptText>Select the XML file that contains configuration information specific to this environment:</PromptText> | |||
<PromptValue></PromptValue> | |||
<ValueType>FileSelect</ValueType> | |||
<EnvironmentVarName>ENV_SETTINGS</EnvironmentVarName> | |||
</SetEnvUIConfigItem> | |||
<SetEnvUIConfigItem> | |||
<PromptText>Is this the LAST server in the BizTalk Group you are deploying to? | |||
If so, BizTalk assemblies will be deployed to the BizTalk Management Database.</PromptText> | |||
<Caption>This is the LAST server in the BizTalk Group</Caption> | |||
<PromptValue>true</PromptValue> | |||
<ValueType>Checkbox</ValueType> | |||
<EnvironmentVarName>BT_DEPLOY_MGMT_DB</EnvironmentVarName> | |||
</SetEnvUIConfigItem> | |||
</SetEnvUIConfig> |
@@ -0,0 +1,181 @@ | |||
{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch0\stshfloch0\stshfhich0\stshfbi0\deflang1033\deflangfe1033\themelang1033\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;} | |||
{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbmajor\f31501\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} | |||
{\fhimajor\f31502\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria;}{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} | |||
{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbminor\f31505\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} | |||
{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f39\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} | |||
{\f40\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\f42\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f43\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f44\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} | |||
{\f45\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f46\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f47\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f379\fbidi \froman\fcharset238\fprq2 Cambria Math CE;} | |||
{\f380\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}{\f382\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}{\f383\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;}{\f386\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;} | |||
{\f387\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);}{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} | |||
{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} | |||
{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} | |||
{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} | |||
{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} | |||
{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhimajor\f31528\fbidi \froman\fcharset238\fprq2 Cambria CE;} | |||
{\fhimajor\f31529\fbidi \froman\fcharset204\fprq2 Cambria Cyr;}{\fhimajor\f31531\fbidi \froman\fcharset161\fprq2 Cambria Greek;}{\fhimajor\f31532\fbidi \froman\fcharset162\fprq2 Cambria Tur;} | |||
{\fhimajor\f31535\fbidi \froman\fcharset186\fprq2 Cambria Baltic;}{\fhimajor\f31536\fbidi \froman\fcharset163\fprq2 Cambria (Vietnamese);}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} | |||
{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} | |||
{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} | |||
{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} | |||
{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} | |||
{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} | |||
{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbminor\f31559\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} | |||
{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} | |||
{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;} | |||
{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;} | |||
{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} | |||
{\fbiminor\f31579\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} | |||
{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbiminor\f31584\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbiminor\f31585\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} | |||
{\fbiminor\f31586\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0; | |||
\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}{\*\defchp \fs22 }{\*\defpap | |||
\ql \li0\ri0\sa200\sl276\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 }\noqfpromote {\stylesheet{\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 | |||
\ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 \sqformat \spriority0 Normal;}{\*\cs10 \additive \ssemihidden Default Paragraph Font;}{\* | |||
\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tscellwidthfts0\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\sa200\sl276\slmult1 | |||
\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext11 \ssemihidden \sunhideused \sqformat Normal Table;}{ | |||
\s15\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 | |||
\sbasedon0 \snext15 \slink16 \ssemihidden \sunhideused \styrsid10577175 header;}{\*\cs16 \additive \rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24 \sbasedon10 \slink15 \slocked \ssemihidden \styrsid10577175 Header Char;}{\s17\ql \li0\ri0\widctlpar | |||
\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 | |||
\sbasedon0 \snext17 \slink18 \ssemihidden \sunhideused \styrsid10577175 footer;}{\*\cs18 \additive \rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24 \sbasedon10 \slink17 \slocked \ssemihidden \styrsid10577175 Footer Char;}}{\*\rsidtbl \rsid1078147\rsid10577175 | |||
\rsid15038695}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\creatim\yr2013\mo10\dy11\hr11\min37}{\revtim\yr2013\mo10\dy11\hr11\min37}{\version1}{\edmins0} | |||
{\nofpages1}{\nofwords21}{\nofchars107}{\nofcharsws127}{\vern32773}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\margl1800\margr1800\margt1440\margb1440\gutter0\ltrsect | |||
\widowctrl\ftnbj\aenddoc\trackmoves1\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\noxlattoyen | |||
\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\formshade\horzdoc\dgmargin\dghspace180\dgvspace180\dghorigin1800\dgvorigin1440\dghshow1\dgvshow1 | |||
\jexpand\viewkind1\viewscale100\pgbrdrhead\pgbrdrfoot\splytwnine\ftnlytwnine\htmautsp\nolnhtadjtbl\useltbaln\alntblind\lytcalctblwd\lyttblrtgr\lnbrkrule\nobrkwrptbl\snaptogridincell\rempersonalinfo\allowfieldendsel | |||
\wrppunct\asianbrkrule\rsidroot15038695\newtblstyruls\nogrowautofit\remdttm \fet0{\*\wgrffmtfilter 013f}\ilfomacatclnup0{\*\ftnsep \ltrpar \pard\plain \ltrpar | |||
\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid10577175 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 | |||
\chftnsep | |||
\par }}{\*\ftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid10577175 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 { | |||
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 \chftnsepc | |||
\par }}{\*\aftnsep \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid10577175 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 { | |||
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 \chftnsep | |||
\par }}{\*\aftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid10577175 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 { | |||
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 \chftnsepc | |||
\par }}\ltrpar \sectd \ltrsect\linex0\endnhere\sectlinegrid360\sectdefaultcl\sftnbj {\headerl \ltrpar \pard\plain \ltrpar\s15\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 | |||
\af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 | |||
\par }}{\headerr \ltrpar \pard\plain \ltrpar\s15\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 { | |||
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 | |||
\par }}{\footerl \ltrpar \pard\plain \ltrpar\s17\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 { | |||
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 | |||
\par }}{\footerr \ltrpar \pard\plain \ltrpar\s17\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 { | |||
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 | |||
\par }}{\headerf \ltrpar \pard\plain \ltrpar\s15\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 { | |||
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 | |||
\par }}{\footerf \ltrpar \pard\plain \ltrpar\s17\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 { | |||
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid10577175 | |||
\par }}{\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}} | |||
{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8 | |||
\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 | |||
\af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid15038695 LICENSE AGREEMENT | |||
\par | |||
\par By installing this software, you agree to the licensing terms provided to you by the owner of the software. | |||
\par | |||
\par }{\*\themedata 504b030414000600080000002100828abc13fa0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb6ac3301045f785fe83d0b6d8 | |||
72ba28a5d8cea249777d2cd20f18e4b12d6a8f843409c9df77ecb850ba082d74231062ce997b55ae8fe3a00e1893f354e9555e6885647de3a8abf4fbee29bbd7 | |||
2a3150038327acf409935ed7d757e5ee14302999a654e99e393c18936c8f23a4dc072479697d1c81e51a3b13c07e4087e6b628ee8cf5c4489cf1c4d075f92a0b | |||
44d7a07a83c82f308ac7b0a0f0fbf90c2480980b58abc733615aa2d210c2e02cb04430076a7ee833dfb6ce62e3ed7e14693e8317d8cd0433bf5c60f53fea2fe7 | |||
065bd80facb647e9e25c7fc421fd2ddb526b2e9373fed4bb902e182e97b7b461e6bfad3f010000ffff0300504b030414000600080000002100a5d6a7e7c00000 | |||
00360100000b0000005f72656c732f2e72656c73848fcf6ac3300c87ef85bd83d17d51d2c31825762fa590432fa37d00e1287f68221bdb1bebdb4fc7060abb08 | |||
84a4eff7a93dfeae8bf9e194e720169aaa06c3e2433fcb68e1763dbf7f82c985a4a725085b787086a37bdbb55fbc50d1a33ccd311ba548b63095120f88d94fbc | |||
52ae4264d1c910d24a45db3462247fa791715fd71f989e19e0364cd3f51652d73760ae8fa8c9ffb3c330cc9e4fc17faf2ce545046e37944c69e462a1a82fe353 | |||
bd90a865aad41ed0b5b8f9d6fd010000ffff0300504b0304140006000800000021006b799616830000008a0000001c0000007468656d652f7468656d652f7468 | |||
656d654d616e616765722e786d6c0ccc4d0ac3201040e17da17790d93763bb284562b2cbaebbf600439c1a41c7a0d29fdbd7e5e38337cedf14d59b4b0d592c9c | |||
070d8a65cd2e88b7f07c2ca71ba8da481cc52c6ce1c715e6e97818c9b48d13df49c873517d23d59085adb5dd20d6b52bd521ef2cdd5eb9246a3d8b4757e8d3f7 | |||
29e245eb2b260a0238fd010000ffff0300504b03041400060008000000210096b5ade296060000501b0000160000007468656d652f7468656d652f7468656d65 | |||
312e786d6cec594f6fdb3614bf0fd87720746f6327761a07758ad8b19b2d4d1bc46e871e698996d850a240d2497d1bdae38001c3ba618715d86d87615b8116d8 | |||
a5fb34d93a6c1dd0afb0475292c5585e9236d88aad3e2412f9e3fbff1e1fa9abd7eec70c1d1221294fda5efd72cd4324f1794093b0eddd1ef62fad79482a9c04 | |||
98f184b4bd2991deb58df7dfbb8ad755446282607d22d771db8b944ad79796a40fc3585ee62949606ecc458c15bc8a702910f808e8c66c69b9565b5d8a314d3c | |||
94e018c8de1a8fa94fd05093f43672e23d06af89927ac06762a049136785c10607758d9053d965021d62d6f6804fc08f86e4bef210c352c144dbab999fb7b471 | |||
7509af678b985ab0b6b4ae6f7ed9ba6c4170b06c788a705430adf71bad2b5b057d03606a1ed7ebf5babd7a41cf00b0ef83a6569632cd467faddec9699640f671 | |||
9e76b7d6ac355c7c89feca9cccad4ea7d36c65b258a206641f1b73f8b5da6a6373d9c11b90c537e7f08dce66b7bbeae00dc8e257e7f0fd2badd5868b37a088d1 | |||
e4600ead1ddaef67d40bc898b3ed4af81ac0d76a197c86826828a24bb318f3442d8ab518dfe3a20f000d6458d104a9694ac6d88728eee2782428d60cf03ac1a5 | |||
193be4cbb921cd0b495fd054b5bd0f530c1931a3f7eaf9f7af9e3f45c70f9e1d3ff8e9f8e1c3e3073f5a42ceaa6d9c84e5552fbffdeccfc71fa33f9e7ef3f2d1 | |||
17d57859c6fffac327bffcfc793510d26726ce8b2f9ffcf6ecc98baf3efdfdbb4715f04d814765f890c644a29be408edf3181433567125272371be15c308d3f2 | |||
8acd249438c19a4b05fd9e8a1cf4cd296699771c393ac4b5e01d01e5a30a787d72cf1178108989a2159c77a2d801ee72ce3a5c545a6147f32a99793849c26ae6 | |||
6252c6ed637c58c5bb8b13c7bfbd490a75330f4b47f16e441c31f7184e140e494214d273fc80900aedee52ead87597fa824b3e56e82e451d4c2b4d32a423279a | |||
668bb6690c7e9956e90cfe766cb37b077538abd27a8b1cba48c80acc2a841f12e698f13a9e281c57911ce298950d7e03aba84ac8c154f8655c4f2af074481847 | |||
bd804859b5e696007d4b4edfc150b12addbecba6b18b148a1e54d1bc81392f23b7f84137c2715a851dd0242a633f900710a218ed715505dfe56e86e877f0034e | |||
16bafb0e258ebb4faf06b769e888340b103d3311da9750aa9d0a1cd3e4efca31a3508f6d0c5c5c398602f8e2ebc71591f5b616e24dd893aa3261fb44f95d843b | |||
5974bb5c04f4edafb95b7892ec1108f3f98de75dc97d5772bdff7cc95d94cf672db4b3da0a6557f70db629362d72bcb0431e53c6066acac80d699a6409fb44d0 | |||
8741bdce9c0e4971624a2378cceaba830b05366b90e0ea23aaa241845368b0eb9e2612ca8c742851ca251ceccc70256d8d87265dd96361531f186c3d9058edf2 | |||
c00eafe8e1fc5c509031bb4d680e9f39a3154de0accc56ae644441edd76156d7429d995bdd88664a9dc3ad50197c38af1a0c16d684060441db02565e85f3b966 | |||
0d0713cc48a0ed6ef7dedc2dc60b17e92219e180643ed27acffba86e9c94c78ab90980d8a9f0913ee49d62b512b79626fb06dccee2a432bbc60276b9f7dec44b | |||
7904cfbca4f3f6443ab2a49c9c2c41476dafd55c6e7ac8c769db1bc399161ee314bc2e75cf8759081743be1236ec4f4d6693e5336fb672c5dc24a8c33585b5fb | |||
9cc24e1d4885545b58463634cc5416022cd19cacfccb4d30eb45296023fd35a458598360f8d7a4003bbaae25e331f155d9d9a5116d3bfb9a95523e51440ca2e0 | |||
088dd844ec6370bf0e55d027a012ae264c45d02f708fa6ad6da6dce29c255df9f6cae0ec38666984b372ab5334cf640b37795cc860de4ae2816e95b21be5ceaf | |||
8a49f90b52a51cc6ff3355f47e0237052b81f6800fd7b802239daf6d8f0b1571a8426944fdbe80c6c1d40e8816b88b8569082ab84c36ff0539d4ff6dce591a26 | |||
ade1c0a7f669880485fd484582903d284b26fa4e2156cff62e4b9265844c4495c495a9157b440e091bea1ab8aaf7760f4510eaa69a6465c0e04ec69ffb9e65d0 | |||
28d44d4e39df9c1a52ecbd3607fee9cec7263328e5d661d3d0e4f62f44acd855ed7ab33cdf7bcb8ae889599bd5c8b3029895b6825696f6af29c239b75a5bb1e6 | |||
345e6ee6c28117e73586c1a2214ae1be07e93fb0ff51e133fb65426fa843be0fb515c187064d0cc206a2fa926d3c902e907670048d931db4c1a44959d366ad93 | |||
b65abe595f70a75bf03d616c2dd959fc7d4e6317cd99cbcec9c58b34766661c7d6766ca1a9c1b327531486c6f941c638c67cd22a7f75e2a37be0e82db8df9f30 | |||
254d30c1372581a1f51c983c80e4b71ccdd28dbf000000ffff0300504b0304140006000800000021000dd1909fb60000001b010000270000007468656d652f74 | |||
68656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73848f4d0ac2301484f78277086f6fd3ba109126dd88d0add40384e4350d363f24 | |||
51eced0dae2c082e8761be9969bb979dc9136332de3168aa1a083ae995719ac16db8ec8e4052164e89d93b64b060828e6f37ed1567914b284d262452282e3198 | |||
720e274a939cd08a54f980ae38a38f56e422a3a641c8bbd048f7757da0f19b017cc524bd62107bd5001996509affb3fd381a89672f1f165dfe514173d9850528 | |||
a2c6cce0239baa4c04ca5bbabac4df000000ffff0300504b01022d0014000600080000002100828abc13fa0000001c0200001300000000000000000000000000 | |||
000000005b436f6e74656e745f54797065735d2e786d6c504b01022d0014000600080000002100a5d6a7e7c0000000360100000b000000000000000000000000 | |||
002b0100005f72656c732f2e72656c73504b01022d00140006000800000021006b799616830000008a0000001c00000000000000000000000000140200007468 | |||
656d652f7468656d652f7468656d654d616e616765722e786d6c504b01022d001400060008000000210096b5ade296060000501b000016000000000000000000 | |||
00000000d10200007468656d652f7468656d652f7468656d65312e786d6c504b01022d00140006000800000021000dd1909fb60000001b010000270000000000 | |||
00000000000000009b0900007468656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73504b050600000000050005005d010000960a00000000} | |||
{\*\colorschememapping 3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d22796573223f3e0d0a3c613a636c724d | |||
617020786d6c6e733a613d22687474703a2f2f736368656d61732e6f70656e786d6c666f726d6174732e6f72672f64726177696e676d6c2f323030362f6d6169 | |||
6e22206267313d226c743122207478313d22646b3122206267323d226c743222207478323d22646b322220616363656e74313d22616363656e74312220616363 | |||
656e74323d22616363656e74322220616363656e74333d22616363656e74332220616363656e74343d22616363656e74342220616363656e74353d22616363656e74352220616363656e74363d22616363656e74362220686c696e6b3d22686c696e6b2220666f6c486c696e6b3d22666f6c486c696e6b222f3e} | |||
{\*\latentstyles\lsdstimax267\lsdlockeddef0\lsdsemihiddendef1\lsdunhideuseddef1\lsdqformatdef0\lsdprioritydef99{\lsdlockedexcept \lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority0 \lsdlocked0 Normal; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 1;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 2;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 3;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 4; | |||
\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 5;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 6;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 7;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 8;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 9; | |||
\lsdpriority39 \lsdlocked0 toc 1;\lsdpriority39 \lsdlocked0 toc 2;\lsdpriority39 \lsdlocked0 toc 3;\lsdpriority39 \lsdlocked0 toc 4;\lsdpriority39 \lsdlocked0 toc 5;\lsdpriority39 \lsdlocked0 toc 6;\lsdpriority39 \lsdlocked0 toc 7; | |||
\lsdpriority39 \lsdlocked0 toc 8;\lsdpriority39 \lsdlocked0 toc 9;\lsdqformat1 \lsdpriority35 \lsdlocked0 caption;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority10 \lsdlocked0 Title;\lsdpriority1 \lsdlocked0 Default Paragraph Font; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority11 \lsdlocked0 Subtitle;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority22 \lsdlocked0 Strong;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority20 \lsdlocked0 Emphasis; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority59 \lsdlocked0 Table Grid;\lsdunhideused0 \lsdlocked0 Placeholder Text;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading;\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 1; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 1;\lsdunhideused0 \lsdlocked0 Revision; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 1; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 2; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 2; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 2; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 3; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 3; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 3; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 4; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 4; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 4; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 5; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 5; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 5; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 5; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 6; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 6; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 6; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 6; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 6; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority19 \lsdlocked0 Subtle Emphasis;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority21 \lsdlocked0 Intense Emphasis; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority31 \lsdlocked0 Subtle Reference;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority32 \lsdlocked0 Intense Reference; | |||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority33 \lsdlocked0 Book Title;\lsdpriority37 \lsdlocked0 Bibliography;\lsdqformat1 \lsdpriority39 \lsdlocked0 TOC Heading;}}{\*\datastore 010500000200000018000000 | |||
4d73786d6c322e534158584d4c5265616465722e352e3000000000000000000000060000 | |||
d0cf11e0a1b11ae1000000000000000000000000000000003e000300feff090006000000000000000000000001000000010000000000000000100000feffffff00000000feffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | |||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | |||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | |||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | |||
fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | |||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | |||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | |||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | |||
ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffffec69d9888b8b3d4c859eaf6cd158be0f00000000000000000000000070ab | |||
bb32a0c6ce01feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 | |||
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000 | |||
000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000 | |||
0000000000000000000000000000000000000000000000000105000000000000}} |
@@ -0,0 +1,441 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<BindingInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Assembly="Microsoft.BizTalk.Deployment, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Version="3.5.1.0" BindingStatus="NoBindings" BoundEndpoints="0" TotalEndpoints="0"> | |||
<Timestamp>2017-12-13T10:24:22.3124711+01:00</Timestamp> | |||
<ModuleRefCollection> | |||
<ModuleRef Name="[Application:TM.TransSmart]" Version="" Culture="" PublicKeyToken="" FullName="[Application:TM.TransSmart], Version=, Culture=, PublicKeyToken="> | |||
<Services /> | |||
<TrackedSchemas> | |||
<Schema FullName="TM.TransSmart.Schemas.Status" RootName="root" AssemblyQualifiedName="TM.TransSmart.Schemas.Status,TM.TransSmart.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" AlwaysTrackAllProperties="false"> | |||
<TrackedPropertyNames /> | |||
</Schema> | |||
<Schema FullName="TM.TransSmart.Schemas.Shipment" RootName="carrierBooking" AssemblyQualifiedName="TM.TransSmart.Schemas.Shipment,TM.TransSmart.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" AlwaysTrackAllProperties="false"> | |||
<TrackedPropertyNames /> | |||
</Schema> | |||
</TrackedSchemas> | |||
</ModuleRef> | |||
<ModuleRef Name="TM.TransSmart.Schemas" Version="1.0.0.0" Culture="neutral" PublicKeyToken="089e5464cda5fc95" FullName="TM.TransSmart.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95"> | |||
<Services /> | |||
<TrackedSchemas /> | |||
</ModuleRef> | |||
<ModuleRef Name="TM.TransSmart.Pipelines" Version="1.0.3.0" Culture="neutral" PublicKeyToken="089e5464cda5fc95" FullName="TM.TransSmart.Pipelines, Version=1.0.3.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95"> | |||
<Services /> | |||
<TrackedSchemas /> | |||
</ModuleRef> | |||
<ModuleRef Name="TM.TransSmart.Transforms" Version="1.0.21.0" Culture="neutral" PublicKeyToken="089e5464cda5fc95" FullName="TM.TransSmart.Transforms, Version=1.0.21.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95"> | |||
<Services /> | |||
<TrackedSchemas /> | |||
</ModuleRef> | |||
</ModuleRefCollection> | |||
<SendPortCollection> | |||
<SendPort Name="TM.TransSmart: TM.Shared.OrderStatus_to_TM.TransSmart.Status Send" IsStatic="true" IsTwoWay="false" BindingOption="0"> | |||
<Description xsi:nil="true" /> | |||
<TransmitPipeline Name="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLTransmit" FullyQualifiedName="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLTransmit, TM.Shared.Pipelines, Version=2.0.1.0, Culture=neutral, PublicKeyToken=224c7e2c8b50f9df" Type="2" TrackingOption="ServiceStartEnd MessageSendReceive PipelineEvents" Description="" /> | |||
<SendPipelineData><Root> | |||
<Stages> | |||
<Stage CategoryId="9d0e4101-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<MessageInDatabase vt="8">TRUE</MessageInDatabase> | |||
<PipelineDirection vt="8">OUTGOING</PipelineDirection> | |||
<PipelinePhase vt="8">IN</PipelinePhase> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
<SharedMessageType vt="8">ORDERSTATUS</SharedMessageType> | |||
</Properties> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4107-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="Microsoft.BizTalk.Component.XmlAsmComp"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4108-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.ReplaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.NamespaceComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<OldNamespace vt="8">http://TM.nShift.messages</OldNamespace> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<MessageInDatabase vt="8">TRUE</MessageInDatabase> | |||
<PipelineDirection vt="8">OUTGOING</PipelineDirection> | |||
<PipelinePhase vt="8">OUT</PipelinePhase> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
<SharedMessageType vt="8">ORDERSTATUS</SharedMessageType> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.FilenameComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.EncodingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
</Stages> | |||
</Root></SendPipelineData> | |||
<PrimaryTransport> | |||
<Address>D:\ESB\KLG.TM\TransSmart\To\OrderStatus\%MessageID%.xml</Address> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
<TransportTypeData><CustomProps> | |||
<UseTempFileOnWrite vt="11">0</UseTempFileOnWrite> | |||
<AllowCacheOnWrite vt="11">0</AllowCacheOnWrite> | |||
<CopyMode vt="19">1</CopyMode> | |||
<FileName vt="8">%MessageID%.xml</FileName> | |||
</CustomProps></TransportTypeData> | |||
<RetryCount>3</RetryCount> | |||
<RetryInterval>5</RetryInterval> | |||
<ServiceWindowEnabled>false</ServiceWindowEnabled> | |||
<FromTime>2017-12-12T23:00:00</FromTime> | |||
<ToTime>2017-12-13T22:59:59</ToTime> | |||
<Primary>true</Primary> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<DeliveryNotification>1</DeliveryNotification> | |||
<SendHandler Name="SendHost" HostTrusted="false"> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
</SendHandler> | |||
</PrimaryTransport> | |||
<SecondaryTransport> | |||
<Address /> | |||
<RetryCount>3</RetryCount> | |||
<RetryInterval>5</RetryInterval> | |||
<ServiceWindowEnabled>false</ServiceWindowEnabled> | |||
<FromTime>2017-12-12T23:00:00</FromTime> | |||
<ToTime>2017-12-13T22:59:59</ToTime> | |||
<Primary>false</Primary> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<DeliveryNotification>1</DeliveryNotification> | |||
<SendHandler xsi:nil="true" /> | |||
</SecondaryTransport> | |||
<ReceivePipelineData xsi:nil="true" /> | |||
<Tracking>0</Tracking> | |||
<Filter><Filter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |||
<Group> | |||
<Statement Property="TM.Shared.Schemas_v19A.PropertySchema.GroupName" Operator="0" Value="NSHIFT" /> | |||
<Statement Property="BTS.ReceivePortName" Operator="0" Value="TM.Shared: TM.Shared_OUTPUT_XMLDOC" /> | |||
<Statement Property="BTS.MessageType" Operator="0" Value="http://TM.KLG.com/KLG/OrderStatus/v19A#StatusReport" /> | |||
</Group> | |||
</Filter></Filter> | |||
<Transforms> | |||
<Transform FullName="TM.TransSmart.Transforms.TM_Shared_OrderStatus_to_TM_TransSmart_Status" AssemblyQualifiedName="TM.TransSmart.Transforms.TM_Shared_OrderStatus_to_TM_TransSmart_Status,TM.TransSmart.Transforms, Version=1.0.21.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" /> | |||
</Transforms> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<Priority>5</Priority> | |||
<StopSendingOnFailure>false</StopSendingOnFailure> | |||
<RouteFailedMessage>false</RouteFailedMessage> | |||
<ApplicationName>TM.TransSmart</ApplicationName> | |||
</SendPort> | |||
<SendPort Name="TM.TransSmart: ToXMLDOC_IN" IsStatic="true" IsTwoWay="false" BindingOption="0"> | |||
<Description xsi:nil="true" /> | |||
<TransmitPipeline Name="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLTransmit" FullyQualifiedName="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLTransmit, TM.Shared.Pipelines, Version=2.0.1.0, Culture=neutral, PublicKeyToken=224c7e2c8b50f9df" Type="2" TrackingOption="ServiceStartEnd MessageSendReceive PipelineEvents" Description="" /> | |||
<SendPipelineData><Root> | |||
<Stages> | |||
<Stage CategoryId="9d0e4101-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4107-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="Microsoft.BizTalk.Component.XmlAsmComp"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4108-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<MessageInDatabase vt="8">TRUE</MessageInDatabase> | |||
<PipelineDirection vt="8">INCOMING</PipelineDirection> | |||
<PipelinePhase vt="8">OUT</PipelinePhase> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.ReplaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.NamespaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.FilenameComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.EncodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingIdEncodingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
</Stages> | |||
</Root></SendPipelineData> | |||
<PrimaryTransport> | |||
<Address>D:\ESB\KLG.TM\Shared\XMLDOC\IN\%MessageID%.xml</Address> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
<TransportTypeData><CustomProps> | |||
<UseTempFileOnWrite vt="11">0</UseTempFileOnWrite> | |||
<AllowCacheOnWrite vt="11">0</AllowCacheOnWrite> | |||
<CopyMode vt="19">1</CopyMode> | |||
<FileName vt="8">%MessageID%.xml</FileName> | |||
</CustomProps></TransportTypeData> | |||
<RetryCount>3</RetryCount> | |||
<RetryInterval>5</RetryInterval> | |||
<ServiceWindowEnabled>false</ServiceWindowEnabled> | |||
<FromTime>2022-01-01T00:00:00</FromTime> | |||
<ToTime>2022-01-01T23:59:59</ToTime> | |||
<Primary>true</Primary> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<DeliveryNotification>1</DeliveryNotification> | |||
<SendHandler Name="SendHost" HostTrusted="false"> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
</SendHandler> | |||
</PrimaryTransport> | |||
<SecondaryTransport> | |||
<Address /> | |||
<RetryCount>3</RetryCount> | |||
<RetryInterval>5</RetryInterval> | |||
<ServiceWindowEnabled>false</ServiceWindowEnabled> | |||
<FromTime>2022-01-01T00:00:00</FromTime> | |||
<ToTime>2022-01-01T23:59:59</ToTime> | |||
<Primary>false</Primary> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<DeliveryNotification>1</DeliveryNotification> | |||
<SendHandler xsi:nil="true" /> | |||
</SecondaryTransport> | |||
<ReceivePipelineData xsi:nil="true" /> | |||
<Tracking>0</Tracking> | |||
<Filter><Filter> | |||
<Group> | |||
<Statement Property="BTS.ReceivePortName" Operator="0" Value="TM.TransSmart: TM.TransSmart.Shipment_to_TM.Shared.Order" /> | |||
</Group> | |||
</Filter></Filter> | |||
<Transforms /> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<Priority>5</Priority> | |||
<StopSendingOnFailure>false</StopSendingOnFailure> | |||
<RouteFailedMessage>false</RouteFailedMessage> | |||
<ApplicationName>TM.TransSmart</ApplicationName> | |||
</SendPort> | |||
</SendPortCollection> | |||
<DistributionListCollection /> | |||
<ReceivePortCollection> | |||
<ReceivePort Name="TM.TransSmart: TM.TransSmart.Shipment_to_TM.Shared.Order" IsTwoWay="false" BindingOption="0"> | |||
<Description xsi:nil="true" /> | |||
<ReceiveLocations> | |||
<ReceiveLocation Name="TM.TransSmart: TM.TransSmart.Shipment_to_TM.Shared.Order"> | |||
<Description xsi:nil="true" /> | |||
<Address>D:\ESB\KLG.TM\TransSmart\From\Shipments\*.xml</Address> | |||
<PublicAddress /> | |||
<Primary>true</Primary> | |||
<ReceiveLocationServiceWindowEnabled>false</ReceiveLocationServiceWindowEnabled> | |||
<ReceiveLocationFromTime>2017-12-12T23:00:00</ReceiveLocationFromTime> | |||
<ReceiveLocationToTime>2017-12-13T22:59:59</ReceiveLocationToTime> | |||
<ReceiveLocationStartDateEnabled>false</ReceiveLocationStartDateEnabled> | |||
<ReceiveLocationStartDate>2017-12-13T00:00:00</ReceiveLocationStartDate> | |||
<ReceiveLocationEndDateEnabled>false</ReceiveLocationEndDateEnabled> | |||
<ReceiveLocationEndDate>2017-12-14T00:00:00</ReceiveLocationEndDate> | |||
<ReceiveLocationTransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
<ReceiveLocationTransportTypeData><CustomProps> | |||
<RenameReceivedFiles vt="11">0</RenameReceivedFiles> | |||
<RemoveReceivedFileDelay vt="19">10</RemoveReceivedFileDelay> | |||
<RemoveReceivedFileMaxInterval vt="19">300000</RemoveReceivedFileMaxInterval> | |||
<FileMask vt="8">*.xml</FileMask> | |||
<FileNetFailRetryInt vt="19">5</FileNetFailRetryInt> | |||
<RemoveReceivedFileRetryCount vt="19">5</RemoveReceivedFileRetryCount> | |||
<BatchSizeInBytes vt="19">102400</BatchSizeInBytes> | |||
<PollingInterval vt="19">60000</PollingInterval> | |||
<FileNetFailRetryCount vt="19">5</FileNetFailRetryCount> | |||
<BatchSize vt="19">20</BatchSize> | |||
</CustomProps></ReceiveLocationTransportTypeData> | |||
<ReceivePipeline Name="TM.TransSmart.Pipelines.Shipments_XMLReceive" FullyQualifiedName="TM.TransSmart.Pipelines.Shipments_XMLReceive, TM.TransSmart.Pipelines, Version=1.0.3.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" Type="1" TrackingOption="None" /> | |||
<ReceivePipelineData><Root> | |||
<Stages> | |||
<Stage CategoryId="9d0e4103-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingIdDecodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.EncodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<PipelineDirection vt="8">INCOMING</PipelineDirection> | |||
<PipelinePhase vt="8">IN</PipelinePhase> | |||
<PipelineService vt="8">RECEIVE</PipelineService> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.ReplaceComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<NewValues vt="8">-</NewValues> | |||
<OldValues vt="8">–</OldValues> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.NamespaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4105-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="TM.TransSmart.PipelineComponents.CPL_Debatch"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e410d-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<PipelineDirection vt="8">INCOMING</PipelineDirection> | |||
<PipelinePhase vt="8">OUT</PipelinePhase> | |||
<PipelineService vt="8">RECEIVE</PipelineService> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
</Properties> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
</Stages> | |||
</Root></ReceivePipelineData> | |||
<SendPipeline xsi:nil="true" /> | |||
<SendPipelineData xsi:nil="true" /> | |||
<Enable>false</Enable> | |||
<ReceiveHandler Name="ReceiveHost" HostTrusted="false"> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
</ReceiveHandler> | |||
</ReceiveLocation> | |||
</ReceiveLocations> | |||
<SendPipelineData xsi:nil="true" /> | |||
<Authentication>0</Authentication> | |||
<Tracking>0</Tracking> | |||
<Transforms> | |||
<Transform FullName="TM.TransSmart.Transforms.TM_TransSmart_Shipment_to_TM_Shared_Order" AssemblyQualifiedName="TM.TransSmart.Transforms.TM_TransSmart_Shipment_to_TM_Shared_Order,TM.TransSmart.Transforms, Version=1.0.21.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" /> | |||
</Transforms> | |||
<RouteFailedMessage>false</RouteFailedMessage> | |||
<ApplicationName>TM.TransSmart</ApplicationName> | |||
</ReceivePort> | |||
<ReceivePort Name="TM.TransSmart: TM.Shared.OrderStatus_to_TM.TransSmart.Status" IsTwoWay="false" BindingOption="0"> | |||
<Description xsi:nil="true" /> | |||
<ReceiveLocations> | |||
<ReceiveLocation Name="TM.TransSmart: TM.Shared.OrderStatus_to_TM.TransSmart.Status"> | |||
<Description xsi:nil="true" /> | |||
<Address>D:\ESB\KLG.TM\TransSmart\From\OrderStatus\%MessageID%.xml</Address> | |||
<PublicAddress /> | |||
<Primary>true</Primary> | |||
<ReceiveLocationServiceWindowEnabled>false</ReceiveLocationServiceWindowEnabled> | |||
<ReceiveLocationFromTime>2017-12-12T23:00:00</ReceiveLocationFromTime> | |||
<ReceiveLocationToTime>2017-12-13T22:59:59</ReceiveLocationToTime> | |||
<ReceiveLocationStartDateEnabled>false</ReceiveLocationStartDateEnabled> | |||
<ReceiveLocationStartDate>2017-12-13T00:00:00</ReceiveLocationStartDate> | |||
<ReceiveLocationEndDateEnabled>false</ReceiveLocationEndDateEnabled> | |||
<ReceiveLocationEndDate>2017-12-14T00:00:00</ReceiveLocationEndDate> | |||
<ReceiveLocationTransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
<ReceiveLocationTransportTypeData><CustomProps> | |||
<RenameReceivedFiles vt="11">0</RenameReceivedFiles> | |||
<RemoveReceivedFileDelay vt="19">10</RemoveReceivedFileDelay> | |||
<RemoveReceivedFileMaxInterval vt="19">300000</RemoveReceivedFileMaxInterval> | |||
<FileMask vt="8">*.NA</FileMask> | |||
<FileNetFailRetryInt vt="19">5</FileNetFailRetryInt> | |||
<RemoveReceivedFileRetryCount vt="19">5</RemoveReceivedFileRetryCount> | |||
<BatchSizeInBytes vt="19">102400</BatchSizeInBytes> | |||
<PollingInterval vt="19">60000</PollingInterval> | |||
<FileNetFailRetryCount vt="19">5</FileNetFailRetryCount> | |||
<BatchSize vt="19">20</BatchSize> | |||
</CustomProps></ReceiveLocationTransportTypeData> | |||
<ReceivePipeline Name="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLReceive" FullyQualifiedName="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLReceive, TM.Shared.Pipelines, Version=2.0.1.0, Culture=neutral, PublicKeyToken=224c7e2c8b50f9df" Type="1" TrackingOption="None" Description="" /> | |||
<ReceivePipelineData><Root> | |||
<Stages> | |||
<Stage CategoryId="9d0e4103-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingIdDecodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.EncodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<PipelineDirection vt="8">INCOMING</PipelineDirection> | |||
<PipelinePhase vt="8">IN</PipelinePhase> | |||
<PipelineService vt="8">RECEIVE</PipelineService> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.ReplaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.NamespaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4105-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="Microsoft.BizTalk.Component.XmlDasmComp"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e410d-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
</Stages> | |||
</Root></ReceivePipelineData> | |||
<SendPipeline xsi:nil="true" /> | |||
<SendPipelineData xsi:nil="true" /> | |||
<Enable>false</Enable> | |||
<ReceiveHandler Name="ReceiveHost" HostTrusted="false"> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
</ReceiveHandler> | |||
</ReceiveLocation> | |||
</ReceiveLocations> | |||
<SendPipelineData xsi:nil="true" /> | |||
<Authentication>0</Authentication> | |||
<Tracking>0</Tracking> | |||
<Transforms> | |||
<Transform FullName="TM.TransSmart.Transforms.TM_Shared_OrderStatus_to_TM_TransSmart_Status" AssemblyQualifiedName="TM.TransSmart.Transforms.TM_Shared_OrderStatus_to_TM_TransSmart_Status,TM.TransSmart.Transforms, Version=1.0.21.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" /> | |||
</Transforms> | |||
<RouteFailedMessage>false</RouteFailedMessage> | |||
<ApplicationName>TM.TransSmart</ApplicationName> | |||
</ReceivePort> | |||
</ReceivePortCollection> | |||
<PartyCollection xsi:nil="true" /> | |||
</BindingInfo> |
@@ -0,0 +1,461 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<BindingInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Assembly="Microsoft.BizTalk.Deployment, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Version="3.5.1.0" BindingStatus="NoBindings" BoundEndpoints="0" TotalEndpoints="0"> | |||
<Timestamp>2017-12-13T10:24:22.3124711+01:00</Timestamp> | |||
<ModuleRefCollection> | |||
<ModuleRef Name="[Application:TM.TransSmart]" Version="" Culture="" PublicKeyToken="" FullName="[Application:TM.TransSmart], Version=, Culture=, PublicKeyToken="> | |||
<Services /> | |||
<TrackedSchemas> | |||
<Schema FullName="TM.TransSmart.Schemas.Status" RootName="root" AssemblyQualifiedName="TM.TransSmart.Schemas.Status,TM.TransSmart.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" AlwaysTrackAllProperties="false"> | |||
<TrackedPropertyNames /> | |||
</Schema> | |||
<Schema FullName="TM.TransSmart.Schemas.Shipment" RootName="carrierBooking" AssemblyQualifiedName="TM.TransSmart.Schemas.Shipment,TM.TransSmart.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" AlwaysTrackAllProperties="false"> | |||
<TrackedPropertyNames /> | |||
</Schema> | |||
</TrackedSchemas> | |||
</ModuleRef> | |||
<ModuleRef Name="TM.TransSmart.Schemas" Version="1.0.0.0" Culture="neutral" PublicKeyToken="089e5464cda5fc95" FullName="TM.TransSmart.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95"> | |||
<Services /> | |||
<TrackedSchemas /> | |||
</ModuleRef> | |||
<ModuleRef Name="TM.TransSmart.Pipelines" Version="1.0.3.0" Culture="neutral" PublicKeyToken="089e5464cda5fc95" FullName="TM.TransSmart.Pipelines, Version=1.0.3.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95"> | |||
<Services /> | |||
<TrackedSchemas /> | |||
</ModuleRef> | |||
<ModuleRef Name="TM.TransSmart.Transforms" Version="1.0.21.0" Culture="neutral" PublicKeyToken="089e5464cda5fc95" FullName="TM.TransSmart.Transforms, Version=1.0.21.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95"> | |||
<Services /> | |||
<TrackedSchemas /> | |||
</ModuleRef> | |||
</ModuleRefCollection> | |||
<SendPortCollection> | |||
<SendPort Name="TM.TransSmart: TM.Shared.OrderStatus_to_TM.TransSmart.Status Send" IsStatic="true" IsTwoWay="false" BindingOption="0"> | |||
<Description xsi:nil="true" /> | |||
<TransmitPipeline Name="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLTransmit" FullyQualifiedName="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLTransmit, TM.Shared.Pipelines, Version=${TM.Shared.Pipelines: Version}, Culture=neutral, PublicKeyToken=224c7e2c8b50f9df" Type="2" TrackingOption="ServiceStartEnd MessageSendReceive PipelineEvents" Description=""/> | |||
<SendPipelineData> | |||
<Root> | |||
<Stages> | |||
<Stage CategoryId="9d0e4101-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<MessageInDatabase vt="8">TRUE</MessageInDatabase> | |||
<PipelineDirection vt="8">OUTGOING</PipelineDirection> | |||
<PipelinePhase vt="8">IN</PipelinePhase> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
<SharedMessageType vt="8">ORDERSTATUS</SharedMessageType> | |||
</Properties> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4107-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="Microsoft.BizTalk.Component.XmlAsmComp"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4108-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.ReplaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.NamespaceComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<OldNamespace vt="8">http://TM.nShift.messages</OldNamespace> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<MessageInDatabase vt="8">TRUE</MessageInDatabase> | |||
<PipelineDirection vt="8">OUTGOING</PipelineDirection> | |||
<PipelinePhase vt="8">OUT</PipelinePhase> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
<SharedMessageType vt="8">ORDERSTATUS</SharedMessageType> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.FilenameComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.EncodingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
</Stages> | |||
</Root> | |||
</SendPipelineData> | |||
<PrimaryTransport> | |||
<Address>${TM.TransSmart: TM.Shared.OrderStatus_to_TM.TransSmart.Status Send}</Address> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
<TransportTypeData> | |||
<CustomProps> | |||
<UseTempFileOnWrite vt="11">0</UseTempFileOnWrite> | |||
<AllowCacheOnWrite vt="11">0</AllowCacheOnWrite> | |||
<CopyMode vt="19">1</CopyMode> | |||
<FileName vt="8">%MessageID%.xml</FileName> | |||
</CustomProps> | |||
</TransportTypeData> | |||
<RetryCount>3</RetryCount> | |||
<RetryInterval>5</RetryInterval> | |||
<ServiceWindowEnabled>false</ServiceWindowEnabled> | |||
<FromTime>2017-12-12T23:00:00</FromTime> | |||
<ToTime>2017-12-13T22:59:59</ToTime> | |||
<Primary>true</Primary> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<DeliveryNotification>1</DeliveryNotification> | |||
<SendHandler Name="SendHost" HostTrusted="false"> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
</SendHandler> | |||
</PrimaryTransport> | |||
<SecondaryTransport> | |||
<Address /> | |||
<RetryCount>3</RetryCount> | |||
<RetryInterval>5</RetryInterval> | |||
<ServiceWindowEnabled>false</ServiceWindowEnabled> | |||
<FromTime>2017-12-12T23:00:00</FromTime> | |||
<ToTime>2017-12-13T22:59:59</ToTime> | |||
<Primary>false</Primary> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<DeliveryNotification>1</DeliveryNotification> | |||
<SendHandler xsi:nil="true" /> | |||
</SecondaryTransport> | |||
<ReceivePipelineData xsi:nil="true" /> | |||
<Tracking>0</Tracking> | |||
<Filter> | |||
<Filter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |||
<Group> | |||
<Statement Property="TM.Shared.Schemas_v19A.PropertySchema.GroupName" Operator="0" Value="NSHIFT"/> | |||
<Statement Property="BTS.ReceivePortName" Operator="0" Value="TM.Shared: TM.Shared_OUTPUT_XMLDOC"/> | |||
<Statement Property="BTS.MessageType" Operator="0" Value="http://TM.KLG.com/KLG/OrderStatus/v19A#StatusReport"/> | |||
</Group> | |||
</Filter> | |||
</Filter> | |||
<Transforms> | |||
<Transform FullName="TM.TransSmart.Transforms.TM_Shared_OrderStatus_to_TM_TransSmart_Status" AssemblyQualifiedName="TM.TransSmart.Transforms.TM_Shared_OrderStatus_to_TM_TransSmart_Status,TM.TransSmart.Transforms, Version=1.0.21.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95"/> | |||
</Transforms> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<Priority>5</Priority> | |||
<StopSendingOnFailure>false</StopSendingOnFailure> | |||
<RouteFailedMessage>false</RouteFailedMessage> | |||
<ApplicationName>TM.TransSmart</ApplicationName> | |||
</SendPort> | |||
<SendPort Name="TM.TransSmart: ToXMLDOC_IN" IsStatic="true" IsTwoWay="false" BindingOption="0"> | |||
<Description xsi:nil="true"/> | |||
<TransmitPipeline Name="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLTransmit" FullyQualifiedName="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLTransmit, TM.Shared.Pipelines, Version=${TM.Shared.Pipelines: Version}, Culture=neutral, PublicKeyToken=224c7e2c8b50f9df" Type="2" TrackingOption="ServiceStartEnd MessageSendReceive PipelineEvents" Description=""/> | |||
<SendPipelineData> | |||
<Root> | |||
<Stages> | |||
<Stage CategoryId="9d0e4101-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties/> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4107-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="Microsoft.BizTalk.Component.XmlAsmComp"> | |||
<Properties/> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4108-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<MessageInDatabase vt="8">TRUE</MessageInDatabase> | |||
<PipelineDirection vt="8">INCOMING</PipelineDirection> | |||
<PipelinePhase vt="8">OUT</PipelinePhase> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.ReplaceComponent"> | |||
<Properties/> | |||
</Component> | |||
<Component Name="PipelineComponents.NamespaceComponent"> | |||
<Properties/> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties/> | |||
</Component> | |||
<Component Name="PipelineComponents.FilenameComponent"> | |||
<Properties/> | |||
</Component> | |||
<Component Name="PipelineComponents.EncodingComponent"> | |||
<Properties/> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingIdEncodingComponent"> | |||
<Properties/> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
</Stages> | |||
</Root> | |||
</SendPipelineData> | |||
<PrimaryTransport> | |||
<Address>D:\ESB\KLG.TM\Shared\XMLDOC\IN\%MessageID%.xml</Address> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb"/> | |||
<TransportTypeData> | |||
<CustomProps> | |||
<UseTempFileOnWrite vt="11">0</UseTempFileOnWrite> | |||
<AllowCacheOnWrite vt="11">0</AllowCacheOnWrite> | |||
<CopyMode vt="19">1</CopyMode> | |||
<FileName vt="8">%MessageID%.xml</FileName> | |||
</CustomProps> | |||
</TransportTypeData> | |||
<RetryCount>3</RetryCount> | |||
<RetryInterval>5</RetryInterval> | |||
<ServiceWindowEnabled>false</ServiceWindowEnabled> | |||
<FromTime>2022-01-01T00:00:00</FromTime> | |||
<ToTime>2022-01-01T23:59:59</ToTime> | |||
<Primary>true</Primary> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<DeliveryNotification>1</DeliveryNotification> | |||
<SendHandler Name="SendHost" HostTrusted="false"> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb"/> | |||
</SendHandler> | |||
</PrimaryTransport> | |||
<SecondaryTransport> | |||
<Address/> | |||
<RetryCount>3</RetryCount> | |||
<RetryInterval>5</RetryInterval> | |||
<ServiceWindowEnabled>false</ServiceWindowEnabled> | |||
<FromTime>2022-01-01T00:00:00</FromTime> | |||
<ToTime>2022-01-01T23:59:59</ToTime> | |||
<Primary>false</Primary> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<DeliveryNotification>1</DeliveryNotification> | |||
<SendHandler xsi:nil="true"/> | |||
</SecondaryTransport> | |||
<ReceivePipelineData xsi:nil="true"/> | |||
<Tracking>0</Tracking> | |||
<Filter> | |||
<Filter> | |||
<Group> | |||
<Statement Property="BTS.ReceivePortName" Operator="0" Value="TM.TransSmart: TM.TransSmart.Shipment_to_TM.Shared.Order"/> | |||
</Group> | |||
</Filter> | |||
</Filter> | |||
<Transforms/> | |||
<OrderedDelivery>false</OrderedDelivery> | |||
<Priority>5</Priority> | |||
<StopSendingOnFailure>false</StopSendingOnFailure> | |||
<RouteFailedMessage>false</RouteFailedMessage> | |||
<ApplicationName>TM.TransSmart</ApplicationName> | |||
</SendPort> | |||
</SendPortCollection> | |||
<DistributionListCollection /> | |||
<ReceivePortCollection> | |||
<ReceivePort Name="TM.TransSmart: TM.TransSmart.Shipment_to_TM.Shared.Order" IsTwoWay="false" BindingOption="0"> | |||
<Description xsi:nil="true" /> | |||
<ReceiveLocations> | |||
<ReceiveLocation Name="TM.TransSmart: TM.TransSmart.Shipment_to_TM.Shared.Order"> | |||
<Description xsi:nil="true" /> | |||
<Address>${TM.TransSmart: TM.TransSmart.Shipment_to_TM.Shared.Order}</Address> | |||
<PublicAddress /> | |||
<Primary>true</Primary> | |||
<ReceiveLocationServiceWindowEnabled>false</ReceiveLocationServiceWindowEnabled> | |||
<ReceiveLocationFromTime>2017-12-12T23:00:00</ReceiveLocationFromTime> | |||
<ReceiveLocationToTime>2017-12-13T22:59:59</ReceiveLocationToTime> | |||
<ReceiveLocationStartDateEnabled>false</ReceiveLocationStartDateEnabled> | |||
<ReceiveLocationStartDate>2017-12-13T00:00:00</ReceiveLocationStartDate> | |||
<ReceiveLocationEndDateEnabled>false</ReceiveLocationEndDateEnabled> | |||
<ReceiveLocationEndDate>2017-12-14T00:00:00</ReceiveLocationEndDate> | |||
<ReceiveLocationTransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
<ReceiveLocationTransportTypeData> | |||
<CustomProps> | |||
<RenameReceivedFiles vt="11">0</RenameReceivedFiles> | |||
<RemoveReceivedFileDelay vt="19">10</RemoveReceivedFileDelay> | |||
<RemoveReceivedFileMaxInterval vt="19">300000</RemoveReceivedFileMaxInterval> | |||
<FileMask vt="8">*.xml</FileMask> | |||
<FileNetFailRetryInt vt="19">5</FileNetFailRetryInt> | |||
<RemoveReceivedFileRetryCount vt="19">5</RemoveReceivedFileRetryCount> | |||
<BatchSizeInBytes vt="19">102400</BatchSizeInBytes> | |||
<PollingInterval vt="19">60000</PollingInterval> | |||
<FileNetFailRetryCount vt="19">5</FileNetFailRetryCount> | |||
<BatchSize vt="19">20</BatchSize> | |||
</CustomProps> | |||
</ReceiveLocationTransportTypeData> | |||
<ReceivePipeline Name="TM.TransSmart.Pipelines.Shipments_XMLReceive" FullyQualifiedName="TM.TransSmart.Pipelines.Shipments_XMLReceive, TM.TransSmart.Pipelines, Version=1.0.3.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" Type="1" TrackingOption="None" /> | |||
<ReceivePipelineData> | |||
<Root> | |||
<Stages> | |||
<Stage CategoryId="9d0e4103-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingIdDecodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.EncodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<PipelineDirection vt="8">INCOMING</PipelineDirection> | |||
<PipelinePhase vt="8">IN</PipelinePhase> | |||
<PipelineService vt="8">RECEIVE</PipelineService> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.ReplaceComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<NewValues vt="8">-</NewValues> | |||
<OldValues vt="8">–</OldValues> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.NamespaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4105-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="TM.TransSmart.PipelineComponents.CPL_Debatch"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e410d-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<PipelineDirection vt="8">INCOMING</PipelineDirection> | |||
<PipelinePhase vt="8">OUT</PipelinePhase> | |||
<PipelineService vt="8">RECEIVE</PipelineService> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
</Properties> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
</Stages> | |||
</Root> | |||
</ReceivePipelineData> | |||
<SendPipeline xsi:nil="true" /> | |||
<SendPipelineData xsi:nil="true" /> | |||
<Enable>false</Enable> | |||
<ReceiveHandler Name="ReceiveHost" HostTrusted="false"> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
</ReceiveHandler> | |||
</ReceiveLocation> | |||
</ReceiveLocations> | |||
<SendPipelineData xsi:nil="true" /> | |||
<Authentication>0</Authentication> | |||
<Tracking>0</Tracking> | |||
<Transforms> | |||
<Transform FullName="TM.TransSmart.Transforms.TM_TransSmart_Shipment_to_TM_Shared_Order" AssemblyQualifiedName="TM.TransSmart.Transforms.TM_TransSmart_Shipment_to_TM_Shared_Order,TM.TransSmart.Transforms, Version=1.0.21.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" /> | |||
</Transforms> | |||
<RouteFailedMessage>false</RouteFailedMessage> | |||
<ApplicationName>TM.TransSmart</ApplicationName> | |||
</ReceivePort> | |||
<ReceivePort Name="TM.TransSmart: TM.Shared.OrderStatus_to_TM.TransSmart.Status" IsTwoWay="false" BindingOption="0"> | |||
<Description xsi:nil="true" /> | |||
<ReceiveLocations> | |||
<ReceiveLocation Name="TM.TransSmart: TM.Shared.OrderStatus_to_TM.TransSmart.Status"> | |||
<Description xsi:nil="true" /> | |||
<Address>${TM.TransSmart: TM.Shared.OrderStatus_to_TM.TransSmart.Status}</Address> | |||
<PublicAddress /> | |||
<Primary>true</Primary> | |||
<ReceiveLocationServiceWindowEnabled>false</ReceiveLocationServiceWindowEnabled> | |||
<ReceiveLocationFromTime>2017-12-12T23:00:00</ReceiveLocationFromTime> | |||
<ReceiveLocationToTime>2017-12-13T22:59:59</ReceiveLocationToTime> | |||
<ReceiveLocationStartDateEnabled>false</ReceiveLocationStartDateEnabled> | |||
<ReceiveLocationStartDate>2017-12-13T00:00:00</ReceiveLocationStartDate> | |||
<ReceiveLocationEndDateEnabled>false</ReceiveLocationEndDateEnabled> | |||
<ReceiveLocationEndDate>2017-12-14T00:00:00</ReceiveLocationEndDate> | |||
<ReceiveLocationTransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
<ReceiveLocationTransportTypeData> | |||
<CustomProps> | |||
<RenameReceivedFiles vt="11">0</RenameReceivedFiles> | |||
<RemoveReceivedFileDelay vt="19">10</RemoveReceivedFileDelay> | |||
<RemoveReceivedFileMaxInterval vt="19">300000</RemoveReceivedFileMaxInterval> | |||
<FileMask vt="8">*.NA</FileMask> | |||
<FileNetFailRetryInt vt="19">5</FileNetFailRetryInt> | |||
<RemoveReceivedFileRetryCount vt="19">5</RemoveReceivedFileRetryCount> | |||
<BatchSizeInBytes vt="19">102400</BatchSizeInBytes> | |||
<PollingInterval vt="19">60000</PollingInterval> | |||
<FileNetFailRetryCount vt="19">5</FileNetFailRetryCount> | |||
<BatchSize vt="19">20</BatchSize> | |||
</CustomProps> | |||
</ReceiveLocationTransportTypeData> | |||
<ReceivePipeline Name="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLReceive" FullyQualifiedName="TM.Shared.Pipelines.TM_Shared_Pipelines_XMLReceive, TM.Shared.Pipelines, Version=${TM.Shared.Pipelines: Version}, Culture=neutral, PublicKeyToken=224c7e2c8b50f9df" Type="1" TrackingOption="None" Description="" /> | |||
<ReceivePipelineData> | |||
<Root> | |||
<Stages> | |||
<Stage CategoryId="9d0e4103-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingIdDecodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.EncodingComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties> | |||
<ComponentEnabled vt="8">TRUE</ComponentEnabled> | |||
<PipelineDirection vt="8">INCOMING</PipelineDirection> | |||
<PipelinePhase vt="8">IN</PipelinePhase> | |||
<PipelineService vt="8">RECEIVE</PipelineService> | |||
<PipelineSolution vt="8">TM.TransSmart</PipelineSolution> | |||
</Properties> | |||
</Component> | |||
<Component Name="PipelineComponents.ReplaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.NamespaceComponent"> | |||
<Properties /> | |||
</Component> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e4105-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="Microsoft.BizTalk.Component.XmlDasmComp"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
<Stage CategoryId="9d0e410d-4cce-4536-83fa-4a5040674ad6"> | |||
<Components> | |||
<Component Name="PipelineComponents.TrackingComponent"> | |||
<Properties /> | |||
</Component> | |||
</Components> | |||
</Stage> | |||
</Stages> | |||
</Root> | |||
</ReceivePipelineData> | |||
<SendPipeline xsi:nil="true" /> | |||
<SendPipelineData xsi:nil="true" /> | |||
<Enable>false</Enable> | |||
<ReceiveHandler Name="ReceiveHost" HostTrusted="false"> | |||
<TransportType Name="FILE" Capabilities="11" ConfigurationClsid="5e49e3a6-b4fc-4077-b44c-22f34a242fdb" /> | |||
</ReceiveHandler> | |||
</ReceiveLocation> | |||
</ReceiveLocations> | |||
<SendPipelineData xsi:nil="true" /> | |||
<Authentication>0</Authentication> | |||
<Tracking>0</Tracking> | |||
<Transforms> | |||
<Transform FullName="TM.TransSmart.Transforms.TM_Shared_OrderStatus_to_TM_TransSmart_Status" AssemblyQualifiedName="TM.TransSmart.Transforms.TM_Shared_OrderStatus_to_TM_TransSmart_Status,TM.TransSmart.Transforms, Version=1.0.21.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95" /> | |||
</Transforms> | |||
<RouteFailedMessage>false</RouteFailedMessage> | |||
<ApplicationName>TM.TransSmart</ApplicationName> | |||
</ReceivePort> | |||
</ReceivePortCollection> | |||
<PartyCollection xsi:nil="true" /> | |||
</BindingInfo> |
@@ -0,0 +1,166 @@ | |||
<?xml version="1.0"?> | |||
<?mso-application progid="Excel.Sheet"?> | |||
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" | |||
xmlns:o="urn:schemas-microsoft-com:office:office" | |||
xmlns:x="urn:schemas-microsoft-com:office:excel" | |||
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" | |||
xmlns:html="http://www.w3.org/TR/REC-html40"> | |||
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> | |||
<Created>2014-03-24T21:26:46Z</Created> | |||
<Version>15.00</Version> | |||
</DocumentProperties> | |||
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"> | |||
<AllowPNG/> | |||
<RemovePersonalInformation/> | |||
</OfficeDocumentSettings> | |||
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> | |||
<WindowHeight>12435</WindowHeight> | |||
<WindowWidth>28800</WindowWidth> | |||
<WindowTopX>0</WindowTopX> | |||
<WindowTopY>0</WindowTopY> | |||
<ProtectStructure>False</ProtectStructure> | |||
<ProtectWindows>False</ProtectWindows> | |||
</ExcelWorkbook> | |||
<Styles> | |||
<Style ss:ID="Default" ss:Name="Normal"> | |||
<Alignment ss:Vertical="Bottom"/> | |||
<Borders/> | |||
<Font ss:FontName="Calibri" x:Family="Swiss" ss:Color="#000000"/> | |||
<Interior/> | |||
<NumberFormat/> | |||
<Protection/> | |||
</Style> | |||
<Style ss:ID="s40" ss:Name="40% - Accent1"> | |||
<Font ss:FontName="Calibri" x:Family="Swiss" ss:Color="#000000"/> | |||
<Interior ss:Color="#B8CCE4" ss:Pattern="Solid"/> | |||
</Style> | |||
<Style ss:ID="s62" ss:Name="40% - Accent1 Bold"> | |||
<Font ss:FontName="Calibri" x:Family="Swiss" ss:Color="#000000" ss:Bold="1"/> | |||
<Interior ss:Color="#B8CCE4" ss:Pattern="Solid"/> | |||
<NumberFormat/> | |||
</Style> | |||
<Style ss:ID="s63" ss:Name="Normal Bold"> | |||
<Alignment ss:Vertical="Bottom"/> | |||
<Borders/> | |||
<Font ss:FontName="Calibri" x:Family="Swiss" ss:Color="#000000" ss:Bold="1"/> | |||
<Interior/> | |||
<NumberFormat/> | |||
<Protection/> | |||
</Style> | |||
<Style ss:ID="s67" ss:Parent="s62"> | |||
<Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="16" ss:Color="#000000" | |||
ss:Bold="1"/> | |||
</Style> | |||
</Styles> | |||
<Worksheet ss:Name="Settings"> | |||
<Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="12" x:FullColumns="1" | |||
x:FullRows="1"> | |||
<Column ss:StyleID="s63" ss:AutoFitWidth="0" ss:Width="161.25"/> | |||
<Column ss:AutoFitWidth="0" ss:Width="161.25" ss:Span="2"/> | |||
<Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="184.5"/> | |||
<Column ss:AutoFitWidth="0" ss:Width="185.25"/> | |||
<Row ss:AutoFitHeight="0" ss:Height="21"> | |||
<Cell ss:StyleID="s67"><Data ss:Type="String">Environment Settings</Data></Cell> | |||
<Cell ss:StyleID="s62"/> | |||
<Cell ss:StyleID="s62"/> | |||
<Cell ss:StyleID="s62"/> | |||
<Cell ss:StyleID="s62"/> | |||
<Cell ss:StyleID="s62"/> | |||
</Row> | |||
<Row> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Environment Name:</Data></Cell> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Default Values</Data></Cell> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Local Development</Data></Cell> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Shared Development</Data></Cell> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Test</Data></Cell> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Production</Data></Cell> | |||
</Row> | |||
<Row> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Generate File?</Data></Cell> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"><Data ss:Type="String">Yes</Data></Cell> | |||
<Cell ss:StyleID="s40"><Data ss:Type="String">Yes</Data></Cell> | |||
<Cell ss:StyleID="s40"><Data ss:Type="String">Yes</Data></Cell> | |||
<Cell ss:StyleID="s40"><Data ss:Type="String">Yes</Data></Cell> | |||
</Row> | |||
<Row> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Settings File Name:</Data></Cell> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"><Data ss:Type="String">Exported_LocalSettings.xml</Data></Cell> | |||
<Cell ss:StyleID="s40"><Data ss:Type="String">Exported_DevSettings.xml</Data></Cell> | |||
<Cell ss:StyleID="s40"><Data ss:Type="String">Exported_TestSettings.xml</Data></Cell> | |||
<Cell ss:StyleID="s40"><Data ss:Type="String">Exported_ProdSettings.xml</Data></Cell> | |||
</Row> | |||
<Row> | |||
<Cell ss:StyleID="s62"/> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"/> | |||
</Row> | |||
<Row> | |||
<Cell ss:StyleID="s62"><Data ss:Type="String">Settings:</Data></Cell> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"/> | |||
<Cell ss:StyleID="s40"/> | |||
</Row> | |||
<Row> | |||
<Cell><Data ss:Type="String">SsoAppUserGroup</Data></Cell> | |||
<Cell><Data ss:Type="String">BizTalk Application Users</Data></Cell> | |||
</Row> | |||
<Row> | |||
<Cell><Data ss:Type="String">SsoAppAdminGroup</Data></Cell> | |||
<Cell><Data ss:Type="String">BizTalk Server Administrators</Data></Cell> | |||
</Row> | |||
<Row> | |||
<Cell><Data ss:Type="String">ESBLookupConnectionString</Data></Cell> | |||
</Row> | |||
<Row> | |||
<Cell><Data ss:Type="String">ESBTrackingConnectionString</Data></Cell> | |||
</Row> | |||
<Row> | |||
<Cell><Data ss:Type="String">B2BUsername</Data></Cell> | |||
</Row> | |||
<Row> | |||
<Cell><Data ss:Type="String">B2BPassword</Data></Cell> | |||
</Row> | |||
</Table> | |||
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> | |||
<PageSetup> | |||
<Layout x:Orientation="Landscape"/> | |||
<Header x:Margin="0.3"/> | |||
<Footer x:Margin="0.3"/> | |||
<PageMargins x:Bottom="0.25" x:Left="0.25" x:Right="0.25" x:Top="0.25"/> | |||
</PageSetup> | |||
<FitToPage/> | |||
<Print> | |||
<ValidPrinterInfo/> | |||
<Scale>81</Scale> | |||
<HorizontalResolution>600</HorizontalResolution> | |||
<VerticalResolution>600</VerticalResolution> | |||
</Print> | |||
<Zoom>90</Zoom> | |||
<Selected/> | |||
<FreezePanes/> | |||
<FrozenNoSplit/> | |||
<SplitHorizontal>6</SplitHorizontal> | |||
<TopRowBottomPane>6</TopRowBottomPane> | |||
<ActivePane>2</ActivePane> | |||
<Panes> | |||
<Pane> | |||
<Number>3</Number> | |||
</Pane> | |||
<Pane> | |||
<Number>2</Number> | |||
<ActiveRow>13</ActiveRow> | |||
<ActiveCol>1</ActiveCol> | |||
</Pane> | |||
</Panes> | |||
<ProtectObjects>False</ProtectObjects> | |||
<ProtectScenarios>False</ProtectScenarios> | |||
</WorksheetOptions> | |||
</Worksheet> | |||
</Workbook> |
@@ -0,0 +1,17 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- | |||
Deployment Framework for BizTalk | |||
Copyright (C) 2008-14 Thomas F. Abraham, 2004-08 Scott Colestock | |||
--> | |||
<SetEnvUIConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |||
<DialogCaption>EDIBroker.TransSmart</DialogCaption> | |||
<SetEnvUIConfigItem> | |||
<PromptText>Is this the FIRST server in the BizTalk Group you are undeploying from? | |||
If so, BizTalk assemblies will be un-deployed from the BizTalk Management Database.</PromptText> | |||
<Caption>This is the FIRST server in the BizTalk Group</Caption> | |||
<PromptValue>true</PromptValue> | |||
<ValueType>Checkbox</ValueType> | |||
<EnvironmentVarName>BT_DEPLOY_MGMT_DB</EnvironmentVarName> | |||
</SetEnvUIConfigItem> | |||
</SetEnvUIConfig> |
@@ -0,0 +1,291 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<!-- edited with XMLSpy v2012 rel. 2 (http://www.altova.com) by Frans Westerhof (Copernicus Interchange Technology B.V.) --> | |||
<!--W3C Schema generated by XMLSpy v2012 rel. 2 (http://www.altova.com)--> | |||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |||
<xs:element name="shipmentStatus"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="8"/> | |||
<xs:enumeration value="DONE"/> | |||
<xs:enumeration value="TRNS"/> | |||
<xs:enumeration value="ACCEP"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="pickupDate"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="8"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="currency"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="64"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="statusPrice"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:decimal"> | |||
<xs:minInclusive value="0"/> | |||
<xs:maxInclusive value="11"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="incoterms"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="128"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="NoPieces"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="128"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="reference"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="256"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="trackingUrl"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="2048"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="shipment"> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element ref="lineNo" minOccurs="0"/> | |||
<xs:element ref="statusTimeStamp" minOccurs="0"/> | |||
<xs:element ref="awb" minOccurs="0"/> | |||
<xs:element ref="reference" minOccurs="0"/> | |||
<xs:element ref="NoPieces" minOccurs="0" maxOccurs="1"/> | |||
<xs:element ref="weight" minOccurs="0"/> | |||
<xs:element ref="weight_uom" minOccurs="0"/> | |||
<xs:element ref="incoterms" minOccurs="0"/> | |||
<xs:element ref="statusPrice" minOccurs="0"/> | |||
<xs:element ref="currency" minOccurs="0"/> | |||
<xs:element ref="plannedDeliveryDate" minOccurs="0"/> | |||
<xs:element ref="plannedDeliveryTimeFrom" minOccurs="0"/> | |||
<xs:element ref="plannedDeliveryTimeTo" minOccurs="0"/> | |||
<xs:element ref="deliveryDate" minOccurs="0"/> | |||
<xs:element ref="deliveryTime" minOccurs="0"/> | |||
<xs:element ref="acceptedBy" minOccurs="0"/> | |||
<xs:element ref="pickupDate" minOccurs="0"/> | |||
<xs:element ref="shipmentStatus" minOccurs="0"/> | |||
<xs:element ref="carrierStatusCode" minOccurs="0"/> | |||
<xs:element ref="carrierStatusDescription" minOccurs="0"/> | |||
<xs:element ref="trackingUrl" minOccurs="0"/> | |||
<xs:element ref="documents" minOccurs="0"/> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name="documents"> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element ref="document" maxOccurs="unbounded"/> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name="document"> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element ref="documentType"/> | |||
<xs:element ref="fileType"/> | |||
<xs:element ref="documentData"/> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name="documentType"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="10"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="fileType"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="10"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="documentData" type="xs:string"/> | |||
<xs:element name="weight_uom"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="3"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="weight"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:decimal"> | |||
<xs:minInclusive value="0"/> | |||
<xs:maxInclusive value="11"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="statusTimeStamp"/> | |||
<xs:element name="statusCode"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="8"/> | |||
<xs:enumeration value="DONE"/> | |||
<xs:enumeration value="TRNS"/> | |||
<xs:enumeration value="ACCEP"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="status"> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element ref="pieces" minOccurs="0"/> | |||
<xs:element ref="shipment" minOccurs="0" maxOccurs="unbounded"/> | |||
</xs:sequence> | |||
<xs:attribute name="carrier" use="required"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"/> | |||
</xs:simpleType> | |||
</xs:attribute> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name="root"> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element ref="status"/> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name="price"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:decimal"> | |||
<xs:minInclusive value="0"/> | |||
<xs:maxInclusive value="11"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="plannedDeliveryDate"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="8"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="plannedDeliveryTimeTo"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="6"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="plannedDeliveryTimeFrom"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="6"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="deliveryDate"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="8"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="deliveryTime"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="6"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="pieces"> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element ref="piece" maxOccurs="unbounded"/> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name="piece"> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element ref="lineNo"/> | |||
<xs:element ref="statusTimeStamp" minOccurs="0"/> | |||
<xs:element ref="awb"/> | |||
<xs:element ref="weight" minOccurs="0"/> | |||
<xs:element ref="weight_uom" minOccurs="0"/> | |||
<xs:element ref="price" minOccurs="0"/> | |||
<xs:element ref="plannedDeliveryDate" minOccurs="0"/> | |||
<xs:element ref="plannedDeliveryTimeFrom" minOccurs="0"/> | |||
<xs:element ref="plannedDeliveryTimeTo" minOccurs="0"/> | |||
<xs:element ref="deliveryDate" minOccurs="0"/> | |||
<xs:element ref="deliveryTime" minOccurs="0"/> | |||
<xs:element ref="acceptedBy" minOccurs="0"/> | |||
<xs:element ref="statusCode" minOccurs="0"/> | |||
<xs:element ref="carrierStatusCode" minOccurs="0"/> | |||
<xs:element ref="carrierStatusDescription" minOccurs="0"/> | |||
<xs:element ref="documents" minOccurs="0"/> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name="lineNo" type="xs:int"/> | |||
<xs:element name="carrierStatusDescription"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="128"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="carrierStatusCode"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="16"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="awb"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="256"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name="acceptedBy"> | |||
<xs:simpleType> | |||
<xs:restriction base="xs:string"> | |||
<xs:minLength value="0"/> | |||
<xs:maxLength value="64"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
</xs:schema> |
@@ -0,0 +1,182 @@ | |||
using System; | |||
using System.IO; | |||
using System.Text; | |||
using System.Runtime.InteropServices; | |||
using System.Collections; | |||
using System.Collections.Generic; | |||
using System.ComponentModel; | |||
using Microsoft.BizTalk.Message.Interop; | |||
using Microsoft.BizTalk.Component; | |||
using Microsoft.BizTalk.Component.Interop; | |||
namespace TM.TransSmart.PipelineComponents | |||
{ | |||
[ComponentCategory(CategoryTypes.CATID_PipelineComponent)] | |||
[ComponentCategory(CategoryTypes.CATID_DisassemblingParser)] | |||
[ComponentCategory(CategoryTypes.CATID_Streamer)] | |||
[Guid("B082AD3E-C313-4569-941E-AE527A7AFD6B")] | |||
public class CPL_Debatch : IBaseComponent, IDisassemblerComponent, IComponentUI, IPersistPropertyBag | |||
{ | |||
private string docType = ""; | |||
private const string XmlNormNamespaceURI = "http://schemas.microsoft.com/BizTalk/2003/xmlnorm-properties"; | |||
private const string DocumentSpecNamePropertyName = "DocumentSpecName"; | |||
private Queue<string> messages = new Queue<string>(); | |||
private IBaseMessageContext msgContext = null; | |||
#region IBaseComponent Members | |||
public string Description | |||
{ | |||
get { return "Streaming TransSmart Debatch Disassembler Component"; } | |||
} | |||
public string Name | |||
{ | |||
get { return "TransSmart Debatch Disassembler"; } | |||
} | |||
public string Version | |||
{ | |||
get { return "1.0"; } | |||
} | |||
#endregion | |||
#region IDisassemblerComponent Members | |||
public void Disassemble(IPipelineContext pContext, IBaseMessage pInMsg) | |||
{ | |||
if (pInMsg == null) return; | |||
if (pInMsg.PartCount == 0) return; | |||
msgContext = PipelineUtil.CloneMessageContext(pInMsg.Context); | |||
Stream s2 = pInMsg.BodyPart.Data; | |||
// reset to begin of stream; | |||
s2.Seek(0, SeekOrigin.Begin); | |||
StreamReader history = new StreamReader(s2); | |||
String content = ""; | |||
content = history.ReadToEnd(); | |||
string replace1 = "<?xml version=\"1.0\" encoding=\"utf-8\" ?><soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:tbox=\"http://connect1.transwise.eu/TboxService/\"><SOAP-ENV:Header xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"/><soap:Body><tbox:carrierBooking>"; | |||
string replaceWith1 = "<?xml version=\"1.0\" encoding=\"utf-8\" ?><tbox:carrierBooking xmlns:tbox=\"http://TM.TransSmart.Shipment\">"; | |||
string replace2 = "</soap:Body></soap:Envelope>"; | |||
string replaceWith2 = ""; | |||
content = content.Replace(replace1, replaceWith1).Replace(replace2, replaceWith2); | |||
string line = null; | |||
StringBuilder sb = new StringBuilder(content); | |||
if (sb.Length != 0) | |||
{ | |||
messages.Enqueue(sb.ToString()); | |||
} | |||
} | |||
public IBaseMessage GetNext(IPipelineContext pContext) | |||
{ | |||
// Queue is empty ? | |||
if (messages.Count == 0) | |||
{ | |||
return null; | |||
} | |||
string currentDoc = messages.Dequeue(); | |||
IBaseMessage ret = null; | |||
IDocumentSpec docSpec = null; | |||
docSpec = pContext.GetDocumentSpecByType(@"http://TM.TransSmart.Shipment#carrierBooking"); | |||
IBaseMessage msg = pContext.GetMessageFactory().CreateMessage(); | |||
IBaseMessagePart part = pContext.GetMessageFactory().CreateMessagePart(); | |||
//UnicodeEncoding encoding = new UnicodeEncoding(); | |||
//ASCIIEncoding encoding = new ASCIIEncoding(); | |||
//Byte[] bytes = Encoding.Default.GetBytes(currentDoc); | |||
Byte[] bytes = Encoding.UTF8.GetBytes(currentDoc); | |||
MemoryStream ms = new MemoryStream(); | |||
int count = 0; | |||
while (count < bytes.Length) | |||
{ | |||
ms.WriteByte(bytes[count]); | |||
count++; | |||
} | |||
ms.Seek(0, SeekOrigin.Begin); | |||
part.Data = ms; | |||
msg.AddPart("body", part, true); | |||
msg.Context = msgContext; | |||
msg.Context.Write(DocumentSpecNamePropertyName, XmlNormNamespaceURI, docSpec.DocSpecStrongName); | |||
XmlDasmComp xmldasm = new XmlDasmComp(); | |||
xmldasm.InitNew(); | |||
if (xmldasm.Probe(pContext, msg)) | |||
{ | |||
xmldasm.Disassemble(pContext, msg); | |||
ret = xmldasm.GetNext(pContext); | |||
} | |||
return ret; | |||
} | |||
#endregion | |||
#region IComponentUI Members | |||
public IntPtr Icon | |||
{ | |||
get { return IntPtr.Zero; } | |||
} | |||
public IEnumerator Validate(object projectSystem) | |||
{ | |||
return new List<string>().GetEnumerator(); | |||
} | |||
#endregion | |||
#region IPersistPropertyBag Members | |||
public void GetClassID(out Guid classID) | |||
{ | |||
// Is the Same as GUID on Class level. | |||
classID = new Guid("B082AD3E-C313-4569-941E-AE527A7AFD6B"); | |||
} | |||
public void InitNew() | |||
{ | |||
// Called after "New" of component | |||
} | |||
public void Load(IPropertyBag propertyBag, int errorLog) | |||
{ | |||
} | |||
public void Save(IPropertyBag propertyBag, bool clearDirty, bool saveAllProperties) | |||
{ | |||
} | |||
#endregion | |||
} | |||
} |
@@ -0,0 +1,81 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | |||
<PropertyGroup> | |||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
<ProjectGuid>{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}</ProjectGuid> | |||
<OutputType>Library</OutputType> | |||
<AppDesignerFolder>Properties</AppDesignerFolder> | |||
<RootNamespace>TM.TransSmart.PipelineComponents</RootNamespace> | |||
<AssemblyName>TM.TransSmart.PipelineComponents</AssemblyName> | |||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |||
<FileAlignment>512</FileAlignment> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug\</OutputPath> | |||
<DefineConstants>DEBUG;TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
<DebugType>pdbonly</DebugType> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release\</OutputPath> | |||
<DefineConstants>TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SignAssembly>true</SignAssembly> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<DelaySign>false</DelaySign> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Reference Include="Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\Microsoft.BizTalk.DefaultPipelines.dll</HintPath> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.GlobalPropertySchemas, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\Microsoft.BizTalk.GlobalPropertySchemas.dll</HintPath> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.Pipeline, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\Microsoft.BizTalk.Pipeline.dll</HintPath> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.Pipeline.Components, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\Pipeline Components\Microsoft.BizTalk.Pipeline.Components.dll</HintPath> | |||
</Reference> | |||
<Reference Include="System" /> | |||
<Reference Include="System.Core" /> | |||
<Reference Include="System.Xml.Linq" /> | |||
<Reference Include="System.Data.DataSetExtensions" /> | |||
<Reference Include="Microsoft.CSharp" /> | |||
<Reference Include="System.Data" /> | |||
<Reference Include="System.Xml" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Compile Include="CPL_Debatch.cs" /> | |||
<Compile Include="Properties\AssemblyInfo.cs" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="TransSmart.snk" /> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |||
Other similar extension points exist, see Microsoft.Common.targets. | |||
<Target Name="BeforeBuild"> | |||
</Target> | |||
<Target Name="AfterBuild"> | |||
</Target> | |||
--> | |||
</Project> |
@@ -0,0 +1,36 @@ | |||
using System.Reflection; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.InteropServices; | |||
// General Information about an assembly is controlled through the following | |||
// set of attributes. Change these attribute values to modify the information | |||
// associated with an assembly. | |||
[assembly: AssemblyTitle("PipelineComponents")] | |||
[assembly: AssemblyDescription("")] | |||
[assembly: AssemblyConfiguration("")] | |||
[assembly: AssemblyCompany("")] | |||
[assembly: AssemblyProduct("PipelineComponents")] | |||
[assembly: AssemblyCopyright("Copyright © 2017")] | |||
[assembly: AssemblyTrademark("")] | |||
[assembly: AssemblyCulture("")] | |||
// Setting ComVisible to false makes the types in this assembly not visible | |||
// to COM components. If you need to access a type in this assembly from | |||
// COM, set the ComVisible attribute to true on that type. | |||
[assembly: ComVisible(false)] | |||
// The following GUID is for the ID of the typelib if this project is exposed to COM | |||
[assembly: Guid("a9ddb344-9eaa-4695-af1a-6135c0bf15bd")] | |||
// Version information for an assembly consists of the following four values: | |||
// | |||
// Major Version | |||
// Minor Version | |||
// Build Number | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
[assembly: AssemblyVersion("1.0.1.0")] | |||
[assembly: AssemblyFileVersion("1.0.1.0")] |
@@ -0,0 +1,14 @@ | |||
using System; | |||
using System.Collections.Generic; | |||
using System.Linq; | |||
using System.Text; | |||
using System.Threading.Tasks; | |||
using System.IO; | |||
namespace TM.Shared.Tracking | |||
{ | |||
public class Utf8StringWriter : StringWriter | |||
{ | |||
public override Encoding Encoding { get { return Encoding.UTF8; } } | |||
} | |||
} |
@@ -0,0 +1,97 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<PropertyGroup> | |||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
<ProjectGuid>{203120EC-1398-4BD5-96B2-46269F7EA6BA}</ProjectGuid> | |||
<ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |||
<OutputType>library</OutputType> | |||
<GenericProcessing>true</GenericProcessing> | |||
<RootNamespace>TM.TransSmart.Pipelines</RootNamespace> | |||
<AssemblyName>TM.TransSmart.Pipelines</AssemblyName> | |||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> | |||
<BpelCompliance>True</BpelCompliance> | |||
<FileUpgradeFlags> | |||
</FileUpgradeFlags> | |||
<UpgradeBackupLocation> | |||
</UpgradeBackupLocation> | |||
<OldToolsVersion>4.0</OldToolsVersion> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug\</OutputPath> | |||
<DefineConstants>DEBUG;TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
<DebugType>pdbonly</DebugType> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release\</OutputPath> | |||
<DefineConstants>TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SignAssembly>true</SignAssembly> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Reference Include="System"> | |||
<Name>System</Name> | |||
</Reference> | |||
<Reference Include="System.Xml"> | |||
<Name>System.XML</Name> | |||
</Reference> | |||
<Reference Include="System.Configuration"> | |||
<Name>System.Configuration</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.Pipeline"> | |||
<SpecificVersion>False</SpecificVersion> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.DefaultPipelines"> | |||
<Name>Microsoft.BizTalk.DefaultPipelines</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.GlobalPropertySchemas"> | |||
<Name>Microsoft.BizTalk.GlobalPropertySchemas</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.TestTools"> | |||
<Name>Microsoft.BizTalk.TestTools</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.XLANGs.BaseTypes"> | |||
<Name>Microsoft.XLANGs.BaseTypes</Name> | |||
</Reference> | |||
<Reference Include="TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.PipelineComponents\v4.0_2.0.1.0__db1d2fbb73684f7d\TM.Shared.PipelineComponents.dll</HintPath> | |||
</Reference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Compile Include="Properties\AssemblyInfo.cs" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="TransSmart.snk" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Pipeline Include="Shipments.XMLReceive.btp"> | |||
<TypeName>Shipments_XMLReceive</TypeName> | |||
<Namespace>TM.TransSmart.Pipelines</Namespace> | |||
<SubType>Designer</SubType> | |||
</Pipeline> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\PipelineComponents\PipelineComponents.csproj"> | |||
<Project>{e4eac238-b75e-450a-ba8f-c6a33a3d939c}</Project> | |||
<Name>PipelineComponents</Name> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" /> | |||
</Project> |
@@ -0,0 +1,39 @@ | |||
using System.Reflection; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.InteropServices; | |||
using Microsoft.XLANGs.BaseTypes; | |||
using Microsoft.BizTalk.XLANGs.BTXEngine; | |||
// General Information about an assembly is controlled through the following | |||
// set of attributes. Change these attribute values to modify the information | |||
// associated with an assembly. | |||
[assembly: AssemblyTitle("Pipelines")] | |||
[assembly: AssemblyDescription("")] | |||
[assembly: AssemblyConfiguration("")] | |||
[assembly: AssemblyCompany("")] | |||
[assembly: AssemblyProduct("Pipelines")] | |||
[assembly: AssemblyCopyright("Copyright © 2017")] | |||
[assembly: AssemblyTrademark("")] | |||
[assembly: AssemblyCulture("")] | |||
[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssemblyAttribute(typeof(BTXService))] | |||
// Setting ComVisible to false makes the types in this assembly not visible | |||
// to COM components. If you need to access a type in this assembly from | |||
// COM, set the ComVisible attribute to true on that type. | |||
[assembly: ComVisible(false)] | |||
// The following GUID is for the ID of the typelib if this project is exposed to COM | |||
[assembly: Guid("cdac5f43-fbd1-4d8d-9d1e-17f3a5801ca6")] | |||
// Version information for an assembly consists of the following four values: | |||
// | |||
// Major Version | |||
// Minor Version | |||
// Build Number | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
[assembly: AssemblyVersion("1.0.3.0")] | |||
[assembly: AssemblyFileVersion("1.0.3.0")] |
@@ -0,0 +1,121 @@ | |||
namespace TM.EDIBroker.TransSmart.Pipelines | |||
{ | |||
using System; | |||
using System.Collections.Generic; | |||
using Microsoft.BizTalk.PipelineOM; | |||
using Microsoft.BizTalk.Component; | |||
using Microsoft.BizTalk.Component.Interop; | |||
public sealed class Shimpents_XMLReceive : Microsoft.BizTalk.PipelineOM.ReceivePipeline | |||
{ | |||
private const string _strPipeline = "<?xml version=\"1.0\" encoding=\"utf-16\"?><Document xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instanc"+ | |||
"e\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" MajorVersion=\"1\" MinorVersion=\"0\"> <Description /> "+ | |||
" <CategoryId>f66b9f5e-43ff-4f5f-ba46-885348ae1b4e</CategoryId> <FriendlyName>Receive</FriendlyName>"+ | |||
" <Stages> <Stage> <PolicyFileStage _locAttrData=\"Name\" _locID=\"1\" Name=\"Decode\" minOccurs=\""+ | |||
"0\" maxOccurs=\"-1\" execMethod=\"All\" stageId=\"9d0e4103-4cce-4536-83fa-4a5040674ad6\" /> <Component"+ | |||
"s> <Component> <Name>PipelineComponents.TrackingComponent,TM.Shared.PipelineComponen"+ | |||
"ts, Version=1.0.2.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d</Name> <ComponentName"+ | |||
">TrackingComponent v1.3</ComponentName> <Description>Custom Pipeline Component used to log "+ | |||
"messages instead of DTA Tracking</Description> <Version>1.3.0.0</Version> <Propert"+ | |||
"ies> <Property Name=\"ComponentEnabled\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"Encoding\"> <Value xsi:type=\"xsd:string\" /"+ | |||
"> </Property> <Property Name=\"PipelineDirection\"> <Value xsi:type"+ | |||
"=\"xsd:string\" /> </Property> <Property Name=\"PipelineSolution\"> <"+ | |||
"Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineService\"> "+ | |||
" <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Pipeli"+ | |||
"nePhase\"> <Value xsi:type=\"xsd:string\" /> </Property> </Properties>"+ | |||
" <CachedDisplayName>TrackingComponent v1.3</CachedDisplayName> <CachedIsManaged>tr"+ | |||
"ue</CachedIsManaged> </Component> </Components> </Stage> <Stage> <PolicyFileS"+ | |||
"tage _locAttrData=\"Name\" _locID=\"2\" Name=\"Disassemble\" minOccurs=\"0\" maxOccurs=\"-1\" execMethod=\"Firs"+ | |||
"tMatch\" stageId=\"9d0e4105-4cce-4536-83fa-4a5040674ad6\" /> <Components> <Component> "+ | |||
" <Name>TM.EDIBroker.TransSmart.PipelineComponents.CPL_Debatch,TM.EDIBroker.TransSmart.PipelineCom"+ | |||
"ponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95</Name> <Componen"+ | |||
"tName>TransSmart Debatch Disassembler</ComponentName> <Description>Streaming TransSmart Deb"+ | |||
"atch Disassembler Component</Description> <Version>1.0</Version> <Properties /> "+ | |||
" <CachedDisplayName>TransSmart Debatch Disassembler</CachedDisplayName> <CachedIsMana"+ | |||
"ged>true</CachedIsManaged> </Component> </Components> </Stage> <Stage> <Polic"+ | |||
"yFileStage _locAttrData=\"Name\" _locID=\"3\" Name=\"Validate\" minOccurs=\"0\" maxOccurs=\"-1\" execMethod=\"A"+ | |||
"ll\" stageId=\"9d0e410d-4cce-4536-83fa-4a5040674ad6\" /> <Components> <Component> "+ | |||
"<Name>PipelineComponents.TrackingComponent,TM.Shared.PipelineComponents, Version=1.0.2.0, Culture=ne"+ | |||
"utral, PublicKeyToken=db1d2fbb73684f7d</Name> <ComponentName>TrackingComponent v1.3</Compon"+ | |||
"entName> <Description>Custom Pipeline Component used to log messages instead of DTA Trackin"+ | |||
"g</Description> <Version>1.3.0.0</Version> <Properties> <Property Name="+ | |||
"\"ComponentEnabled\"> <Value xsi:type=\"xsd:string\" /> </Property> <"+ | |||
"Property Name=\"Encoding\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
" <Property Name=\"PipelineDirection\"> <Value xsi:type=\"xsd:string\" /> </P"+ | |||
"roperty> <Property Name=\"PipelineSolution\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"PipelineService\"> <Value xsi:type=\"xs"+ | |||
"d:string\" /> </Property> <Property Name=\"PipelinePhase\"> <Value x"+ | |||
"si:type=\"xsd:string\" /> </Property> </Properties> <CachedDisplayName>Tr"+ | |||
"ackingComponent v1.3</CachedDisplayName> <CachedIsManaged>true</CachedIsManaged> </C"+ | |||
"omponent> </Components> </Stage> <Stage> <PolicyFileStage _locAttrData=\"Name\" _locID"+ | |||
"=\"4\" Name=\"ResolveParty\" minOccurs=\"0\" maxOccurs=\"-1\" execMethod=\"All\" stageId=\"9d0e410e-4cce-4536-8"+ | |||
"3fa-4a5040674ad6\" /> <Components /> </Stage> </Stages></Document>"; | |||
private const string _versionDependentGuid = "3999f24f-f604-416d-8436-3600369d5926"; | |||
public Shimpents_XMLReceive() | |||
{ | |||
Microsoft.BizTalk.PipelineOM.Stage stage = this.AddStage(new System.Guid("9d0e4103-4cce-4536-83fa-4a5040674ad6"), Microsoft.BizTalk.PipelineOM.ExecutionMode.all); | |||
IBaseComponent comp0 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.TrackingComponent,TM.Shared.PipelineComponents, Version=1.0.2.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp0 is IPersistPropertyBag) | |||
{ | |||
string comp0XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Encoding\"> <Value xs"+ | |||
"i:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineDirection\"> <Value xsi:type=\"x"+ | |||
"sd:string\" /> </Property> <Property Name=\"PipelineSolution\"> <Value xsi:type=\"xsd:string\""+ | |||
" /> </Property> <Property Name=\"PipelineService\"> <Value xsi:type=\"xsd:string\" /> </Pr"+ | |||
"operty> <Property Name=\"PipelinePhase\"> <Value xsi:type=\"xsd:string\" /> </Property> </Pr"+ | |||
"operties></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp0XmlProperties);; | |||
((IPersistPropertyBag)(comp0)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp0); | |||
stage = this.AddStage(new System.Guid("9d0e4105-4cce-4536-83fa-4a5040674ad6"), Microsoft.BizTalk.PipelineOM.ExecutionMode.firstRecognized); | |||
IBaseComponent comp1 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("TM.EDIBroker.TransSmart.PipelineComponents.CPL_Debatch,TM.EDIBroker.TransSmart.PipelineComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95");; | |||
if (comp1 is IPersistPropertyBag) | |||
{ | |||
string comp1XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties /></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp1XmlProperties);; | |||
((IPersistPropertyBag)(comp1)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp1); | |||
stage = this.AddStage(new System.Guid("9d0e410d-4cce-4536-83fa-4a5040674ad6"), Microsoft.BizTalk.PipelineOM.ExecutionMode.all); | |||
IBaseComponent comp2 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.TrackingComponent,TM.Shared.PipelineComponents, Version=1.0.2.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp2 is IPersistPropertyBag) | |||
{ | |||
string comp2XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Encoding\"> <Value xs"+ | |||
"i:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineDirection\"> <Value xsi:type=\"x"+ | |||
"sd:string\" /> </Property> <Property Name=\"PipelineSolution\"> <Value xsi:type=\"xsd:string\""+ | |||
" /> </Property> <Property Name=\"PipelineService\"> <Value xsi:type=\"xsd:string\" /> </Pr"+ | |||
"operty> <Property Name=\"PipelinePhase\"> <Value xsi:type=\"xsd:string\" /> </Property> </Pr"+ | |||
"operties></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp2XmlProperties);; | |||
((IPersistPropertyBag)(comp2)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp2); | |||
} | |||
public override string XmlContent | |||
{ | |||
get | |||
{ | |||
return _strPipeline; | |||
} | |||
} | |||
public override System.Guid VersionDependentGuid | |||
{ | |||
get | |||
{ | |||
return new System.Guid(_versionDependentGuid); | |||
} | |||
} | |||
} | |||
} |
@@ -0,0 +1,279 @@ | |||
namespace TM.TransSmart.Pipelines | |||
{ | |||
using System; | |||
using System.Collections.Generic; | |||
using Microsoft.BizTalk.PipelineOM; | |||
using Microsoft.BizTalk.Component; | |||
using Microsoft.BizTalk.Component.Interop; | |||
public sealed class Shipments_XMLReceive : Microsoft.BizTalk.PipelineOM.ReceivePipeline | |||
{ | |||
private const string _strPipeline = "<?xml version=\"1.0\" encoding=\"utf-16\"?><Document xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instanc"+ | |||
"e\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" MajorVersion=\"1\" MinorVersion=\"0\"> <Description /> "+ | |||
" <CategoryId>f66b9f5e-43ff-4f5f-ba46-885348ae1b4e</CategoryId> <FriendlyName>Receive</FriendlyName>"+ | |||
" <Stages> <Stage> <PolicyFileStage _locAttrData=\"Name\" _locID=\"1\" Name=\"Decode\" minOccurs=\""+ | |||
"0\" maxOccurs=\"-1\" execMethod=\"All\" stageId=\"9d0e4103-4cce-4536-83fa-4a5040674ad6\" /> <Component"+ | |||
"s> <Component> <Name>PipelineComponents.TrackingIdDecodingComponent,TM.Shared.Pipeli"+ | |||
"neComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d</Name> <Com"+ | |||
"ponentName>TrackingIdDecodingComponent v1.0.2</ComponentName> <Description>Custom Pipeline "+ | |||
"Component used retrieve Context for tracking</Description> <Version>1.0.2</Version> "+ | |||
" <Properties> <Property Name=\"ComponentEnabled\"> <Value xsi:type=\"xsd:strin"+ | |||
"g\">TRUE</Value> </Property> <Property Name=\"DebugEnabled\"> <Value"+ | |||
" xsi:type=\"xsd:string\">FALSE</Value> </Property> <Property Name=\"DebugFile\"> "+ | |||
" <Value xsi:type=\"xsd:string\">D:\\LOG\\TrackingIdDecodingComponent v1.0.2_DEBUG.txt</Value>"+ | |||
" </Property> </Properties> <CachedDisplayName>TrackingIdDecodingCompone"+ | |||
"nt v1.0.2</CachedDisplayName> <CachedIsManaged>true</CachedIsManaged> </Component> "+ | |||
" <Component> <Name>PipelineComponents.EncodingComponent,TM.Shared.PipelineComponents, "+ | |||
"Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d</Name> <ComponentName>Enc"+ | |||
"odingComponent v1.3</ComponentName> <Description>Custom Pipeline Component used to change M"+ | |||
"essage Encoding</Description> <Version>1.3.0.0</Version> <Properties> <"+ | |||
"Property Name=\"ComponentEnabled\"> <Value xsi:type=\"xsd:string\" /> </Property"+ | |||
"> <Property Name=\"OldEncoding\"> <Value xsi:type=\"xsd:string\" /> <"+ | |||
"/Property> <Property Name=\"NewEncoding\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> </Properties> <CachedDisplayName>EncodingComponent v1.3</Cache"+ | |||
"dDisplayName> <CachedIsManaged>true</CachedIsManaged> </Component> <Component"+ | |||
"> <Name>PipelineComponents.TrackingComponent,TM.Shared.PipelineComponents, Version=2.0.1.0,"+ | |||
" Culture=neutral, PublicKeyToken=db1d2fbb73684f7d</Name> <ComponentName>TrackingComponent v"+ | |||
"2.0.2</ComponentName> <Description>Custom Pipeline Component used to log messages instead o"+ | |||
"f DTA Tracking</Description> <Version>2.0.2</Version> <Properties> <Pro"+ | |||
"perty Name=\"ComponentEnabled\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
" <Property Name=\"Encoding\"> <Value xsi:type=\"xsd:string\" /> </Prope"+ | |||
"rty> <Property Name=\"PipelineDirection\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"PipelineSolution\"> <Value xsi:type=\"xsd:"+ | |||
"string\" /> </Property> <Property Name=\"PipelinePhase\"> <Value xsi"+ | |||
":type=\"xsd:string\" /> </Property> <Property Name=\"SharedMessageType\"> "+ | |||
" <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Additional1\">"+ | |||
" <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Addi"+ | |||
"tional2\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property N"+ | |||
"ame=\"Additional3\"> <Value xsi:type=\"xsd:string\" /> </Property> <P"+ | |||
"roperty Name=\"Original\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
" <Property Name=\"Final\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
" <Property Name=\"Level\"> <Value xsi:type=\"xsd:int\">0</Value> </Propert"+ | |||
"y> <Property Name=\"MessageInDatabase\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> </Properties> <CachedDisplayName>TrackingComponent v2.0.2</Cache"+ | |||
"dDisplayName> <CachedIsManaged>true</CachedIsManaged> </Component> <Component"+ | |||
"> <Name>PipelineComponents.ReplaceComponent,TM.Shared.PipelineComponents, Version=2.0.1.0, "+ | |||
"Culture=neutral, PublicKeyToken=db1d2fbb73684f7d</Name> <ComponentName>ReplaceComponent v1."+ | |||
"3</ComponentName> <Description>Custom Pipeline Component used to replace strings in Message"+ | |||
" Content (delimiter: |)</Description> <Version>1.3.0.0</Version> <Properties> "+ | |||
" <Property Name=\"ComponentEnabled\"> <Value xsi:type=\"xsd:string\" /> </"+ | |||
"Property> <Property Name=\"OldEncoding\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"OldValues\"> <Value xsi:type=\"xsd:string\" "+ | |||
"/> </Property> <Property Name=\"NewValues\"> <Value xsi:type=\"xsd:s"+ | |||
"tring\" /> </Property> <Property Name=\"NewEncoding\"> <Value xsi:ty"+ | |||
"pe=\"xsd:string\" /> </Property> </Properties> <CachedDisplayName>Replace"+ | |||
"Component v1.3</CachedDisplayName> <CachedIsManaged>true</CachedIsManaged> </Compone"+ | |||
"nt> <Component> <Name>PipelineComponents.NamespaceComponent,TM.Shared.PipelineCompon"+ | |||
"ents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d</Name> <ComponentNa"+ | |||
"me>NamespaceComponent v1.3</ComponentName> <Description>Custom Pipeline Component used to A"+ | |||
"dd, Remove or Replace the Message Namespace</Description> <Version>1.3.0.0</Version> "+ | |||
" <Properties> <Property Name=\"ComponentEnabled\"> <Value xsi:type=\"xsd:stri"+ | |||
"ng\" /> </Property> <Property Name=\"OldNamespace\"> <Value xsi:type"+ | |||
"=\"xsd:string\" /> </Property> <Property Name=\"NewNamespace\"> <Valu"+ | |||
"e xsi:type=\"xsd:string\" /> </Property> </Properties> <CachedDisplayName"+ | |||
">NamespaceComponent v1.3</CachedDisplayName> <CachedIsManaged>true</CachedIsManaged> "+ | |||
" </Component> <Component> <Name>PipelineComponents.TrackingComponent,TM.Shared.Pipel"+ | |||
"ineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d</Name> <Co"+ | |||
"mponentName>TrackingComponent v2.0.2</ComponentName> <Description>Custom Pipeline Component"+ | |||
" used to log messages instead of DTA Tracking</Description> <Version>2.0.2</Version> "+ | |||
" <Properties> <Property Name=\"ComponentEnabled\"> <Value xsi:type=\"xsd:stri"+ | |||
"ng\" /> </Property> <Property Name=\"Encoding\"> <Value xsi:type=\"xs"+ | |||
"d:string\" /> </Property> <Property Name=\"PipelineDirection\"> <Val"+ | |||
"ue xsi:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineSolution\"> "+ | |||
" <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Pipeline"+ | |||
"Phase\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Nam"+ | |||
"e=\"SharedMessageType\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
" <Property Name=\"Additional1\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
" <Property Name=\"Additional2\"> <Value xsi:type=\"xsd:string\" /> </P"+ | |||
"roperty> <Property Name=\"Additional3\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"Original\"> <Value xsi:type=\"xsd:string\" />"+ | |||
" </Property> <Property Name=\"Final\"> <Value xsi:type=\"xsd:string\""+ | |||
" /> </Property> <Property Name=\"MessageInDatabase\"> <Value xsi:ty"+ | |||
"pe=\"xsd:string\" /> </Property> <Property Name=\"Level\"> <Value xsi"+ | |||
":type=\"xsd:int\">0</Value> </Property> </Properties> <CachedDisplayName>"+ | |||
"TrackingComponent v2.0.2</CachedDisplayName> <CachedIsManaged>true</CachedIsManaged> "+ | |||
" </Component> </Components> </Stage> <Stage> <PolicyFileStage _locAttrData=\"Name\" _l"+ | |||
"ocID=\"2\" Name=\"Disassemble\" minOccurs=\"0\" maxOccurs=\"-1\" execMethod=\"FirstMatch\" stageId=\"9d0e4105-4"+ | |||
"cce-4536-83fa-4a5040674ad6\" /> <Components> <Component> <Name>TM.TransSmart.Pip"+ | |||
"elineComponents.CPL_Debatch,TM.TransSmart.PipelineComponents, Version=1.0.1.0, Culture=neutral, Publ"+ | |||
"icKeyToken=089e5464cda5fc95</Name> <ComponentName>TransSmart Debatch Disassembler</Componen"+ | |||
"tName> <Description>Streaming TransSmart Debatch Disassembler Component</Description> "+ | |||
" <Version>1.0</Version> <Properties /> <CachedDisplayName>TransSmart Debatch Di"+ | |||
"sassembler</CachedDisplayName> <CachedIsManaged>true</CachedIsManaged> </Component> "+ | |||
" </Components> </Stage> <Stage> <PolicyFileStage _locAttrData=\"Name\" _locID=\"3\" Name="+ | |||
"\"Validate\" minOccurs=\"0\" maxOccurs=\"-1\" execMethod=\"All\" stageId=\"9d0e410d-4cce-4536-83fa-4a5040674a"+ | |||
"d6\" /> <Components> <Component> <Name>PipelineComponents.TrackingComponent,TM.S"+ | |||
"hared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d</Name> "+ | |||
" <ComponentName>TrackingComponent v2.0.2</ComponentName> <Description>Custom Pipelin"+ | |||
"e Component used to log messages instead of DTA Tracking</Description> <Version>2.0.2</Vers"+ | |||
"ion> <Properties> <Property Name=\"ComponentEnabled\"> <Value xsi:typ"+ | |||
"e=\"xsd:string\" /> </Property> <Property Name=\"Encoding\"> <Value x"+ | |||
"si:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineDirection\"> "+ | |||
" <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineSol"+ | |||
"ution\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Nam"+ | |||
"e=\"PipelinePhase\"> <Value xsi:type=\"xsd:string\" /> </Property> <P"+ | |||
"roperty Name=\"SharedMessageType\"> <Value xsi:type=\"xsd:string\" /> </Property"+ | |||
"> <Property Name=\"Additional1\"> <Value xsi:type=\"xsd:string\" /> <"+ | |||
"/Property> <Property Name=\"Additional2\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"Additional3\"> <Value xsi:type=\"xsd:strin"+ | |||
"g\" /> </Property> <Property Name=\"Original\"> <Value xsi:type=\"xsd"+ | |||
":string\" /> </Property> <Property Name=\"Final\"> <Value xsi:type=\""+ | |||
"xsd:string\" /> </Property> <Property Name=\"MessageInDatabase\"> <V"+ | |||
"alue xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Level\"> "+ | |||
" <Value xsi:type=\"xsd:int\">0</Value> </Property> </Properties> <CachedD"+ | |||
"isplayName>TrackingComponent v2.0.2</CachedDisplayName> <CachedIsManaged>true</CachedIsMana"+ | |||
"ged> </Component> </Components> </Stage> <Stage> <PolicyFileStage _locAttrDat"+ | |||
"a=\"Name\" _locID=\"4\" Name=\"ResolveParty\" minOccurs=\"0\" maxOccurs=\"-1\" execMethod=\"All\" stageId=\"9d0e4"+ | |||
"10e-4cce-4536-83fa-4a5040674ad6\" /> <Components /> </Stage> </Stages></Document>"; | |||
private const string _versionDependentGuid = "9b458fb3-27e2-4cab-b008-813be116621f"; | |||
public Shipments_XMLReceive() | |||
{ | |||
Microsoft.BizTalk.PipelineOM.Stage stage = this.AddStage(new System.Guid("9d0e4103-4cce-4536-83fa-4a5040674ad6"), Microsoft.BizTalk.PipelineOM.ExecutionMode.all); | |||
IBaseComponent comp0 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.TrackingIdDecodingComponent,TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp0 is IPersistPropertyBag) | |||
{ | |||
string comp0XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\">TRUE</Value> </Property> <Property Name=\"DebugEnabled\"> "+ | |||
" <Value xsi:type=\"xsd:string\">FALSE</Value> </Property> <Property Name=\"DebugFile\"> <"+ | |||
"Value xsi:type=\"xsd:string\">D:\\LOG\\TrackingIdDecodingComponent v1.0.2_DEBUG.txt</Value> </Propert"+ | |||
"y> </Properties></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp0XmlProperties);; | |||
((IPersistPropertyBag)(comp0)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp0); | |||
IBaseComponent comp1 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.EncodingComponent,TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp1 is IPersistPropertyBag) | |||
{ | |||
string comp1XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"OldEncoding\"> <Value"+ | |||
" xsi:type=\"xsd:string\" /> </Property> <Property Name=\"NewEncoding\"> <Value xsi:type=\"xsd:"+ | |||
"string\" /> </Property> </Properties></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp1XmlProperties);; | |||
((IPersistPropertyBag)(comp1)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp1); | |||
IBaseComponent comp2 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.TrackingComponent,TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp2 is IPersistPropertyBag) | |||
{ | |||
string comp2XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Encoding\"> <Value xs"+ | |||
"i:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineDirection\"> <Value xsi:type=\"x"+ | |||
"sd:string\" /> </Property> <Property Name=\"PipelineSolution\"> <Value xsi:type=\"xsd:string\""+ | |||
" /> </Property> <Property Name=\"PipelinePhase\"> <Value xsi:type=\"xsd:string\" /> </Prop"+ | |||
"erty> <Property Name=\"SharedMessageType\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
"<Property Name=\"Additional1\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name="+ | |||
"\"Additional2\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Additional3\"> "+ | |||
" <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Original\"> <Value xsi:ty"+ | |||
"pe=\"xsd:string\" /> </Property> <Property Name=\"Final\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"Level\"> <Value xsi:type=\"xsd:int\">0</Value> </Property> <"+ | |||
"Property Name=\"MessageInDatabase\"> <Value xsi:type=\"xsd:string\" /> </Property> </Properties"+ | |||
"></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp2XmlProperties);; | |||
((IPersistPropertyBag)(comp2)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp2); | |||
IBaseComponent comp3 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.ReplaceComponent,TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp3 is IPersistPropertyBag) | |||
{ | |||
string comp3XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"OldEncoding\"> <Value"+ | |||
" xsi:type=\"xsd:string\" /> </Property> <Property Name=\"OldValues\"> <Value xsi:type=\"xsd:st"+ | |||
"ring\" /> </Property> <Property Name=\"NewValues\"> <Value xsi:type=\"xsd:string\" /> </Pro"+ | |||
"perty> <Property Name=\"NewEncoding\"> <Value xsi:type=\"xsd:string\" /> </Property> </Prope"+ | |||
"rties></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp3XmlProperties);; | |||
((IPersistPropertyBag)(comp3)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp3); | |||
IBaseComponent comp4 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.NamespaceComponent,TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp4 is IPersistPropertyBag) | |||
{ | |||
string comp4XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"OldNamespace\"> <Valu"+ | |||
"e xsi:type=\"xsd:string\" /> </Property> <Property Name=\"NewNamespace\"> <Value xsi:type=\"xs"+ | |||
"d:string\" /> </Property> </Properties></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp4XmlProperties);; | |||
((IPersistPropertyBag)(comp4)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp4); | |||
IBaseComponent comp5 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.TrackingComponent,TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp5 is IPersistPropertyBag) | |||
{ | |||
string comp5XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Encoding\"> <Value xs"+ | |||
"i:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineDirection\"> <Value xsi:type=\"x"+ | |||
"sd:string\" /> </Property> <Property Name=\"PipelineSolution\"> <Value xsi:type=\"xsd:string\""+ | |||
" /> </Property> <Property Name=\"PipelinePhase\"> <Value xsi:type=\"xsd:string\" /> </Prop"+ | |||
"erty> <Property Name=\"SharedMessageType\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
"<Property Name=\"Additional1\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name="+ | |||
"\"Additional2\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Additional3\"> "+ | |||
" <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Original\"> <Value xsi:ty"+ | |||
"pe=\"xsd:string\" /> </Property> <Property Name=\"Final\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"MessageInDatabase\"> <Value xsi:type=\"xsd:string\" /> </Proper"+ | |||
"ty> <Property Name=\"Level\"> <Value xsi:type=\"xsd:int\">0</Value> </Property> </Properties"+ | |||
"></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp5XmlProperties);; | |||
((IPersistPropertyBag)(comp5)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp5); | |||
stage = this.AddStage(new System.Guid("9d0e4105-4cce-4536-83fa-4a5040674ad6"), Microsoft.BizTalk.PipelineOM.ExecutionMode.firstRecognized); | |||
IBaseComponent comp6 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("TM.TransSmart.PipelineComponents.CPL_Debatch,TM.TransSmart.PipelineComponents, Version=1.0.1.0, Culture=neutral, PublicKeyToken=089e5464cda5fc95");; | |||
if (comp6 is IPersistPropertyBag) | |||
{ | |||
string comp6XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties /></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp6XmlProperties);; | |||
((IPersistPropertyBag)(comp6)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp6); | |||
stage = this.AddStage(new System.Guid("9d0e410d-4cce-4536-83fa-4a5040674ad6"), Microsoft.BizTalk.PipelineOM.ExecutionMode.all); | |||
IBaseComponent comp7 = Microsoft.BizTalk.PipelineOM.PipelineManager.CreateComponent("PipelineComponents.TrackingComponent,TM.Shared.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d");; | |||
if (comp7 is IPersistPropertyBag) | |||
{ | |||
string comp7XmlProperties = "<?xml version=\"1.0\" encoding=\"utf-16\"?><PropertyBag xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-inst"+ | |||
"ance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"> <Properties> <Property Name=\"ComponentEnable"+ | |||
"d\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Encoding\"> <Value xs"+ | |||
"i:type=\"xsd:string\" /> </Property> <Property Name=\"PipelineDirection\"> <Value xsi:type=\"x"+ | |||
"sd:string\" /> </Property> <Property Name=\"PipelineSolution\"> <Value xsi:type=\"xsd:string\""+ | |||
" /> </Property> <Property Name=\"PipelinePhase\"> <Value xsi:type=\"xsd:string\" /> </Prop"+ | |||
"erty> <Property Name=\"SharedMessageType\"> <Value xsi:type=\"xsd:string\" /> </Property> "+ | |||
"<Property Name=\"Additional1\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name="+ | |||
"\"Additional2\"> <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Additional3\"> "+ | |||
" <Value xsi:type=\"xsd:string\" /> </Property> <Property Name=\"Original\"> <Value xsi:ty"+ | |||
"pe=\"xsd:string\" /> </Property> <Property Name=\"Final\"> <Value xsi:type=\"xsd:string\" /> "+ | |||
" </Property> <Property Name=\"MessageInDatabase\"> <Value xsi:type=\"xsd:string\" /> </Proper"+ | |||
"ty> <Property Name=\"Level\"> <Value xsi:type=\"xsd:int\">0</Value> </Property> </Properties"+ | |||
"></PropertyBag>"; | |||
PropertyBag pb = PropertyBag.DeserializeFromXml(comp7XmlProperties);; | |||
((IPersistPropertyBag)(comp7)).Load(pb, 0); | |||
} | |||
this.AddComponent(stage, comp7); | |||
} | |||
public override string XmlContent | |||
{ | |||
get | |||
{ | |||
return _strPipeline; | |||
} | |||
} | |||
public override System.Guid VersionDependentGuid | |||
{ | |||
get | |||
{ | |||
return new System.Guid(_versionDependentGuid); | |||
} | |||
} | |||
} | |||
} |
@@ -0,0 +1,39 @@ | |||
using System.Reflection; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.InteropServices; | |||
using Microsoft.XLANGs.BaseTypes; | |||
using Microsoft.BizTalk.XLANGs.BTXEngine; | |||
// General Information about an assembly is controlled through the following | |||
// set of attributes. Change these attribute values to modify the information | |||
// associated with an assembly. | |||
[assembly: AssemblyTitle("Schemas")] | |||
[assembly: AssemblyDescription("")] | |||
[assembly: AssemblyConfiguration("")] | |||
[assembly: AssemblyCompany("")] | |||
[assembly: AssemblyProduct("Schemas")] | |||
[assembly: AssemblyCopyright("Copyright © 2017")] | |||
[assembly: AssemblyTrademark("")] | |||
[assembly: AssemblyCulture("")] | |||
[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssemblyAttribute(typeof(BTXService))] | |||
// Setting ComVisible to false makes the types in this assembly not visible | |||
// to COM components. If you need to access a type in this assembly from | |||
// COM, set the ComVisible attribute to true on that type. | |||
[assembly: ComVisible(false)] | |||
// The following GUID is for the ID of the typelib if this project is exposed to COM | |||
[assembly: Guid("fd6d3ac6-a599-4992-ba4c-2747a9f1381d")] | |||
// Version information for an assembly consists of the following four values: | |||
// | |||
// Major Version | |||
// Minor Version | |||
// Build Number | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
[assembly: AssemblyVersion("1.0.0.0")] | |||
[assembly: AssemblyFileVersion("1.0.0.0")] |
@@ -0,0 +1,98 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<PropertyGroup> | |||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
<ProjectGuid>{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}</ProjectGuid> | |||
<ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |||
<OutputType>library</OutputType> | |||
<GenericProcessing>true</GenericProcessing> | |||
<RootNamespace>TM.TransSmart.Schemas</RootNamespace> | |||
<AssemblyName>TM.TransSmart.Schemas</AssemblyName> | |||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> | |||
<BpelCompliance>True</BpelCompliance> | |||
<FileUpgradeFlags> | |||
</FileUpgradeFlags> | |||
<UpgradeBackupLocation> | |||
</UpgradeBackupLocation> | |||
<OldToolsVersion>4.0</OldToolsVersion> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug\</OutputPath> | |||
<DefineConstants>DEBUG;TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
<DebugType>pdbonly</DebugType> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release\</OutputPath> | |||
<DefineConstants>TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SignAssembly>true</SignAssembly> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<DelaySign>false</DelaySign> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Reference Include="System"> | |||
<Name>System</Name> | |||
</Reference> | |||
<Reference Include="System.Xml"> | |||
<Name>System.XML</Name> | |||
</Reference> | |||
<Reference Include="System.Configuration"> | |||
<Name>System.Configuration</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.Pipeline"> | |||
<SpecificVersion>False</SpecificVersion> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.DefaultPipelines"> | |||
<Name>Microsoft.BizTalk.DefaultPipelines</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.GlobalPropertySchemas"> | |||
<Name>Microsoft.BizTalk.GlobalPropertySchemas</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.BizTalk.TestTools"> | |||
<Name>Microsoft.BizTalk.TestTools</Name> | |||
</Reference> | |||
<Reference Include="Microsoft.XLANGs.BaseTypes"> | |||
<Name>Microsoft.XLANGs.BaseTypes</Name> | |||
</Reference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Compile Include="Properties\AssemblyInfo.cs" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Schema Include="Shipment.xsd"> | |||
<TypeName>Shipment</TypeName> | |||
<Namespace>TM.TransSmart.Schemas</Namespace> | |||
<SubType>Task</SubType> | |||
</Schema> | |||
<Schema Include="Status.xsd"> | |||
<TypeName>Status</TypeName> | |||
<Namespace>TM.TransSmart.Schemas</Namespace> | |||
<SubType>Task</SubType> | |||
</Schema> | |||
<Schema Include="nShift.xsd"> | |||
<TypeName>nShift</TypeName> | |||
<Namespace>TM.TransSmart.Schemas</Namespace> | |||
<SubType>Task</SubType> | |||
</Schema> | |||
<None Include="TransSmart.snk" /> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" /> | |||
</Project> |
@@ -0,0 +1,403 @@ | |||
namespace TM.TransSmart.Schemas { | |||
using Microsoft.XLANGs.BaseTypes; | |||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.BizTalk.Schema.Compiler", "3.0.1.0")] | |||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | |||
[SchemaType(SchemaTypeEnum.Document)] | |||
[Schema(@"http://TM.TransSmart.Shipment",@"carrierBooking")] | |||
[System.SerializableAttribute()] | |||
[SchemaRoots(new string[] {@"carrierBooking"})] | |||
public sealed class Shipment : Microsoft.XLANGs.BaseTypes.SchemaBase { | |||
[System.NonSerializedAttribute()] | |||
private static object _rawSchema; | |||
[System.NonSerializedAttribute()] | |||
private const string _strSchema = @"<?xml version=""1.0"" encoding=""utf-16""?> | |||
<xs:schema xmlns:t=""http://TM.TransSmart.Shipment"" xmlns:soap=""http://schemas.xmlsoap.org/soap/envelope/"" xmlns:b=""http://schemas.microsoft.com/BizTalk/2003"" elementFormDefault=""qualified"" targetNamespace=""http://TM.TransSmart.Shipment"" xmlns:xs=""http://www.w3.org/2001/XMLSchema""> | |||
<xs:annotation> | |||
<xs:appinfo> | |||
<schemaInfo root_reference=""carrierBooking"" xmlns=""http://schemas.microsoft.com/BizTalk/2003"" /> | |||
</xs:appinfo> | |||
</xs:annotation> | |||
<xs:element name=""carrierBooking""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element ref=""t:carrierBookingInfo"" /> | |||
<xs:element ref=""t:shipments"" /> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""carrierBookingInfo""> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element ref=""t:version"" /> | |||
<xs:element ref=""t:status"" /> | |||
<xs:element ref=""t:description"" /> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""version"" type=""xs:string"" /> | |||
<xs:element name=""status"" type=""xs:string"" /> | |||
<xs:element name=""shipments""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element maxOccurs=""unbounded"" ref=""t:shipmentInfo"" /> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""shipmentInfo""> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element minOccurs=""0"" ref=""t:customerId"" /> | |||
<xs:element minOccurs=""0"" ref=""t:costcenter"" /> | |||
<xs:element minOccurs=""0"" ref=""t:carrier"" /> | |||
<xs:element minOccurs=""0"" ref=""t:executingCarrier"" /> | |||
<xs:element minOccurs=""0"" ref=""t:reference"" /> | |||
<xs:element minOccurs=""0"" ref=""t:awb"" /> | |||
<xs:element minOccurs=""0"" ref=""t:description"" /> | |||
<xs:element minOccurs=""0"" ref=""t:instruction"" /> | |||
<xs:element minOccurs=""0"" ref=""t:value"" /> | |||
<xs:element minOccurs=""0"" ref=""t:valueCurrency"" /> | |||
<xs:element minOccurs=""0"" ref=""t:pickupDate"" /> | |||
<xs:element minOccurs=""0"" ref=""t:pickupTime"" /> | |||
<xs:element minOccurs=""0"" ref=""t:pickupTimeTo"" /> | |||
<xs:element minOccurs=""0"" ref=""t:requestedDeliveryDate"" /> | |||
<xs:element minOccurs=""0"" ref=""t:requestedDeliveryTime"" /> | |||
<xs:element minOccurs=""0"" ref=""t:requestedDeliveryTimeTo"" /> | |||
<xs:element minOccurs=""0"" ref=""t:plannedDeliveryDate"" /> | |||
<xs:element minOccurs=""0"" ref=""t:plannedDeliveryTime"" /> | |||
<xs:element minOccurs=""0"" ref=""t:service"" /> | |||
<xs:element minOccurs=""0"" ref=""t:serviceLevelTime"" /> | |||
<xs:element minOccurs=""0"" ref=""t:serviceLevelOther"" /> | |||
<xs:element minOccurs=""0"" ref=""t:incoterms"" /> | |||
<xs:element minOccurs=""0"" ref=""t:inbound"" /> | |||
<xs:element minOccurs=""0"" ref=""t:noOfPackages"" /> | |||
<xs:element minOccurs=""0"" ref=""t:weight"" /> | |||
<xs:element minOccurs=""0"" ref=""t:weightUom"" /> | |||
<xs:element minOccurs=""0"" ref=""t:price"" /> | |||
<xs:element minOccurs=""0"" ref=""t:salesPrice"" /> | |||
<xs:element minOccurs=""0"" ref=""t:currency"" /> | |||
<xs:element minOccurs=""0"" ref=""t:trackingUrl"" /> | |||
<xs:element minOccurs=""0"" ref=""t:shipmentStatusCode"" /> | |||
<xs:element minOccurs=""0"" ref=""t:additionalReferences"" /> | |||
<xs:element minOccurs=""0"" ref=""t:shipmentLines"" /> | |||
<xs:element minOccurs=""0"" ref=""t:addresses"" /> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""customerId"" type=""xs:string"" /> | |||
<xs:element name=""costcenter"" type=""xs:string"" /> | |||
<xs:element name=""carrier"" type=""xs:string"" /> | |||
<xs:element name=""executingCarrier"" type=""xs:string"" /> | |||
<xs:element name=""reference"" type=""xs:string"" /> | |||
<xs:element name=""instruction"" type=""xs:string"" /> | |||
<xs:element name=""valueCurrency"" type=""xs:string"" /> | |||
<xs:element name=""pickupDate"" type=""xs:string"" /> | |||
<xs:element name=""pickupTime"" type=""xs:string"" /> | |||
<xs:element name=""pickupTimeTo"" type=""xs:string"" /> | |||
<xs:element name=""requestedDeliveryDate"" type=""xs:string"" /> | |||
<xs:element name=""requestedDeliveryTime"" type=""xs:string"" /> | |||
<xs:element name=""requestedDeliveryTimeTo"" type=""xs:string"" /> | |||
<xs:element name=""plannedDeliveryDate"" type=""xs:string"" /> | |||
<xs:element name=""plannedDeliveryTime"" type=""xs:string"" /> | |||
<xs:element name=""service"" type=""xs:string"" /> | |||
<xs:element name=""serviceLevelTime"" type=""xs:string"" /> | |||
<xs:element name=""serviceLevelOther"" type=""xs:string"" /> | |||
<xs:element name=""incoterms"" type=""xs:string"" /> | |||
<xs:element name=""inbound"" type=""xs:string"" /> | |||
<xs:element name=""noOfPackages"" type=""xs:integer"" /> | |||
<xs:element name=""weightUom"" type=""xs:string"" /> | |||
<xs:element name=""price"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element name=""salesPrice"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element name=""currency"" type=""xs:string"" /> | |||
<xs:element name=""trackingUrl"" type=""xs:string"" /> | |||
<xs:element name=""shipmentStatusCode"" type=""xs:string"" /> | |||
<xs:element name=""additionalReferences""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element minOccurs=""0"" maxOccurs=""unbounded"" ref=""t:additionalReference"" /> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""additionalReference""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element ref=""t:type"" /> | |||
<xs:element ref=""t:value"" /> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""shipmentLines""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element maxOccurs=""unbounded"" ref=""t:shipmentLine"" /> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""shipmentLine""> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element minOccurs=""0"" ref=""t:sequence"" /> | |||
<xs:element minOccurs=""0"" ref=""t:lineNo"" /> | |||
<xs:element minOccurs=""0"" ref=""t:shipmentLineId"" /> | |||
<xs:element minOccurs=""0"" ref=""t:awb"" /> | |||
<xs:element minOccurs=""0"" ref=""t:packageType"" /> | |||
<xs:element minOccurs=""0"" ref=""t:description"" /> | |||
<xs:element minOccurs=""0"" ref=""t:quantity"" /> | |||
<xs:element minOccurs=""0"" ref=""t:genericStatusCode"" /> | |||
<xs:element minOccurs=""0"" ref=""t:carrierStatusCode"" /> | |||
<xs:element minOccurs=""0"" ref=""t:carrierStatusDescription"" /> | |||
<xs:element minOccurs=""0"" ref=""t:deliveryDate"" /> | |||
<xs:element minOccurs=""0"" ref=""t:deliveryTime"" /> | |||
<xs:element minOccurs=""0"" ref=""t:acceptedBy"" /> | |||
<xs:element minOccurs=""0"" ref=""t:measurements"" /> | |||
<xs:element minOccurs=""0"" ref=""t:dangerousGoods"" /> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""sequence"" type=""xs:integer"" /> | |||
<xs:element name=""lineNo"" type=""xs:integer"" /> | |||
<xs:element name=""shipmentLineId"" type=""xs:string"" /> | |||
<xs:element name=""packageType"" type=""xs:string"" /> | |||
<xs:element name=""quantity"" type=""xs:integer"" /> | |||
<xs:element name=""genericStatusCode"" type=""xs:string"" /> | |||
<xs:element name=""carrierStatusCode"" type=""xs:string"" /> | |||
<xs:element name=""carrierStatusDescription"" type=""xs:string"" /> | |||
<xs:element name=""deliveryDate"" type=""xs:date"" /> | |||
<xs:element name=""deliveryTime"" type=""xs:time"" /> | |||
<xs:element name=""acceptedBy"" type=""xs:string"" /> | |||
<xs:element name=""measurements""> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element minOccurs=""0"" ref=""t:length"" /> | |||
<xs:element minOccurs=""0"" ref=""t:width"" /> | |||
<xs:element minOccurs=""0"" ref=""t:height"" /> | |||
<xs:element minOccurs=""0"" ref=""t:weight"" /> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""length"" nillable=""true"" type=""xs:decimal"" /> | |||
<xs:element name=""width"" nillable=""true"" type=""xs:decimal"" /> | |||
<xs:element name=""height"" nillable=""true"" type=""xs:decimal"" /> | |||
<xs:element name=""addresses""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element maxOccurs=""unbounded"" ref=""t:address"" /> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""address""> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element minOccurs=""0"" ref=""t:type"" /> | |||
<xs:element minOccurs=""0"" ref=""t:name"" /> | |||
<xs:element minOccurs=""0"" ref=""t:street1"" /> | |||
<xs:element minOccurs=""0"" ref=""t:street2"" /> | |||
<xs:element minOccurs=""0"" ref=""t:city"" /> | |||
<xs:element minOccurs=""0"" ref=""t:houseNo"" /> | |||
<xs:element minOccurs=""0"" ref=""t:zipCode"" /> | |||
<xs:element minOccurs=""0"" ref=""t:state"" /> | |||
<xs:element minOccurs=""0"" ref=""t:countryCode"" /> | |||
<xs:element minOccurs=""0"" ref=""t:contact"" /> | |||
<xs:element minOccurs=""0"" ref=""t:telNo"" /> | |||
<xs:element minOccurs=""0"" ref=""t:faxNo"" /> | |||
<xs:element minOccurs=""0"" ref=""t:email"" /> | |||
<xs:element minOccurs=""0"" ref=""t:VATNumber"" /> | |||
<xs:element minOccurs=""0"" ref=""t:accountNo"" /> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""dangerousGoods"" nillable=""true""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element maxOccurs=""unbounded"" ref=""t:dangerousGoodsInfo"" /> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""name"" type=""xs:string"" /> | |||
<xs:element name=""street1"" type=""xs:string"" /> | |||
<xs:element name=""street2"" type=""xs:string"" /> | |||
<xs:element name=""city"" type=""xs:string"" /> | |||
<xs:element name=""houseNo"" type=""xs:string"" /> | |||
<xs:element name=""zipCode"" type=""xs:string"" /> | |||
<xs:element name=""state"" type=""xs:string"" /> | |||
<xs:element name=""countryCode"" type=""xs:string"" /> | |||
<xs:element name=""contact"" type=""xs:string"" /> | |||
<xs:element name=""telNo"" type=""xs:string"" /> | |||
<xs:element name=""faxNo"" type=""xs:string"" /> | |||
<xs:element name=""email"" type=""xs:string"" /> | |||
<xs:element name=""VATNumber"" type=""xs:string"" /> | |||
<xs:element name=""accountNo"" type=""xs:string"" /> | |||
<xs:element name=""description"" type=""xs:string"" /> | |||
<xs:element name=""awb"" type=""xs:string"" /> | |||
<xs:element name=""value"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element name=""weight"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element name=""type"" type=""xs:string"" /> | |||
<xs:element name=""dangerousGoodsInfo"" nillable=""true""> | |||
<xs:complexType> | |||
<xs:all> | |||
<xs:element minOccurs=""0"" ref=""t:idCode""> | |||
<xs:annotation> | |||
<xs:documentation>hazard identification code</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:unCode""> | |||
<xs:annotation> | |||
<xs:documentation>united nations dangerous goods (UNDG) identifier</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:packingGroup""> | |||
<xs:annotation> | |||
<xs:documentation>packing group</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:packingType""> | |||
<xs:annotation> | |||
<xs:documentation>packing instruction type code</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:packingClassification""> | |||
<xs:annotation> | |||
<xs:documentation>classification identifier</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:description""> | |||
<xs:annotation> | |||
<xs:documentation>description of the dangerous good</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:markingIdentifier""> | |||
<xs:annotation> | |||
<xs:documentation>dangerous goods marking identifier</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:limitedQuantity""> | |||
<xs:annotation> | |||
<xs:documentation>flag to indicate if limited quantity is true or false</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:instruction""> | |||
<xs:annotation> | |||
<xs:documentation>special instructions concerning the dangerous good</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:flashPointDegree""> | |||
<xs:annotation> | |||
<xs:documentation>dangerous goods flashpoint degree</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:limitedQuantityPoints""> | |||
<xs:annotation> | |||
<xs:documentation>limited quantity points</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:tunnelCode""> | |||
<xs:annotation> | |||
<xs:documentation>dangerous goods tunnel code</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element minOccurs=""0"" ref=""t:measurements"" /> | |||
</xs:all> | |||
</xs:complexType> | |||
</xs:element> | |||
<xs:element name=""idCode"" nillable=""true""> | |||
<xs:simpleType> | |||
<xs:restriction base=""xs:string""> | |||
<xs:minLength value=""0"" /> | |||
<xs:maxLength value=""64"" /> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name=""unCode"" nillable=""true""> | |||
<xs:simpleType> | |||
<xs:restriction base=""xs:string""> | |||
<xs:minLength value=""0"" /> | |||
<xs:maxLength value=""64"" /> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name=""packingGroup"" nillable=""true""> | |||
<xs:simpleType> | |||
<xs:restriction base=""xs:string""> | |||
<xs:minLength value=""0"" /> | |||
<xs:maxLength value=""64"" /> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name=""packingType"" nillable=""true""> | |||
<xs:simpleType> | |||
<xs:restriction base=""xs:string""> | |||
<xs:minLength value=""0"" /> | |||
<xs:maxLength value=""64"" /> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name=""packingClassification"" nillable=""true""> | |||
<xs:simpleType> | |||
<xs:restriction base=""xs:string""> | |||
<xs:minLength value=""0"" /> | |||
<xs:maxLength value=""64"" /> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name=""markingIdentifier"" nillable=""true""> | |||
<xs:simpleType> | |||
<xs:restriction base=""xs:string""> | |||
<xs:minLength value=""0"" /> | |||
<xs:maxLength value=""64"" /> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name=""limitedQuantity"" nillable=""true""> | |||
<xs:simpleType> | |||
<xs:restriction base=""xs:string""> | |||
<xs:minLength value=""0"" /> | |||
<xs:maxLength value=""1"" /> | |||
<xs:enumeration value="""" /> | |||
<xs:enumeration value=""0"" /> | |||
<xs:enumeration value=""1"" /> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
<xs:element name=""flashPointDegree"" nillable=""true"" type=""xs:decimal"" /> | |||
<xs:element name=""limitedQuantityPoints"" nillable=""true"" type=""xs:int"" /> | |||
<xs:element name=""tunnelCode"" nillable=""true""> | |||
<xs:simpleType> | |||
<xs:restriction base=""xs:string""> | |||
<xs:minLength value=""0"" /> | |||
<xs:maxLength value=""16"" /> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</xs:element> | |||
</xs:schema>"; | |||
public Shipment() { | |||
} | |||
public override string XmlContent { | |||
get { | |||
return _strSchema; | |||
} | |||
} | |||
public override string[] RootNodes { | |||
get { | |||
string[] _RootElements = new string [1]; | |||
_RootElements[0] = "carrierBooking"; | |||
return _RootElements; | |||
} | |||
} | |||
protected override object RawSchema { | |||
get { | |||
return _rawSchema; | |||
} | |||
set { | |||
_rawSchema = value; | |||
} | |||
} | |||
} | |||
} |
@@ -0,0 +1,82 @@ | |||
namespace TM.TransSmart.Schemas { | |||
using Microsoft.XLANGs.BaseTypes; | |||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.BizTalk.Schema.Compiler", "3.0.1.0")] | |||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | |||
[SchemaType(SchemaTypeEnum.Document)] | |||
[Schema(@"http://TM.TransSmart.Status",@"root")] | |||
[System.SerializableAttribute()] | |||
[SchemaRoots(new string[] {@"root"})] | |||
public sealed class Status : Microsoft.XLANGs.BaseTypes.SchemaBase { | |||
[System.NonSerializedAttribute()] | |||
private static object _rawSchema; | |||
[System.NonSerializedAttribute()] | |||
private const string _strSchema = @"<?xml version=""1.0"" encoding=""utf-16""?> | |||
<xs:schema xmlns=""http://TM.TransSmart.Status"" xmlns:b=""http://schemas.microsoft.com/BizTalk/2003"" targetNamespace=""http://TM.TransSmart.Status"" xmlns:xs=""http://www.w3.org/2001/XMLSchema""> | |||
<xs:element name=""root""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element minOccurs=""0"" maxOccurs=""unbounded"" name=""status""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element name=""shipment""> | |||
<xs:complexType> | |||
<xs:sequence> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""statusTimeStamp"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""reference"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""NoPieces"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""weight"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""weightUom"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""incoterms"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""statusPrice"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""currency"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""deliveryDate"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""deliveryTime"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""acceptedBy"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""pickupDate"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""shipmentStatus"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""carrierStatusCode"" nillable=""true"" type=""xs:string"" /> | |||
<xs:element minOccurs=""0"" maxOccurs=""1"" name=""carrierStatusDescription"" nillable=""true"" type=""xs:string"" /> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
</xs:sequence> | |||
<xs:attribute name=""carrier"" type=""xs:string"" use=""optional"" /> | |||
</xs:complexType> | |||
</xs:element> | |||
</xs:sequence> | |||
</xs:complexType> | |||
</xs:element> | |||
</xs:schema>"; | |||
public Status() { | |||
} | |||
public override string XmlContent { | |||
get { | |||
return _strSchema; | |||
} | |||
} | |||
public override string[] RootNodes { | |||
get { | |||
string[] _RootElements = new string [1]; | |||
_RootElements[0] = "root"; | |||
return _RootElements; | |||
} | |||
} | |||
protected override object RawSchema { | |||
get { | |||
return _rawSchema; | |||
} | |||
set { | |||
_rawSchema = value; | |||
} | |||
} | |||
} | |||
} |
@@ -0,0 +1,73 @@ | |||
| |||
Microsoft Visual Studio Solution File, Format Version 12.00 | |||
# Visual Studio 14 | |||
VisualStudioVersion = 14.0.25420.1 | |||
MinimumVisualStudioVersion = 10.0.40219.1 | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{22F4DF7A-33C9-430D-AAF1-616EC2F7C5AC}" | |||
ProjectSection(SolutionItems) = preProject | |||
Deployment\Deployment.btdfproj = Deployment\Deployment.btdfproj | |||
Deployment\InstallWizard.xml = Deployment\InstallWizard.xml | |||
Deployment\License.rtf = Deployment\License.rtf | |||
Deployment\PortBindingsMaster.xml = Deployment\PortBindingsMaster.xml | |||
Deployment\SettingsFileGenerator.xml = Deployment\SettingsFileGenerator.xml | |||
Deployment\UnInstallWizard.xml = Deployment\UnInstallWizard.xml | |||
EndProjectSection | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{2581E85C-A9E6-4AB9-B2B3-0B33BBD2E172}" | |||
ProjectSection(SolutionItems) = preProject | |||
Documentation\TransSmart RevisionLog.xlsx = Documentation\TransSmart RevisionLog.xlsx | |||
EndProjectSection | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Transforms.Test", "Transforms.Test", "{A59D4042-C73C-4D3F-9502-26620414678F}" | |||
ProjectSection(SolutionItems) = preProject | |||
Transforms.Test\Receive Pipeline Result\Test9bKLG-doBooking.xml = Transforms.Test\Receive Pipeline Result\Test9bKLG-doBooking.xml | |||
EndProjectSection | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Schemas", "Schemas\Schemas.btproj", "{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}" | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transforms", "Transforms\Transforms.btproj", "{B1BF4328-D58F-4541-8D34-C08B5545B923}" | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pipelines", "Pipelines\Pipelines.btproj", "{203120EC-1398-4BD5-96B2-46269F7EA6BA}" | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PipelineComponents", "PipelineComponents\PipelineComponents.csproj", "{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}" | |||
EndProject | |||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Components", "Components\Components.csproj", "{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}" | |||
EndProject | |||
Global | |||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | |||
Debug|Any CPU = Debug|Any CPU | |||
Release|Any CPU = Release|Any CPU | |||
EndGlobalSection | |||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}.Release|Any CPU.Deploy.0 = Release|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{B1BF4328-D58F-4541-8D34-C08B5545B923}.Release|Any CPU.Deploy.0 = Release|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{203120EC-1398-4BD5-96B2-46269F7EA6BA}.Release|Any CPU.Deploy.0 = Release|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{E4EAC238-B75E-450A-BA8F-C6A33A3D939C}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}.Release|Any CPU.Build.0 = Release|Any CPU | |||
EndGlobalSection | |||
GlobalSection(SolutionProperties) = preSolution | |||
HideSolutionNode = FALSE | |||
EndGlobalSection | |||
EndGlobal |
@@ -0,0 +1,143 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> | |||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"> | |||
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/> | |||
<soap:Body> | |||
<tbox:carrierBooking> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description/> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter/> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>VON23-30339 ADR</tbox:reference> | |||
<tbox:awb>1000000034</tbox:awb> | |||
<tbox:description/> | |||
<tbox:instruction>Lossen met klep aub!</tbox:instruction> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231219</tbox:pickupDate> | |||
<tbox:pickupTime>133000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>160000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20231221</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>090000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>160000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate/> | |||
<tbox:plannedDeliveryTime/> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms/> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>310.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.571667</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice/> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl/> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON23-30339 ADR</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>INTERNAL_ZL_CITY</tbox:type> | |||
<tbox:value>ROEDINGHAUSEN</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000000034001</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>140.00</tbox:length> | |||
<tbox:width>98.00</tbox:width> | |||
<tbox:height>55.00</tbox:height> | |||
<tbox:weight>310.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Karton</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>6</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>68.60</tbox:length> | |||
<tbox:width>46.50</tbox:width> | |||
<tbox:height>30.70</tbox:height> | |||
<tbox:weight>48.00</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Dialenso GmbH</tbox:name> | |||
<tbox:street1>Hansastr. 75</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Roedinghausen</tbox:city> | |||
<tbox:zipCode>32289</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>DE</tbox:countryCode> | |||
<tbox:contact>Dimitri Enns</tbox:contact> | |||
<tbox:telNo>+4915117884413</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email>d.enns@dialenso.de</tbox:email> | |||
<tbox:accountNo/> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>ESTRON OVERSEAS B.V.</tbox:name> | |||
<tbox:street1>Wolgaweg 3</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Europoort Rotterdam</tbox:city> | |||
<tbox:zipCode>3198 LR</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact/> | |||
<tbox:telNo/> | |||
<tbox:faxNo/> | |||
<tbox:email/> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> | |||
</soap:Body> | |||
</soap:Envelope> |
@@ -0,0 +1,134 @@ | |||
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"><SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/><soap:Body><tbox:carrierBooking><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description/> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter/> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>VON23-30339 ADR</tbox:reference> | |||
<tbox:awb>1000000034</tbox:awb> | |||
<tbox:description/> | |||
<tbox:instruction>Lossen met klep aub!</tbox:instruction> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231219</tbox:pickupDate> | |||
<tbox:pickupTime>133000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>160000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20231221</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>090000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>160000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate/> | |||
<tbox:plannedDeliveryTime/> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms/> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>310.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.571667</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice/> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl/> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON23-30339 ADR</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>INTERNAL_ZL_CITY</tbox:type> | |||
<tbox:value>ROEDINGHAUSEN</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000000034001</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>140.00</tbox:length> | |||
<tbox:width>98.00</tbox:width> | |||
<tbox:height>55.00</tbox:height> | |||
<tbox:weight>310.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Karton</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>6</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>68.60</tbox:length> | |||
<tbox:width>46.50</tbox:width> | |||
<tbox:height>30.70</tbox:height> | |||
<tbox:weight>48.00</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Dialenso GmbH</tbox:name> | |||
<tbox:street1>Hansastr. 75</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Roedinghausen</tbox:city> | |||
<tbox:zipCode>32289</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>DE</tbox:countryCode> | |||
<tbox:contact>Dimitri Enns</tbox:contact> | |||
<tbox:telNo>+4915117884413</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email>d.enns@dialenso.de</tbox:email> | |||
<tbox:accountNo/> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>ESTRON OVERSEAS B.V.</tbox:name> | |||
<tbox:street1>Wolgaweg 3</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Europoort Rotterdam</tbox:city> | |||
<tbox:zipCode>3198 LR</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact/> | |||
<tbox:telNo/> | |||
<tbox:faxNo/> | |||
<tbox:email/> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> | |||
</soap:Body></soap:Envelope> |
@@ -0,0 +1,137 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description/> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter/> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>VON23-30339 ADR</tbox:reference> | |||
<tbox:awb>1000000034</tbox:awb> | |||
<tbox:description/> | |||
<tbox:instruction>Lossen met klep aub!</tbox:instruction> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231219</tbox:pickupDate> | |||
<tbox:pickupTime>133000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>160000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20231221</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>090000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>160000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate/> | |||
<tbox:plannedDeliveryTime/> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms/> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>310.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.571667</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice/> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl/> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON23-30339 ADR</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>INTERNAL_ZL_CITY</tbox:type> | |||
<tbox:value>ROEDINGHAUSEN</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000000034001</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>140.00</tbox:length> | |||
<tbox:width>98.00</tbox:width> | |||
<tbox:height>55.00</tbox:height> | |||
<tbox:weight>310.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Karton</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>6</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>68.60</tbox:length> | |||
<tbox:width>46.50</tbox:width> | |||
<tbox:height>30.70</tbox:height> | |||
<tbox:weight>48.00</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Dialenso GmbH</tbox:name> | |||
<tbox:street1>Hansastr. 75</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Roedinghausen</tbox:city> | |||
<tbox:zipCode>32289</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>DE</tbox:countryCode> | |||
<tbox:contact>Dimitri Enns</tbox:contact> | |||
<tbox:telNo>+4915117884413</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email>d.enns@dialenso.de</tbox:email> | |||
<tbox:accountNo/> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>ESTRON OVERSEAS B.V.</tbox:name> | |||
<tbox:street1>Wolgaweg 3</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Europoort Rotterdam</tbox:city> | |||
<tbox:zipCode>3198 LR</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact/> | |||
<tbox:telNo/> | |||
<tbox:faxNo/> | |||
<tbox:email/> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,110 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender></Sender> | |||
<Receiver>KLGEUVENLO01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>VON23-30339 ADR</Reference> | |||
<TimeStamp>2024-01-08T16:59:30</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2024-01-08</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor></Consignor> | |||
<ConsignorReference>VON23-30339 ADR</ConsignorReference> | |||
<Debtor></Debtor> | |||
<DebtorReference>VON23-30339 ADR</DebtorReference> | |||
<Incoterm></Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>ESTRON OVERSEAS B.V.</Name1> | |||
<Name2></Name2> | |||
<Address1>Wolgaweg 3</Address1> | |||
<Address2></Address2> | |||
<PostalCode>3198 LR</PostalCode> | |||
<City>Europoort Rotterdam</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2023-12-19T13:30:00</Start> | |||
<End>2023-12-19T16:00:00</End> | |||
<Reference>VON23-30339 ADR</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Dialenso GmbH</Name1> | |||
<Name2></Name2> | |||
<Address1>Hansastr. 75</Address1> | |||
<Address2></Address2> | |||
<PostalCode>32289</PostalCode> | |||
<City>Roedinghausen</City> | |||
<Region></Region> | |||
<CountryCode>DE</CountryCode> | |||
<Start>2023-12-21T09:00:00</Start> | |||
<End>2023-12-21T16:00:00</End> | |||
<Reference>VON23-30339 ADR</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2>Lossen met klep aub!</ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>ADR</FeatureCode> | |||
</Feature> | |||
<ContactPerson> | |||
<Name>Dimitri Enns</Name> | |||
<Phone>+4915117884413</Phone> | |||
<Fax></Fax> | |||
<Email>d.enns@dialenso.de</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>310</BrutoWeight> | |||
<NettoWeight>310</NettoWeight> | |||
<LoadingMeter>0.57</LoadingMeter> | |||
<Volume>0.7546</Volume> | |||
<PackingLength>140.00</PackingLength> | |||
<PackingWidth>98.00</PackingWidth> | |||
<PackingHeight>55.00</PackingHeight> | |||
<DangerousGood> | |||
<DGSADRCode /> | |||
<UNNumber>3480</UNNumber> | |||
<Class /> | |||
<SubClass1></SubClass1> | |||
<SubClass2></SubClass2> | |||
<SubClass3 /> | |||
<Classification>9</Classification> | |||
<Labels /> | |||
<Qty>6</Qty> | |||
<Weight>48.00</Weight> | |||
<Volume /> | |||
<ProductDescription></ProductDescription> | |||
<PackageType>Karton</PackageType> | |||
<PackingGroup>2</PackingGroup> | |||
<TransportCategory /> | |||
<NOSText /> | |||
<TunnelRestrictionCode>(E)</TunnelRestrictionCode> | |||
<EnvironmentallyHazardous /> | |||
<MarinePollutant /> | |||
<LimitedQuantity /> | |||
<LocalizedDescription /> | |||
</DangerousGood> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,139 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> | |||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"> | |||
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/> | |||
<soap:Body> | |||
<tbox:carrierBooking> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description/> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter/> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>VON23-30677 ADR</tbox:reference> | |||
<tbox:awb>1000000035</tbox:awb> | |||
<tbox:description/> | |||
<tbox:instruction/> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231219</tbox:pickupDate> | |||
<tbox:pickupTime>133000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>160000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20231220</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>090000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>160000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate/> | |||
<tbox:plannedDeliveryTime/> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms/> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>250.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.400000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice/> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl/> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON23-30677 ADR</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000000035001</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>80.00</tbox:width> | |||
<tbox:height>80.00</tbox:height> | |||
<tbox:weight>250.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Karton</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>2</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>117.90</tbox:length> | |||
<tbox:width>25.00</tbox:width> | |||
<tbox:height>79.00</tbox:height> | |||
<tbox:weight>125.00</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Sben-energy</tbox:name> | |||
<tbox:street1>Avenue des Biolleux 3A</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Verviers</tbox:city> | |||
<tbox:zipCode>4800</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>BE</tbox:countryCode> | |||
<tbox:contact>Sebastian</tbox:contact> | |||
<tbox:telNo>+32490439064</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email>sebastian@sben-energy.com</tbox:email> | |||
<tbox:accountNo/> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>ESTRON OVERSEAS B.V.</tbox:name> | |||
<tbox:street1>Wolgaweg 3</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Europoort Rotterdam</tbox:city> | |||
<tbox:zipCode>3198 LR</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact/> | |||
<tbox:telNo/> | |||
<tbox:faxNo/> | |||
<tbox:email/> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> | |||
</soap:Body> | |||
</soap:Envelope> |
@@ -0,0 +1,133 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description/> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter/> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>VON23-30677 ADR</tbox:reference> | |||
<tbox:awb>1000000035</tbox:awb> | |||
<tbox:description/> | |||
<tbox:instruction/> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231219</tbox:pickupDate> | |||
<tbox:pickupTime>133000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>160000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20231220</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>090000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>160000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate/> | |||
<tbox:plannedDeliveryTime/> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms/> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>250.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.400000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice/> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl/> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON23-30677 ADR</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000000035001</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>80.00</tbox:width> | |||
<tbox:height>80.00</tbox:height> | |||
<tbox:weight>250.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Karton</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>2</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity></tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>117.90</tbox:length> | |||
<tbox:width>25.00</tbox:width> | |||
<tbox:height>79.00</tbox:height> | |||
<tbox:weight>125.00</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Sben-energy</tbox:name> | |||
<tbox:street1>Avenue des Biolleux 3A</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Verviers</tbox:city> | |||
<tbox:zipCode>4800</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>BE</tbox:countryCode> | |||
<tbox:contact>Sebastian</tbox:contact> | |||
<tbox:telNo>+32490439064</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email>sebastian@sben-energy.com</tbox:email> | |||
<tbox:accountNo/> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>ESTRON OVERSEAS B.V.</tbox:name> | |||
<tbox:street1>Wolgaweg 3</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Europoort Rotterdam</tbox:city> | |||
<tbox:zipCode>3198 LR</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact/> | |||
<tbox:telNo/> | |||
<tbox:faxNo/> | |||
<tbox:email/> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,110 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>NATECSHERT02</Sender> | |||
<Receiver>KLGEUVENLO01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>VON23-30677 ADR</Reference> | |||
<TimeStamp>2024-01-15T13:44:48</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2024-01-15</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>NATECSHERT02</Consignor> | |||
<ConsignorReference>VON23-30677 ADR</ConsignorReference> | |||
<Debtor>NATECSHERT02</Debtor> | |||
<DebtorReference>VON23-30677 ADR</DebtorReference> | |||
<Incoterm></Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>ESTRON OVERSEAS B.V.</Name1> | |||
<Name2></Name2> | |||
<Address1>Wolgaweg 3</Address1> | |||
<Address2></Address2> | |||
<PostalCode>3198 LR</PostalCode> | |||
<City>Europoort Rotterdam</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2023-12-19T13:30:00</Start> | |||
<End>2023-12-19T16:00:00</End> | |||
<Reference>VON23-30677 ADR</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Sben-energy</Name1> | |||
<Name2></Name2> | |||
<Address1>Avenue des Biolleux 3A</Address1> | |||
<Address2></Address2> | |||
<PostalCode>4800</PostalCode> | |||
<City>Verviers</City> | |||
<Region></Region> | |||
<CountryCode>BE</CountryCode> | |||
<Start>2023-12-20T09:00:00</Start> | |||
<End>2023-12-20T16:00:00</End> | |||
<Reference>VON23-30677 ADR</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>ADR</FeatureCode> | |||
</Feature> | |||
<ContactPerson> | |||
<Name>Sebastian</Name> | |||
<Phone>+32490439064</Phone> | |||
<Fax></Fax> | |||
<Email>sebastian@sben-energy.com</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_DISP</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>250</BrutoWeight> | |||
<NettoWeight>250</NettoWeight> | |||
<LoadingMeter>0.40</LoadingMeter> | |||
<Volume>0.768</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>80.00</PackingHeight> | |||
<DangerousGood> | |||
<DGSADRCode /> | |||
<UNNumber>3480</UNNumber> | |||
<Class /> | |||
<SubClass1></SubClass1> | |||
<SubClass2></SubClass2> | |||
<SubClass3 /> | |||
<Classification>9</Classification> | |||
<Labels /> | |||
<Qty>2</Qty> | |||
<Weight>125.00</Weight> | |||
<Volume /> | |||
<ProductDescription></ProductDescription> | |||
<PackageType>Karton</PackageType> | |||
<PackingGroup>2</PackingGroup> | |||
<TransportCategory /> | |||
<NOSText /> | |||
<TunnelRestrictionCode>(E)</TunnelRestrictionCode> | |||
<EnvironmentallyHazardous /> | |||
<MarinePollutant /> | |||
<LimitedQuantity /> | |||
<LocalizedDescription /> | |||
</DangerousGood> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,139 @@ | |||
Generated xml: <?xml version="1.0" encoding="utf-8" ?> | |||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="https://linkprotect.cudasvc.com/url?a=http%3a%2f%2fconnect1.transwise.eu%2fTboxService%2f&c=E,1,1YxuUt1xGQnU8Ng51oFC6SqbKX1qfVgOfUUxMH1yVMSICwCBDYqsUI3YHgCFACFlUIJ7VFtVXmB0obUunBAdjvslur709uCxabDbEMeSd2fOs9ZCKR2TimU,&typo=1"> | |||
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/> | |||
<soap:Body> | |||
<tbox:carrierBooking> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description/> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter/> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>VON23-28002 ADR T2</tbox:reference> | |||
<tbox:awb>1000000033</tbox:awb> | |||
<tbox:description/> | |||
<tbox:instruction/> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231031</tbox:pickupDate> | |||
<tbox:pickupTime>133000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>160000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20231101</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>090000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>160000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate/> | |||
<tbox:plannedDeliveryTime/> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms/> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>75.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.500000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice/> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl/> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON23-28002 ADR</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000000033001</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>90.00</tbox:height> | |||
<tbox:weight>75.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Karton</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>87.00</tbox:length> | |||
<tbox:width>55.00</tbox:width> | |||
<tbox:height>29.00</tbox:height> | |||
<tbox:weight>45.50</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Green3 B.V.</tbox:name> | |||
<tbox:street1>Spaubeekstraat 95-36</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Tilburg</tbox:city> | |||
<tbox:zipCode>5035 JV</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact>Nick Vos</tbox:contact> | |||
<tbox:telNo>013 782 0204</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email>info@zonnepanelen.io</tbox:email> | |||
<tbox:accountNo/> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>ESTRON OVERSEAS B.V.</tbox:name> | |||
<tbox:street1>Wolgaweg 3</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Europoort Rotterdam</tbox:city> | |||
<tbox:zipCode>3198 LR</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact/> | |||
<tbox:telNo/> | |||
<tbox:faxNo/> | |||
<tbox:email/> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> | |||
</soap:Body> | |||
</soap:Envelope> |
@@ -0,0 +1,133 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description/> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter/> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>VON23-28002 ADR T2</tbox:reference> | |||
<tbox:awb>1000000033</tbox:awb> | |||
<tbox:description/> | |||
<tbox:instruction/> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231031</tbox:pickupDate> | |||
<tbox:pickupTime>133000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>160000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20231101</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>090000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>160000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate/> | |||
<tbox:plannedDeliveryTime/> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms/> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>75.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.500000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice/> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl/> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON23-28002 ADR</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000000033001</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>90.00</tbox:height> | |||
<tbox:weight>75.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Karton</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>87.00</tbox:length> | |||
<tbox:width>55.00</tbox:width> | |||
<tbox:height>29.00</tbox:height> | |||
<tbox:weight>45.50</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Green3 B.V.</tbox:name> | |||
<tbox:street1>Spaubeekstraat 95-36</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Tilburg</tbox:city> | |||
<tbox:zipCode>5035 JV</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact>Nick Vos</tbox:contact> | |||
<tbox:telNo>013 782 0204</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email>info@zonnepanelen.io</tbox:email> | |||
<tbox:accountNo/> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>ESTRON OVERSEAS B.V.</tbox:name> | |||
<tbox:street1>Wolgaweg 3</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Europoort Rotterdam</tbox:city> | |||
<tbox:zipCode>3198 LR</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact/> | |||
<tbox:telNo/> | |||
<tbox:faxNo/> | |||
<tbox:email/> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,111 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender></Sender> | |||
<Receiver>KLGEUVENLO01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>VON23-28002 ADR T2</Reference> | |||
<TimeStamp>2023-10-31T13:52:18</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2023-10-31</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor></Consignor> | |||
<ConsignorReference>VON23-28002 ADR T2</ConsignorReference> | |||
<Debtor></Debtor> | |||
<DebtorReference>VON23-28002 ADR</DebtorReference> | |||
<Incoterm></Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>ESTRON OVERSEAS B.V.</Name1> | |||
<Name2></Name2> | |||
<Address1>Wolgaweg 3</Address1> | |||
<Address2></Address2> | |||
<PostalCode>3198 LR</PostalCode> | |||
<City>Europoort Rotterdam</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2023-10-31T13:30:00</Start> | |||
<End>2023-10-31T16:00:00</End> | |||
<Reference>VON23-28002 ADR T2</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Green3 B.V.</Name1> | |||
<Name2></Name2> | |||
<Address1>Spaubeekstraat 95-36</Address1> | |||
<Address2></Address2> | |||
<PostalCode>5035 JV</PostalCode> | |||
<City>Tilburg</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2023-11-01T09:00:00</Start> | |||
<End>2023-11-01T16:00:00</End> | |||
<Reference>VON23-28002 ADR T2</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>ADR</FeatureCode> | |||
</Feature> | |||
<ContactPerson> | |||
<Name>Nick Vos</Name> | |||
<Phone>013 782 0204</Phone> | |||
<Fax></Fax> | |||
<Email>info@zonnepanelen.io</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>75</BrutoWeight> | |||
<NettoWeight>75</NettoWeight> | |||
<LoadingMeter>0.50</LoadingMeter> | |||
<Volume>1.08</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>100.00</PackingWidth> | |||
<PackingHeight>90.00</PackingHeight> | |||
</Good> | |||
<DangerousGood> | |||
<mau>test</mau> | |||
<DGSADRCode /> | |||
<UNNumber>3480</UNNumber> | |||
<Class /> | |||
<SubClass1></SubClass1> | |||
<SubClass2></SubClass2> | |||
<SubClass3 /> | |||
<Classification>9</Classification> | |||
<Labels /> | |||
<Qty>1</Qty> | |||
<Weight>45.50</Weight> | |||
<Volume /> | |||
<ProductDescription></ProductDescription> | |||
<PackageType>Karton</PackageType> | |||
<PackingGroup>2</PackingGroup> | |||
<TransportCategory /> | |||
<NOSText /> | |||
<TunnelRestrictionCode>(E)</TunnelRestrictionCode> | |||
<EnvironmentallyHazardous /> | |||
<MarinePollutant /> | |||
<LimitedQuantity /> | |||
<LocalizedDescription /> | |||
</DangerousGood> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description /></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>TUUCI</tbox:customerId><tbox:costcenter /><tbox:carrier>KLG</tbox:carrier><tbox:executingCarrier>KLG</tbox:executingCarrier><tbox:reference>32517</tbox:reference><tbox:awb>1000002909</tbox:awb><tbox:description /><tbox:instruction>Minimaal 2 dagen voor levering een tijdvak van 2 uur doorgeven, 100x100cm pallet lossen met klep</tbox:instruction><tbox:value>0.00 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20231107</tbox:pickupDate><tbox:pickupTime /><tbox:pickupTimeTo /><tbox:requestedDeliveryDate>20231108</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime /><tbox:requestedDeliveryTimeTo /><tbox:plannedDeliveryDate /><tbox:plannedDeliveryTime /><tbox:service>NON-DOCS</tbox:service><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther /><tbox:incoterms>DAP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>2</tbox:noOfPackages><tbox:weight>504.00 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>1.550000</tbox:loadMeter><tbox:price>253.00</tbox:price><tbox:salesPrice /><tbox:currency>EUR</tbox:currency><tbox:trackingUrl /><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>BERLIN</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>1</tbox:lineNo><tbox:shipmentLineId /><tbox:awb>1000002909001</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description /><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode /><tbox:carrierStatusDescription /><tbox:acceptedBy /><tbox:measurements><tbox:length>340.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>70.00</tbox:height><tbox:weight>132.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences /><tbox:shipmentLine><tbox:sequence>2</tbox:sequence><tbox:lineNo>2</tbox:lineNo><tbox:shipmentLineId /><tbox:awb>1000002909002</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description /><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode /><tbox:carrierStatusDescription /><tbox:acceptedBy /><tbox:measurements><tbox:length>100.00</tbox:length><tbox:width>100.00</tbox:width><tbox:height>40.00</tbox:height><tbox:weight>372.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences /></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>RECV</tbox:type><tbox:name>PICKENS SELFSTORAGE c/o Novono</tbox:name><tbox:street1>Oberlandstrasse 52 - 65</tbox:street1><tbox:street2 /><tbox:city>Berlin</tbox:city><tbox:zipCode>12099</tbox:zipCode><tbox:state /><tbox:countryCode>DE</tbox:countryCode><tbox:contact>Djamila Ismailova</tbox:contact><tbox:telNo>+49308011859</tbox:telNo><tbox:faxNo /><tbox:email /><tbox:accountNo /><tbox:VATNumber /></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>Tuuci Europe BV</tbox:name><tbox:street1>De Nedervonder 17</tbox:street1><tbox:street2 /><tbox:city>Oisterwijk</tbox:city><tbox:zipCode>5061 JP</tbox:zipCode><tbox:state /><tbox:countryCode>NL</tbox:countryCode><tbox:contact>K. Raaijmakers</tbox:contact><tbox:telNo>+31 13 720 0792</tbox:telNo><tbox:faxNo /><tbox:email>kraaijmakers@tuuci.eu</tbox:email><tbox:accountNo>TUUCI</tbox:accountNo><tbox:VATNumber /></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking> |
@@ -0,0 +1,179 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description/> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>TUUCI</tbox:customerId> | |||
<tbox:costcenter/> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>32517</tbox:reference> | |||
<tbox:awb>1000002909</tbox:awb> | |||
<tbox:description/> | |||
<tbox:instruction>Minimaal 2 dagen voor levering een tijdvak van 2 uur doorgeven, 100x100cm pallet lossen met klep</tbox:instruction> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231107</tbox:pickupDate> | |||
<tbox:pickupTime/> | |||
<tbox:pickupTimeTo/> | |||
<tbox:requestedDeliveryDate>20231108</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime/> | |||
<tbox:requestedDeliveryTimeTo/> | |||
<tbox:plannedDeliveryDate/> | |||
<tbox:plannedDeliveryTime/> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther/> | |||
<tbox:incoterms>DAP</tbox:incoterms> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>2</tbox:noOfPackages> | |||
<tbox:weight>504.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>1.550000</tbox:loadMeter> | |||
<tbox:price>253.00</tbox:price> | |||
<tbox:salesPrice/> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl/> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>INTERNAL_ZL_CITY</tbox:type> | |||
<tbox:value>BERLIN</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000002909001</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>340.00</tbox:length> | |||
<tbox:width>80.00</tbox:width> | |||
<tbox:height>70.00</tbox:height> | |||
<tbox:weight>132.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>2</tbox:sequence> | |||
<tbox:lineNo>2</tbox:lineNo> | |||
<tbox:shipmentLineId/> | |||
<tbox:awb>1000002909002</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode/> | |||
<tbox:carrierStatusDescription/> | |||
<tbox:acceptedBy/> | |||
<tbox:measurements> | |||
<tbox:length>100.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>40.00</tbox:height> | |||
<tbox:weight>372.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Karton</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>87.00</tbox:length> | |||
<tbox:width>55.00</tbox:width> | |||
<tbox:height>29.00</tbox:height> | |||
<tbox:weight>45.50</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode/> | |||
<tbox:unCode>8888</tbox:unCode> | |||
<tbox:hazardClassPrimary/> | |||
<tbox:hazardClassSecondary/> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup>2</tbox:packingGroup> | |||
<tbox:packingType>Europallet</tbox:packingType> | |||
<tbox:packingClassification/> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:description/> | |||
<tbox:markingIdentifier/> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction/> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>87.00</tbox:length> | |||
<tbox:width>55.00</tbox:width> | |||
<tbox:height>29.00</tbox:height> | |||
<tbox:weight>45.50</tbox:weight> | |||
<tbox:sizeUom>CM</tbox:sizeUom> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
</tbox:measurements> | |||
<tbox:tunnelCode>(E)</tbox:tunnelCode> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences/> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>PICKENS SELFSTORAGE c/o Novono</tbox:name> | |||
<tbox:street1>Oberlandstrasse 52 - 65</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Berlin</tbox:city> | |||
<tbox:zipCode>12099</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>DE</tbox:countryCode> | |||
<tbox:contact>Djamila Ismailova</tbox:contact> | |||
<tbox:telNo>+49308011859</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email/> | |||
<tbox:accountNo/> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>Tuuci Europe BV</tbox:name> | |||
<tbox:street1>De Nedervonder 17</tbox:street1> | |||
<tbox:street2/> | |||
<tbox:city>Oisterwijk</tbox:city> | |||
<tbox:zipCode>5061 JP</tbox:zipCode> | |||
<tbox:state/> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact>K. Raaijmakers</tbox:contact> | |||
<tbox:telNo>+31 13 720 0792</tbox:telNo> | |||
<tbox:faxNo/> | |||
<tbox:email>kraaijmakers@tuuci.eu</tbox:email> | |||
<tbox:accountNo>TUUCI</tbox:accountNo> | |||
<tbox:VATNumber/> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,142 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>TUUCIOISTE01</Sender> | |||
<Receiver>KLGEUVENLO01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>32517</Reference> | |||
<TimeStamp>2023-10-31T14:31:08</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2023-10-31</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>TUUCIOISTE01</Consignor> | |||
<ConsignorReference>32517</ConsignorReference> | |||
<Debtor>TUUCIOISTE01</Debtor> | |||
<DebtorReference>32517</DebtorReference> | |||
<Incoterm>DAP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Tuuci Europe BV</Name1> | |||
<Name2></Name2> | |||
<Address1>De Nedervonder 17</Address1> | |||
<Address2></Address2> | |||
<PostalCode>5061 JP</PostalCode> | |||
<City>Oisterwijk</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2023-11-07T07:00:00</Start> | |||
<End>2023-11-07T16:00:00</End> | |||
<Reference>32517</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name>K. Raaijmakers</Name> | |||
<Phone>+31 13 720 0792</Phone> | |||
<Fax></Fax> | |||
<Email>kraaijmakers@tuuci.eu</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>PICKENS SELFSTORAGE c/o Novono</Name1> | |||
<Name2></Name2> | |||
<Address1>Oberlandstrasse 52 - 65</Address1> | |||
<Address2></Address2> | |||
<PostalCode>12099</PostalCode> | |||
<City>Berlin</City> | |||
<Region></Region> | |||
<CountryCode>DE</CountryCode> | |||
<Start>2023-11-08T07:00:00</Start> | |||
<End>2023-11-08T16:00:00</End> | |||
<Reference>32517</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2>Minimaal 2 dagen voor levering een tijdvak van 2 uur doorgeven, 100x100cm pallet lossen met klep</ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name>Djamila Ismailova</Name> | |||
<Phone>+49308011859</Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_DISP</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>132</BrutoWeight> | |||
<NettoWeight>132</NettoWeight> | |||
<LoadingMeter>1.13</LoadingMeter> | |||
<Volume>1.904</Volume> | |||
<PackingLength>340.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>70.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_DISP</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>372</BrutoWeight> | |||
<NettoWeight>372</NettoWeight> | |||
<LoadingMeter>0.42</LoadingMeter> | |||
<Volume>0.4</Volume> | |||
<PackingLength>100.00</PackingLength> | |||
<PackingWidth>100.00</PackingWidth> | |||
<PackingHeight>40.00</PackingHeight> | |||
<DangerousGood> | |||
<DGSADRCode /> | |||
<UNNumber>3480</UNNumber> | |||
<Class /> | |||
<SubClass1></SubClass1> | |||
<SubClass2></SubClass2> | |||
<SubClass3 /> | |||
<Classification>9</Classification> | |||
<Labels /> | |||
<Qty>1</Qty> | |||
<Weight>45.50</Weight> | |||
<Volume /> | |||
<ProductDescription></ProductDescription> | |||
<PackageType>Karton</PackageType> | |||
<PackingGroup>2</PackingGroup> | |||
<TransportCategory /> | |||
<NOSText /> | |||
<TunnelRestrictionCode>(E)</TunnelRestrictionCode> | |||
<EnvironmentallyHazardous /> | |||
<MarinePollutant /> | |||
<LimitedQuantity /> | |||
<LocalizedDescription /> | |||
</DangerousGood> | |||
<DangerousGood> | |||
<DGSADRCode /> | |||
<UNNumber>8888</UNNumber> | |||
<Class /> | |||
<SubClass1></SubClass1> | |||
<SubClass2></SubClass2> | |||
<SubClass3 /> | |||
<Classification>9</Classification> | |||
<Labels /> | |||
<Qty>1</Qty> | |||
<Weight>45.50</Weight> | |||
<Volume /> | |||
<ProductDescription></ProductDescription> | |||
<PackageType>Europallet</PackageType> | |||
<PackingGroup>2</PackingGroup> | |||
<TransportCategory /> | |||
<NOSText /> | |||
<TunnelRestrictionCode>(E)</TunnelRestrictionCode> | |||
<EnvironmentallyHazardous /> | |||
<MarinePollutant /> | |||
<LimitedQuantity /> | |||
<LocalizedDescription /> | |||
</DangerousGood> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"><SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/><soap:Body><tbox:carrierBooking><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description/></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>TUUCI</tbox:customerId><tbox:costcenter/><tbox:carrier>KLG</tbox:carrier><tbox:executingCarrier>KLG</tbox:executingCarrier><tbox:reference>32517</tbox:reference><tbox:awb>1000002909</tbox:awb><tbox:description/><tbox:instruction>Minimaal 2 dagen voor levering een tijdvak van 2 uur doorgeven, 100x100cm pallet lossen met klep</tbox:instruction><tbox:value>0.00 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20231107</tbox:pickupDate><tbox:pickupTime/><tbox:pickupTimeTo/><tbox:requestedDeliveryDate>20231108</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime/><tbox:requestedDeliveryTimeTo/><tbox:plannedDeliveryDate/><tbox:plannedDeliveryTime/><tbox:service>NON-DOCS</tbox:service><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther/><tbox:incoterms>DAP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>2</tbox:noOfPackages><tbox:weight>504.00 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>1.550000</tbox:loadMeter><tbox:price>253.00</tbox:price><tbox:salesPrice/><tbox:currency>EUR</tbox:currency><tbox:trackingUrl/><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>BERLIN</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>1</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>1000002909001</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description/><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>340.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>70.00</tbox:height><tbox:weight>132.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/><tbox:shipmentLine><tbox:sequence>2</tbox:sequence><tbox:lineNo>2</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>1000002909002</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description/><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>100.00</tbox:length><tbox:width>100.00</tbox:width><tbox:height>40.00</tbox:height><tbox:weight>372.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>RECV</tbox:type><tbox:name>PICKENS SELFSTORAGE c/o Novono</tbox:name><tbox:street1>Oberlandstrasse 52 - 65</tbox:street1><tbox:street2/><tbox:city>Berlin</tbox:city><tbox:zipCode>12099</tbox:zipCode><tbox:state/><tbox:countryCode>DE</tbox:countryCode><tbox:contact>Djamila Ismailova</tbox:contact><tbox:telNo>+49308011859</tbox:telNo><tbox:faxNo/><tbox:email/><tbox:accountNo/><tbox:VATNumber/></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>Tuuci Europe BV</tbox:name><tbox:street1>De Nedervonder 17</tbox:street1><tbox:street2/><tbox:city>Oisterwijk</tbox:city><tbox:zipCode>5061 JP</tbox:zipCode><tbox:state/><tbox:countryCode>NL</tbox:countryCode><tbox:contact>K. Raaijmakers</tbox:contact><tbox:telNo>+31 13 720 0792</tbox:telNo><tbox:faxNo/><tbox:email>kraaijmakers@tuuci.eu</tbox:email><tbox:accountNo>TUUCI</tbox:accountNo><tbox:VATNumber/></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking></soap:Body></soap:Envelope> |
@@ -0,0 +1,521 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description /> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NDTINTERNA</tbox:customerId> | |||
<tbox:costcenter /> | |||
<tbox:carrier>KLE</tbox:carrier> | |||
<tbox:executingCarrier>KLE</tbox:executingCarrier> | |||
<tbox:reference>10180599499605</tbox:reference> | |||
<tbox:awb>0000100286</tbox:awb> | |||
<tbox:description /> | |||
<tbox:instruction>rij 11/12</tbox:instruction> | |||
<tbox:value>26962.55 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20210205</tbox:pickupDate> | |||
<tbox:pickupTime>170000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>190000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20210208</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime /> | |||
<tbox:requestedDeliveryTimeTo /> | |||
<tbox:plannedDeliveryDate /> | |||
<tbox:plannedDeliveryTime /> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther /> | |||
<tbox:incoterms>DDP</tbox:incoterms> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>20</tbox:noOfPackages> | |||
<tbox:weight>14060.77 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>11.100000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice /> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl /> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>OTHER</tbox:type> | |||
<tbox:value>4D5542C2</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>49699</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>YOUR_REFERENCE</tbox:type> | |||
<tbox:value>-</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>DELIVERYNOTE</tbox:type> | |||
<tbox:value>91812</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>INTERNAL_ZL_CITY</tbox:type> | |||
<tbox:value>LA BALME DE SILLINGY</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>DELIVERYID</tbox:type> | |||
<tbox:value>15760</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>0</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000040403</tbox:shipmentLineId> | |||
<tbox:awb>0000100286001</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>735.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>2</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000040410</tbox:shipmentLineId> | |||
<tbox:awb>0000100286002</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>970.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>3</tbox:sequence> | |||
<tbox:lineNo>2</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000040427</tbox:shipmentLineId> | |||
<tbox:awb>0000100286003</tbox:awb> | |||
<tbox:packageType>EURO</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>80.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>751.50</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>4</tbox:sequence> | |||
<tbox:lineNo>3</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000042131</tbox:shipmentLineId> | |||
<tbox:awb>0000100286004</tbox:awb> | |||
<tbox:packageType>EURO</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>80.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>940.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>5</tbox:sequence> | |||
<tbox:lineNo>4</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000044678</tbox:shipmentLineId> | |||
<tbox:awb>0000100286005</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>1001.38</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>6</tbox:sequence> | |||
<tbox:lineNo>5</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045774</tbox:shipmentLineId> | |||
<tbox:awb>0000100286006</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>470.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>7</tbox:sequence> | |||
<tbox:lineNo>6</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045781</tbox:shipmentLineId> | |||
<tbox:awb>0000100286007</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>486.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>8</tbox:sequence> | |||
<tbox:lineNo>7</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045798</tbox:shipmentLineId> | |||
<tbox:awb>0000100286008</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>659.70</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>9</tbox:sequence> | |||
<tbox:lineNo>8</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045804</tbox:shipmentLineId> | |||
<tbox:awb>0000100286009</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>460.48</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>10</tbox:sequence> | |||
<tbox:lineNo>9</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045811</tbox:shipmentLineId> | |||
<tbox:awb>0000100286010</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>1096.50</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>11</tbox:sequence> | |||
<tbox:lineNo>10</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045828</tbox:shipmentLineId> | |||
<tbox:awb>0000100286011</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>500.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>12</tbox:sequence> | |||
<tbox:lineNo>11</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045835</tbox:shipmentLineId> | |||
<tbox:awb>0000100286012</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>523.65</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>13</tbox:sequence> | |||
<tbox:lineNo>12</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045842</tbox:shipmentLineId> | |||
<tbox:awb>0000100286013</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>898.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>14</tbox:sequence> | |||
<tbox:lineNo>13</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045859</tbox:shipmentLineId> | |||
<tbox:awb>0000100286014</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>754.45</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>15</tbox:sequence> | |||
<tbox:lineNo>14</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045866</tbox:shipmentLineId> | |||
<tbox:awb>0000100286015</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>973.39</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>16</tbox:sequence> | |||
<tbox:lineNo>15</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045873</tbox:shipmentLineId> | |||
<tbox:awb>0000100286016</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>630.72</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>17</tbox:sequence> | |||
<tbox:lineNo>16</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045880</tbox:shipmentLineId> | |||
<tbox:awb>0000100286017</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>554.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>18</tbox:sequence> | |||
<tbox:lineNo>17</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045897</tbox:shipmentLineId> | |||
<tbox:awb>0000100286018</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>560.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>19</tbox:sequence> | |||
<tbox:lineNo>18</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045903</tbox:shipmentLineId> | |||
<tbox:awb>0000100286019</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>369.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>20</tbox:sequence> | |||
<tbox:lineNo>19</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000045910</tbox:shipmentLineId> | |||
<tbox:awb>0000100286020</tbox:awb> | |||
<tbox:packageType>PALLET120x120</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>727.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>INVC</tbox:type> | |||
<tbox:name>Fleurs et Plantes du Lac</tbox:name> | |||
<tbox:street1>La Tuilery </tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Epagny</tbox:city> | |||
<tbox:zipCode>74330</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>FR</tbox:countryCode> | |||
<tbox:contact>Crediteurenadministratie</tbox:contact> | |||
<tbox:telNo>04 50 24 21 21</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>epg.sec@fleursdulac.com</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Fleurs et Plantes du Lac</tbox:name> | |||
<tbox:street1>La Tuilery </tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Epagny</tbox:city> | |||
<tbox:zipCode>74330</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>FR</tbox:countryCode> | |||
<tbox:contact>Crediteurenadministratie</tbox:contact> | |||
<tbox:telNo>0450242121</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>epg.sec@fleursdulac.com</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>NDT International BV</tbox:name> | |||
<tbox:street1>Biezenkamp 33</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Gendt</tbox:city> | |||
<tbox:zipCode>6691 EJ</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact /> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email /> | |||
<tbox:accountNo>NDTINGENDT01</tbox:accountNo> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,159 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>NDTINGENDT01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult /> | |||
<Reference>10180599499605</Reference> | |||
<TimeStamp>2021-02-08T13:58:08</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2021-02-08</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>NDTINGENDT01</Consignor> | |||
<ConsignorReference>10180599499605</ConsignorReference> | |||
<Debtor>NDTINGENDT01</Debtor> | |||
<DebtorReference>10180599499605</DebtorReference> | |||
<Incoterm>DDP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>NDT International BV</Name1> | |||
<Name2></Name2> | |||
<Address1>Biezenkamp 33</Address1> | |||
<Address2></Address2> | |||
<PostalCode>6691 EJ</PostalCode> | |||
<City>Gendt</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2021-02-05T17:00:00</Start> | |||
<End>2021-02-05T19:00:00</End> | |||
<Reference>10180599499605</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Fleurs et Plantes du Lac</Name1> | |||
<Name2></Name2> | |||
<Address1>La Tuilery </Address1> | |||
<Address2></Address2> | |||
<PostalCode>74330</PostalCode> | |||
<City>Epagny</City> | |||
<Region></Region> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2021-02-08T07:00:00</Start> | |||
<End>2021-02-08T16:00:00</End> | |||
<Reference>-</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2>rij 11/12</ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Parametergroup> | |||
<Groupname>LeadtimeData</Groupname> | |||
<Parameter> | |||
<Qualifier>ReceiverPostalcode</Qualifier> | |||
<Value>74330</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderPostalcode</Qualifier> | |||
<Value>6691</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ReceiverCountry</Qualifier> | |||
<Value>FR</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderCountry</Qualifier> | |||
<Value>NL</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageQuantity</Qualifier> | |||
<Value>20</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageKilogram</Qualifier> | |||
<Value>14060.769999999998</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ADR</Qualifier> | |||
<Value>false</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>defaultLeadDate</Qualifier> | |||
<Value>2021-02-09</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>StartingDate</Qualifier> | |||
<Value>2021-02-05</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeFrom</Qualifier> | |||
<Value>07:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeTo</Qualifier> | |||
<Value>16:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>CompanyCode</Qualifier> | |||
<Value>NDTINGENDT01</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
<ContactPerson> | |||
<Name>Crediteurenadministratie</Name> | |||
<Phone>0450242121</Phone> | |||
<Fax></Fax> | |||
<Email>epg.sec@fleursdulac.com</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>13</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>9292</BrutoWeight> | |||
<NettoWeight>9292</NettoWeight> | |||
<LoadingMeter>7.80</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>120.00</PackingWidth> | |||
<PackingHeight>0.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>2</PackingQty> | |||
<PackingType>EURO</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>1692</BrutoWeight> | |||
<NettoWeight>1692</NettoWeight> | |||
<LoadingMeter>0.80</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>0.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>5</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>3078</BrutoWeight> | |||
<NettoWeight>3078</NettoWeight> | |||
<LoadingMeter>2.50</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>100.00</PackingWidth> | |||
<PackingHeight>0.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,312 @@ | |||
<s0:Order xmlns:s0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>NDTINGENDT01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>ORCHESTRATION</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>10180599499605</Reference> | |||
<TimeStamp>2021-02-04T14:21:29</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2021-02-04</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>NDTINGENDT01</Consignor> | |||
<ConsignorReference>10180599499605</ConsignorReference> | |||
<Debtor>NDTINGENDT01</Debtor> | |||
<DebtorReference>10180599499605</DebtorReference> | |||
<Incoterm>DDP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode /> | |||
<Name1>NDT International BV</Name1> | |||
<Name2 /> | |||
<Address1>Biezenkamp 33</Address1> | |||
<Address2 /> | |||
<PostalCode>6691 EJ</PostalCode> | |||
<City>Gendt</City> | |||
<Region /> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2021-02-05T17:00:00</Start> | |||
<End>2021-02-05T19:00:00</End> | |||
<Reference>10180599499605</Reference> | |||
<ExternalRemark1 /> | |||
<ExternalRemark2 /> | |||
<InternalRemark1 /> | |||
<InternalRemark2 /> | |||
<ContactPerson> | |||
<Name /> | |||
<Phone /> | |||
<Fax /> | |||
<Email /> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode /> | |||
<Name1>Fleurs et Plantes du Lac</Name1> | |||
<Name2 /> | |||
<Address1>La Tuilery </Address1> | |||
<Address2 /> | |||
<PostalCode>74330</PostalCode> | |||
<City>Epagny</City> | |||
<Region /> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2021-02-08T07:00:00</Start> | |||
<End>2021-02-08T16:00:00</End> | |||
<Reference>10180599499605</Reference> | |||
<ExternalRemark1 /> | |||
<ExternalRemark2>rij 11/12</ExternalRemark2> | |||
<InternalRemark1 /> | |||
<InternalRemark2 /> | |||
<ContactPerson> | |||
<Name>Crediteurenadministratie</Name> | |||
<Phone>0450242121</Phone> | |||
<Fax /> | |||
<Email>epg.sec@fleursdulac.com</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>735</BrutoWeight> | |||
<NettoWeight>735</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>970</BrutoWeight> | |||
<NettoWeight>970</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>EURO</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>752</BrutoWeight> | |||
<NettoWeight>752</NettoWeight> | |||
<LoadingMeter>0.40</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>80</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>EURO</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>940</BrutoWeight> | |||
<NettoWeight>940</NettoWeight> | |||
<LoadingMeter>0.40</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>80</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>1001</BrutoWeight> | |||
<NettoWeight>1001</NettoWeight> | |||
<LoadingMeter>0.50</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>100</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>470</BrutoWeight> | |||
<NettoWeight>470</NettoWeight> | |||
<LoadingMeter>0.50</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>100</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>486</BrutoWeight> | |||
<NettoWeight>486</NettoWeight> | |||
<LoadingMeter>0.50</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>100</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>660</BrutoWeight> | |||
<NettoWeight>660</NettoWeight> | |||
<LoadingMeter>0.50</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>100</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>460</BrutoWeight> | |||
<NettoWeight>460</NettoWeight> | |||
<LoadingMeter>0.50</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>100</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>1097</BrutoWeight> | |||
<NettoWeight>1097</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>500</BrutoWeight> | |||
<NettoWeight>500</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>524</BrutoWeight> | |||
<NettoWeight>524</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>898</BrutoWeight> | |||
<NettoWeight>898</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>754</BrutoWeight> | |||
<NettoWeight>754</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>973</BrutoWeight> | |||
<NettoWeight>973</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>631</BrutoWeight> | |||
<NettoWeight>631</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>554</BrutoWeight> | |||
<NettoWeight>554</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>560</BrutoWeight> | |||
<NettoWeight>560</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>369</BrutoWeight> | |||
<NettoWeight>369</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>727</BrutoWeight> | |||
<NettoWeight>727</NettoWeight> | |||
<LoadingMeter>0.60</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>120</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</s0:Order> |
@@ -0,0 +1,153 @@ | |||
<?xml version="1.0" encoding="utf-8"?><ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>NDTINGENDT01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>11469435592497</Reference> | |||
<TimeStamp>2022-01-05T13:49:38</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2022-01-05</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>NDTINGENDT01</Consignor> | |||
<ConsignorReference>11469435592497</ConsignorReference> | |||
<Debtor>NDTINGENDT01</Debtor> | |||
<DebtorReference>11469435592497</DebtorReference> | |||
<Incoterm>DDP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>NDT International BV</Name1> | |||
<Name2></Name2> | |||
<Address1>Biezenkamp 33</Address1> | |||
<Address2></Address2> | |||
<PostalCode>6691 EJ</PostalCode> | |||
<City>Gendt</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2022-01-06T08:00:00</Start> | |||
<End>2022-01-06T16:00:00</End> | |||
<Reference>11469435592497</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Truffaut St-Jean le Blanc/Orleans (024ORL)</Name1> | |||
<Name2></Name2> | |||
<Address1>Route de St-Cyr en Val </Address1> | |||
<Address2>Horticoles George Truffaut</Address2> | |||
<PostalCode>45650</PostalCode> | |||
<City>St Jean Le Blanc</City> | |||
<Region></Region> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2022-01-10T08:00:00</Start> | |||
<End>2022-01-10T12:00:00</End> | |||
<Reference>0017274793,0017307888,0017297152</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2>rij 42</ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>BEFORE_1200H</FeatureCode> | |||
</Feature> | |||
<Feature> | |||
<FeatureCode>TAIL_LIFT</FeatureCode> | |||
</Feature> | |||
<Parametergroup> | |||
<Groupname>LeadtimeData</Groupname> | |||
<Parameter> | |||
<Qualifier>ReceiverPostalcode</Qualifier> | |||
<Value>45650</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderPostalcode</Qualifier> | |||
<Value>6691</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ReceiverCountry</Qualifier> | |||
<Value>FR</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderCountry</Qualifier> | |||
<Value>NL</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageQuantity</Qualifier> | |||
<Value>6</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageKilogram</Qualifier> | |||
<Value>2538.0299999999997</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ADR</Qualifier> | |||
<Value>false</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>defaultLeadDate</Qualifier> | |||
<Value>2022-01-10</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>StartingDate</Qualifier> | |||
<Value>2022-01-06</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeFrom</Qualifier> | |||
<Value>08:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeTo</Qualifier> | |||
<Value>12:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>CompanyCode</Qualifier> | |||
<Value>NDTINGENDT01</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
<ContactPerson> | |||
<Name>Florain Bonnot</Name> | |||
<Phone>0033-238226970</Phone> | |||
<Fax></Fax> | |||
<Email>pole.facturation@truffaut.com</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>3</PackingQty> | |||
<PackingType>PALLET_DISP:120x120</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>1981</BrutoWeight> | |||
<NettoWeight>1981</NettoWeight> | |||
<LoadingMeter>1.80</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>120.00</PackingWidth> | |||
<PackingHeight>0.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>3</PackingQty> | |||
<PackingType>EURO</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>557</BrutoWeight> | |||
<NettoWeight>557</NettoWeight> | |||
<LoadingMeter>1.20</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>0.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,153 @@ | |||
<s0:Order xmlns:s0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>NDTINGENDT01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>v19A</ReceiverVersion> | |||
<OrchestrationResult>ORCHESTRATION</OrchestrationResult> | |||
<Reference>11469435592497</Reference> | |||
<TimeStamp>2022-01-05T13:49:38</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2022-01-05</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>NDTINGENDT01</Consignor> | |||
<ConsignorReference>11469435592497</ConsignorReference> | |||
<Debtor>NDTINGENDT01</Debtor> | |||
<DebtorReference>11469435592497</DebtorReference> | |||
<Incoterm>DDP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode /> | |||
<Name1>NDT International BV</Name1> | |||
<Name2 /> | |||
<Address1>Biezenkamp 33</Address1> | |||
<Address2 /> | |||
<PostalCode>6691 EJ</PostalCode> | |||
<City>Gendt</City> | |||
<Region /> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2022-01-06T08:00:00</Start> | |||
<End>2022-01-06T16:00:00</End> | |||
<Reference>11469435592497</Reference> | |||
<ExternalRemark1 /> | |||
<ExternalRemark2 /> | |||
<InternalRemark1 /> | |||
<InternalRemark2 /> | |||
<ContactPerson> | |||
<Name /> | |||
<Phone /> | |||
<Fax /> | |||
<Email /> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode /> | |||
<Name1>Truffaut St-Jean le Blanc/Orleans (024ORL)</Name1> | |||
<Name2 /> | |||
<Address1>Route de St-Cyr en Val </Address1> | |||
<Address2>Horticoles George Truffaut</Address2> | |||
<PostalCode>45650</PostalCode> | |||
<City>St Jean Le Blanc</City> | |||
<Region /> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2022-01-10T08:00:00</Start> | |||
<End>2022-01-10T12:00:00</End> | |||
<Reference>0017274793,0017307888,0017297152</Reference> | |||
<ExternalRemark1 /> | |||
<ExternalRemark2>rij 42</ExternalRemark2> | |||
<InternalRemark1 /> | |||
<InternalRemark2 /> | |||
<Feature> | |||
<FeatureCode>BEFORE_1200H</FeatureCode> | |||
</Feature> | |||
<Feature> | |||
<FeatureCode>TAIL_LIFT</FeatureCode> | |||
</Feature> | |||
<Parametergroup> | |||
<Groupname>LeadtimeData</Groupname> | |||
<Parameter> | |||
<Qualifier>ReceiverPostalcode</Qualifier> | |||
<Value>45650</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderPostalcode</Qualifier> | |||
<Value>6691</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ReceiverCountry</Qualifier> | |||
<Value>FR</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderCountry</Qualifier> | |||
<Value>NL</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageQuantity</Qualifier> | |||
<Value>6</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageKilogram</Qualifier> | |||
<Value>2538.0299999999997</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ADR</Qualifier> | |||
<Value>false</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>defaultLeadDate</Qualifier> | |||
<Value>2022-01-10</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>StartingDate</Qualifier> | |||
<Value>2022-01-06</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeFrom</Qualifier> | |||
<Value>08:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeTo</Qualifier> | |||
<Value>12:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>CompanyCode</Qualifier> | |||
<Value>NDTINGENDT01</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
<ContactPerson> | |||
<Name>Florain Bonnot</Name> | |||
<Phone>0033-238226970</Phone> | |||
<Fax /> | |||
<Email>pole.facturation@truffaut.com</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>3</PackingQty> | |||
<PackingType>PALLET_DISP:120x120</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>1981</BrutoWeight> | |||
<NettoWeight>1981</NettoWeight> | |||
<LoadingMeter>1.80</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>120.00</PackingWidth> | |||
<PackingHeight>0.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>3</PackingQty> | |||
<PackingType>EURO</PackingType> | |||
<ProductDescription /> | |||
<BrutoWeight>557</BrutoWeight> | |||
<NettoWeight>557</NettoWeight> | |||
<LoadingMeter>1.20</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>0.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</s0:Order> |
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"><SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/><soap:Body><tbox:carrierBooking><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description /></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>NDTINTERNA</tbox:customerId><tbox:costcenter /><tbox:carrier>KLE</tbox:carrier><tbox:executingCarrier>KLE</tbox:executingCarrier><tbox:reference>10011998867291</tbox:reference><tbox:awb>0000100000</tbox:awb><tbox:description /><tbox:instruction /><tbox:value>800.34 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20201209</tbox:pickupDate><tbox:pickupTime>170000</tbox:pickupTime><tbox:pickupTimeTo>190000</tbox:pickupTimeTo><tbox:requestedDeliveryDate>20201210</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime /><tbox:requestedDeliveryTimeTo /><tbox:plannedDeliveryDate /><tbox:plannedDeliveryTime /><tbox:service>NON-DOCS</tbox:service><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther>APP~REQ</tbox:serviceLevelOther><tbox:incoterms>DDP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>1</tbox:noOfPackages><tbox:weight>1.00 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>0.500000</tbox:loadMeter><tbox:price>0.00</tbox:price><tbox:salesPrice /><tbox:currency>EUR</tbox:currency><tbox:trackingUrl /><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>OTHER</tbox:type><tbox:value>3401AE66</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>ORDER</tbox:type><tbox:value>86581133</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>YOUR_REFERENCE</tbox:type><tbox:value>0017039215 Direct</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>DELIVERYNOTE</tbox:type><tbox:value>89425</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>PARIS</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>DELIVERYID</tbox:type><tbox:value>2357</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>0</tbox:lineNo><tbox:shipmentLineId>00019999990000002630</tbox:shipmentLineId><tbox:awb>0000100000001</tbox:awb><tbox:packageType>PALLET_BLOK</tbox:packageType><tbox:description /><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode /><tbox:carrierStatusDescription /><tbox:acceptedBy /><tbox:measurements><tbox:length>120.00</tbox:length><tbox:width>100.00</tbox:width><tbox:height>0.00</tbox:height><tbox:weight>1.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences /></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>INVC</tbox:type><tbox:name>Truffaut BHV Exploitation</tbox:name><tbox:street1>ETS Truffaut </tbox:street1><tbox:street2>Service Comptabilite</tbox:street2><tbox:city>St Fargeau Ponthierry Cedex</tbox:city><tbox:zipCode>77987</tbox:zipCode><tbox:state /><tbox:countryCode>FR</tbox:countryCode><tbox:contact>--</tbox:contact><tbox:telNo /><tbox:faxNo /><tbox:email>pole.facturation@truffaut.com</tbox:email><tbox:accountNo /><tbox:VATNumber /></tbox:address><tbox:address><tbox:type>RECV</tbox:type><tbox:name>Truffaut BHV Exploitation</tbox:name><tbox:street1>55 Rue de la Verrerie </tbox:street1><tbox:street2 /><tbox:city>Paris</tbox:city><tbox:zipCode>75004</tbox:zipCode><tbox:state /><tbox:countryCode>FR</tbox:countryCode><tbox:contact>--</tbox:contact><tbox:telNo /><tbox:faxNo /><tbox:email>pole.facturation@truffaut.com</tbox:email><tbox:accountNo /><tbox:VATNumber /></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>NDT International BV</tbox:name><tbox:street1>Biezenkamp 33</tbox:street1><tbox:street2 /><tbox:city>Gendt</tbox:city><tbox:zipCode>6691 EJ</tbox:zipCode><tbox:state /><tbox:countryCode>NL</tbox:countryCode><tbox:contact /><tbox:telNo /><tbox:faxNo /><tbox:email /><tbox:accountNo>NDTINGENDT01</tbox:accountNo><tbox:VATNumber /></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking></soap:Body></soap:Envelope> |
@@ -0,0 +1,141 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description /> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NDTINTERNA</tbox:customerId> | |||
<tbox:costcenter /> | |||
<tbox:carrier>KLE</tbox:carrier> | |||
<tbox:executingCarrier>KLE</tbox:executingCarrier> | |||
<tbox:reference>10011998867291</tbox:reference> | |||
<tbox:awb>0000100000</tbox:awb> | |||
<tbox:description /> | |||
<tbox:instruction /> | |||
<tbox:value>800.34 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20201209</tbox:pickupDate> | |||
<tbox:pickupTime>170000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>190000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20201210</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime /> | |||
<tbox:requestedDeliveryTimeTo /> | |||
<tbox:plannedDeliveryDate /> | |||
<tbox:plannedDeliveryTime /> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>APP~REQ</tbox:serviceLevelOther> | |||
<tbox:incoterms>DDP</tbox:incoterms> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>1.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.500000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice /> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl /> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>OTHER</tbox:type> | |||
<tbox:value>3401AE66</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>86581133</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>YOUR_REFERENCE</tbox:type> | |||
<tbox:value>0017039215 Direct</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>DELIVERYNOTE</tbox:type> | |||
<tbox:value>89425</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>INTERNAL_ZL_CITY</tbox:type> | |||
<tbox:value>PARIS</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>DELIVERYID</tbox:type> | |||
<tbox:value>2357</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>0</tbox:lineNo> | |||
<tbox:shipmentLineId>00019999990000002630</tbox:shipmentLineId> | |||
<tbox:awb>0000100000001</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>1.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>INVC</tbox:type> | |||
<tbox:name>Truffaut BHV Exploitation</tbox:name> | |||
<tbox:street1>ETS Truffaut </tbox:street1> | |||
<tbox:street2>Service Comptabilite</tbox:street2> | |||
<tbox:city>St Fargeau Ponthierry Cedex</tbox:city> | |||
<tbox:zipCode>77987</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>FR</tbox:countryCode> | |||
<tbox:contact>--</tbox:contact> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email>pole.facturation@truffaut.com</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Truffaut BHV Exploitation</tbox:name> | |||
<tbox:street1>55 Rue de la Verrerie </tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Paris</tbox:city> | |||
<tbox:zipCode>75004</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>FR</tbox:countryCode> | |||
<tbox:contact>--</tbox:contact> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email>pole.facturation@truffaut.com</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>NDT International BV</tbox:name> | |||
<tbox:street1>Biezenkamp 33</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Gendt</tbox:city> | |||
<tbox:zipCode>6691 EJ</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact /> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email /> | |||
<tbox:accountNo>NDTINGENDT01</tbox:accountNo> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,139 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>NDTINGENDT01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult /> | |||
<Reference>10011998867291</Reference> | |||
<TimeStamp>2021-02-08T12:17:54</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2021-02-08</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>NDTINGENDT01</Consignor> | |||
<ConsignorReference>10011998867291</ConsignorReference> | |||
<Debtor>NDTINGENDT01</Debtor> | |||
<DebtorReference>10011998867291</DebtorReference> | |||
<Incoterm>DDP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>NDT International BV</Name1> | |||
<Name2></Name2> | |||
<Address1>Biezenkamp 33</Address1> | |||
<Address2></Address2> | |||
<PostalCode>6691 EJ</PostalCode> | |||
<City>Gendt</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2020-12-09T17:00:00</Start> | |||
<End>2020-12-09T19:00:00</End> | |||
<Reference>10011998867291</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Truffaut BHV Exploitation</Name1> | |||
<Name2></Name2> | |||
<Address1>55 Rue de la Verrerie </Address1> | |||
<Address2></Address2> | |||
<PostalCode>75004</PostalCode> | |||
<City>Paris</City> | |||
<Region></Region> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2020-12-10T07:00:00</Start> | |||
<End>2020-12-10T16:00:00</End> | |||
<Reference>0017039215 Direct</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>APP_REQ</FeatureCode> | |||
</Feature> | |||
<Parametergroup> | |||
<Groupname>LeadtimeData</Groupname> | |||
<Parameter> | |||
<Qualifier>ReceiverPostalcode</Qualifier> | |||
<Value>75004</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderPostalcode</Qualifier> | |||
<Value>6691</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ReceiverCountry</Qualifier> | |||
<Value>FR</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderCountry</Qualifier> | |||
<Value>NL</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageQuantity</Qualifier> | |||
<Value>1</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageKilogram</Qualifier> | |||
<Value>1</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ADR</Qualifier> | |||
<Value>false</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>defaultLeadDate</Qualifier> | |||
<Value>2020-12-11</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>StartingDate</Qualifier> | |||
<Value>2020-12-09</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeFrom</Qualifier> | |||
<Value>07:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeTo</Qualifier> | |||
<Value>16:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>CompanyCode</Qualifier> | |||
<Value>NDTINGENDT01</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
<ContactPerson> | |||
<Name>--</Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email>pole.facturation@truffaut.com</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<DEBUG>0</DEBUG> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>1</BrutoWeight> | |||
<NettoWeight>1</NettoWeight> | |||
<LoadingMeter>0.50</LoadingMeter> | |||
<Volume>0</Volume> | |||
<PackingLength>120</PackingLength> | |||
<PackingWidth>100</PackingWidth> | |||
<PackingHeight>0</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,133 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description /> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter /> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>202310271302</tbox:reference> | |||
<tbox:awb>1000000026</tbox:awb> | |||
<tbox:description>Magazijnverzendkop MVER23-0317</tbox:description> | |||
<tbox:instruction /> | |||
<tbox:value>639.59 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20230816</tbox:pickupDate> | |||
<tbox:pickupTime>080000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>170000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20230823</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>080000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>170000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate /> | |||
<tbox:plannedDeliveryTime /> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther /> | |||
<tbox:incoterms /> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>1600.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.900000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice /> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl /> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON21-85460</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>YOUR_REFERENCE</tbox:type> | |||
<tbox:value>tyruyfjhv</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>ROUTE_ID</tbox:type> | |||
<tbox:value>lostijd 10:00</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>CUSTOMERORDER</tbox:type> | |||
<tbox:value>205698455</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000026001</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK|false|2</tbox:packageType> | |||
<tbox:description>1 palletplaats, 2 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>INVC</tbox:type> | |||
<tbox:name>La Alumino s.r.o. </tbox:name> | |||
<tbox:street1>Rybna 71624</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Prague</tbox:city> | |||
<tbox:zipCode>110 00</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>CZ</tbox:countryCode> | |||
<tbox:contact>Jan Kamenicek</tbox:contact> | |||
<tbox:telNo>+420 725 000 410</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>jan.kamenicek@smartsolarsystem.cz</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>La Alumino s.r.o. </tbox:name> | |||
<tbox:street1>Rybna 71624</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Prague</tbox:city> | |||
<tbox:zipCode>11000</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>CZ</tbox:countryCode> | |||
<tbox:contact>Jan Kamenicek</tbox:contact> | |||
<tbox:telNo>+420 725 000 410</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>jan.kamenicek@smartsolarsystem.cz</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>Natec Sunergy BV</tbox:name> | |||
<tbox:street1>Graaf van Solmsweg 50T</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Den Bosch</tbox:city> | |||
<tbox:zipCode>5222 BP</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact>Magazijn</tbox:contact> | |||
<tbox:telNo>073-6840834</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>magazijn@natec.nl</tbox:email> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,133 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description /> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter /> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>202310271303</tbox:reference> | |||
<tbox:awb>1000000027</tbox:awb> | |||
<tbox:description>Magazijnverzendkop MVER23-0317</tbox:description> | |||
<tbox:instruction /> | |||
<tbox:value>639.59 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20231027</tbox:pickupDate> | |||
<tbox:pickupTime>080000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>170000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20231028</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>080000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>170000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate /> | |||
<tbox:plannedDeliveryTime /> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther /> | |||
<tbox:incoterms /> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>1600.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.900000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice /> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl /> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON21-85460</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>YOUR_REFERENCE</tbox:type> | |||
<tbox:value>tyruyfjhv</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>ROUTE_ID</tbox:type> | |||
<tbox:value>lostijd 10:00</tbox:value> | |||
</tbox:additionalReference> | |||
<tbox:additionalReference> | |||
<tbox:type>CUSTOMERORDER</tbox:type> | |||
<tbox:value>205698455</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000027001</tbox:awb> | |||
<tbox:packageType>PALLET_BLOK|false|2</tbox:packageType> | |||
<tbox:description>1 palletplaats, 2 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>INVC</tbox:type> | |||
<tbox:name>La Alumino s.r.o. </tbox:name> | |||
<tbox:street1>Rybna 71624</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Prague</tbox:city> | |||
<tbox:zipCode>110 00</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>CZ</tbox:countryCode> | |||
<tbox:contact>Jan Kamenicek</tbox:contact> | |||
<tbox:telNo>+420 725 000 410</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>jan.kamenicek@smartsolarsystem.cz</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>La Alumino s.r.o. </tbox:name> | |||
<tbox:street1>Rybna 71624</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Prague</tbox:city> | |||
<tbox:zipCode>11000</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>CZ</tbox:countryCode> | |||
<tbox:contact>Jan Kamenicek</tbox:contact> | |||
<tbox:telNo>+420 725 000 410</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>jan.kamenicek@smartsolarsystem.cz</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>Natec Sunergy BV</tbox:name> | |||
<tbox:street1>Graaf van Solmsweg 50T</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Den Bosch</tbox:city> | |||
<tbox:zipCode>5222 BP</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact>Magazijn</tbox:contact> | |||
<tbox:telNo>073-6840834</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>magazijn@natec.nl</tbox:email> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,86 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender></Sender> | |||
<Receiver>KLGEUVENLO01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>202310271302</Reference> | |||
<TimeStamp>2023-10-27T13:53:33</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2023-10-27</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor></Consignor> | |||
<ConsignorReference>202310271302</ConsignorReference> | |||
<Debtor></Debtor> | |||
<DebtorReference>VON21-85460</DebtorReference> | |||
<Incoterm></Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Natec Sunergy BV</Name1> | |||
<Name2></Name2> | |||
<Address1>Graaf van Solmsweg 50T</Address1> | |||
<Address2></Address2> | |||
<PostalCode>5222 BP</PostalCode> | |||
<City>Den Bosch</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2023-08-16T08:00:00</Start> | |||
<End>2023-08-16T17:00:00</End> | |||
<Reference>lostijd 10:00</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name>Magazijn</Name> | |||
<Phone>073-6840834</Phone> | |||
<Fax></Fax> | |||
<Email>magazijn@natec.nl</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>La Alumino s.r.o. </Name1> | |||
<Name2></Name2> | |||
<Address1>Rybna 71624</Address1> | |||
<Address2></Address2> | |||
<PostalCode>11000</PostalCode> | |||
<City>Prague</City> | |||
<Region></Region> | |||
<CountryCode>CZ</CountryCode> | |||
<Start>2023-08-23T08:00:00</Start> | |||
<End>2023-08-23T17:00:00</End> | |||
<Reference>tyruyfjhv</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name>Jan Kamenicek</Name> | |||
<Phone>+420 725 000 410</Phone> | |||
<Fax></Fax> | |||
<Email>jan.kamenicek@smartsolarsystem.cz</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_BLOK</PackingType> | |||
<PackingExchange>false</PackingExchange> | |||
<ProductDescription>1 palletplaats, 2 pallets</ProductDescription> | |||
<BrutoWeight>1600</BrutoWeight> | |||
<NettoWeight>1600</NettoWeight> | |||
<LoadingMeter>0.90</LoadingMeter> | |||
<Volume>5.184</Volume> | |||
<StackingLayers>2</StackingLayers> | |||
<PackingLength>180.00</PackingLength> | |||
<PackingWidth>120.00</PackingWidth> | |||
<PackingHeight>240.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description /></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>TUUCI</tbox:customerId><tbox:costcenter /><tbox:carrier>KLG</tbox:carrier><tbox:executingCarrier>KLG</tbox:executingCarrier><tbox:reference>Test9KLG</tbox:reference><tbox:awb>1000000157</tbox:awb><tbox:description /><tbox:instruction /><tbox:value>0.00 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20201023</tbox:pickupDate><tbox:pickupTime /><tbox:pickupTimeTo /><tbox:requestedDeliveryDate>20201027</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime /><tbox:requestedDeliveryTimeTo /><tbox:plannedDeliveryDate /><tbox:plannedDeliveryTime /><tbox:service>NON-DOCS</tbox:service><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther>TAIL~LIFT+MOFFET</tbox:serviceLevelOther><tbox:incoterms>DAP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>2</tbox:noOfPackages><tbox:weight>436.00 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>1.716667</tbox:loadMeter><tbox:price>229.00</tbox:price><tbox:salesPrice /><tbox:currency>EUR</tbox:currency><tbox:trackingUrl /><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>WENTORF BEI HAMBURG</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>1</tbox:lineNo><tbox:shipmentLineId /><tbox:awb>1000000157001</tbox:awb><tbox:packageType>PALLET_EURO|true</tbox:packageType><tbox:description /><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode /><tbox:carrierStatusDescription /><tbox:acceptedBy /><tbox:measurements><tbox:length>390.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>115.00</tbox:height><tbox:weight>146.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences /><tbox:shipmentLine><tbox:sequence>2</tbox:sequence><tbox:lineNo>2</tbox:lineNo><tbox:shipmentLineId /><tbox:awb>1000000157002</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description /><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode /><tbox:carrierStatusDescription /><tbox:acceptedBy /><tbox:measurements><tbox:length>100.00</tbox:length><tbox:width>100.00</tbox:width><tbox:height>20.00</tbox:height><tbox:weight>290.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences /></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>RECV</tbox:type><tbox:name>Villa Schmidt GmbH, Zentrallager</tbox:name><tbox:street1>Auf dem Ralande 3</tbox:street1><tbox:street2 /><tbox:city>WENTORF BEI HAMBURG</tbox:city><tbox:zipCode>21465</tbox:zipCode><tbox:state /><tbox:countryCode>DE</tbox:countryCode><tbox:contact>Christopher Kehr</tbox:contact><tbox:telNo>012345678</tbox:telNo><tbox:faxNo /><tbox:email /><tbox:accountNo /><tbox:VATNumber /></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>Tuuci Europe BV</tbox:name><tbox:street1>De Nedervonder 17</tbox:street1><tbox:street2 /><tbox:city>Oisterwijk</tbox:city><tbox:zipCode>5061 JP</tbox:zipCode><tbox:state /><tbox:countryCode>NL</tbox:countryCode><tbox:contact>K. Raaijmakers</tbox:contact><tbox:telNo>+31 13 720 0792</tbox:telNo><tbox:faxNo /><tbox:email>testts@test.nl</tbox:email><tbox:accountNo>TUUCI</tbox:accountNo><tbox:VATNumber /></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking> |
@@ -0,0 +1,103 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>TUUCIOISTE01</Sender> | |||
<Receiver>KLGEUVENLO01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult /> | |||
<Reference>Test9KLG</Reference> | |||
<TimeStamp>2020-11-02T15:07:10</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2020-11-02</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>TUUCIOISTE01</Consignor> | |||
<ConsignorReference>Test9KLG</ConsignorReference> | |||
<Debtor>TUUCIOISTE01</Debtor> | |||
<DebtorReference>Test9KLG</DebtorReference> | |||
<Incoterm>DAP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Tuuci Europe BV</Name1> | |||
<Name2></Name2> | |||
<Address1>De Nedervonder 17</Address1> | |||
<Address2></Address2> | |||
<PostalCode>5061 JP</PostalCode> | |||
<City>Oisterwijk</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2020-10-23T07:00:00</Start> | |||
<End>2020-10-23T16:00:00</End> | |||
<Reference>Test9KLG</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name>K. Raaijmakers</Name> | |||
<Phone>+31 13 720 0792</Phone> | |||
<Fax></Fax> | |||
<Email>testts@test.nl</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Villa Schmidt GmbH, Zentrallager</Name1> | |||
<Name2></Name2> | |||
<Address1>Auf dem Ralande 3</Address1> | |||
<Address2></Address2> | |||
<PostalCode>21465</PostalCode> | |||
<City>WENTORF BEI HAMBURG</City> | |||
<Region></Region> | |||
<CountryCode>DE</CountryCode> | |||
<Start>2020-10-27T07:00:00</Start> | |||
<End>2020-10-27T16:00:00</End> | |||
<Reference>Test9KLG</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>TAIL_LIFT</FeatureCode> | |||
</Feature> | |||
<Feature> | |||
<FeatureCode>MOFFET</FeatureCode> | |||
</Feature> | |||
<ContactPerson> | |||
<Name>Christopher Kehr</Name> | |||
<Phone>012345678</Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_EURO</PackingType> | |||
<PackingExchange>true</PackingExchange> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>146</BrutoWeight> | |||
<NettoWeight>146</NettoWeight> | |||
<LoadingMeter>1.30</LoadingMeter> | |||
<Volume>3.588</Volume> | |||
<PackingLength>390</PackingLength> | |||
<PackingWidth>80</PackingWidth> | |||
<PackingHeight>115</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_DISP</PackingType> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>290</BrutoWeight> | |||
<NettoWeight>290</NettoWeight> | |||
<LoadingMeter>0.42</LoadingMeter> | |||
<Volume>0.2</Volume> | |||
<PackingLength>100</PackingLength> | |||
<PackingWidth>100</PackingWidth> | |||
<PackingHeight>20</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,125 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description /> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>TUUCI</tbox:customerId> | |||
<tbox:costcenter /> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>27289</tbox:reference> | |||
<tbox:awb>1000000148</tbox:awb> | |||
<tbox:description /> | |||
<tbox:instruction>Graag contact voor levering</tbox:instruction> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20201023</tbox:pickupDate> | |||
<tbox:pickupTime /> | |||
<tbox:pickupTimeTo /> | |||
<tbox:requestedDeliveryDate>20201027</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime /> | |||
<tbox:requestedDeliveryTimeTo /> | |||
<tbox:plannedDeliveryDate /> | |||
<tbox:plannedDeliveryTime /> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD+PRIORITY</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>APP_REQ_PHONE+TAILLIFT</tbox:serviceLevelOther> | |||
<tbox:incoterms>DAP</tbox:incoterms> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>2</tbox:noOfPackages> | |||
<tbox:weight>436.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>1.716667</tbox:loadMeter> | |||
<tbox:price>229.00</tbox:price> | |||
<tbox:salesPrice /> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl /> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>INTERNAL_ZL_CITY</tbox:type> | |||
<tbox:value>WENTORF BEI HAMBURG</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000148001</tbox:awb> | |||
<tbox:packageType>PALLET_EURO|true</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>390.00</tbox:length> | |||
<tbox:width>80.00</tbox:width> | |||
<tbox:height>115.00</tbox:height> | |||
<tbox:weight>146.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>2</tbox:sequence> | |||
<tbox:lineNo>2</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000148002</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>100.00</tbox:length> | |||
<tbox:width>100.00</tbox:width> | |||
<tbox:height>20.00</tbox:height> | |||
<tbox:weight>290.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Villa Schmidt GmbH, Zentrallager</tbox:name> | |||
<tbox:street1>Auf dem Ralande 3</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>WENTORF BEI HAMBURG</tbox:city> | |||
<tbox:zipCode>21465</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>DE</tbox:countryCode> | |||
<tbox:contact>Christopher Kehr</tbox:contact> | |||
<tbox:telNo>040 727 33333</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email /> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>Tuuci Europe BV</tbox:name> | |||
<tbox:street1>De Nedervonder 17</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Oisterwijk</tbox:city> | |||
<tbox:zipCode>5061 JP</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact>K. Raaijmakers</tbox:contact> | |||
<tbox:telNo>+31 13 720 0792</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>kraaijmakers@tuuci.eu</tbox:email> | |||
<tbox:accountNo>TUUCI</tbox:accountNo> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,128 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description /> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>ITEAM</tbox:customerId> | |||
<tbox:costcenter>IT</tbox:costcenter> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>socaf 2806_1</tbox:reference> | |||
<tbox:awb>0000100004</tbox:awb> | |||
<tbox:description /> | |||
<tbox:instruction /> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20240701</tbox:pickupDate> | |||
<tbox:pickupTime /> | |||
<tbox:pickupTimeTo /> | |||
<tbox:requestedDeliveryDate /> | |||
<tbox:requestedDeliveryTime /> | |||
<tbox:requestedDeliveryTimeTo /> | |||
<tbox:plannedDeliveryDate /> | |||
<tbox:plannedDeliveryTime /> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms /> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>200.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.400000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice /> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl /> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>0000100004001</tbox:awb> | |||
<tbox:packageType>PALLET_EURO|true</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>80.00</tbox:width> | |||
<tbox:height>200.00</tbox:height> | |||
<tbox:weight>200.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode /> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary /> | |||
<tbox:hazardClassSecondary /> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup /> | |||
<tbox:packingType /> | |||
<tbox:packingClassification /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:description>Lithium ion Batteries</tbox:description> | |||
<tbox:markingIdentifier /> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction /> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>0.00</tbox:length> | |||
<tbox:width>0.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>3.70</tbox:weight> | |||
<tbox:sizeUom /> | |||
<tbox:weightUom /> | |||
</tbox:measurements> | |||
<tbox:tunnelCode /> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>SOCAF S.P.A.</tbox:name> | |||
<tbox:street1>VIA TRIESTE 14</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>OSIO SOTTO</tbox:city> | |||
<tbox:zipCode>24046</tbox:zipCode> | |||
<tbox:state>BERGAMO</tbox:state> | |||
<tbox:countryCode>IT</tbox:countryCode> | |||
<tbox:contact /> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email /> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>I-TEAM PROFESSIONAL</tbox:name> | |||
<tbox:street1>FLIGHT FORUM 3721</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>EINDHOVEN</tbox:city> | |||
<tbox:zipCode>5657 DX</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact /> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email /> | |||
<tbox:accountNo>29349</tbox:accountNo> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,128 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description /> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>ITEAM</tbox:customerId> | |||
<tbox:costcenter>SP</tbox:costcenter> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>socaf 2806</tbox:reference> | |||
<tbox:awb>0000100005</tbox:awb> | |||
<tbox:description /> | |||
<tbox:instruction /> | |||
<tbox:value>0.00 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20240701</tbox:pickupDate> | |||
<tbox:pickupTime /> | |||
<tbox:pickupTimeTo /> | |||
<tbox:requestedDeliveryDate /> | |||
<tbox:requestedDeliveryTime /> | |||
<tbox:requestedDeliveryTimeTo /> | |||
<tbox:plannedDeliveryDate /> | |||
<tbox:plannedDeliveryTime /> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>ADR</tbox:serviceLevelOther> | |||
<tbox:incoterms /> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>1</tbox:noOfPackages> | |||
<tbox:weight>200.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>0.400000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice /> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl /> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>0000100005001</tbox:awb> | |||
<tbox:packageType>PALLET_EURO|true</tbox:packageType> | |||
<tbox:description /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>120.00</tbox:length> | |||
<tbox:width>80.00</tbox:width> | |||
<tbox:height>200.00</tbox:height> | |||
<tbox:weight>200.00</tbox:weight> | |||
</tbox:measurements> | |||
<tbox:dangerousGoods> | |||
<tbox:dangerousGoodsInfo> | |||
<tbox:idCode /> | |||
<tbox:unCode>3480</tbox:unCode> | |||
<tbox:hazardClassPrimary /> | |||
<tbox:hazardClassSecondary /> | |||
<tbox:classificationCode>9</tbox:classificationCode> | |||
<tbox:packingGroup /> | |||
<tbox:packingType /> | |||
<tbox:packingClassification /> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:description>Lithium ion Batteries</tbox:description> | |||
<tbox:markingIdentifier /> | |||
<tbox:limitedQuantity>0</tbox:limitedQuantity> | |||
<tbox:limitedQuantityPoints>0</tbox:limitedQuantityPoints> | |||
<tbox:instruction /> | |||
<tbox:flashPointDegree>0.00</tbox:flashPointDegree> | |||
<tbox:measurements> | |||
<tbox:length>0.00</tbox:length> | |||
<tbox:width>0.00</tbox:width> | |||
<tbox:height>0.00</tbox:height> | |||
<tbox:weight>3.70</tbox:weight> | |||
<tbox:sizeUom /> | |||
<tbox:weightUom /> | |||
</tbox:measurements> | |||
<tbox:tunnelCode /> | |||
</tbox:dangerousGoodsInfo> | |||
</tbox:dangerousGoods> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>SOCAF S.P.A.</tbox:name> | |||
<tbox:street1>VIA TRIESTE 14</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>OSIO SOTTO</tbox:city> | |||
<tbox:zipCode>24046</tbox:zipCode> | |||
<tbox:state>BERGAMO</tbox:state> | |||
<tbox:countryCode>IT</tbox:countryCode> | |||
<tbox:contact /> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email /> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>I-TEAM PROFESSIONAL</tbox:name> | |||
<tbox:street1>FLIGHT FORUM 3721</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>EINDHOVEN</tbox:city> | |||
<tbox:zipCode>5657 DX</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact /> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email /> | |||
<tbox:accountNo>29349</tbox:accountNo> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,111 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>ITEAMEINDH03</Sender> | |||
<Receiver>KLGEUVENLO01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>socaf 2806</Reference> | |||
<TimeStamp>2024-08-08T13:16:19</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2024-08-08</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>ITEAMEINDH03</Consignor> | |||
<ConsignorReference>socaf 2806</ConsignorReference> | |||
<Debtor>ITEAMEINDH03</Debtor> | |||
<DebtorReference>socaf 2806</DebtorReference> | |||
<Incoterm></Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>I-TEAM PROFESSIONAL</Name1> | |||
<Name2></Name2> | |||
<Address1>FLIGHT FORUM 3721</Address1> | |||
<Address2></Address2> | |||
<PostalCode>5657 DX</PostalCode> | |||
<City>EINDHOVEN</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2024-07-01T07:00:00</Start> | |||
<End>2024-07-01T16:00:00</End> | |||
<Reference>socaf 2806</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>SOCAF S.P.A.</Name1> | |||
<Name2></Name2> | |||
<Address1>VIA TRIESTE 14</Address1> | |||
<Address2></Address2> | |||
<PostalCode>24046</PostalCode> | |||
<City>OSIO SOTTO</City> | |||
<Region></Region> | |||
<CountryCode>IT</CountryCode> | |||
<Start>2024-08-08T07:00:00</Start> | |||
<End>2024-08-08T16:00:00</End> | |||
<Reference>socaf 2806</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>ADR</FeatureCode> | |||
</Feature> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>PALLET_EURO</PackingType> | |||
<PackingExchange>true</PackingExchange> | |||
<ProductDescription></ProductDescription> | |||
<BrutoWeight>200</BrutoWeight> | |||
<NettoWeight>200</NettoWeight> | |||
<LoadingMeter>0.40</LoadingMeter> | |||
<Volume>1.92</Volume> | |||
<PackingLength>120.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
<DangerousGood> | |||
<DGSADRCode /> | |||
<UNNumber>3480</UNNumber> | |||
<Class /> | |||
<SubClass1></SubClass1> | |||
<SubClass2></SubClass2> | |||
<SubClass3 /> | |||
<Classification>9</Classification> | |||
<Labels /> | |||
<Qty>1</Qty> | |||
<Weight></Weight> | |||
<Volume /> | |||
<ProductDescription>Lithium ion Batteries</ProductDescription> | |||
<PackageType></PackageType> | |||
<PackingGroup></PackingGroup> | |||
<TransportCategory /> | |||
<NOSText /> | |||
<TunnelRestrictionCode></TunnelRestrictionCode> | |||
<EnvironmentallyHazardous /> | |||
<MarinePollutant /> | |||
<LimitedQuantity /> | |||
<LocalizedDescription /> | |||
</DangerousGood> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"><SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/><soap:Body><tbox:carrierBooking><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description/></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>TUUCI</tbox:customerId><tbox:costcenter/><tbox:carrier>KLG</tbox:carrier><tbox:executingCarrier>KLG</tbox:executingCarrier><tbox:reference>Test9KLG</tbox:reference><tbox:awb>1000000157</tbox:awb><tbox:description/><tbox:instruction/><tbox:value>0.00 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20201023</tbox:pickupDate><tbox:pickupTime/><tbox:pickupTimeTo/><tbox:requestedDeliveryDate>20201027</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime/><tbox:requestedDeliveryTimeTo/><tbox:plannedDeliveryDate/><tbox:plannedDeliveryTime/><tbox:service>NON-DOCS</tbox:service><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther>TAIL~LIFT+MOFFET</tbox:serviceLevelOther><tbox:incoterms>DAP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>2</tbox:noOfPackages><tbox:weight>436.00 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>1.716667</tbox:loadMeter><tbox:price>229.00</tbox:price><tbox:salesPrice/><tbox:currency>EUR</tbox:currency><tbox:trackingUrl/><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>WENTORF BEI HAMBURG</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>1</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>1000000157001</tbox:awb><tbox:packageType>PALLET_EURO|true</tbox:packageType><tbox:description/><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>390.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>115.00</tbox:height><tbox:weight>146.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/><tbox:shipmentLine><tbox:sequence>2</tbox:sequence><tbox:lineNo>2</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>1000000157002</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description/><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>100.00</tbox:length><tbox:width>100.00</tbox:width><tbox:height>20.00</tbox:height><tbox:weight>290.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>RECV</tbox:type><tbox:name>Villa Schmidt GmbH, Zentrallager</tbox:name><tbox:street1>Auf dem Ralande 3</tbox:street1><tbox:street2/><tbox:city>WENTORF BEI HAMBURG</tbox:city><tbox:zipCode>21465</tbox:zipCode><tbox:state/><tbox:countryCode>DE</tbox:countryCode><tbox:contact>Christopher Kehr</tbox:contact><tbox:telNo>012345678</tbox:telNo><tbox:faxNo/><tbox:email/><tbox:accountNo/><tbox:VATNumber/></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>Tuuci Europe BV</tbox:name><tbox:street1>De Nedervonder 17</tbox:street1><tbox:street2/><tbox:city>Oisterwijk</tbox:city><tbox:zipCode>5061 JP</tbox:zipCode><tbox:state/><tbox:countryCode>NL</tbox:countryCode><tbox:contact>K. Raaijmakers</tbox:contact><tbox:telNo>+31 13 720 0792</tbox:telNo><tbox:faxNo/><tbox:email>testts@test.nl</tbox:email><tbox:accountNo>TUUCI</tbox:accountNo><tbox:VATNumber/></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking></soap:Body></soap:Envelope> |
@@ -0,0 +1,153 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>WOLFSTIEL 01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>SC062425</Reference> | |||
<TimeStamp>2022-01-05T15:27:43</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2022-01-05</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>WOLFSTIEL 01</Consignor> | |||
<ConsignorReference>SC062425</ConsignorReference> | |||
<Debtor>WOLFSTIEL 01</Debtor> | |||
<DebtorReference>SC062425</DebtorReference> | |||
<Incoterm>DAP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Napoleon Grills Europe</Name1> | |||
<Name2></Name2> | |||
<Address1>De Riemsdijk 22 </Address1> | |||
<Address2></Address2> | |||
<PostalCode>4004 LC</PostalCode> | |||
<City>Tiel</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2022-01-05T07:30:00</Start> | |||
<End>2022-01-05T15:30:00</End> | |||
<Reference>SC062425</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Planete Barbecue -Barbecue Merignac</Name1> | |||
<Name2></Name2> | |||
<Address1>Avenue de l'Argonne 34 </Address1> | |||
<Address2></Address2> | |||
<PostalCode>33700</PostalCode> | |||
<City>Merignac</City> | |||
<Region></Region> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2022-01-05T07:00:00</Start> | |||
<End>2022-01-05T16:00:00</End> | |||
<Reference>SC062425</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2>Closed monday morning. Lundi 12.00-19.00</ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>TAIL_LIFT</FeatureCode> | |||
</Feature> | |||
<Feature> | |||
<FeatureCode>NR</FeatureCode> | |||
</Feature> | |||
<Parametergroup> | |||
<Groupname>LeadtimeData</Groupname> | |||
<Parameter> | |||
<Qualifier>ReceiverPostalcode</Qualifier> | |||
<Value>33700</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderPostalcode</Qualifier> | |||
<Value>4004</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ReceiverCountry</Qualifier> | |||
<Value>FR</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderCountry</Qualifier> | |||
<Value>NL</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageQuantity</Qualifier> | |||
<Value>2</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageKilogram</Qualifier> | |||
<Value>571.46</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ADR</Qualifier> | |||
<Value>false</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>defaultLeadDate</Qualifier> | |||
<Value>2022-01-07</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>StartingDate</Qualifier> | |||
<Value>2022-01-06</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeFrom</Qualifier> | |||
<Value>00:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeTo</Qualifier> | |||
<Value>00:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>CompanyCode</Qualifier> | |||
<Value>WOLFSTIEL 01</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
<ContactPerson> | |||
<Name>Planete Barbecue</Name> | |||
<Phone>+33556189798</Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>CANPALLET</PackingType> | |||
<ProductDescription>106291624000164167</ProductDescription> | |||
<BrutoWeight>386</BrutoWeight> | |||
<NettoWeight>386</NettoWeight> | |||
<LoadingMeter>0.47</LoadingMeter> | |||
<Volume>2.24</Volume> | |||
<PackingLength>140.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>SMALLPALLET</PackingType> | |||
<ProductDescription>106291624000164174</ProductDescription> | |||
<BrutoWeight>185</BrutoWeight> | |||
<NettoWeight>185</NettoWeight> | |||
<LoadingMeter>0.33</LoadingMeter> | |||
<Volume>1.6</Volume> | |||
<PackingLength>100.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,153 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>WOLFSTIEL 01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>SC062425</Reference> | |||
<TimeStamp>2022-01-05T13:36:18</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2022-01-05</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>WOLFSTIEL 01</Consignor> | |||
<ConsignorReference>SC062425</ConsignorReference> | |||
<Debtor>WOLFSTIEL 01</Debtor> | |||
<DebtorReference>SC062425</DebtorReference> | |||
<Incoterm>DAP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Napoleon Grills Europe</Name1> | |||
<Name2></Name2> | |||
<Address1>De Riemsdijk 22 </Address1> | |||
<Address2></Address2> | |||
<PostalCode>4004 LC</PostalCode> | |||
<City>Tiel</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2022-01-05T07:30:00</Start> | |||
<End>2022-01-05T15:30:00</End> | |||
<Reference>SC062425</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Planete Barbecue -Barbecue Merignac</Name1> | |||
<Name2></Name2> | |||
<Address1>Avenue de l'Argonne 34 </Address1> | |||
<Address2></Address2> | |||
<PostalCode>33700</PostalCode> | |||
<City>Merignac</City> | |||
<Region></Region> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2022-01-05T07:00:00</Start> | |||
<End>2022-01-05T16:00:00</End> | |||
<Reference>SC062425</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2>Closed monday morning. Lundi 12.00-19.00</ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>TAIL_LIFT</FeatureCode> | |||
</Feature> | |||
<Feature> | |||
<FeatureCode>NR</FeatureCode> | |||
</Feature> | |||
<Parametergroup> | |||
<Groupname>LeadtimeData</Groupname> | |||
<Parameter> | |||
<Qualifier>ReceiverPostalcode</Qualifier> | |||
<Value>33700</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderPostalcode</Qualifier> | |||
<Value>4004</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ReceiverCountry</Qualifier> | |||
<Value>FR</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderCountry</Qualifier> | |||
<Value>NL</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageQuantity</Qualifier> | |||
<Value>2</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageKilogram</Qualifier> | |||
<Value>571.46</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ADR</Qualifier> | |||
<Value>false</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>defaultLeadDate</Qualifier> | |||
<Value>2022-01-07</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>StartingDate</Qualifier> | |||
<Value>2022-01-05</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeFrom</Qualifier> | |||
<Value>00:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeTo</Qualifier> | |||
<Value>00:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>CompanyCode</Qualifier> | |||
<Value>WOLFSTIEL 01</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
<ContactPerson> | |||
<Name>Planete Barbecue</Name> | |||
<Phone>+33556189798</Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>CANPALLET</PackingType> | |||
<ProductDescription>106291624000164167</ProductDescription> | |||
<BrutoWeight>386</BrutoWeight> | |||
<NettoWeight>386</NettoWeight> | |||
<LoadingMeter>0.47</LoadingMeter> | |||
<Volume>2.24</Volume> | |||
<PackingLength>140.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>SMALLPALLET</PackingType> | |||
<ProductDescription>106291624000164174</ProductDescription> | |||
<BrutoWeight>185</BrutoWeight> | |||
<NettoWeight>185</NettoWeight> | |||
<LoadingMeter>0.33</LoadingMeter> | |||
<Volume>1.6</Volume> | |||
<PackingLength>100.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"><SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/><soap:Body><tbox:carrierBooking><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description/></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>WOLFSTEEL</tbox:customerId><tbox:costcenter/><tbox:carrier>KLE</tbox:carrier><tbox:executingCarrier>KLE</tbox:executingCarrier><tbox:reference>SC062425</tbox:reference><tbox:awb>0000100120</tbox:awb><tbox:description/><tbox:instruction>Closed monday morning. Lundi 12.00-19.00</tbox:instruction><tbox:value>4822.67 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20220105</tbox:pickupDate><tbox:pickupTime>073000</tbox:pickupTime><tbox:pickupTimeTo>153000</tbox:pickupTimeTo><tbox:requestedDeliveryDate>20220105</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime>000000</tbox:requestedDeliveryTime><tbox:requestedDeliveryTimeTo>000000</tbox:requestedDeliveryTimeTo><tbox:plannedDeliveryDate/><tbox:plannedDeliveryTime/><tbox:service/><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther>TAIL~LIFT+NR</tbox:serviceLevelOther><tbox:incoterms>DAP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>2</tbox:noOfPackages><tbox:weight>571.46 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>0.800000</tbox:loadMeter><tbox:price>0.00</tbox:price><tbox:salesPrice/><tbox:currency>EUR</tbox:currency><tbox:trackingUrl/><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>ORDER</tbox:type><tbox:value>Multiple</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>DELIVERYNOTE</tbox:type><tbox:value>PS-102143, PS-102144, PS-102145</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>MERIGNAC CEDEX</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>CUSTOMER</tbox:type><tbox:value>C001186</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>1</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>0000100120001</tbox:awb><tbox:packageType>CANPALLET</tbox:packageType><tbox:description>106291624000164167</tbox:description><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>140.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>200.00</tbox:height><tbox:weight>386.42</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/><tbox:shipmentLine><tbox:sequence>2</tbox:sequence><tbox:lineNo>2</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>0000100120002</tbox:awb><tbox:packageType>SMALLPALLET</tbox:packageType><tbox:description>106291624000164174</tbox:description><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>100.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>200.00</tbox:height><tbox:weight>185.04</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>INVC</tbox:type><tbox:name>Planete Barbecue - Barbecue Merignac</tbox:name><tbox:street1>Avenue de l'Argonne 34 </tbox:street1><tbox:street2/><tbox:city>Merignac</tbox:city><tbox:zipCode>33700</tbox:zipCode><tbox:state/><tbox:countryCode>FR</tbox:countryCode><tbox:contact/><tbox:telNo/><tbox:faxNo/><tbox:email>barbecue.and.co.merignac@gmail.com</tbox:email><tbox:accountNo/><tbox:VATNumber/></tbox:address><tbox:address><tbox:type>RECV</tbox:type><tbox:name>Planete Barbecue -Barbecue Merignac</tbox:name><tbox:street1>Avenue de l'Argonne 34 </tbox:street1><tbox:street2/><tbox:city>Merignac</tbox:city><tbox:zipCode>33700</tbox:zipCode><tbox:state/><tbox:countryCode>FR</tbox:countryCode><tbox:contact>Planete Barbecue</tbox:contact><tbox:telNo>+33556189798</tbox:telNo><tbox:faxNo/><tbox:email/><tbox:accountNo/><tbox:VATNumber/></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>Napoleon Grills Europe</tbox:name><tbox:street1>De Riemsdijk 22 </tbox:street1><tbox:street2/><tbox:city>Tiel</tbox:city><tbox:zipCode>4004 LC</tbox:zipCode><tbox:state/><tbox:countryCode>NL</tbox:countryCode><tbox:contact/><tbox:telNo/><tbox:faxNo/><tbox:email/><tbox:accountNo>WOLFSTEEL</tbox:accountNo><tbox:VATNumber/></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking></soap:Body></soap:Envelope> |
@@ -0,0 +1 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description /></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>WOLFSTEEL</tbox:customerId><tbox:costcenter /><tbox:carrier>KLE</tbox:carrier><tbox:executingCarrier>KLE</tbox:executingCarrier><tbox:reference>SC062425</tbox:reference><tbox:awb>0000100120</tbox:awb><tbox:description /><tbox:instruction>Closed monday morning. Lundi 12.00-19.00</tbox:instruction><tbox:value>4822.67 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20220105</tbox:pickupDate><tbox:pickupTime>073000</tbox:pickupTime><tbox:pickupTimeTo>153000</tbox:pickupTimeTo><tbox:requestedDeliveryDate>20220105</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime>000000</tbox:requestedDeliveryTime><tbox:requestedDeliveryTimeTo>000000</tbox:requestedDeliveryTimeTo><tbox:plannedDeliveryDate /><tbox:plannedDeliveryTime /><tbox:service /><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther>TAIL~LIFT+NR</tbox:serviceLevelOther><tbox:incoterms>DAP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>2</tbox:noOfPackages><tbox:weight>571.46 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>0.800000</tbox:loadMeter><tbox:price>0.00</tbox:price><tbox:salesPrice /><tbox:currency>EUR</tbox:currency><tbox:trackingUrl /><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>ORDER</tbox:type><tbox:value>Multiple</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>DELIVERYNOTE</tbox:type><tbox:value>PS-102143, PS-102144, PS-102145</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>MERIGNAC CEDEX</tbox:value></tbox:additionalReference><tbox:additionalReference><tbox:type>CUSTOMER</tbox:type><tbox:value>C001186</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>1</tbox:lineNo><tbox:shipmentLineId /><tbox:awb>0000100120001</tbox:awb><tbox:packageType>CANPALLET</tbox:packageType><tbox:description>106291624000164167</tbox:description><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode /><tbox:carrierStatusDescription /><tbox:acceptedBy /><tbox:measurements><tbox:length>140.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>200.00</tbox:height><tbox:weight>386.42</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences /><tbox:shipmentLine><tbox:sequence>2</tbox:sequence><tbox:lineNo>2</tbox:lineNo><tbox:shipmentLineId /><tbox:awb>0000100120002</tbox:awb><tbox:packageType>SMALLPALLET</tbox:packageType><tbox:description>106291624000164174</tbox:description><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode /><tbox:carrierStatusDescription /><tbox:acceptedBy /><tbox:measurements><tbox:length>100.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>200.00</tbox:height><tbox:weight>185.04</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences /></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>INVC</tbox:type><tbox:name>Planete Barbecue - Barbecue Merignac</tbox:name><tbox:street1>Avenue de l'Argonne 34 </tbox:street1><tbox:street2 /><tbox:city>Merignac</tbox:city><tbox:zipCode>33700</tbox:zipCode><tbox:state /><tbox:countryCode>FR</tbox:countryCode><tbox:contact /><tbox:telNo /><tbox:faxNo /><tbox:email>barbecue.and.co.merignac@gmail.com</tbox:email><tbox:accountNo /><tbox:VATNumber /></tbox:address><tbox:address><tbox:type>RECV</tbox:type><tbox:name>Planete Barbecue -Barbecue Merignac</tbox:name><tbox:street1>Avenue de l'Argonne 34 </tbox:street1><tbox:street2 /><tbox:city>Merignac</tbox:city><tbox:zipCode>33700</tbox:zipCode><tbox:state /><tbox:countryCode>FR</tbox:countryCode><tbox:contact>Planete Barbecue</tbox:contact><tbox:telNo>+33556189798</tbox:telNo><tbox:faxNo /><tbox:email /><tbox:accountNo /><tbox:VATNumber /></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>Napoleon Grills Europe</tbox:name><tbox:street1>De Riemsdijk 22 </tbox:street1><tbox:street2 /><tbox:city>Tiel</tbox:city><tbox:zipCode>4004 LC</tbox:zipCode><tbox:state /><tbox:countryCode>NL</tbox:countryCode><tbox:contact /><tbox:telNo /><tbox:faxNo /><tbox:email /><tbox:accountNo>WOLFSTEEL</tbox:accountNo><tbox:VATNumber /></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking> |
@@ -0,0 +1,153 @@ | |||
<?xml version="1.0" encoding="utf-8"?><ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>WOLFSTIEL 01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>SC062425</Reference> | |||
<TimeStamp>2022-01-05T12:04:23</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2022-01-05</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>WOLFSTIEL 01</Consignor> | |||
<ConsignorReference>SC062425</ConsignorReference> | |||
<Debtor>WOLFSTIEL 01</Debtor> | |||
<DebtorReference>SC062425</DebtorReference> | |||
<Incoterm>DAP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Napoleon Grills Europe</Name1> | |||
<Name2></Name2> | |||
<Address1>De Riemsdijk 22 </Address1> | |||
<Address2></Address2> | |||
<PostalCode>4004 LC</PostalCode> | |||
<City>Tiel</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2022-01-05T07:30:00</Start> | |||
<End>2022-01-05T15:30:00</End> | |||
<Reference>SC062425</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Planete Barbecue -Barbecue Merignac</Name1> | |||
<Name2></Name2> | |||
<Address1>Avenue de l'Argonne 34 </Address1> | |||
<Address2></Address2> | |||
<PostalCode>33700</PostalCode> | |||
<City>Merignac</City> | |||
<Region></Region> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2022-01-05T07:00:00</Start> | |||
<End>2022-01-05T16:00:00</End> | |||
<Reference>SC062425</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2>Closed monday morning. Lundi 12.00-19.00</ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>TAIL_LIFT</FeatureCode> | |||
</Feature> | |||
<Feature> | |||
<FeatureCode>NR</FeatureCode> | |||
</Feature> | |||
<Parametergroup> | |||
<Groupname>LeadtimeData</Groupname> | |||
<Parameter> | |||
<Qualifier>ReceiverPostalcode</Qualifier> | |||
<Value>33700</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderPostalcode</Qualifier> | |||
<Value>4004</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ReceiverCountry</Qualifier> | |||
<Value>FR</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderCountry</Qualifier> | |||
<Value>NL</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageQuantity</Qualifier> | |||
<Value>2</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageKilogram</Qualifier> | |||
<Value>571.46</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ADR</Qualifier> | |||
<Value>false</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>defaultLeadDate</Qualifier> | |||
<Value>2022-01-07</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>StartingDate</Qualifier> | |||
<Value>2022-01-05</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeFrom</Qualifier> | |||
<Value>00:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeTo</Qualifier> | |||
<Value>00:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>CompanyCode</Qualifier> | |||
<Value>WOLFSTIEL 01</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
<ContactPerson> | |||
<Name>Planete Barbecue</Name> | |||
<Phone>+33556189798</Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>CANPALLET</PackingType> | |||
<ProductDescription>106291624000164167</ProductDescription> | |||
<BrutoWeight>386</BrutoWeight> | |||
<NettoWeight>386</NettoWeight> | |||
<LoadingMeter>0.47</LoadingMeter> | |||
<Volume>2.24</Volume> | |||
<PackingLength>140.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>SMALLPALLET</PackingType> | |||
<ProductDescription>106291624000164174</ProductDescription> | |||
<BrutoWeight>185</BrutoWeight> | |||
<NettoWeight>185</NettoWeight> | |||
<LoadingMeter>0.33</LoadingMeter> | |||
<Volume>1.6</Volume> | |||
<PackingLength>100.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,153 @@ | |||
<?xml version="1.0" encoding="utf-8"?><s0:Order xmlns:s0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender>WOLFSTIEL 01</Sender> | |||
<Receiver>KLGEUEERSE01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>v19A</ReceiverVersion> | |||
<OrchestrationResult>ORCHESTRATION</OrchestrationResult> | |||
<Reference>SC062425</Reference> | |||
<TimeStamp>2022-01-05T12:04:23</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2022-01-05</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor>WOLFSTIEL 01</Consignor> | |||
<ConsignorReference>SC062425</ConsignorReference> | |||
<Debtor>WOLFSTIEL 01</Debtor> | |||
<DebtorReference>SC062425</DebtorReference> | |||
<Incoterm>DAP</Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode /> | |||
<Name1>Napoleon Grills Europe</Name1> | |||
<Name2 /> | |||
<Address1>De Riemsdijk 22 </Address1> | |||
<Address2 /> | |||
<PostalCode>4004 LC</PostalCode> | |||
<City>Tiel</City> | |||
<Region /> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2022-01-05T07:30:00</Start> | |||
<End>2022-01-05T15:30:00</End> | |||
<Reference>SC062425</Reference> | |||
<ExternalRemark1 /> | |||
<ExternalRemark2 /> | |||
<InternalRemark1 /> | |||
<InternalRemark2 /> | |||
<ContactPerson> | |||
<Name /> | |||
<Phone /> | |||
<Fax /> | |||
<Email /> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode /> | |||
<Name1>Planete Barbecue -Barbecue Merignac</Name1> | |||
<Name2 /> | |||
<Address1>Avenue de l'Argonne 34 </Address1> | |||
<Address2 /> | |||
<PostalCode>33700</PostalCode> | |||
<City>Merignac</City> | |||
<Region /> | |||
<CountryCode>FR</CountryCode> | |||
<Start>2022-01-10T00:00:00</Start> | |||
<End>2022-01-10T00:00:00</End> | |||
<Reference>SC062425</Reference> | |||
<ExternalRemark1 /> | |||
<ExternalRemark2>Closed monday morning. Lundi 12.00-19.00</ExternalRemark2> | |||
<InternalRemark1 /> | |||
<InternalRemark2 /> | |||
<Feature> | |||
<FeatureCode>TAIL_LIFT</FeatureCode> | |||
</Feature> | |||
<Feature> | |||
<FeatureCode>NR</FeatureCode> | |||
</Feature> | |||
<Parametergroup> | |||
<Groupname>LeadtimeData</Groupname> | |||
<Parameter> | |||
<Qualifier>ReceiverPostalcode</Qualifier> | |||
<Value>33700</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderPostalcode</Qualifier> | |||
<Value>4004</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ReceiverCountry</Qualifier> | |||
<Value>FR</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>SenderCountry</Qualifier> | |||
<Value>NL</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageQuantity</Qualifier> | |||
<Value>2</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>PackageKilogram</Qualifier> | |||
<Value>571.46</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>ADR</Qualifier> | |||
<Value>false</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>defaultLeadDate</Qualifier> | |||
<Value>2022-01-07</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>StartingDate</Qualifier> | |||
<Value>2022-01-05</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeFrom</Qualifier> | |||
<Value>00:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>timeTo</Qualifier> | |||
<Value>00:00:00</Value> | |||
</Parameter> | |||
<Parameter> | |||
<Qualifier>CompanyCode</Qualifier> | |||
<Value>WOLFSTIEL 01</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
<ContactPerson> | |||
<Name>Planete Barbecue</Name> | |||
<Phone>+33556189798</Phone> | |||
<Fax /> | |||
<Email /> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>CANPALLET</PackingType> | |||
<ProductDescription>106291624000164167</ProductDescription> | |||
<BrutoWeight>386</BrutoWeight> | |||
<NettoWeight>386</NettoWeight> | |||
<LoadingMeter>0.47</LoadingMeter> | |||
<Volume>2.24</Volume> | |||
<PackingLength>140.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
</Good> | |||
<Good> | |||
<PackingQty>1</PackingQty> | |||
<PackingType>SMALLPALLET</PackingType> | |||
<ProductDescription>106291624000164174</ProductDescription> | |||
<BrutoWeight>185</BrutoWeight> | |||
<NettoWeight>185</NettoWeight> | |||
<LoadingMeter>0.33</LoadingMeter> | |||
<Volume>1.6</Volume> | |||
<PackingLength>100.00</PackingLength> | |||
<PackingWidth>80.00</PackingWidth> | |||
<PackingHeight>200.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</s0:Order> |
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"><SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/><soap:Body><tbox:carrierBooking><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description/></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>TUUCI</tbox:customerId><tbox:costcenter/><tbox:carrier>KLG</tbox:carrier><tbox:executingCarrier>KLG</tbox:executingCarrier><tbox:reference>27289</tbox:reference><tbox:awb>1000000148</tbox:awb><tbox:description/><tbox:instruction>Graag contact voor levering</tbox:instruction><tbox:value>0.00 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20201023</tbox:pickupDate><tbox:pickupTime/><tbox:pickupTimeTo/><tbox:requestedDeliveryDate>20201027</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime/><tbox:requestedDeliveryTimeTo/><tbox:plannedDeliveryDate/><tbox:plannedDeliveryTime/><tbox:service>NON-DOCS</tbox:service><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther/><tbox:incoterms>DAP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>2</tbox:noOfPackages><tbox:weight>436.00 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>1.716667</tbox:loadMeter><tbox:price>229.00</tbox:price><tbox:salesPrice/><tbox:currency>EUR</tbox:currency><tbox:trackingUrl/><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>WENTORF BEI HAMBURG</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>1</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>1000000148001</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description/><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>390.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>115.00</tbox:height><tbox:weight>146.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/><tbox:shipmentLine><tbox:sequence>2</tbox:sequence><tbox:lineNo>2</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>1000000148002</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description/><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>100.00</tbox:length><tbox:width>100.00</tbox:width><tbox:height>20.00</tbox:height><tbox:weight>290.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>RECV</tbox:type><tbox:name>Villa Schmidt GmbH, Zentrallager</tbox:name><tbox:street1>Auf dem Ralande 3</tbox:street1><tbox:street2/><tbox:city>WENTORF BEI HAMBURG</tbox:city><tbox:zipCode>21465</tbox:zipCode><tbox:state/><tbox:countryCode>DE</tbox:countryCode><tbox:contact>Christopher Kehr</tbox:contact><tbox:telNo>040 727 33333</tbox:telNo><tbox:faxNo/><tbox:email/><tbox:accountNo/><tbox:VATNumber/></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>Tuuci Europe BV</tbox:name><tbox:street1>De Nedervonder 17</tbox:street1><tbox:street2/><tbox:city>Oisterwijk</tbox:city><tbox:zipCode>5061 JP</tbox:zipCode><tbox:state/><tbox:countryCode>NL</tbox:countryCode><tbox:contact>K. Raaijmakers</tbox:contact><tbox:telNo>+31 13 720 0792</tbox:telNo><tbox:faxNo/><tbox:email>kraaijmakers@tuuci.eu</tbox:email><tbox:accountNo>TUUCI</tbox:accountNo><tbox:VATNumber/></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking></soap:Body></soap:Envelope> |
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tbox="http://connect1.transwise.eu/TboxService/"><SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/><soap:Body><tbox:carrierBooking><tbox:carrierBookingInfo><tbox:version>2.0</tbox:version><tbox:status>OK</tbox:status><tbox:description/></tbox:carrierBookingInfo><tbox:shipments><tbox:shipmentInfo><tbox:customerId>TUUCI</tbox:customerId><tbox:costcenter/><tbox:carrier>KLG</tbox:carrier><tbox:executingCarrier>KLG</tbox:executingCarrier><tbox:reference>Test1KLG</tbox:reference><tbox:awb>1000000149</tbox:awb><tbox:description/><tbox:instruction/><tbox:value>0.00 EUR</tbox:value><tbox:valueCurrency>EUR</tbox:valueCurrency><tbox:pickupDate>20201023</tbox:pickupDate><tbox:pickupTime/><tbox:pickupTimeTo/><tbox:requestedDeliveryDate>20201027</tbox:requestedDeliveryDate><tbox:requestedDeliveryTime/><tbox:requestedDeliveryTimeTo/><tbox:plannedDeliveryDate/><tbox:plannedDeliveryTime/><tbox:service>NON-DOCS</tbox:service><tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime><tbox:serviceLevelOther>KLEP</tbox:serviceLevelOther><tbox:incoterms>DAP</tbox:incoterms><tbox:inbound>0</tbox:inbound><tbox:noOfPackages>2</tbox:noOfPackages><tbox:weight>436.00 KG</tbox:weight><tbox:weightUom>KG</tbox:weightUom><tbox:loadMeter>1.716667</tbox:loadMeter><tbox:price>229.00</tbox:price><tbox:salesPrice/><tbox:currency>EUR</tbox:currency><tbox:trackingUrl/><tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode><tbox:additionalReferences><tbox:additionalReference><tbox:type>INTERNAL_ZL_CITY</tbox:type><tbox:value>WENTORF BEI HAMBURG</tbox:value></tbox:additionalReference></tbox:additionalReferences><tbox:shipmentLines><tbox:shipmentLine><tbox:sequence>1</tbox:sequence><tbox:lineNo>1</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>1000000149001</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description/><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>390.00</tbox:length><tbox:width>80.00</tbox:width><tbox:height>115.00</tbox:height><tbox:weight>146.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/><tbox:shipmentLine><tbox:sequence>2</tbox:sequence><tbox:lineNo>2</tbox:lineNo><tbox:shipmentLineId/><tbox:awb>1000000149002</tbox:awb><tbox:packageType>PALLET_DISP</tbox:packageType><tbox:description/><tbox:quantity>1</tbox:quantity><tbox:genericStatusCode>NEW</tbox:genericStatusCode><tbox:carrierStatusCode/><tbox:carrierStatusDescription/><tbox:acceptedBy/><tbox:measurements><tbox:length>100.00</tbox:length><tbox:width>100.00</tbox:width><tbox:height>20.00</tbox:height><tbox:weight>290.00</tbox:weight></tbox:measurements></tbox:shipmentLine><tbox:additionalReferences/></tbox:shipmentLines><tbox:addresses><tbox:address><tbox:type>RECV</tbox:type><tbox:name>Villa Schmidt GmbH, Zentrallager</tbox:name><tbox:street1>Auf dem Ralande 3</tbox:street1><tbox:street2/><tbox:city>WENTORF BEI HAMBURG</tbox:city><tbox:zipCode>21465</tbox:zipCode><tbox:state/><tbox:countryCode>DE</tbox:countryCode><tbox:contact>Christopher Kehr</tbox:contact><tbox:telNo>012345678</tbox:telNo><tbox:faxNo/><tbox:email/><tbox:accountNo/><tbox:VATNumber/></tbox:address><tbox:address><tbox:type>SEND</tbox:type><tbox:name>Tuuci Europe BV</tbox:name><tbox:street1>De Nedervonder 17</tbox:street1><tbox:street2/><tbox:city>Oisterwijk</tbox:city><tbox:zipCode>5061 JP</tbox:zipCode><tbox:state/><tbox:countryCode>NL</tbox:countryCode><tbox:contact>K. Raaijmakers</tbox:contact><tbox:telNo>+31 13 720 0792</tbox:telNo><tbox:faxNo/><tbox:email>testts@test.nl</tbox:email><tbox:accountNo>TUUCI</tbox:accountNo><tbox:VATNumber/></tbox:address></tbox:addresses></tbox:shipmentInfo></tbox:shipments></tbox:carrierBooking></soap:Body></soap:Envelope> |
@@ -0,0 +1,321 @@ | |||
<tbox:carrierBooking xmlns:tbox="http://TM.TransSmart.Shipment"> | |||
<tbox:carrierBookingInfo> | |||
<tbox:version>2.0</tbox:version> | |||
<tbox:status>OK</tbox:status> | |||
<tbox:description /> | |||
</tbox:carrierBookingInfo> | |||
<tbox:shipments> | |||
<tbox:shipmentInfo> | |||
<tbox:customerId>NATEC</tbox:customerId> | |||
<tbox:costcenter /> | |||
<tbox:carrier>KLG</tbox:carrier> | |||
<tbox:executingCarrier>KLG</tbox:executingCarrier> | |||
<tbox:reference>T23-022748</tbox:reference> | |||
<tbox:awb>1000000001</tbox:awb> | |||
<tbox:description>Magazijnverzendkop MVER23-35643</tbox:description> | |||
<tbox:instruction>Laadref: MSKU9987800 - 64553 </tbox:instruction> | |||
<tbox:value>79.25 EUR</tbox:value> | |||
<tbox:valueCurrency>EUR</tbox:valueCurrency> | |||
<tbox:pickupDate>20230929</tbox:pickupDate> | |||
<tbox:pickupTime>080000</tbox:pickupTime> | |||
<tbox:pickupTimeTo>160000</tbox:pickupTimeTo> | |||
<tbox:requestedDeliveryDate>20230930</tbox:requestedDeliveryDate> | |||
<tbox:requestedDeliveryTime>080000</tbox:requestedDeliveryTime> | |||
<tbox:requestedDeliveryTimeTo>170000</tbox:requestedDeliveryTimeTo> | |||
<tbox:plannedDeliveryDate /> | |||
<tbox:plannedDeliveryTime /> | |||
<tbox:service>NON-DOCS</tbox:service> | |||
<tbox:serviceLevelTime>STANDARD</tbox:serviceLevelTime> | |||
<tbox:serviceLevelOther>APP~REQ</tbox:serviceLevelOther> | |||
<tbox:incoterms /> | |||
<tbox:inbound>0</tbox:inbound> | |||
<tbox:noOfPackages>11</tbox:noOfPackages> | |||
<tbox:weight>17600.00 KG</tbox:weight> | |||
<tbox:weightUom>KG</tbox:weightUom> | |||
<tbox:loadMeter>9.900000</tbox:loadMeter> | |||
<tbox:price>0.00</tbox:price> | |||
<tbox:salesPrice /> | |||
<tbox:currency>EUR</tbox:currency> | |||
<tbox:trackingUrl /> | |||
<tbox:shipmentStatusCode>NEW</tbox:shipmentStatusCode> | |||
<tbox:additionalReferences> | |||
<tbox:additionalReference> | |||
<tbox:type>ORDER</tbox:type> | |||
<tbox:value>VON23-25376</tbox:value> | |||
</tbox:additionalReference> | |||
</tbox:additionalReferences> | |||
<tbox:shipmentLines> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>1</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001001</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>2</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001002</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>3</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001003</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>4</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001004</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>5</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001005</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>6</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001006</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>7</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001007</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>8</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001008</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>9</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001009</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>10</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001010</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
<tbox:shipmentLine> | |||
<tbox:sequence>11</tbox:sequence> | |||
<tbox:lineNo>1</tbox:lineNo> | |||
<tbox:shipmentLineId /> | |||
<tbox:awb>1000000001011</tbox:awb> | |||
<tbox:packageType>PALLET_DISP</tbox:packageType> | |||
<tbox:description>11 palletplaatsen, 22 pallets</tbox:description> | |||
<tbox:quantity>1</tbox:quantity> | |||
<tbox:genericStatusCode>NEW</tbox:genericStatusCode> | |||
<tbox:carrierStatusCode /> | |||
<tbox:carrierStatusDescription /> | |||
<tbox:acceptedBy /> | |||
<tbox:measurements> | |||
<tbox:length>180.00</tbox:length> | |||
<tbox:width>120.00</tbox:width> | |||
<tbox:height>240.00</tbox:height> | |||
<tbox:weight>1600.00</tbox:weight> | |||
</tbox:measurements> | |||
</tbox:shipmentLine> | |||
<tbox:additionalReferences /> | |||
</tbox:shipmentLines> | |||
<tbox:addresses> | |||
<tbox:address> | |||
<tbox:type>INVC</tbox:type> | |||
<tbox:name>House Solutions Sp. z o.o.</tbox:name> | |||
<tbox:street1>Kalwaryjska 33</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Krakow</tbox:city> | |||
<tbox:zipCode>30-504</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>PL</tbox:countryCode> | |||
<tbox:contact>Pawel Wrona</tbox:contact> | |||
<tbox:telNo>+48 732 732 252</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>m.kaminski@house-s.pl</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>RECV</tbox:type> | |||
<tbox:name>Autopart</tbox:name> | |||
<tbox:street1>Aleja Kwiatkowskiego 2A</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Mielec</tbox:city> | |||
<tbox:zipCode>39-300</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>PL</tbox:countryCode> | |||
<tbox:contact>Patryk Wozniak</tbox:contact> | |||
<tbox:telNo>+48537 666 990</tbox:telNo> | |||
<tbox:faxNo /> | |||
<tbox:email>p.wrona@house-s.pl</tbox:email> | |||
<tbox:accountNo /> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
<tbox:address> | |||
<tbox:type>SEND</tbox:type> | |||
<tbox:name>Haven</tbox:name> | |||
<tbox:street1>Shannonweg 15</tbox:street1> | |||
<tbox:street2 /> | |||
<tbox:city>Rotterdam</tbox:city> | |||
<tbox:zipCode>3197 LG</tbox:zipCode> | |||
<tbox:state /> | |||
<tbox:countryCode>NL</tbox:countryCode> | |||
<tbox:contact /> | |||
<tbox:telNo /> | |||
<tbox:faxNo /> | |||
<tbox:email /> | |||
<tbox:accountNo>NATEC</tbox:accountNo> | |||
<tbox:VATNumber /> | |||
</tbox:address> | |||
</tbox:addresses> | |||
</tbox:shipmentInfo> | |||
</tbox:shipments> | |||
</tbox:carrierBooking> |
@@ -0,0 +1,87 @@ | |||
<ns0:Order xmlns:ns0="http://TM.KLG.com/KLG/Order/v19A"> | |||
<Sender></Sender> | |||
<Receiver>KLGEUVENLO01</Receiver> | |||
<GroupName>N/A</GroupName> | |||
<Consolidation>N/A</Consolidation> | |||
<ReceiverVersion>N/A</ReceiverVersion> | |||
<OrchestrationResult>N/A</OrchestrationResult> | |||
<Reference>T23-022748</Reference> | |||
<TimeStamp>2023-10-02T10:16:09</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date>2023-10-02</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<Shipment> | |||
<Consignor></Consignor> | |||
<ConsignorReference>T23-022748</ConsignorReference> | |||
<Debtor></Debtor> | |||
<DebtorReference>VON23-25376</DebtorReference> | |||
<Incoterm></Incoterm> | |||
<IncotermCity /> | |||
<IncotermCountryCode /> | |||
<Address> | |||
<AddressType>SF</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Haven</Name1> | |||
<Name2></Name2> | |||
<Address1>Shannonweg 15</Address1> | |||
<Address2></Address2> | |||
<PostalCode>3197 LG</PostalCode> | |||
<City>Rotterdam</City> | |||
<Region></Region> | |||
<CountryCode>NL</CountryCode> | |||
<Start>2023-09-29T08:00:00</Start> | |||
<End>2023-09-29T16:00:00</End> | |||
<Reference>T23-022748</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2></ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<ContactPerson> | |||
<Name></Name> | |||
<Phone></Phone> | |||
<Fax></Fax> | |||
<Email></Email> | |||
</ContactPerson> | |||
</Address> | |||
<Address> | |||
<AddressType>ST</AddressType> | |||
<AddressCode></AddressCode> | |||
<Name1>Autopart</Name1> | |||
<Name2></Name2> | |||
<Address1>Aleja Kwiatkowskiego 2A</Address1> | |||
<Address2></Address2> | |||
<PostalCode>39-300</PostalCode> | |||
<City>Mielec</City> | |||
<Region></Region> | |||
<CountryCode>PL</CountryCode> | |||
<Start>2023-09-30T08:00:00</Start> | |||
<End>2023-09-30T17:00:00</End> | |||
<Reference>T23-022748</Reference> | |||
<ExternalRemark1></ExternalRemark1> | |||
<ExternalRemark2>Laadref: MSKU9987800 - 64553 </ExternalRemark2> | |||
<InternalRemark1></InternalRemark1> | |||
<InternalRemark2></InternalRemark2> | |||
<Feature> | |||
<FeatureCode>APP_REQ</FeatureCode> | |||
</Feature> | |||
<ContactPerson> | |||
<Name>Patryk Wozniak</Name> | |||
<Phone>+48537 666 990</Phone> | |||
<Fax></Fax> | |||
<Email>p.wrona@house-s.pl</Email> | |||
</ContactPerson> | |||
</Address> | |||
<Good> | |||
<PackingQty>11</PackingQty> | |||
<PackingType>PALLET_DISP</PackingType> | |||
<ProductDescription>11 palletplaatsen, 22 pallets</ProductDescription> | |||
<BrutoWeight>17600</BrutoWeight> | |||
<NettoWeight>17600</NettoWeight> | |||
<LoadingMeter>9.90</LoadingMeter> | |||
<Volume>57.024</Volume> | |||
<PackingLength>180.00</PackingLength> | |||
<PackingWidth>120.00</PackingWidth> | |||
<PackingHeight>240.00</PackingHeight> | |||
</Good> | |||
</Shipment> | |||
</ns0:Order> |
@@ -0,0 +1,39 @@ | |||
using System.Reflection; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.InteropServices; | |||
using Microsoft.XLANGs.BaseTypes; | |||
using Microsoft.BizTalk.XLANGs.BTXEngine; | |||
// General Information about an assembly is controlled through the following | |||
// set of attributes. Change these attribute values to modify the information | |||
// associated with an assembly. | |||
[assembly: AssemblyTitle("Transforms")] | |||
[assembly: AssemblyDescription("")] | |||
[assembly: AssemblyConfiguration("")] | |||
[assembly: AssemblyCompany("")] | |||
[assembly: AssemblyProduct("Transforms")] | |||
[assembly: AssemblyCopyright("Copyright © 2017")] | |||
[assembly: AssemblyTrademark("")] | |||
[assembly: AssemblyCulture("")] | |||
[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssemblyAttribute(typeof(BTXService))] | |||
// Setting ComVisible to false makes the types in this assembly not visible | |||
// to COM components. If you need to access a type in this assembly from | |||
// COM, set the ComVisible attribute to true on that type. | |||
[assembly: ComVisible(false)] | |||
// The following GUID is for the ID of the typelib if this project is exposed to COM | |||
[assembly: Guid("b5098331-1247-41b0-88a2-7a3283444da1")] | |||
// Version information for an assembly consists of the following four values: | |||
// | |||
// Major Version | |||
// Minor Version | |||
// Build Number | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
[assembly: AssemblyVersion("1.0.21.0")] | |||
[assembly: AssemblyFileVersion("1.0.21.0")] |
@@ -0,0 +1,493 @@ | |||
namespace TM.EDIBroker.TransSmart.Transforms { | |||
[Microsoft.XLANGs.BaseTypes.SchemaReference(@"TM.EDIBroker.TransSmart.Schemas.Shipment", typeof(global::TM.EDIBroker.TransSmart.Schemas.Shipment))] | |||
[Microsoft.XLANGs.BaseTypes.SchemaReference(@"TM.Shared.Schemas.Order", typeof(global::TM.Shared.Schemas.Order))] | |||
public sealed class TM_EDIBroker_TransSmart_Shipment_to_TM_Shared_Order : global::Microsoft.XLANGs.BaseTypes.TransformBase { | |||
private const string _strMap = @"<xsl:stylesheet xmlns:xsl=""http://www.w3.org/1999/XSL/Transform"" version=""1.0"" | |||
xmlns:ScriptNS0=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS0"" | |||
xmlns:ScriptNS1=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS1"" | |||
xmlns:DateTime=""TM.Shared.Components.DateTime"" | |||
xmlns:SSO=""TM.Shared.Components.SSO"" | |||
xmlns:String=""TM.Shared.Components.String"" | |||
xmlns:s0=""http://TM.EDIBroker.TransSmart.Shipment"" | |||
xmlns:ns0=""http://TM.KLG.com/KLG/Order"" | |||
exclude-result-prefixes=""s0 ns0 ScriptNS0 ScriptNS1 DateTime SSO String""> | |||
<xsl:output omit-xml-declaration=""yes"" method=""xml"" version=""1.0"" indent=""yes"" /> | |||
<!-- region global variable initialization --> | |||
<xsl:key name=""groepje"" match=""s0:shipmentLine"" use=""concat(generate-id(..), '|', s0:lineNo)"" /> | |||
<xsl:variable name=""connectionString"" select=""SSO:GetValue('TM.EDIBroker.TransSmart', 'ESBLookupConnectionString')""/> | |||
<xsl:variable name=""sender"" select=""'TUUCIOISTE01'""/> | |||
<xsl:variable name=""receiver"" select=""'KLGEUVENLO01'""/> | |||
<xsl:variable name=""currentDate"" select=""DateTime:GetCurrentDate()"" /> | |||
<!-- end region --> | |||
<!-- region templates --> | |||
<xsl:template match=""/""> | |||
<xsl:apply-templates select=""/s0:carrierBooking"" /> | |||
</xsl:template> | |||
<xsl:template match=""/s0:carrierBooking""> | |||
<ns0:Order> | |||
<Sender> | |||
<xsl:value-of select=""$sender""/> | |||
</Sender> | |||
<Receiver> | |||
<xsl:value-of select=""$receiver""/> | |||
</Receiver> | |||
<GroupName> | |||
<xsl:text>N/A</xsl:text> | |||
</GroupName> | |||
<Consolidation> | |||
<xsl:text>N/A</xsl:text> | |||
</Consolidation> | |||
<Reference> | |||
<xsl:value-of select=""s0:shipments[1]/s0:shipmentInfo[1]/s0:reference""/> | |||
</Reference> | |||
<TimeStamp> | |||
<xsl:value-of select=""DateTime:GetCurrentDateTime()"" /> | |||
</TimeStamp> | |||
<Status>NEW</Status> | |||
<Date> | |||
<xsl:value-of select=""$currentDate"" /> | |||
</Date> | |||
<FullTruckLoad>false</FullTruckLoad> | |||
<xsl:for-each select=""s0:shipments/s0:shipmentInfo""> | |||
<Shipment> | |||
<xsl:call-template name=""Shipment""/> | |||
</Shipment> | |||
</xsl:for-each> | |||
</ns0:Order> | |||
</xsl:template> | |||
<xsl:template name=""Shipment""> | |||
<Consignor> | |||
<xsl:value-of select=""$sender""/> | |||
</Consignor> | |||
<ConsignorReference> | |||
<xsl:value-of select=""s0:reference/text()""/> | |||
</ConsignorReference> | |||
<Debtor> | |||
<xsl:value-of select=""$sender""/> | |||
</Debtor> | |||
<DebtorReference> | |||
<xsl:value-of select=""s0:reference/text()""/> | |||
</DebtorReference> | |||
<Incoterm> | |||
<xsl:choose> | |||
<xsl:when test=""s0:incoterms/text() = 'DDU'""> | |||
<xsl:value-of select=""'DAP'""/> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""s0:incoterms/text()""/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</Incoterm> | |||
<IncotermCity/> | |||
<IncotermCountryCode/> | |||
<COD>0</COD> | |||
<CODCurrency>EUR</CODCurrency> | |||
<xsl:call-template name=""Address_SF""> | |||
</xsl:call-template> | |||
<xsl:call-template name=""Address_ST""> | |||
</xsl:call-template> | |||
<xsl:for-each select=""s0:shipmentLines/s0:shipmentLine[generate-id() = generate-id(key('groepje', concat(generate-id(..), '|', s0:lineNo))[1])]""> | |||
<Good> | |||
<xsl:call-template name=""Good""> | |||
<xsl:with-param name=""reference"" select = ""REPLACE"" /> | |||
</xsl:call-template> | |||
</Good> | |||
</xsl:for-each> | |||
<Parametergroup> | |||
<Qualifier> | |||
<xsl:text>Scenario</xsl:text> | |||
</Qualifier> | |||
<Parameter> | |||
<Qualifier> | |||
<xsl:text>Scenario</xsl:text> | |||
</Qualifier> | |||
<Value> | |||
<xsl:text>21</xsl:text> | |||
</Value> | |||
</Parameter> | |||
</Parametergroup> | |||
</xsl:template> | |||
<xsl:template name=""Address_SF""> | |||
<xsl:variable name=""collectionDate"" select=""concat(substring(s0:pickupDate/text(), 1, 4), '-', substring(s0:pickupDate/text(), 5, 2), '-', substring(s0:pickupDate/text(), 7, 2))""/> | |||
<xsl:variable name=""collectionTimeFrom"" select=""concat(substring(s0:pickupTime/text(), 1, 2), ':', substring(s0:pickupTime/text(), 3, 2), ':00')""/> | |||
<xsl:variable name=""collectionTimeUntill"" select=""concat(substring(s0:pickupTimeTo/text(), 1, 2), ':', substring(s0:pickupTimeTo/text(), 3, 2), ':00')""/> | |||
<xsl:variable name=""loadingDateTimeFrom""> | |||
<xsl:choose> | |||
<xsl:when test=""not($collectionDate = '00000000') and not(normalize-space($collectionDate)='') and string-length($collectionDate) = 10""> | |||
<xsl:choose> | |||
<xsl:when test=""not(normalize-space($collectionTimeFrom)='') and string-length($collectionTimeFrom) = 8""> | |||
<xsl:value-of select=""concat($collectionDate, 'T', $collectionTimeFrom)"" /> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""concat($collectionDate, 'T07:00:00')"" /> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""concat($currentDate, 'T07:00:00')""/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:variable name=""loadingDateTimeTo""> | |||
<xsl:choose> | |||
<xsl:when test=""not($collectionDate = '00000000') and not(normalize-space($collectionDate)='') and string-length($collectionDate) = 10""> | |||
<xsl:choose> | |||
<xsl:when test=""not(normalize-space($collectionTimeUntill)='') and string-length($collectionTimeUntill) = 8""> | |||
<xsl:value-of select=""concat($collectionDate, 'T', $collectionTimeUntill)"" /> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""concat($collectionDate, 'T16:00:00')"" /> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""concat($currentDate, 'T16:00:00')""/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<Address> | |||
<xsl:call-template name=""Address""> | |||
<xsl:with-param name=""addressType"" select = ""'SF'"" /> | |||
<xsl:with-param name=""name1"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:name"" /> | |||
<xsl:with-param name=""name2"" select = ""''"" /> | |||
<xsl:with-param name=""address1"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:street1"" /> | |||
<xsl:with-param name=""address2"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:street2"" /> | |||
<xsl:with-param name=""postalCode"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:zipCode"" /> | |||
<xsl:with-param name=""city"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:city"" /> | |||
<xsl:with-param name=""region"" select = ""s0:addresses/s0:address[s0:type = 'SEND' and s0:countryCode = 'IE']/s0:state"" /> | |||
<xsl:with-param name=""countryCode"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:countryCode"" /> | |||
<xsl:with-param name=""start"" select = ""$loadingDateTimeFrom"" /> | |||
<xsl:with-param name=""end"" select = ""$loadingDateTimeTo"" /> | |||
<xsl:with-param name=""reference"" select = ""s0:reference"" /> | |||
<xsl:with-param name=""externalRemark1"" select = ""''"" /> | |||
<xsl:with-param name=""externalRemark2"" select = ""''"" /> | |||
<xsl:with-param name=""internalRemark1"" select = ""''"" /> | |||
<xsl:with-param name=""internalRemark2"" select = ""''"" /> | |||
</xsl:call-template> | |||
<xsl:call-template name=""ContactPerson""> | |||
<xsl:with-param name=""name"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:contact"" /> | |||
<xsl:with-param name=""phone"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:telNo"" /> | |||
<xsl:with-param name=""fax"" select = ""''"" /> | |||
<xsl:with-param name=""email"" select = ""s0:addresses/s0:address[s0:type = 'SEND']/s0:email"" /> | |||
</xsl:call-template> | |||
</Address> | |||
</xsl:template> | |||
<xsl:template name=""Address_ST""> | |||
<xsl:param name=""reference"" /> | |||
<xsl:variable name=""deliveryDate"" select=""concat(substring(s0:requestedDeliveryDate/text(), 1, 4), '-', substring(s0:requestedDeliveryDate/text(), 5, 2), '-', substring(s0:requestedDeliveryDate/text(), 7, 2))""/> | |||
<xsl:variable name=""deliveryTimeFrom"" select=""concat(substring(s0:requestedDeliveryTime/text(), 1, 2), ':', substring(s0:requestedDeliveryTime/text(), 3, 2), ':00')""/> | |||
<xsl:variable name=""deliveryTimeUntill"" select=""concat(substring(s0:requestedDeliveryTimeTo/text(), 1, 2), ':', substring(s0:requestedDeliveryTimeTo/text(), 3, 2), ':00')""/> | |||
<xsl:variable name=""deliveryDateTimeFrom""> | |||
<xsl:choose> | |||
<xsl:when test=""not($deliveryDate = '00000000') and not(normalize-space($deliveryDate)='') and string-length($deliveryDate) = 10""> | |||
<xsl:choose> | |||
<xsl:when test=""not(normalize-space($deliveryTimeFrom)='') and string-length($deliveryTimeFrom) = 8""> | |||
<xsl:value-of select=""concat($deliveryDate, 'T', $deliveryTimeFrom)"" /> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""concat($deliveryDate, 'T07:00:00')"" /> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""concat($currentDate, 'T07:00:00')""/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<xsl:variable name=""deliveryDateTimeTo""> | |||
<xsl:choose> | |||
<xsl:when test=""not($deliveryDate = '00000000') and not(normalize-space($deliveryDate)='') and string-length($deliveryDate) = 10""> | |||
<xsl:choose> | |||
<xsl:when test=""not(normalize-space($deliveryTimeUntill)='') and string-length($deliveryTimeUntill) = 8""> | |||
<xsl:value-of select=""concat($deliveryDate, 'T', $deliveryTimeUntill)"" /> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""concat($deliveryDate, 'T16:00:00')"" /> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<xsl:value-of select=""concat($currentDate, 'T16:00:00')""/> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
</xsl:variable> | |||
<Address> | |||
<xsl:call-template name=""Address""> | |||
<xsl:with-param name=""addressType"" select = ""'ST'"" /> | |||
<xsl:with-param name=""name1"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:name"" /> | |||
<xsl:with-param name=""name2"" select = ""''"" /> | |||
<xsl:with-param name=""address1"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:street1"" /> | |||
<xsl:with-param name=""address2"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:street2"" /> | |||
<xsl:with-param name=""postalCode"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:zipCode"" /> | |||
<xsl:with-param name=""city"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:city"" /> | |||
<xsl:with-param name=""region"" select = ""s0:addresses/s0:address[s0:type = 'RECV' and s0:countryCode = 'IE']/s0:state"" /> | |||
<xsl:with-param name=""countryCode"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:countryCode"" /> | |||
<xsl:with-param name=""start"" select = ""$deliveryDateTimeFrom"" /> | |||
<xsl:with-param name=""end"" select = ""$deliveryDateTimeTo"" /> | |||
<xsl:with-param name=""reference"" select = ""s0:reference"" /> | |||
<xsl:with-param name=""externalRemark1"" select = ""''"" /> | |||
<xsl:with-param name=""externalRemark2"" select = ""s0:instruction"" /> | |||
<xsl:with-param name=""internalRemark1"" select = ""''"" /> | |||
<xsl:with-param name=""internalRemark2"" select = ""''"" /> | |||
</xsl:call-template> | |||
<xsl:call-template name=""ContactPerson""> | |||
<xsl:with-param name=""name"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:contact"" /> | |||
<xsl:with-param name=""phone"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:telNo"" /> | |||
<xsl:with-param name=""fax"" select = ""''"" /> | |||
<xsl:with-param name=""email"" select = ""s0:addresses/s0:address[s0:type = 'RECV']/s0:email"" /> | |||
</xsl:call-template> | |||
</Address> | |||
</xsl:template> | |||
<xsl:template name=""Address""> | |||
<xsl:param name=""addressType"" /> | |||
<xsl:param name=""name1"" /> | |||
<xsl:param name=""name2"" /> | |||
<xsl:param name=""address1"" /> | |||
<xsl:param name=""address2"" /> | |||
<xsl:param name=""postalCode"" /> | |||
<xsl:param name=""city"" /> | |||
<xsl:param name=""region"" /> | |||
<xsl:param name=""countryCode"" /> | |||
<xsl:param name=""start"" /> | |||
<xsl:param name=""end"" /> | |||
<xsl:param name=""reference"" /> | |||
<xsl:param name=""externalRemark1"" /> | |||
<xsl:param name=""externalRemark2"" /> | |||
<xsl:param name=""internalRemark1"" /> | |||
<xsl:param name=""internalRemark2"" /> | |||
<AddressType> | |||
<xsl:value-of select=""$addressType"" /> | |||
</AddressType> | |||
<Name1> | |||
<xsl:value-of select=""$name1"" /> | |||
</Name1> | |||
<Name2> | |||
<xsl:value-of select=""$name2"" /> | |||
</Name2> | |||
<Address1> | |||
<xsl:value-of select=""$address1"" /> | |||
</Address1> | |||
<Address2> | |||
<xsl:value-of select=""$address2"" /> | |||
</Address2> | |||
<PostalCode> | |||
<xsl:value-of select=""$postalCode"" /> | |||
</PostalCode> | |||
<City> | |||
<xsl:value-of select=""$city"" /> | |||
</City> | |||
<Region> | |||
<xsl:value-of select=""$region"" /> | |||
</Region> | |||
<CountryCode> | |||
<xsl:value-of select=""$countryCode"" /> | |||
</CountryCode> | |||
<Start> | |||
<xsl:value-of select=""$start"" /> | |||
</Start> | |||
<End> | |||
<xsl:value-of select=""$end"" /> | |||
</End> | |||
<Reference> | |||
<xsl:value-of select=""$reference"" /> | |||
</Reference> | |||
<ExternalRemark1> | |||
<xsl:value-of select=""$externalRemark1"" /> | |||
</ExternalRemark1> | |||
<ExternalRemark2> | |||
<xsl:value-of select=""$externalRemark2"" /> | |||
</ExternalRemark2> | |||
<InternalRemark1> | |||
<xsl:value-of select=""$internalRemark1"" /> | |||
</InternalRemark1> | |||
<InternalRemark2> | |||
<xsl:value-of select=""$internalRemark2"" /> | |||
</InternalRemark2> | |||
</xsl:template> | |||
<xsl:template name=""ContactPerson""> | |||
<xsl:param name=""name"" /> | |||
<xsl:param name=""phone"" /> | |||
<xsl:param name=""fax"" /> | |||
<xsl:param name=""email"" /> | |||
<ContactPerson> | |||
<Name> | |||
<xsl:value-of select=""$name"" /> | |||
</Name> | |||
<Phone> | |||
<xsl:value-of select=""$phone"" /> | |||
</Phone> | |||
<Fax> | |||
<xsl:value-of select=""$fax"" /> | |||
</Fax> | |||
<Email> | |||
<xsl:value-of select=""$email"" /> | |||
</Email> | |||
</ContactPerson> | |||
</xsl:template> | |||
<xsl:template name=""Good""> | |||
<xsl:param name=""reference"" /> | |||
<xsl:variable name=""currentLineNo"" select=""s0:lineNo"" /> | |||
<xsl:variable name=""quantity"" select=""sum(../s0:shipmentLine[s0:lineNo = $currentLineNo]/s0:quantity)""/> | |||
<PackingQty> | |||
<xsl:value-of select=""$quantity""/> | |||
</PackingQty> | |||
<PackingType> | |||
<xsl:value-of select=""s0:packageType""/> | |||
</PackingType> | |||
<PackageQty>0</PackageQty> | |||
<xsl:variable name=""DbLookupPackageCode"" select=""ScriptNS0:DBLookup(2 ,s0:packageType , connectionString , 'TM_TransSmart_Package' , 'TransSmart')"" /> | |||
<xsl:variable name=""PackageType"" select=""ScriptNS0:DBValueExtract($DbLookupPackageCode , 'KLG')"" /> | |||
<PackageType> | |||
<xsl:value-of select=""$PackageType""/> | |||
</PackageType> | |||
<ProductDescription> | |||
<xsl:value-of select=""s0:description/text()""/> | |||
</ProductDescription> | |||
<Brand> | |||
</Brand> | |||
<BrutoWeight> | |||
<xsl:value-of select=""round(sum(s0:measurements/s0:weight/text()))""/> | |||
</BrutoWeight> | |||
<NettoWeight> | |||
<xsl:value-of select=""round(sum(s0:measurements/s0:weight/text()))""/> | |||
</NettoWeight> | |||
<LoadingMeter> | |||
<xsl:value-of select=""format-number(((((round(sum(s0:measurements/s0:length/text())) * round(sum(s0:measurements/s0:width/text()))) div 24000) * $quantity) * 100) div 100,'##0.00' )""/> | |||
</LoadingMeter> | |||
<Volume> | |||
<xsl:value-of select=""((round(sum(s0:measurements/s0:length/text())) * round(sum(s0:measurements/s0:width/text())) * round(sum(s0:measurements/s0:height/text()))) * $quantity) div 1000000""/> | |||
</Volume> | |||
<PalletPlaces> | |||
<xsl:text>0</xsl:text> | |||
</PalletPlaces> | |||
<PackingLength> | |||
<xsl:value-of select=""round(sum(s0:measurements/s0:length/text()))""/> | |||
</PackingLength> | |||
<PackingWidth> | |||
<xsl:value-of select=""round(sum(s0:measurements/s0:width/text()))""/> | |||
</PackingWidth> | |||
<PackingHeight> | |||
<xsl:value-of select=""round(sum(s0:measurements/s0:height/text()))""/> | |||
</PackingHeight> | |||
<GoodsValue> | |||
<xsl:text>0</xsl:text> | |||
</GoodsValue> | |||
<GoodsValueCurrency> | |||
<xsl:text>EUR</xsl:text> | |||
</GoodsValueCurrency> | |||
</xsl:template> | |||
<!-- end region --> | |||
<xsl:variable name=""dbClose"" select=""ScriptNS0:DBLookupShutdown()""/> | |||
</xsl:stylesheet> | |||
"; | |||
private const string _strArgList = @"<ExtensionObjects> | |||
<ExtensionObject Namespace=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS0"" | |||
AssemblyName=""Microsoft.BizTalk.BaseFunctoids, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"" | |||
ClassName=""Microsoft.BizTalk.BaseFunctoids.FunctoidScripts"" /> | |||
<ExtensionObject Namespace=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS1"" | |||
AssemblyName=""Microsoft.BizTalk.CrossReferencing, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"" | |||
ClassName=""Microsoft.BizTalk.CrossReferencing.CrossReferencing"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.DateTime"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.DateTimeFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.KeyList"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.KeyListFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.SSO"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.SSOFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.String"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.StringFunctions"" /> | |||
</ExtensionObjects>"; | |||
private const string _strSrcSchemasList0 = @"TM.EDIBroker.TransSmart.Schemas.Shipment"; | |||
private const global::TM.EDIBroker.TransSmart.Schemas.Shipment _srcSchemaTypeReference0 = null; | |||
private const string _strTrgSchemasList0 = @"TM.Shared.Schemas.Order"; | |||
private const global::TM.Shared.Schemas.Order _trgSchemaTypeReference0 = null; | |||
public override string XmlContent { | |||
get { | |||
return _strMap; | |||
} | |||
} | |||
public override string XsltArgumentListContent { | |||
get { | |||
return _strArgList; | |||
} | |||
} | |||
public override string[] SourceSchemas { | |||
get { | |||
string[] _SrcSchemas = new string [1]; | |||
_SrcSchemas[0] = @"TM.EDIBroker.TransSmart.Schemas.Shipment"; | |||
return _SrcSchemas; | |||
} | |||
} | |||
public override string[] TargetSchemas { | |||
get { | |||
string[] _TrgSchemas = new string [1]; | |||
_TrgSchemas[0] = @"TM.Shared.Schemas.Order"; | |||
return _TrgSchemas; | |||
} | |||
} | |||
} | |||
} |
@@ -0,0 +1,191 @@ | |||
namespace TM.EDIBroker.TransSmart.Transforms { | |||
[Microsoft.XLANGs.BaseTypes.SchemaReference(@"TM.Shared.Schemas.OrderStatus", typeof(global::TM.Shared.Schemas.OrderStatus))] | |||
[Microsoft.XLANGs.BaseTypes.SchemaReference(@"TM.EDIBroker.TransSmart.Schemas.Status", typeof(global::TM.EDIBroker.TransSmart.Schemas.Status))] | |||
public sealed class TM_Shared_OrderStatus_to_TM_EDIBroker_TransSmart_Status : global::Microsoft.XLANGs.BaseTypes.TransformBase { | |||
private const string _strMap = @"<xsl:stylesheet xmlns:xsl=""http://www.w3.org/1999/XSL/Transform"" version=""1.0"" | |||
xmlns:ScriptNS0=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS0"" | |||
xmlns:ScriptNS1=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS1"" | |||
xmlns:DateTime=""TM.Shared.Components.DateTime"" | |||
xmlns:SSO=""TM.Shared.Components.SSO"" | |||
xmlns:String=""TM.Shared.Components.String"" | |||
xmlns:s0=""http://TM.Shared.OrderStatus"" | |||
xmlns:ns0=""http://TM.KLG.com/KLG/Order"" | |||
exclude-result-prefixes=""s0 ns0 ScriptNS0 ScriptNS1 DateTime SSO String""> | |||
<xsl:output omit-xml-declaration=""yes"" method=""xml"" version=""1.0"" indent=""yes"" /> | |||
<!-- region global variable initialization --> | |||
<xsl:variable name=""connectionString"" select=""SSO:GetValue('TM.EDIBroker.TransSmart', 'ESBLookupConnectionString')""/> | |||
<!-- end region --> | |||
<!-- region templates --> | |||
<xsl:template match=""/""> | |||
<xsl:apply-templates select=""/s0:StatusReport"" /> | |||
</xsl:template> | |||
<xsl:template match=""/s0:StatusReport""> | |||
<xsl:variable name=""currentDateTime"" select=""DateTime:GetCurrentDateTime()"" /> | |||
<xsl:variable name=""currentDate"" select=""DateTime:GetCurrentDate()"" /> | |||
<ns0:root> | |||
<xsl:for-each select=""Status""> | |||
<status carrier=""KLG""> | |||
<shipment> | |||
<statusTimeStamp> | |||
<xsl:value-of select=""DateTime:ConvertDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'yyyyMMddHHmm')""/> | |||
</statusTimeStamp> | |||
<reference> | |||
<xsl:value-of select=""ShipmentReference""/> | |||
</reference> | |||
<NoPieces> | |||
<xsl:text /> | |||
</NoPieces> | |||
<weight> | |||
<xsl:text /> | |||
</weight> | |||
<weightUom> | |||
<xsl:text /> | |||
</weightUom> | |||
<incoterms> | |||
<xsl:text /> | |||
</incoterms> | |||
<statusPrice> | |||
<xsl:text /> | |||
</statusPrice> | |||
<currency> | |||
<xsl:text /> | |||
</currency> | |||
<xsl:choose> | |||
<xsl:when test=""StatusCode = '012'""> | |||
<deliveryDate> | |||
<xsl:value-of select=""DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'yyyyMMdd')""/> | |||
</deliveryDate> | |||
<deliveryTime> | |||
<xsl:value-of select=""DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'HHmm')""/> | |||
</deliveryTime> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<deliveryDate> | |||
<xsl:text /> | |||
</deliveryDate> | |||
<deliveryTime> | |||
<xsl:text /> | |||
</deliveryTime> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
<acceptedBy> | |||
<xsl:text /> | |||
</acceptedBy> | |||
<xsl:choose> | |||
<xsl:when test=""StatusCode = '020'""> | |||
<pickupDate> | |||
<xsl:value-of select=""DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'yyyyMMdd')""/> | |||
</pickupDate> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<pickupDate> | |||
<xsl:text /> | |||
</pickupDate> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
<xsl:choose> | |||
<xsl:when test=""StatusCode = '012'""> | |||
<shipmentStatus>DONE</shipmentStatus> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<shipmentStatus>TRNS</shipmentStatus> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
<carrierStatusCode> | |||
<xsl:value-of select=""StatusCode""/> | |||
</carrierStatusCode> | |||
<carrierStatusDescription> | |||
<xsl:value-of select=""StatusCodeLookup""/> | |||
</carrierStatusDescription> | |||
</shipment> | |||
</status> | |||
</xsl:for-each> | |||
</ns0:root> | |||
</xsl:template> | |||
<!-- end region --> | |||
<xsl:variable name=""dbClose"" select=""ScriptNS0:DBLookupShutdown()""/> | |||
</xsl:stylesheet> | |||
"; | |||
private const string _strArgList = @"<ExtensionObjects> | |||
<ExtensionObject Namespace=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS0"" | |||
AssemblyName=""Microsoft.BizTalk.BaseFunctoids, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"" | |||
ClassName=""Microsoft.BizTalk.BaseFunctoids.FunctoidScripts"" /> | |||
<ExtensionObject Namespace=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS1"" | |||
AssemblyName=""Microsoft.BizTalk.CrossReferencing, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"" | |||
ClassName=""Microsoft.BizTalk.CrossReferencing.CrossReferencing"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.Biztalk"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.BiztalkFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.Database"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.DatabaseFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.DateTime"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.DateTimeFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.KeyList"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.KeyListFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.SSO"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.SSOFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.String"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.StringFunctions"" /> | |||
</ExtensionObjects>"; | |||
private const string _strSrcSchemasList0 = @"TM.Shared.Schemas.OrderStatus"; | |||
private const global::TM.Shared.Schemas.OrderStatus _srcSchemaTypeReference0 = null; | |||
private const string _strTrgSchemasList0 = @"TM.EDIBroker.TransSmart.Schemas.Status"; | |||
private const global::TM.EDIBroker.TransSmart.Schemas.Status _trgSchemaTypeReference0 = null; | |||
public override string XmlContent { | |||
get { | |||
return _strMap; | |||
} | |||
} | |||
public override string XsltArgumentListContent { | |||
get { | |||
return _strArgList; | |||
} | |||
} | |||
public override string[] SourceSchemas { | |||
get { | |||
string[] _SrcSchemas = new string [1]; | |||
_SrcSchemas[0] = @"TM.Shared.Schemas.OrderStatus"; | |||
return _SrcSchemas; | |||
} | |||
} | |||
public override string[] TargetSchemas { | |||
get { | |||
string[] _TrgSchemas = new string [1]; | |||
_TrgSchemas[0] = @"TM.EDIBroker.TransSmart.Schemas.Status"; | |||
return _TrgSchemas; | |||
} | |||
} | |||
} | |||
} |
@@ -0,0 +1,185 @@ | |||
namespace TM.EDIBroker.TransSmart.Transforms { | |||
[Microsoft.XLANGs.BaseTypes.SchemaReference(@"TM.Shared.Schemas.OrderStatus", typeof(global::TM.Shared.Schemas.OrderStatus))] | |||
[Microsoft.XLANGs.BaseTypes.SchemaReference(@"TM.EDIBroker.TransSmart.Schemas.Status", typeof(global::TM.EDIBroker.TransSmart.Schemas.Status))] | |||
public sealed class TM_Shared_OrderStatus_to_TM_EDIBroker_TransSmart_Status : global::Microsoft.XLANGs.BaseTypes.TransformBase { | |||
private const string _strMap = @"<xsl:stylesheet xmlns:xsl=""http://www.w3.org/1999/XSL/Transform"" version=""1.0"" | |||
xmlns:ScriptNS0=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS0"" | |||
xmlns:ScriptNS1=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS1"" | |||
xmlns:DateTime=""TM.Shared.Components.DateTime"" | |||
xmlns:SSO=""TM.Shared.Components.SSO"" | |||
xmlns:String=""TM.Shared.Components.String"" | |||
xmlns:s0=""http://TM.KLG.com/KLG/OrderStatus"" | |||
xmlns:ns0=""http://TM.EDIBroker.TransSmart.Status"" | |||
exclude-result-prefixes=""s0 ns0 ScriptNS0 ScriptNS1 DateTime SSO String""> | |||
<xsl:output omit-xml-declaration=""yes"" method=""xml"" version=""1.0"" indent=""yes"" /> | |||
<!-- region global variable initialization --> | |||
<xsl:variable name=""connectionString"" select=""SSO:GetValue('TM.EDIBroker.TransSmart', 'ESBLookupConnectionString')""/> | |||
<!-- end region --> | |||
<!-- region templates --> | |||
<xsl:template match=""/""> | |||
<xsl:apply-templates select=""/s0:StatusReport"" /> | |||
</xsl:template> | |||
<xsl:template match=""/s0:StatusReport""> | |||
<xsl:variable name=""currentDateTime"" select=""DateTime:GetCurrentDateTime()"" /> | |||
<xsl:variable name=""currentDate"" select=""DateTime:GetCurrentDate()"" /> | |||
<ns0:root> | |||
<xsl:for-each select=""Status""> | |||
<status carrier=""KLG""> | |||
<shipment> | |||
<statusTimeStamp> | |||
<xsl:value-of select=""DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'yyyyMMddHHmm')""/> | |||
</statusTimeStamp> | |||
<reference> | |||
<xsl:value-of select=""ShipmentReference""/> | |||
</reference> | |||
<NoPieces> | |||
<xsl:text /> | |||
</NoPieces> | |||
<weight> | |||
<xsl:text /> | |||
</weight> | |||
<weightUom> | |||
<xsl:text /> | |||
</weightUom> | |||
<incoterms> | |||
<xsl:text /> | |||
</incoterms> | |||
<statusPrice> | |||
<xsl:text /> | |||
</statusPrice> | |||
<currency> | |||
<xsl:text /> | |||
</currency> | |||
<xsl:choose> | |||
<xsl:when test=""StatusCode = '012'""> | |||
<deliveryDate> | |||
<xsl:value-of select=""DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'yyyyMMdd')""/> | |||
</deliveryDate> | |||
<deliveryTime> | |||
<xsl:value-of select=""DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'HHmm')""/> | |||
</deliveryTime> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<deliveryDate> | |||
<xsl:text /> | |||
</deliveryDate> | |||
<deliveryTime> | |||
<xsl:text /> | |||
</deliveryTime> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
<acceptedBy> | |||
<xsl:text /> | |||
</acceptedBy> | |||
<xsl:choose> | |||
<xsl:when test=""StatusCode = '020'""> | |||
<pickupDate> | |||
<xsl:value-of select=""DateTime:FormatDateTime(StatusTimeStamp, 'yyyy-MM-ddTHH:mm:ss', 'yyyyMMdd')""/> | |||
</pickupDate> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<pickupDate> | |||
<xsl:text /> | |||
</pickupDate> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
<xsl:choose> | |||
<xsl:when test=""StatusCode = '012'""> | |||
<shipmentStatus>DONE</shipmentStatus> | |||
</xsl:when> | |||
<xsl:otherwise> | |||
<shipmentStatus>TRNS</shipmentStatus> | |||
</xsl:otherwise> | |||
</xsl:choose> | |||
<carrierStatusCode> | |||
<xsl:value-of select=""StatusCode""/> | |||
</carrierStatusCode> | |||
<carrierStatusDescription> | |||
<xsl:value-of select=""StatusCodeLookup""/> | |||
</carrierStatusDescription> | |||
</shipment> | |||
</status> | |||
</xsl:for-each> | |||
</ns0:root> | |||
</xsl:template> | |||
<!-- end region --> | |||
<xsl:variable name=""dbClose"" select=""ScriptNS0:DBLookupShutdown()""/> | |||
</xsl:stylesheet> | |||
"; | |||
private const string _strArgList = @"<ExtensionObjects> | |||
<ExtensionObject Namespace=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS0"" | |||
AssemblyName=""Microsoft.BizTalk.BaseFunctoids, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"" | |||
ClassName=""Microsoft.BizTalk.BaseFunctoids.FunctoidScripts"" /> | |||
<ExtensionObject Namespace=""http://schemas.microsoft.com/BizTalk/2003/ScriptNS1"" | |||
AssemblyName=""Microsoft.BizTalk.CrossReferencing, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"" | |||
ClassName=""Microsoft.BizTalk.CrossReferencing.CrossReferencing"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.DateTime"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.DateTimeFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.KeyList"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.KeyListFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.SSO"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.SSOFunctions"" /> | |||
<ExtensionObject Namespace=""TM.Shared.Components.String"" | |||
AssemblyName=""TM.Shared.Components, Version=1.0.7.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4"" | |||
ClassName=""TM.Shared.Components.StringFunctions"" /> | |||
</ExtensionObjects>"; | |||
private const string _strSrcSchemasList0 = @"TM.Shared.Schemas.OrderStatus"; | |||
private const global::TM.Shared.Schemas.OrderStatus _srcSchemaTypeReference0 = null; | |||
private const string _strTrgSchemasList0 = @"TM.EDIBroker.TransSmart.Schemas.Status"; | |||
private const global::TM.EDIBroker.TransSmart.Schemas.Status _trgSchemaTypeReference0 = null; | |||
public override string XmlContent { | |||
get { | |||
return _strMap; | |||
} | |||
} | |||
public override string XsltArgumentListContent { | |||
get { | |||
return _strArgList; | |||
} | |||
} | |||
public override string[] SourceSchemas { | |||
get { | |||
string[] _SrcSchemas = new string [1]; | |||
_SrcSchemas[0] = @"TM.Shared.Schemas.OrderStatus"; | |||
return _SrcSchemas; | |||
} | |||
} | |||
public override string[] TargetSchemas { | |||
get { | |||
string[] _TrgSchemas = new string [1]; | |||
_TrgSchemas[0] = @"TM.EDIBroker.TransSmart.Schemas.Status"; | |||
return _TrgSchemas; | |||
} | |||
} | |||
} | |||
} |