Here is the camel-server.xml (
http://pastebin.com/Hf0yvNHQ) and the knowledge-services.xml (
http://pastebin.com/jqrUS9aK). They are both very basic, they are small modification to the default ones.
So, rounding up, my question is, does Drools Execution Server 5.1.1 supports Soap endpoints? if so, based on the configuration files what am I doing wrong?
And additional question is, where I can find the XML serialization format. For example, when using the test that comes with drools-server (REST end point) I sent the following xml:
<batch-execution lookup="ksession1">
<insert out-identifier="person1" return-object="true">
<org.test.Message>
<text>Wepaje</text>
</org.test.Message>
</insert>
</batch-execution>
What if for example org.test.Message contains other complex object (with properties and so on). How the XML should look like?
Thanks in advance for your help