Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Sending 20MB file as Base64 payload using Bpel

SamJun 16 2015 — edited Jun 17 2015

Hi,

I know its a BAD design ...... However i have to invoke serviceNow web service that accepts the file payload as base64 to be uploaded to Service now.

It works fine when the file size is < 10 MB however fails whenever the size is more than 10-12 MB .

The error I see is very vague and doesnt have much info :
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ summary=<summary>Transaction cancelled: SOAPProcessorThread0c0e8a37c9e006009aa8bc1b9de81282: redirect count exceeded or request did not finish within 28 seconds - terminating request...</summary> ,detail=<detail>oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : Transaction cancelled: SOAPProcessorThread0c0e8a37c9e006009aa8bc1b9de81282: redirect count exceeded or request did not finish within 28 seconds - terminating request...</detail> ,code=<code>{http://schemas.xmlsoap.org/soap/envelope/}Server</code>}

Do i need to fine tune certain parameters/properties ? Is this even possible with SOA ?

My design is FTP -> (Read as opaque) -> Bpel Call OSB pass data as opaque -> OSB -> Snow Webservice (accepts base64 data).

Any help/suggestion is highly appreciated.

Thanks

Sam

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2015
Added on Jun 16 2015
1 comment
746 views