[Users] WSDL <definition>

vzurczak vincent.zurczak at petalslink.com
Wed Mar 16 11:06:11 CET 2011


OK.

So you have one service, implemented through the JSR-181 component. Therefore, this service will run inside Petals ESB.
And you exposed this service as a web service, outside the bus, by using the Web service connector, ie the SOAP BC. Said differently, you have one provider (the JSR-181), which makes a service available, and one consumer on the SOAP BC, that will foreward requests associated with a given URL to the JSR service. 

Now, where comes from the WSDL you posted above? :) 
Normally, you must have generated the JSR-181's WSDL before deploying it.
It means it was generated in the studio. And the SOAP BC should display the exact same WSDL. 
Could you post the WSDL of your JSR-181 service please?


PS : if you create a BPEL process, then this process will only be invocable inside the bus.
To make it invocable from the external world, you have to go through a connector (a BC), such as the SOAP BC, which allows a service to interact with the external world through SOAP messages. For this last case, it is achieved by creating a service-unit for the SOAP component, in consumer mode. It's the always the same logics. ;)




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

Subscribe/Unsubscribe emails notifications :
http://forum.petalslink.com/m2f_usercp.php

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=31712#31712

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






More information about the Users mailing list