Skip to main content
Hi,

I am facing a roadblock here while running a Jitterbit integration which calls a salesforce exposed web service. 

The architecture of the integration is,

We have a source data in a CSV file which is located on Jitterbit server.

The webservice accepts a List of data corresponding to the rows of CSV.

So I have a transformation which maps the fields from CSV to the variables in Salesforce.

After the transformation the web service is called and a debug log is created in salesforce. 

So I know the callout to web service is successful, however, the values from the csv which are mapped to variables in web service are all null. 

Also another thing which I noticed was the list which the webservice accepts as parameters is of size 1. However there are 7 rows in csv file.

I am not sure what I am doing wrong here or missing anything. Can you please help me resolve this issue as I have been working on it for long time with no real progress.

Regards,

Pratik
1 respuesta
  1. 10 ene 2016, 01:34
    Can you please include the code that you have in your webservice (or a small reproducer) and the data your are sending to your webservice.  If you can provide the payload XML (or JSON if using REST) that you are sending that would be very helpful.

    NOTE: When including code please use the "Add a code sample" button (icon <>) to increase readability and make referencing code easier.
0/9000