<!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">As we already discussed in this post: <a href="http://forum.petalslink.com/topic298.html," target="_blank">http://forum.petalslink.com/topic298.html,</a> we need, to use an FTP service in a BPEL process, to merge <a href="http://ftp.wsdl" target="_blank">ftp.wsdl</a> and ftpinterface.wsdl files.<br />
<br />
My merged file looks like this:<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Code:</b></span></td>        </tr>        <tr>          <td class="code"><?xml version="1.0" encoding="UTF-8" standalone="no"?><br />
<wsdl&#58;definitions<br />
&nbsp; &nbsp;name="ftp"<br />
&nbsp; &nbsp;xmlns&#58;soap="http&#58;//schemas.xmlsoap.org/wsdl/soap/"<br />
&nbsp; &nbsp;xmlns&#58;wsdl="http&#58;//schemas.xmlsoap.org/wsdl/" <br />
&nbsp; &nbsp;xmlns&#58;xsd="http&#58;//www.w3.org/2001/XMLSchema"<br />
&nbsp; &nbsp;xmlns&#58;tns="http&#58;//petals.ow2.org/components/ftp/version-3"<br />
&nbsp; &nbsp;xmlns&#58;mime="http&#58;//schemas.xmlsoap.org/wsdl/mime/" <br />
&nbsp; &nbsp;targetNamespace="http&#58;//petals.ow2.org/components/ftp/version-3"><br />
<br />
&nbsp; &nbsp;<wsdl&#58;types><br />
&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;schema <br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;xmlns&#58;xsd="http&#58;//www.w3.org/2001/XMLSchema"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;elementFormDefault="qualified" <br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;targetNamespace="http&#58;//petals.ow2.org/components/ftp/version-3"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="get" type="tns&#58;getType"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType name="getType"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="filename" type="xsd&#58;string"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="1" minOccurs="1"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="connection" type="tns&#58;ConnectionType"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="1" minOccurs="0"><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="ioFault" type="tns&#58;ioFaultType"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType name="ioFaultType"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="message" type="xsd&#58;string"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="mget" type="tns&#58;mgetType"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType name="mgetType"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="filename" type="xsd&#58;string"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="unbounded" minOccurs="1"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="connection" type="tns&#58;ConnectionType"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="1" minOccurs="0"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="mgetResponse" type="tns&#58;mgetResponse"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType name="mgetResponse"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="filename" type="xsd&#58;string"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="unbounded" minOccurs="0"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="getFiles_fault"><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="getFiles_fault" type="xsd&#58;string"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType name="anyType"></xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="files" type="tns&#58;filesType"></xsd&#58;element><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType name="filesType"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="file" type="xsd&#58;base64Binary"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="unbounded" minOccurs="0"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="put"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="body" type="xsd&#58;string" maxOccurs="1"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;minOccurs="1"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="filename" type="xsd&#58;string"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="1" minOccurs="1"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="connection" type="tns&#58;ConnectionType"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="1" minOccurs="0"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="mput"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="connection" type="tns&#58;ConnectionType"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="1" minOccurs="0"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="dir"><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="connection" type="tns&#58;ConnectionType"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="1" minOccurs="0"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="dirResponse"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="filename" type="xsd&#58;string"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;maxOccurs="unbounded" minOccurs="0"></xsd&#58;element><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;element><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;complexType name="ConnectionType"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="server" type="xsd&#58;string" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="port" type="xsd&#58;string" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="user" type="xsd&#58;string" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="password" type="xsd&#58;string" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="folder" type="xsd&#58;string" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="transfer-type" type="tns&#58;transfer-typeType" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;element name="connection-mode" type="tns&#58;connection-modeType" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;sequence><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;complexType><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;simpleType name="transfer-typeType"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;restriction base="xsd&#58;string"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;enumeration value="auto" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;enumeration value="ascii" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;enumeration value="binary" /><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;restriction><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;simpleType><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;simpleType name="connection-modeType"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;restriction base="xsd&#58;string"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;enumeration value="active" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<xsd&#58;enumeration value="passive" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;restriction><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;simpleType><br />
&nbsp; &nbsp;&nbsp; &nbsp;</xsd&#58;schema><br />
<br />
&nbsp; &nbsp;</wsdl&#58;types><br />
&nbsp; &nbsp;<wsdl&#58;message name="getRequest"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="getRequest" element="tns&#58;get" /><br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;message name="getResponse"><br />
<br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;message name="mgetRequest"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="mgetRequest" element="tns&#58;mget"></wsdl&#58;part><br />
<br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;message name="mgetResponse"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="mgetResponse" element="tns&#58;mgetResponse"></wsdl&#58;part><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="files" element="tns&#58;files" /><br />
<br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;message name="getFile_faultMsg"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="ioFault" element="tns&#58;ioFault"></wsdl&#58;part><br />
&nbsp; &nbsp;</wsdl&#58;message><br />
<br />
&nbsp; &nbsp;<wsdl&#58;message name="getFiles_faultMsg"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="ioFault" element="tns&#58;ioFault"></wsdl&#58;part><br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;message name="putRequest"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="putRequest" element="tns&#58;put"></wsdl&#58;part><br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;message name="mputRequest"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="mputRequest" element="tns&#58;mput"></wsdl&#58;part><br />
&nbsp; &nbsp;</wsdl&#58;message><br />
<br />
&nbsp; &nbsp;<wsdl&#58;message name="dirRequest"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="dirRequest" element="tns&#58;dir"></wsdl&#58;part><br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;message name="dirResponse"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="dirResponse" element="tns&#58;dirResponse"></wsdl&#58;part><br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;message name="dir_faultMsg"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;part name="ioFault" element="tns&#58;ioFault"></wsdl&#58;part><br />
<br />
&nbsp; &nbsp;</wsdl&#58;message><br />
&nbsp; &nbsp;<wsdl&#58;portType name="Ftp"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;operation name="get"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;input message="tns&#58;getRequest" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;output message="tns&#58;getResponse" /><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;fault name="fault" message="tns&#58;getFile_faultMsg"></wsdl&#58;fault><br />
&nbsp; &nbsp;&nbsp; &nbsp;</wsdl&#58;operation><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;operation name="mget"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;input message="tns&#58;mgetRequest"></wsdl&#58;input><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;output message="tns&#58;mgetResponse"></wsdl&#58;output><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;fault name="fault" message="tns&#58;getFiles_faultMsg"></wsdl&#58;fault><br />
&nbsp; &nbsp;&nbsp; &nbsp;</wsdl&#58;operation><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;operation name="put"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;input message="tns&#58;putRequest"></wsdl&#58;input><br />
&nbsp; &nbsp;&nbsp; &nbsp;</wsdl&#58;operation><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;operation name="mput"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;input message="tns&#58;mputRequest"></wsdl&#58;input><br />
&nbsp; &nbsp;&nbsp; &nbsp;</wsdl&#58;operation><br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;operation name="dir"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;input message="tns&#58;dirRequest"></wsdl&#58;input><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;output message="tns&#58;dirResponse"></wsdl&#58;output><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;fault name="fault" message="tns&#58;dir_faultMsg"></wsdl&#58;fault><br />
&nbsp; &nbsp;&nbsp; &nbsp;</wsdl&#58;operation><br />
&nbsp; &nbsp;</wsdl&#58;portType><br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;<wsdl&#58;binding name="FtpBinding" type="tns&#58;Ftp"> <br />
&nbsp; &nbsp; &nbsp; <soap&#58;binding style="document" <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;transport="http&#58;//schemas.xmlsoap.org/soap/http" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; <wsdl&#58;operation name="get"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;fault name="fault"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;fault use="literal" name="fault" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;fault> <br />
&nbsp; &nbsp; &nbsp; </wsdl&#58;operation> <br />
&nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; <wsdl&#58;operation name="mget"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;fault name="fault"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;fault use="literal" name="fault" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;fault> <br />
&nbsp; &nbsp; &nbsp; </wsdl&#58;operation> <br />
&nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; <wsdl&#58;operation name="put"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;fault name="fault"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;fault use="literal" name="fault" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;fault> <br />
&nbsp; &nbsp; &nbsp; </wsdl&#58;operation> <br />
&nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; <wsdl&#58;operation name="mput"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;fault name="fault"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;fault use="literal" name="fault" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;fault> <br />
&nbsp; &nbsp; &nbsp; </wsdl&#58;operation> <br />
&nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; <wsdl&#58;operation name="dir"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;input> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;body use="literal" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;output> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<wsdl&#58;fault name="fault"> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <soap&#58;fault use="literal" name="fault" /> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;fault> <br />
&nbsp; &nbsp; &nbsp; </wsdl&#58;operation> <br />
&nbsp; &nbsp;&nbsp; &nbsp;</wsdl&#58;binding> <br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;<wsdl&#58;service name="FTPServiceRConverter-2"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<wsdl&#58;port name="FTPServiceRConverter-2Endpoint" binding="tns&#58;FtpBinding"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<soap&#58;address location="FTPServiceRConverter-2Endpoint"/><br />
&nbsp; &nbsp;&nbsp; &nbsp;</wsdl&#58;port><br />
&nbsp; &nbsp;</wsdl&#58;service><br />
</wsdl&#58;definitions><br />
</td>        </tr></table><span class="postbody"><br />
<br />
And my jbi.xml file looks likt that:<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Code:</b></span></td>        </tr>        <tr>          <td class="code"><?xml version="1.0" encoding="UTF-8"?><br />
<!-- <br />
&nbsp; &nbsp;JBI descriptor for the Petals' "petals-bc-ftp" component &#40;FTP&#41;.<br />
&nbsp; &nbsp;Originally created for the version 3.1 of the component.<br />
&nbsp;--><br />
<jbi&#58;jbi version="1.0" <br />
&nbsp; &nbsp;xmlns&#58;ftp="http&#58;//petals.ow2.org/components/ftp/version-3"<br />
&nbsp; &nbsp;xmlns&#58;interfaceNs="http&#58;//petals.ow2.org/components/ftp/version-3"<br />
&nbsp; &nbsp;xmlns&#58;jbi="http&#58;//java.sun.com/xml/ns/jbi"<br />
&nbsp; &nbsp;xmlns&#58;petalsCDK="http&#58;//petals.ow2.org/components/extensions/version-5"<br />
&nbsp; &nbsp;xmlns&#58;serviceNs="http&#58;//petals.ow2.org/components/ftp/version-3"<br />
&nbsp; &nbsp;xmlns&#58;xsi="http&#58;//www.w3.org/2001/XMLSchema-instance"><br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;<!-- Import a Service into Petals or Expose a Petals Service => use a BC. --><br />
&nbsp; &nbsp;<jbi&#58;services binding-component="true"><br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;<!-- Import a Service into Petals => provides a Service. --><br />
&nbsp; &nbsp;&nbsp; &nbsp;<jbi&#58;provides &nbsp; &nbsp;&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;interface-name="interfaceNs&#58;Ftp"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;service-name="serviceNs&#58;FTPServiceRConverter-2"<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;endpoint-name="FTPServiceRConverter-2Endpoint"><br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<!-- CDK specific elements --><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<petalsCDK&#58;timeout>30000</petalsCDK&#58;timeout><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<petalsCDK&#58;validate-wsdl>true</petalsCDK&#58;validate-wsdl><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<petalsCDK&#58;forward-security-subject>false</petalsCDK&#58;forward-security-subject><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<petalsCDK&#58;forward-message-properties>false</petalsCDK&#58;forward-message-properties><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<petalsCDK&#58;forward-attachments>false</petalsCDK&#58;forward-attachments><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<petalsCDK&#58;wsdl>ftp.wsdl</petalsCDK&#58;wsdl><br />
&nbsp; &nbsp;&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<!-- Component specific elements -->&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<ftp&#58;server>server1</ftp&#58;server><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<ftp&#58;port>21</ftp&#58;port><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<ftp&#58;user>foo</ftp&#58;user><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<ftp&#58;password>bar</ftp&#58;password><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<ftp&#58;transfer-type>auto</ftp&#58;transfer-type><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<ftp&#58;connection-mode>active</ftp&#58;connection-mode>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;</jbi&#58;provides><br />
&nbsp; &nbsp;</jbi&#58;services><br />
</jbi&#58;jbi></td>        </tr></table><span class="postbody"><br />
<br />
I created a SA FTP provide and a SA SOAP consume but when I call the dir operation for instance, I get the following error:<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Code:</b></span></td>        </tr>        <tr>          <td class="code">INFO 2010-03-10 18&#58;17&#58;13,014 &#91;Petals.Container.Components.petals-sample-client&#93; <br />
&nbsp; &nbsp; SampleClient try to send <br />
FINEST 2010-03-10 18&#58;17&#58;13,017 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-DeliveryChannelImpl.createExchangeFactory&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,019 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-MessageExchangeFactoryImpl.createInOutExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,021 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-MessageExchangeFactoryImpl.createExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,023 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-MessageExchangeFactoryImpl.setDefaultMessageExchangeProperties&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,026 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -START-ComponentContextImpl.getEndpoint&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,028 &#91;Petals.JBI-Messaging.EndpointRegistryImpl&#93; <br />
&nbsp; &nbsp; BaseEndpointRegistry.getEndpoint&#40;&#41; Entering method &#58; getEndpoint with params service, name = &#123;http&#58;//petals.ow2.org/components/ftp/version-3&#125;FTPServiceRBSConverter-2, FTPServiceRBSConverter-2Endpoint <br />
FINEST 2010-03-10 18&#58;17&#58;13,034 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -END-ComponentContextImpl.getEndpoint&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,036 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-DeliveryChannelImpl.sendSync&#40;&#41; Exchange Id&#58;petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 - Timeout&#58;2000 <br />
FINEST 2010-03-10 18&#58;17&#58;13,040 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -START-ComponentContextImpl.getLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,042 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -START-ComponentContextImpl.getComponentLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,044 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -END-ComponentContextImpl.getComponentLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,046 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -END-ComponentContextImpl.getLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,047 &#91;Petals.Container.Components.petals-sample-client&#93; <br />
&nbsp; &nbsp; Message in with Id 'petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321' to send <br />
FINEST 2010-03-10 18&#58;17&#58;13,048 &#91;Petals.Container.Components.petals-sample-client&#93; <br />
&nbsp; &nbsp; Message property 'javax.jbi.messaging.protocol.headers' &#58; &#123;&#125; <br />
FINEST 2010-03-10 18&#58;17&#58;13,049 &#91;Petals.Container.Components.petals-sample-client&#93; <br />
&nbsp; &nbsp; Message Content &#58; <?xml version="1.0" encoding="windows-1252"?><ver&#58;dir xmlns&#58;ver="http&#58;//petals.ow2.org/components/ftp/version-3.0"> <br />
</ver&#58;dir> <br />
FINEST 2010-03-10 18&#58;17&#58;13,051 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-ComponentContextImpl.getTransactionManager&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,052 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -CALL-RouterServiceImpl.sendSync&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,053 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -CALL-RouterServiceImpl.removeBypassMessageExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,054 &#91;Petals.JBI-Messaging.TransportResolverModule&#93; <br />
&nbsp; &nbsp; -CALL-TransportResolverModule.electEndpoints&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,055 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -START-RouterServiceImpl.sendToProvider&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,056 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; RouterServiceImpl.sendToProvider&#40;&#41; Send attempt to endpoint 'FTPServiceRBSConverter-2Endpoint' <br />
FINEST 2010-03-10 18&#58;17&#58;13,058 &#91;Petals.Transporter.LocalTransporter&#93; <br />
&nbsp; &nbsp; -START-LocalTransporterImpl.sendSync&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,059 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -START-RouterServiceImpl.onExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,060 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -END-RouterServiceImpl.receive&#40;&#41; Exchange Id &#58; petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 - Component &#58; petals-bc-ftp <br />
FINEST 2010-03-10 18&#58;17&#58;13,060 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -END-RouterServiceImpl.onExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,061 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -CALL-MessageExchangeFactoryImpl.createExchangeDecorator&#40;&#41; http&#58;//www.w3.org/2004/08/wsdl/in-out <br />
FINEST 2010-03-10 18&#58;17&#58;13,063 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -CALL-ComponentContextImpl.getTransactionManager&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,064 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -END-DeliveryChannelImpl.poll&#40;&#41; <br />
FINE 2010-03-10 18&#58;17&#58;13,065 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; Accepting a JBI message with Id &#58; petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 <br />
FINEST 2010-03-10 18&#58;17&#58;13,066 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -CALL-DeliveryChannelImpl.accept&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,066 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; Process an exchange as PROVIDER with id &#58; petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 <br />
FINEST 2010-03-10 18&#58;17&#58;13,068 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -START-DeliveryChannelImpl.poll&#40;&#41; <br />
FINE 2010-03-10 18&#58;17&#58;13,068 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; Intercepting message processing on ACCEPT <br />
FINEST 2010-03-10 18&#58;17&#58;13,072 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -START-RouterServiceImpl.receive&#40;&#41; Component &#58; petals-bc-ftp - Timeout &#58; -1 <br />
FINEST 2010-03-10 18&#58;17&#58;13,072 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; create ftp connection information <br />
FINEST 2010-03-10 18&#58;17&#58;13,073 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; create an ftpConnectionInfo from the service unit properties <br />
INFO 2010-03-10 18&#58;17&#58;13,075 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; JBI exchange received - Process DIR operation <br />
FINEST 2010-03-10 18&#58;17&#58;13,076 &#91;Petals.Container.Components.petals-bc-ftp.FTPConnection&#93; <br />
&nbsp; &nbsp; start listing a directory from the FTP server <br />
FINEST 2010-03-10 18&#58;17&#58;13,077 &#91;Petals.Container.Components.petals-bc-ftp.FTPConnection&#93; <br />
&nbsp; &nbsp; create FTP connection to synergie00 <br />
FINEST 2010-03-10 18&#58;17&#58;13,397 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; DIR operation ended <br />
FINE 2010-03-10 18&#58;17&#58;13,400 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; Intercepting message processing on ACCEPT_RESPONSE <br />
FINEST 2010-03-10 18&#58;17&#58;13,402 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -CALL-DeliveryChannelImpl.send&#40;&#41; Exchange Id&#58;petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 <br />
FINEST 2010-03-10 18&#58;17&#58;13,405 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -START-ComponentContextImpl.getLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,407 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -START-ComponentContextImpl.getComponentLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,409 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -END-ComponentContextImpl.getComponentLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,411 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -END-ComponentContextImpl.getLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,414 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&#91;b&#93;&nbsp; &nbsp; Message Fault with Id 'petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321' to send <br />
FINEST 2010-03-10 18&#58;17&#58;13,417 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; Message Content &#58; <?xml version="1.0" encoding="windows-1252"?><tns&#58;ioFault xmlns&#58;tns="http&#58;//petals.ow2.org/components/ftp/version-3"><tns&#58;message>Can not list files on FTP server &#91;synergie00&#93;. Cause &#58; null</tns&#58;message></tns&#58;ioFault> &#91;/b&#93;FINEST 2010-03-10 18&#58;17&#58;13,420 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -CALL-ComponentContextImpl.getTransactionManager&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,422 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -CALL-RouterServiceImpl.send&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,424 &#91;Petals.JBI-Messaging.TransportResolverModule&#93; <br />
&nbsp; &nbsp; -CALL-TransportResolverModule.electEndpoints&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,425 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -START-RouterServiceImpl.sendToConsumer&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,427 &#91;Petals.Transporter.LocalTransporter&#93; <br />
&nbsp; &nbsp; -START-LocalTransporterImpl.send&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,429 &#91;Petals.Transporter.LocalTransporter&#93; <br />
&nbsp; &nbsp; -END-LocalTransporterImpl.send&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,430 &#91;Petals.Transporter.LocalTransporter&#93; <br />
&nbsp; &nbsp; -END-LocalTransporterImpl.sendSync&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,431 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -END-RouterServiceImpl.sendToConsumer&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,433 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -END-DeliveryChannelImpl.sendExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,436 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -END-RouterServiceImpl.sendToProvider&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,437 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-ComponentContextImpl.getTransactionManager&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,437 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -END-DeliveryChannelImpl.sendExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,438 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -END-DeliveryChannelImpl.sendSync&#40;&#41; <br />
INFO 2010-03-10 18&#58;17&#58;13,439 &#91;Petals.Container.Components.petals-sample-client&#93; <br />
&nbsp; &nbsp; Processing received message petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 <br />
FINEST 2010-03-10 18&#58;17&#58;13,442 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-DeliveryChannelImpl.send&#40;&#41; Exchange Id&#58;petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 <br />
FINEST 2010-03-10 18&#58;17&#58;13,444 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -START-ComponentContextImpl.getLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,446 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -START-ComponentContextImpl.getComponentLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,446 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -END-ComponentContextImpl.getComponentLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,447 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -END-ComponentContextImpl.getLogger&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,448 &#91;Petals.Container.Components.petals-sample-client&#93; <br />
&nbsp; &nbsp; Message acknowledgement DONE with Id 'petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321' to send <br />
FINEST 2010-03-10 18&#58;17&#58;13,449 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -CALL-ComponentContextImpl.getTransactionManager&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,450 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -CALL-RouterServiceImpl.send&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,451 &#91;Petals.JBI-Messaging.TransportResolverModule&#93; <br />
&nbsp; &nbsp; -CALL-TransportResolverModule.electEndpoints&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,452 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -START-RouterServiceImpl.sendToProvider&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,453 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; RouterServiceImpl.sendToProvider&#40;&#41; Send attempt to endpoint 'FTPServiceRBSConverter-2Endpoint' <br />
FINEST 2010-03-10 18&#58;17&#58;13,454 &#91;Petals.Transporter.LocalTransporter&#93; <br />
&nbsp; &nbsp; -START-LocalTransporterImpl.send&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,455 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -START-RouterServiceImpl.onExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,456 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -END-RouterServiceImpl.receive&#40;&#41; Exchange Id &#58; petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 - Component &#58; petals-bc-ftp <br />
FINEST 2010-03-10 18&#58;17&#58;13,456 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -END-RouterServiceImpl.onExchange&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,457 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -CALL-MessageExchangeFactoryImpl.createExchangeDecorator&#40;&#41; http&#58;//www.w3.org/2004/08/wsdl/in-out <br />
FINEST 2010-03-10 18&#58;17&#58;13,458 &#91;Petals.Transporter.LocalTransporter&#93; <br />
&nbsp; &nbsp; -END-LocalTransporterImpl.send&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,459 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -CALL-ComponentContextImpl.getTransactionManager&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,459 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -END-RouterServiceImpl.sendToProvider&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,460 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -END-DeliveryChannelImpl.poll&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,461 &#91;Petals.Container.Installer.petals-sample-client&#93; <br />
&nbsp; &nbsp; -END-DeliveryChannelImpl.sendExchange&#40;&#41; <br />
FINE 2010-03-10 18&#58;17&#58;13,462 &#91;Petals.Container.Components.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; Accepting a JBI message with Id &#58; petals&#58;uid&#58;EA85FB0B6A31AA19FC20353995168755321 <br />
FINEST 2010-03-10 18&#58;17&#58;13,463 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -CALL-DeliveryChannelImpl.accept&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,464 &#91;Petals.Container.Installer.petals-bc-ftp&#93; <br />
&nbsp; &nbsp; -START-DeliveryChannelImpl.poll&#40;&#41; <br />
FINEST 2010-03-10 18&#58;17&#58;13,465 &#91;Petals.JBI-Messaging.RouterServiceImpl&#93; <br />
&nbsp; &nbsp; -START-RouterServiceImpl.receive&#40;&#41; Component &#58; petals-bc-ftp - Timeout &#58; -1</td>        </tr></table><span class="postbody"><br />
<br />
I've been working on it with vzurczak today and we couldn't find the reason why it does not work....<br />
<br />
Any idea? Please! <img src="http://forum.petalslink.com/images/smiles/icon_smile.gif" alt="Smile" 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=30589#30589" target="_blank">http://forum.petalslink.com/viewtopic.php?p=30589#30589</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>