[Users] BPEL - Time out lors d'un invoke

cippit_b [via Petals ESB] ml-node+3072075-706788935-385891 at n3.nabble.com
Thu Jun 16 16:03:24 CEST 2011



Bonjour, 
je débute en BPEL est je suis un peu bloqué, 

Lors ce que je veux faire un <invoke> simple, j'ai toujours un time out 
est ce que vous avez une idée d’où ça pourrai venir ?

J'ai essayé de plusieurs façons, et j'obtiens toujours un time out à la
fin..
Ça vient peut être de mes Partner Link car les options myRole et partnerRole
sont encore floue pour moi

L'opération que j’essaie d’invoquer:
 - Son nom est  "Hi"
 - Elle prend en paramètre une String
 - Elle revoit une String
Je vous mets mes fichiers .BPEL, et la définition des PartenaireLinkType.


project.BPEL wrote:
> 
> <process name="Test15Jeudiprovide"
>          targetNamespace="http://petals.ow2.org/bpel/Test15Jeudiprovide/"          
>          xmlns:tns="http://petals.ow2.org/bpel/Test15Jeudiprovide/"
>         
> xmlns:artifacts="http://petals.ow2.org/bpel/Test15Jeudiprovide/Artifacts"
>          xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
>         
> xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
> xmlns:ns="http://test">
> 
>     
>     <bpel:import namespace="http://test" location="Hello_schema1.xsd"
> importType="http://www.w3.org/2001/XMLSchema"></bpel:import>
>     <bpel:import namespace="http://test" location="Hello.wsdl"
> importType="http://schemas.xmlsoap.org/wsdl/"></bpel:import>
>     <import location="Test15JeudiprovideDefinition.wsdl" 
> 			namespace="http://petals.ow2.org/bpel/Test15Jeudiprovide/" 
> 	        importType="http://schemas.xmlsoap.org/wsdl/" />
> 	        
> 	<import location="Test15JeudiprovideArtifacts.wsdl"
> 			namespace="http://petals.ow2.org/bpel/Test15Jeudiprovide/Artifacts"
> 			importType="http://schemas.xmlsoap.org/wsdl/" />
> 	                
>              
>     
>     
>              
>     <partnerLinks>
>         
>         <partnerLink name="Test15JeudiprovidePartner"
>                      partnerLinkType="artifacts:Test15JeudiprovidePLT"
>                      myRole="Test15JeudiprovideRole" />
>         <bpel:partnerLink name="PL_helloIn"
> partnerLinkType="artifacts:HelloINPLT"
> myRole="HelloInRole"></bpel:partnerLink>
>         <bpel:partnerLink name="PL_helloOut"
> partnerLinkType="artifacts:HelloOUTPLT"
> partnerRole="HelloOutRole"></bpel:partnerLink>
>     </partnerLinks>
>   
>              
>     
>     
>              
>     <variables>
>     	<bpel:variable 	name="Test15JeudiprovidePartnerRequest" 
>     					messageType="tns:Test15JeudiprovideRequestMessage" />
>         <bpel:variable name="PL_helloOutResponse"
> messageType="ns:HiResponse"></bpel:variable>
>         <bpel:variable name="PL_helloOutRequest" messageType="ns:Hi">
>         </bpel:variable>
>     </variables>
> 
>              
>     
>     
>     
>              
>     <sequence name="MainSequence">
>     	<bpel:receive 	name="ReceiveMessage" partnerLink="PL_helloIn"
> operation="Hi" portType="ns:Hello" variable="PL_helloOutRequest"/>
>         <bpel:invoke name="Invoke" partnerLink="PL_helloOut"
> operation="Hi" inputVariable="PL_helloOutRequest"
> outputVariable="PL_helloOutResponse"></bpel:invoke>
>         <bpel:reply name="Reply" partnerLink="PL_helloIn" operation="Hi"
> variable="PL_helloOutResponse"></bpel:reply>
>     </sequence>
> </process>
> 


PartnerLinkType wrote:
> 
>     <plnk:partnerLinkType name="HelloINPLT">
>     <plnk:role name="HelloInRole" portType="wsdl:Hello"/>
>   </plnk:partnerLinkType>
>     <plnk:partnerLinkType name="HelloOUTPLT">
>     <plnk:role name="HelloOutRole" portType="wsdl:Hello"/>
>   </plnk:partnerLinkType>
> 

D'avance merci, et même si vous n'avez pas le temps de me répondre, me
donner une direction dans laquelle chercher serait déjà un plus

_______________________________________________
If you reply to this email, your message will be added to the discussion below:
http://forum.petalslink.com/BPEL-Time-out-lors-d-un-invoke-tp3072075p3072075.html
To start a new topic under Users (get help, provide help), email ml-node+2681628-1333396262-385891 at n3.nabble.com
To unsubscribe from Users (get help, provide help), visit http://forum.petalslink.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2681628&code=dXNlcnNAZm9ydW0ucGV0YWxzbGluay5vcmd8MjY4MTYyOHwtOTE3MDU0NjU4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110616/5adb5bfe/attachment.htm>


More information about the Users mailing list