MARX#36636: aansluiten leverancier Aalberts Bouw BV (versie 9/9/16)

svn path=/Website/branches/v2016.1/; revision=30894
This commit is contained in:
Marcel Bourseau
2016-09-28 10:54:18 +00:00
parent 0bc3183c08
commit 0b76ed4313

View File

@@ -104,7 +104,10 @@
</xsl:choose> </xsl:choose>
</FreeText> </FreeText>
<!-- SIDB - Gegevens waarmee gerefereerd wordt aan een contract. Optioneel --> <!-- SIDB - Gegevens waarmee gerefereerd wordt aan een contract. Optioneel -->
<ContractReference></ContractReference> <ContractReference>
<ContractNumber><xsl:value-of select="contract/nummer_intern"/></ContractNumber>
<ContractDate><xsl:value-of select="contract/looptijd_tot/jaar"/>-<xsl:value-of select="contract/looptijd_tot/maand"/>-<xsl:value-of select="contract/looptijd_tot/dag"/></ContractDate>
</ContractReference>
<!-- SIDB - Gegevens over de te onderhouden locatie. Optioneel!?!?!? --> <!-- SIDB - Gegevens over de te onderhouden locatie. Optioneel!?!?!? -->
<MaintenanceLocation> <MaintenanceLocation>
<!-- SIDB - Uniek nummer ter identificatie van een woningcorporatie complex. Optioneel, C(17) --> <!-- SIDB - Uniek nummer ter identificatie van een woningcorporatie complex. Optioneel, C(17) -->
@@ -257,7 +260,7 @@
</xsl:template> </xsl:template>
<xsl:template match="SOAPEnvelope"> <xsl:template match="SOAPEnvelope">
<soap:Envelope xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://etim.nl/xmlschemas/messageservice/2.40"> <soap:Envelope xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://etim.nl/xmlschemas/messageservice/2.40" xmlns:ins="urn:microsoft-dynamics-schemas/codeunit/INSBOUManagementWS">
<xsl:variable name="kovra_xml"><xsl:copy-of select="./node()"/></xsl:variable> <xsl:variable name="kovra_xml"><xsl:copy-of select="./node()"/></xsl:variable>
<soap:Header> <soap:Header>
<ns:CustomInfo> <ns:CustomInfo>
@@ -278,30 +281,29 @@
</soap:Header> </soap:Header>
<soap:Body> <soap:Body>
<ns:PostMessageRequest> <ns:PostMessageRequest>
<ns:MessageServiceMessage> <ins:messageServiceMessage>
<ns:MsgId>1</ns:MsgId> <![CDATA[<MsgId>5</MsgId>
<ns:MsgType>ORDERS</ns:MsgType> <MsgType>ORDERS</MsgType>
<ns:MsgFormat>SALES</ns:MsgFormat> <MsgFormat>SALES</MsgFormat>
<ns:MsgVersion>001</ns:MsgVersion> <MsgVersion>001</MsgVersion>
<ns:MsgDateTime>2016-07-01T12:00:00</ns:MsgDateTime> <MsgDateTime>2016-07-01T12:00:00</MsgDateTime>
<!--Zero or more repetitions:--> <!--Zero or more repetitions:-->
<ns:Attachment> <Attachment>
<ns:URL></ns:URL> <URL></URL>
<!--Optional:--> <!--Optional:-->
<ns:DocumentType></ns:DocumentType> <DocumentType></DocumentType>
<!--Optional:--> <!--Optional:-->
<ns:FileType></ns:FileType> <FileType></FileType>
<!--Optional:--> <!--Optional:-->
<ns:FileName></ns:FileName> <FileName></FileName>
<ns:AttachedData></ns:AttachedData> <AttachedData></AttachedData>
</ns:Attachment> </Attachment>
<!--Zero or more repetitions:--> <!--Zero or more repetitions:-->
<ns:MsgContent> <MsgContent>
<!--You may enter ANY elements at this point--> <!--You may enter ANY elements at this point-->
<xsl:copy-of select="./node()"/> <xsl:copy-of select="./node()"/>
<!-- <![CDATA[<xsl:copy-of select="./node()"/>]]> --> </MsgContent>]]>
</ns:MsgContent> </ins:messageServiceMessage>
</ns:MessageServiceMessage>
</ns:PostMessageRequest> </ns:PostMessageRequest>
</soap:Body> </soap:Body>
</soap:Envelope> </soap:Envelope>
@@ -321,7 +323,7 @@
<xsl:choose> <xsl:choose>
<xsl:when test="PostMessageResponse/PostMessageResult = 'true'"></xsl:when> <xsl:when test="PostMessageResponse/PostMessageResult = 'true'"></xsl:when>
<xsl:otherwise> <xsl:otherwise>
Foutmelding: <xsl:value-of select="PostMessageResponse/MessageServiceMessage"/> Foutmelding: <xsl:value-of select="PostMessageResponse/messageServiceMessage"/>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</Result> </Result>