Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
<form method='POST' enctype='multipart/form-data' action='http://localhost:8080/active-bpel/services/JSON/humantaskProcessDemoService'> <!-- JSON message payload in a hidden field named '_json' --> <input type="hidden" name="_json" value='{ "loanProcessRequest": {"xmlns" :"http:\/\/schemas.active-endpoints.com\/sample\/LoanRequest\/2008\/02\/loanRequest.xsd", "loanType" :{"$t":"Automobile"}, "firstName" :{"$t":"FileUploadJohn"}, "lastName" :{"$t":"Smith"}, "dayPhone" :{"$t":"2039299400"}, "nightPhone" :{"$t":"2035551212"}, "socialSecurityNumber":{"$t":"123-45-6789"}, "amountRequested" :{"$t":"15000"}, "loanDescription" :{"$t":"Application to finance the purchase of a Toyota Prius"}, "otherInfo" :{"$t":"Down payment is US$7500"}, "responseEmail" :{"$t":"john.smith@example.com"}}}' /> <!-- Force response content-type to text/html --> <input type="hidden" name="responseContentType" value="text/html" /> <!-- Return response wrapped in a textarea element --> <input type="hidden" name="responseWrap" value="textarea" /> File1: <input type="file" name="file_1" /> <br/> <input type="submit" value="Upload File"/> </form>