<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--

/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background-color: #E5E5E5;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11;
        color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td                { font-size : 11; color : #000000; }
a:link,a:active,a:visited { color : #006699; }
a:hover                { text-decoration: underline; color : #DD6900; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1,h2                { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}


/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #FFFFFF; border: 1px #98AAB1 solid; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; line-height: 12px}
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #DD6900; text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink                { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink         { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link        { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

-->
</style>
</head>
        <body>

        <div class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>duffqiu wrote:</b></span></td>        </tr>        <tr>          <td class="quote">Could someone give us information how to fix the problem:<br />
SOAP SA generated by Studio 1.0 can be deployed?</td>        </tr></table><span class="postbody"><br />
<br />
Hi,<br />
<br />
I'm still on hollidays. But as I was checking my emails, and given your insistance, I will try to give you a <strike>short</strike> explaination.<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Quote:</b></span></td>        </tr>        <tr>          <td class="quote">It seems the SOAP SA created by release one can't be deployed<br />
But Beta version could.</td>        </tr></table><span class="postbody"><br />
<br />
Well, the Beta version and the final version do not do the same thing.<br />
In the beta, only a zip file was created, trying to import everything and generate the magic deployment package.<br />
The problem was that it could fail. And when it failed, you were left with no other solution except create or correct the archive contents by hand.<br />
<br />
That's why the version 1.0 introduced the skecthing concept and an intermediary step in the packaging.<br />
If the intermediate projects contain errors, you can correct them easily. And the packaging itself is not specific to BPEL. <br />
However, the creation of these intermediate projects may contain errors. The concretization is a complex task, and we cannot guarantee, at this stage, that it cannot fail.<br />
We know it can. That's why the sketching wizard is marked as experimental. <br />
<br />
That was an exlaination, not a solution...<br />
<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>duffqiu wrote:</b></span></td>        </tr>        <tr>          <td class="quote">Could someone give us information how to fix the problem:<br />
SOAP SA generated by Studio 1.0 can be deployed?</td>        </tr></table><span class="postbody"><br />
<br />
SOAP SA are correct if you use the SOAP wizard.<br />
They may be wrong if you use the sketching export / concretization wizard.<br />
Now, without any detail from you, that will be hard to answer.<br />
<br />
First, if the error is in the consume SA, check the operation and the MEP that are called.<br />
By default, they are "toComplete" and InOut. So, yes the consume SA is wrong, and you have to modify it a little bit.<br />
Its interest is to make you gain some time, not to be 100% perfect. Once again, at this stage. <img src="http://forum.petalslink.com/images/smiles/icon_wink.gif" alt="Wink" border="0" /> <br />
<br />
Now, if the error is in a provide SA, then it means you fell on one of the cases where the BPEL introspection leads to an issue.<br />
And that will need a correction by hand from you.<br />
<br />
<br />
Since I won't be back before several weeks, and that I don't check the forum very often now, here are some advices to move forward and solve your problem.<br />
<ul><li>In which SU is located the error? BPEL, SOAP in provide, SOAP in consume?<br />
<li>What is the error? Is it a syntactic error in the jbi.xml file? Check the source page to see if you have elements underlined in red. <br />
<li>Is it a semantic error? Not the right service name, etc... ?<br />
<li>If the error is located in a SOAP SU, does it work better if you do not generate the SOAP SU in the sketch export but in the SOAP wizard? You can still add this SU in the SA then.</ul><br />
<br />
I hope that will help you. <img src="http://forum.petalslink.com/images/smiles/icon_smile.gif" alt="Smile" border="0" /><br />
Please, try to give some details about your errors if you want others to help you.<br />
Just saying it does not work will not help. <img src="http://forum.petalslink.com/images/smiles/icon_wink.gif" alt="Wink" border="0" /></div>
        <br /><div class="gensmall"><br />
<br />
<br />
-------------------- m2f --------------------<br />
<br />
<a href="http://forum.petalslink.com/m2f_usercp.php">Subscribe/Unsubscribe</a> emails notifications.<br />
<br />
Response to this email will be posted on the Petals forum.<br />
Please delete the existing text before responding :)<br />
<br />
Read the topic online:<br />
<a href="http://forum.petalslink.com/viewtopic.php?p=30891#30891" target="_blank">http://forum.petalslink.com/viewtopic.php?p=30891#30891</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>