How can I get the remote directory to a heading of FTPActivationSpec?

The message header generated for the oracle.tip.adapter.ftp.inbound.FTPActivationSpec contains the name of the file, the FTP host and the FTP port. Is it possible to get remote directory as well?

< schema attributeFormDefault = "qualified" elementFormDefault = "qualified".
targetNamespace = "http://xmlns.oracle.com/pcbpel/adapter/ftp/."
xmlns = "http://www.w3.org/2001/XMLSchema".
xmlns:FTPAPP = "http://xmlns.oracle.com/pcbpel/adapter/ftp/" >
< element name = "InboundFTPHeaderType" >
< complexType >
<>sequence
< element name = "fileName" type = "string" / >
< element name = "ftpHost" type = "string" / >
< element name = "ftpPort" type = "string" / >
< / sequence >
< / complexType >
< / item >
< / schema >

This is already specified in the activation spec parameters:

< activationAgents >
< activationAgent className = "oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink = "ReadFileService" > ""
< property name = "ftpRemoteDir" type = "LogicalDirectory" > on < / property >
< property name = "portType" > Read_ptt < / property >
< / activationAgent >
< / activationAgents >

But I don't want to have to add a parameter preferably separated to contain the same thing if I don't have to. If not, is it possible to query the agent activation parameters of in an xpath expression, which is similar to "ora:getPreference()?

See you soon,.

Add:

to the header adapter FTP WSDL

Tags: Fusion Middleware

Similar Questions

Maybe you are looking for