MARX#37116: soap koppeling met Herke ICT (aannemer Coen Hagedoorn)
svn path=/Website/branches/v2016.1/; revision=30056
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" version="1.0">
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:msxml="urn:schemas-microsoft-com:xslt"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" version="1.0">
|
||||
<xsl:output method="xml" indent="yes" encoding="utf-8"/>
|
||||
|
||||
<xsl:decimal-format name="european" decimal-separator="," grouping-separator="."/>
|
||||
@@ -212,7 +215,7 @@
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<xsl:template name="construct_instructionlines">
|
||||
<xsl:template name="construct_instructionlines" xmlns="http://www.gs1.nl/onderhoudsopdracht/insbou/001">
|
||||
<xsl:param name="p_LineNumber"/>
|
||||
<xsl:param name="p_Quantity"/>
|
||||
<xsl:param name="p_MeasurementUnitQuantity"/>
|
||||
@@ -245,7 +248,7 @@
|
||||
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="construct_instruction_pricelines">
|
||||
<xsl:template name="construct_instruction_pricelines" xmlns="http://www.gs1.nl/onderhoudsopdracht/insbou/001">
|
||||
<xsl:param name="p_price"/>
|
||||
<xsl:param name="p_taxperc"/>
|
||||
<PriceInformation>
|
||||
@@ -258,9 +261,9 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="SOAPEnvelope">
|
||||
<soapenv:Envelope xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:soapenv="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">
|
||||
<xsl:variable name="kovra_xml"><xsl:copy-of select="./node()"/></xsl:variable>
|
||||
<soapenv:Header>
|
||||
<soap:Header>
|
||||
<ns:CustomInfo>
|
||||
<ns:IsTestMessage>false</ns:IsTestMessage>
|
||||
<!--Optional:-->
|
||||
@@ -271,20 +274,20 @@
|
||||
<ns:ApplicationId>Mareon</ns:ApplicationId>
|
||||
<ns:VersionId>8</ns:VersionId>
|
||||
<ns:RelationId></ns:RelationId>
|
||||
<ns:UserId></ns:UserId>
|
||||
<ns:Password></ns:Password>
|
||||
<ns:UserId>kovra@herke.nl</ns:UserId>
|
||||
<ns:Password>Kovra2015!</ns:Password>
|
||||
<!--Optional:-->
|
||||
<ns:SessionId></ns:SessionId>
|
||||
</ns:AuthenticationInfo>
|
||||
</soapenv:Header>
|
||||
<soapenv:Body>
|
||||
</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></ns:MsgDateTime>
|
||||
<ns:MsgDateTime>2016-07-01T12:00:00</ns:MsgDateTime>
|
||||
<!--Zero or more repetitions:-->
|
||||
<ns:Attachment>
|
||||
<ns:URL></ns:URL>
|
||||
@@ -298,13 +301,14 @@
|
||||
</ns:Attachment>
|
||||
<!--Zero or more repetitions:-->
|
||||
<ns:MsgContent>
|
||||
<!--You may enter ANY elements at this point-->
|
||||
<!--You may enter ANY elements at this point-->
|
||||
<xsl:copy-of select="./node()"/>
|
||||
<!-- <![CDATA[<xsl:copy-of select="./node()"/>]]> -->
|
||||
</ns:MsgContent>
|
||||
</ns:MessageServiceMessage>
|
||||
</ns:PostMessageRequest>
|
||||
</soapenv:Body>
|
||||
</soapenv:Envelope>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user