[Users] FTP transfer

softoun de.vil.13 at hotmail.fr
Wed Mar 16 10:54:48 CET 2011


i'm using Petals studio 1.0 beta
i've created a SU ftp provide

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
	JBI descriptor for the Petals' "petals-bc-ftp" component (FTP).
	Originally created for the version 3.1 of the component.
 -->
<jbi:jbi version="1.0" 
	xmlns:ftp="http://petals.ow2.org/components/ftp/version-3"
	xmlns:interfaceNs="http://petals.ow2.org/components/ftp/version-3"
	xmlns:jbi="http://java.sun.com/xml/ns/jbi"
	xmlns:petalsCDK="http://petals.ow2.org/components/extensions/version-5"
	xmlns:serviceNs="service1"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	
	<!-- 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="interfaceNs:Ftp"
			service-name="serviceNs:test"
			endpoint-name="testEndpoint">
	
			<!-- CDK specific elements -->
			<petalsCDK:timeout>30000</petalsCDK:timeout>
			<petalsCDK:validate-wsdl>true</petalsCDK:validate-wsdl>
			<petalsCDK:forward-security-subject>false</petalsCDK:forward-security-subject>
			<petalsCDK:forward-message-properties>false</petalsCDK:forward-message-properties>
			<petalsCDK:forward-attachments>false</petalsCDK:forward-attachments>
			<petalsCDK:wsdl>ftp.wsdl</petalsCDK:wsdl>
		
			<!-- Component specific elements -->	
			<ftp:server>server1</ftp:server>
			<ftp:port>21</ftp:port>
			<ftp:user>user</ftp:user>
			<ftp:password>password</ftp:password>
			<ftp:folder>folder</ftp:folder>
			<ftp:transfer-type>auto</ftp:transfer-type>
			<ftp:connection-mode>active</ftp:connection-mode>			
		</jbi:provides>
	</jbi:services>
</jbi:jbi>


what should i do next?




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

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30666#30666

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


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


More information about the Users mailing list