Page 1 of 1

IFS Plugin generated XML location/Debtor Account

PostPosted: Fri Oct 23, 2015 10:37 am
by danny.ruben
Jiwa 7.00.129
SQL2008R2
We have set up the IFS plugin as per the instructions. Service address is set to http://www.smartfreight.com/online/SFOv1/
In the Sales Order / Freight tab we complete all fields and click on Send To Freight System but we are not able to locate the XML that has been generated.

The IFS system receives the Connote but has an error as there is no Received Account sent from Jiwa (according to IFS Support). IFS have advised that <recaccno> is the tag and needs to be populated with the debtor code.
I can see the <recaccno> in the Plugin code but I cannot tell if it has been populated from Jiwa without seeing the XML.

Re: IFS Plugin generated XML location/Debtor Account  Topic is solved

PostPosted: Fri Oct 23, 2015 10:52 am
by Scott.Pearce
Look at line 120:

Code: Select all
Dim result As String = smartFreight.Import(smartFreightid, smartFreightpassword, salesOrderForm.SalesOrder.InvoiceNo, conNote.Serialise.InnerXml)


conNote.Serialise.InnerXml is the XML sent to the IFS smart freight web service. You could also dump it out to a file and examine it.