[Users] dynamic web services(endpoints) call?

wabom petals-components at ebmwebsourcing.com
Wed Mar 16 10:29:44 CET 2011


Thank you for your help, first of all.
As it 's implemented, communication between ws isn't allowed.
I was informed that I should use WS-Addressing but I don't know what's this exactly?
The jbi.xml of my provide Service Unit (of the the 1st called ws) is:

Code:

<?xml version="1.0" encoding="UTF-8"?>
<jbi:jbi version="1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:jbi="http://java.sun.com/xml/ns/jbi"
     xmlns:petalsCDK="http://petals.ow2.org/components/extensions/version-4.0"
     xmlns:soap="http://petals.ow2.org/components/soap/version-3.1"
     xmlns:extensions="http://petals.objectweb.org/extensions/"
     xmlns:eip="http://petals.objectweb.org/extensions/eip/"
     xmlns:model="http://plan.myorg">
     <!-- Import a Service into PEtALS or Expose a PEtALS Service => use a BC. -->
     <jbi:services binding-component="true">
       <!-- Import a Service into PEtALS => provides a Service. -->
       <jbi:provides interface-name="model:model"
         service-name="model:model" endpoint-name="planner">
         <!-- CDK specific fields -->
         <petalsCDK:wsdl>model/Planificateur.wsdl</petalsCDK:wsdl>
         <!-- SOAP specific fields -->
         <soap:address>http://localhost:8080/planningProject</soap:address>
         <soap:synchronous-timeout>0</soap:synchronous-timeout>
         <soap:mode>SOAP</soap:mode>
    <extensions:extensions>
            <extension xmlns="http://petals.objectweb.org/extensions/eip/">
               <chain>
                  <get-calls-by-service service="{http://petals.objectweb.org/}PlannerService" operation="getCalls"/>
               </chain>
            </extension>
    </extensions:extensions>
       </jbi:provides>
     </jbi:services>
</jbi:jbi>




thank you in advance...




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

Read this forum topic online here:
http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=713#713

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


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


More information about the Users mailing list