[Users] How to generate a WSDL 1

tilto thibaut.simonnet at atosorigin.com
Wed Mar 16 10:56:32 CET 2011


> 
> To do so, the service must be reeexposed outside, using a binding component.
> If you are reexposing this service with the SOAP BC (you reexpose the service as a web service), then this BC forces the URL look.
> Generally, it is: 

I have correctly understood but I can't generate a client with the WSDL provided by the WebConsol. 


> 
> When we say you "import" a service inside Petals, that you "provide" one, you just make this service be visible in the bus.
> And it can only be called by a service / consumer which is inside the bus. You cannot see its WSDL (except if you are using Petals introspection tools).
> A service consumer or a client cannot. 
> 

The only way to invoke an internal service in an other service is with orchestration ? I've read this blog (http://planet.petalslink.com/home/pygibello/2010/03/01/comment-utiliser-le-se-pojo-en-1-lecon) but I don't realy understand what kind of message I can use here : 


Code:

Exchange out =
       jbiListener.createConsumeExchange(ep,MEPConstants.IN_ONLY_PATTERN);
    out.setInMessageContent(
       new StreamSource(new StringReader(
         "<pojo>Hello from Pojo !</pojo>")));







-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30830#30830

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/87fd28b7/attachment.htm>


More information about the Users mailing list