create product migration

Xml code posted
created at 20 Aug 12:17, updated at 20 Aug 15:50

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<message name="startRequest">
  <part name="payload" type="startRequestMessage"/>
</message>
 
<portType name="start">
  <operation name="start">
    <input name="startTomcat" message="startRequest"/>
    <fault message="fileNotFound" name="fileNotFoundException"/>
    <fault message="tomcatIsRunning" name="tomcatIsRunningException"/>
    <fault message="tomcatPropertyEmpty" name="tomcatPropertyEmptyException"/>
  </operation>
</portType >

<xs:complexType name="startRequestMessage">
  <sequence>
    <element name="NodeInstanceID" type="xs:string"/>
  </sequence>
</xs:complexType>
604 Bytes in 2 ms with coderay