Im' trying to submit a job for a fax with a banner but the fields of my received fax are not filled.
Data (ADDR, INS_1) appears at the top of the second page of my fax like this :
"ADDR,REF,INS_1,INS_2,INS_3,INS_4,INS_5,INS_6,INS_7,INS_8,INS_9,INS_10,INS_11,INS_12
fax,référence,MsgRef,Nb Pages,MsgTit,MsgEme,Pr,Adr,CP,Vill,Tel,Fax,Mail,MsgText"
Here is my soap request :
<ns1:Message>
<ns1:JobOptions>
<ns1:FaxOptions>
<ns1:BannerFX>
<ns1:UseBannerFx>yes</ns1:UseBannerFx>
<ns1:BannerFxName>Distributeurs</ns1:BannerFxName>
</ns1:BannerFX>
<ns1:FaxMode>fine</ns1:FaxMode>
</ns1:FaxOptions>
</ns1:JobOptions>
<ns1:Destinations>
<ns1:List>
<ns1:Name>test</ns1:Name>
</ns1:List>
</ns1:Destinations>
<ns1:Contents>
<ns1:Part>
<ns1:Document>
<ns1:DocType>text</ns1:DocType>
<ns1:DocData format="text">ADDR,REF,INS_1,INS_2,INS_3,INS_4,INS_5,INS_6,INS_7,INS_8,INS_9,INS_10,INS_11,INS_12
fax,référence,MsgRef,Nb Pages,MsgTit,MsgEme,Pr,Adr,CP,Vill,Tel,Fax,Mail,MsgText</ns1:DocData>
<ns1:CharacterSet>UTF-8</ns1:CharacterSet>
</ns1:Document>
<ns1:AddrTypeUse>fax</ns1:AddrTypeUse>
</ns1:Part>
</ns1:Contents>
</ns1:Message>
Could you please explain why my fax are not filled ?