fixes
This commit is contained in:
@@ -27,39 +27,14 @@
|
||||
<pd:activity name="XmlPOST">
|
||||
<pd:type>com.tibco.pe.core.CallProcessActivity</pd:type>
|
||||
<pd:resourceType>ae.process.subprocess</pd:resourceType>
|
||||
<pd:x>276</pd:x>
|
||||
<pd:x>285</pd:x>
|
||||
<pd:y>70</pd:y>
|
||||
<config>
|
||||
<processName>/Processes/xml/author/XmlPOST.process</processName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<root>
|
||||
<ns:author>
|
||||
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns:author/@id">
|
||||
<xsl:attribute name="id">
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/@id"/>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<ns:firstName>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:firstName"/>
|
||||
</ns:firstName>
|
||||
<ns:lastName>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:lastName"/>
|
||||
</ns:lastName>
|
||||
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:age">
|
||||
<ns:age>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:age"/>
|
||||
</ns:age>
|
||||
</xsl:if>
|
||||
<ns:dateOfBirth>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:dateOfBirth"/>
|
||||
</ns:dateOfBirth>
|
||||
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:dateOfDeath">
|
||||
<ns:dateOfDeath>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:dateOfDeath"/>
|
||||
</ns:dateOfDeath>
|
||||
</xsl:if>
|
||||
</ns:author>
|
||||
<xsl:copy-of select="$Start/wsdlPfx:requestPOST/part1/ns:author"/>
|
||||
</root>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
|
||||
Reference in New Issue
Block a user