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!

BPEL invoke Webserivce Transport can not be determined from uri REPLACE_WI

512730Jan 30 2012 — edited Feb 26 2020
Hi,

I am in the process of migrating BPEL 10.1.3.4 to SOA 11.1.1.5.0. I am seeing problems with bpel invoking the webservice. Webservice is available and I could test with the test option in EM successfully. But when I tried to bring up the BPEL process which invokes the webservice, i get the following error.

<Jan 29, 2012 5:12:41 PM EST> <Error> <oracle.soa.bpel.engine.ws> <BEA-000000> <got FabricInvocationException
java.lang.IllegalArgumentException: Transport can not be determined from uri REPLACE_WITH_ACTUAL_URL
at oracle.j2ee.ws.common.transport.TransportFactory.getTransport(TransportFactory.java:48)
at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:63)
at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134)
at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90)
at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:273)
at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:95)
at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:793)
at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.jav
a:235)
...
...
...

I don't have this problem with different webservice and bpel processes. All the webservices were upgraded to 11g using Jdeveloper's Upgrade 10.1.3.4 JAX-RPC to 11g option.

Would appreicate if any help on this.

thanks
Kanchana
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 27 2012
Added on Jan 30 2012
1 comment
2,394 views