Adrian Co wrote:
> 
> You can use an http endpoint as a provider 
> (http://incubator.apache.org/servicemix/servicemix-http.html). The 
> provider http endpoint allows you to transform/wrap an incoming jbi 
> message to a soap message and send it as the soap request to the target
> WS.
> 

how? need to call WS in this component
i have a lot of complex type parameter to send


Adrian Co wrote:
> 
> Also, you can use a jsr181 proxy 
> (http://incubator.apache.org/servicemix/servicemix-jsr181.html), so you 
> can invoke the web service as a pojo. You must target an http provider 
> endpoint so that the jbi message created by the jsr181 proxy will be 
> wrapped in a soap message.
> 
> Here's a neat example of invoking an external service using jsr181 
> proxies and http endpoints. 
> (http://incubator.apache.org/servicemix/orchestration-with-jsr181.html)
> 

its not exactly the same conception of mine
in this tutorial, we generate java class with the wsdl
i need to do the reverse implementation...

I need to make my own POJO and expose this to a web service

Erik
-- 
View this message in context: 
http://www.nabble.com/Conception-Problem-about-Service-Consumer-tf3977822s12049.html#a11306455
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to