• Ashish Goel 5
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi All,

I am facing this wierd issue where I am trying to run a Bulk API java program. When I tested this program in a sandbox, I was getting success response and results. However, when we moved this to our production, I am getting below error:

[AsyncApiException  exceptionCode='UnsupportedContentType'

 exceptionMessage='Unsupported content type: text/xml'

]

I traced back the error to the Create or update job method of Bulk connection 

Could you let me know what am I missing here.