PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Using Integration Broker to HTTP POST a csv file to web service

edited Jun 20, 2013 11:11AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 5 commentsAnswered
Hello:

I am trying to find out how I can post just a plain CSV file to a web service (that uses WebMethods FlatFile processing).  The integration needs to be HTTP POST and not FTP.  I am able to HTTP POST an XML Doc that I create in PeopleCode, but am stumpped on reading in the CSV file and getting it to POST.

Here is the basic code example that I can make work just fine, but it's not a File.

=====================================
&msg = CreateMessage(Operation.UT_CNTC_SCIQUEST_RQST);

&xmldata = "<?xml version='1.0'?><ConnectorTest/>";

/* create an XmlDoc */
&xmlDoc = CreateXmlDoc(&xmldata);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center