MARX#36636: aansluiten leverancier Aalberts Bouw BV (versie 9/9/16)
svn path=/Website/branches/v2016.1/; revision=30894
This commit is contained in:
@@ -104,7 +104,10 @@
|
||||
</xsl:choose>
|
||||
</FreeText>
|
||||
<!-- 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!?!?!? -->
|
||||
<MaintenanceLocation>
|
||||
<!-- SIDB - Uniek nummer ter identificatie van een woningcorporatie complex. Optioneel, C(17) -->
|
||||
@@ -257,7 +260,7 @@
|
||||
</xsl:template>
|
||||
|
||||
<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>
|
||||
<soap:Header>
|
||||
<ns:CustomInfo>
|
||||
@@ -278,30 +281,29 @@
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ns:PostMessageRequest>
|
||||
<ns:MessageServiceMessage>
|
||||
<ns:MsgId>1</ns:MsgId>
|
||||
<ns:MsgType>ORDERS</ns:MsgType>
|
||||
<ns:MsgFormat>SALES</ns:MsgFormat>
|
||||
<ns:MsgVersion>001</ns:MsgVersion>
|
||||
<ns:MsgDateTime>2016-07-01T12:00:00</ns:MsgDateTime>
|
||||
<ins:messageServiceMessage>
|
||||
<![CDATA[<MsgId>5</MsgId>
|
||||
<MsgType>ORDERS</MsgType>
|
||||
<MsgFormat>SALES</MsgFormat>
|
||||
<MsgVersion>001</MsgVersion>
|
||||
<MsgDateTime>2016-07-01T12:00:00</MsgDateTime>
|
||||
<!--Zero or more repetitions:-->
|
||||
<ns:Attachment>
|
||||
<ns:URL></ns:URL>
|
||||
<Attachment>
|
||||
<URL></URL>
|
||||
<!--Optional:-->
|
||||
<ns:DocumentType></ns:DocumentType>
|
||||
<DocumentType></DocumentType>
|
||||
<!--Optional:-->
|
||||
<ns:FileType></ns:FileType>
|
||||
<FileType></FileType>
|
||||
<!--Optional:-->
|
||||
<ns:FileName></ns:FileName>
|
||||
<ns:AttachedData></ns:AttachedData>
|
||||
</ns:Attachment>
|
||||
<FileName></FileName>
|
||||
<AttachedData></AttachedData>
|
||||
</Attachment>
|
||||
<!--Zero or more repetitions:-->
|
||||
<ns:MsgContent>
|
||||
<MsgContent>
|
||||
<!--You may enter ANY elements at this point-->
|
||||
<xsl:copy-of select="./node()"/>
|
||||
<!-- <![CDATA[<xsl:copy-of select="./node()"/>]]> -->
|
||||
</ns:MsgContent>
|
||||
</ns:MessageServiceMessage>
|
||||
</MsgContent>]]>
|
||||
</ins:messageServiceMessage>
|
||||
</ns:PostMessageRequest>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -321,7 +323,7 @@
|
||||
<xsl:choose>
|
||||
<xsl:when test="PostMessageResponse/PostMessageResult = 'true'"></xsl:when>
|
||||
<xsl:otherwise>
|
||||
Foutmelding: <xsl:value-of select="PostMessageResponse/MessageServiceMessage"/>
|
||||
Foutmelding: <xsl:value-of select="PostMessageResponse/messageServiceMessage"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</Result>
|
||||
|
||||
Reference in New Issue
Block a user