Hello,
I have simple scenario SFTP to ABAP proxy in process orchestration..
My input file is
12345666777777
223454566666666
222344444444444
My Message type
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:city-cob:ltsadata:to:sap" targetNamespace="urn:city-cob:ltsadata:to:sap">
<xsd:element name="LTSARequest_MT" type="LTSARequest_DT" />
<xsd:complexType name="LTSARequest_DT">
<xsd:annotation>
<xsd:documentation xml:lang="EN">
LTSA Property Data
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="LTSARecordSet" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="LTSARecords" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
I am using content conversion:
I have error called:
Please help me how do simple content conversion in SAP SFTP sender adapeter.
Thank you
John