all crud operations are working

This commit is contained in:
wojciech
2024-07-30 12:07:54 +02:00
parent 2de95b05fd
commit eddc0b1646
5 changed files with 62 additions and 134 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/pe/WriteToLogActivitySchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://www.demo.com/author">
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Processes/xml/xml.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType>
@@ -16,6 +17,16 @@
<pd:startY>77</pd:startY>
<pd:returnBindings/>
<pd:endName>End</pd:endName>
<pd:endType>
<xsd:element name="root">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ns2:author" minOccurs="0"/>
<xsd:element name="status" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</pd:endType>
<pd:endX>732</pd:endX>
<pd:endY>85</pd:endY>
<pd:errorSchemas/>