Recenlty I have downloaded sources... Btw, is there some guide about
cxf-wsdl example? Like "Hello world BC"
Freeman Fang пишет:
Hi Ivan,
You can find src code from smx 3.2.1 release kit. [1] for kit downloading.
[1]http://servicemix.apache.org/download.html
Regards
Freeman
ivan wrote:
So, cxf-wsdl-first... I could find wsdl-first-cxfse-su,
wsdl-first-cxfbc-su, wsdl-first-cxf-sa in servicemix sources... But
instead of this sources, is there some documentation? How should I
mimic this example from "0"?
Thanks :)
Guillaume Nodet пишет:
Just mimic what the cxf-wsdl-first example do and you'll have your
solution. it will be much easier as you don't need to fully
understand the
JBI api to make this work. A web service is just an artifact for a JBI
component, it does not need to *be* a JBI component, because JBI
components
are usually containers onto which artifacts are deployed (artifacts
being
service units).
2008/4/8 ivan <[EMAIL PROTECTED]>:
Ok.. Let start from another side. Our task is to create web-service
with
custom implementation, so no one existing component does not implement
needed functionality. What is our architecture of application and
plan of
development?
Guillaume Nodet пишет:
What will your BC do ?
Creating a BC implies you're not a beginner anymore, because you
need a
clear understanding of JBI and servicemix before.
Have you read
http://servicemix.apache.org/should-i-create-my-own-jbi-components.htmlfirst?
2008/4/8 ivan <[EMAIL PROTECTED]>:
Freeman Fang пишет:
Hi Ivan,
You can take a look at cxf-wsdl-first or wsdl-first example in the
kit.
Best Regards
Freeman
ivan wrote:
Hi!
Recently I've just got started with ServiceMix. I read basic
examples
and Hello World BC, SE. So, I would to know how I must create my
development? For example, I have WSDL-scheme of my potencial
web-service. Web-service must performs some custom actions... So,
which
steps I had to follow to make that service according with given
WSDL?
If I missed some materials about it or kind of my question is not
first,
please redirect to needed link.
Thanks in advance!
Truly yours, Ivan Privalov.
Thanks, I saw it! :) So, how can I create stub for project like
"Hello,
world BC", but WSDL-first? What archetype I should use for it?
Thanks.