bsnyder wrote:
>
> WSDL is not required in ServiceMix when configuring the ServiceMix JBI
> components, but you can use WSDL for each endpoint if you prefer. WSDL
> is used in the wsdl-first example and the cxf-wsdl-first example.
>
Ok, I understand that WSDL is optional so I will take a close look at these
examples.
Regarding Delphi integration, my intention is to enable Delphi application
developers to use concepts like WSDL 2.0 spec's message exchange patterns
(MEPs) in Delphi just like it is possible in Java.
So I am not actually trying to run or access Delphi web services (this would
be too easy) but for example to help building normalized messages in the
same way how it is done in Java.
So I will implement some JBI parts with Delphi, like the normalized message
structure containing
* Content
* Attachments
* Security Subject
* Properties
and some interfaces like
* javax.jbi.messaging.MessageExchange;
* javax.jbi.messaging.NormalizedMessage;
It looks like a huge task for a single developer but I see it also as my
personal fitness training programme for enterprise software development :)
--
View this message in context:
http://www.nabble.com/Starting-point-for-JBI-in-the-examples%2C-query-component-WSDL-tp16203266s12049p16325029.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.