Hello,
<br/><br/>I'm in trouble to make a BPEL project work on Petals.
<br/>I have already successfully run a BPEL process that just encapsulates an invokation to another web service, whose invoked operation just receives a string and returns another string. So, I now my dev and deploy processes are OK.
<br/><br/>The project which I'm failing on tries to do pretty much the same, but with one difference: the invoked operation hasn't any input parameters. I'm not sure if this is the real difference that makes things not work, but there is no friendly error message.
<br/><br/>The invoked web service were generated with JAX-WS, based on the following interface:
<br/><br/><pre>
@WebService
public interface FuncManager {
        
        @WebMethod
        String getSalario(String name);
        
        @WebMethod
        String getMaisRico(); // BPEL calls this operation!

}
</pre><br/>When I try to deploy the service assembly on Petals, I receive the following stack trace:
<br/><a href="http://dl.dropbox.com/u/18183156/choreos/stack_trace.txt" target="_top" rel="nofollow" link="external">http://dl.dropbox.com/u/18183156/choreos/stack_trace.txt</a><br/><br/>Here are the service unit (which includes the BPEL file and the WSDL of the invoked service):
<br/><a href="http://dl.dropbox.com/u/18183156/choreos/su-BPEL-FuncProcess-provide.zip" target="_top" rel="nofollow" link="external">http://dl.dropbox.com/u/18183156/choreos/su-BPEL-FuncProcess-provide.zip</a><br/><br/>I've validated the BPEL file, and Petals Studio told me it was OK.
<br/><br/>Print screen of process diagram in Petals Studio: 
<br/><a href="http://dl.dropbox.com/u/18183156/choreos/petals.png" target="_top" rel="nofollow" link="external">http://dl.dropbox.com/u/18183156/choreos/petals.png</a><br/><br/>If all this problem was because a bad BPEL, Petals Studio shouldn't tell me?
<br/><br/>Doesn't the BPEL engine provides a log where I could read more friendly error messages?
<br/><br/>Why Petals Studio doesn't allow me to empty the &quot;input variable&quot; of an invokation? According BPEL specification it is an optional field, is not?
<br/><br/>Thanks in advance,
<br/>Leonardo Leite
<br/>IME - USP
        
        <br/>
        <br/>
        <hr noshade="noshade" size="1" color="#cccccc" />
        <div style="color:#444; font: 12px tahoma,geneva,helvetica,arial,sans-serif;">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://forum.petalslink.com/BPEL-on-Petals-invoking-operation-without-input-tp3517741p3517741.html">http://forum.petalslink.com/BPEL-on-Petals-invoking-operation-without-input-tp3517741p3517741.html</a>
        </div>
        <div style="color:#666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                To start a new topic under Users (get help, provide help), email ml-node+s974793n2681628h42@n3.nabble.com <br/>
                To unsubscribe from Users (get help, provide help), <a href="http://forum.petalslink.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;node=2681628&amp;code=dXNlcnNAZm9ydW0ucGV0YWxzbGluay5vcmd8MjY4MTYyOHwtOTE3MDU0NjU4">click here</a>.<br/>
                <a href="http://forum.petalslink.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&amp;breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif">NAML</a>
        </div>