i try to implement the example on this page :
http://incubator.apache.org/servicemix/servicemix-jsr181.html
but i have a lot of interrogation about some step
for example the generation of the xbean.xml...
i need to reference a POJO class but where i must put this pojo on my
archive
i use maven to create the archetype like this :
mvn archetype:create \
-DarchetypeGroupId=org.apache.servicemix.tooling \
-DarchetypeArtifactId=servicemix-jsr181-wsdl-first-service-unit \
-DarchetypeVersion=3.1-incubating \
-DgroupId=com.examples.MyFirstService \
-DartifactId=my-first-service-su \
-DremoteRepositories=http://people.apache.org/repo/m2-incubating-repository
i got the followind directory:
pom.xml
src
\ main
\ ressources
\ service.wsdl
\ xbean.xml
\ target
\ generated-sources
i change the xbean.xml but where i must put my pojo class?
note: dont understand why i dont have my package (com.examples) created
thanks for help
Erik,
Erik Allais wrote:
>
> hi,
> i must make a service provider that consume WS on an external Application
> (SugarCRM)
>
> the illustration:
>
>
> ESB<===>[WS: Service provider]------>consume WS------->[Application:
> SugarCRM]
>
> <------return result-----------
>
>
> my service provider inside servicemix must use a SOAP client to invoke the
> WS of my external application
> There is a component which can do that or i must use a SOAP client like
> XFire or Axis?
>
> note : All the WS i must invoke (sugarCRM) need complex type parameter
>
> Why this implementation??
> Because i need to make an abstract layer over the WS of my application
> (bufferised some process for example)
>
> thanks,
>
> Erik
>
>
>
>
>
--
View this message in context:
http://www.nabble.com/Conception-Problem-about-Service-Consumer-tf3977822s12049.html#a11309858
Sent from the ServiceMix - User mailing list archive at Nabble.com.