Questions tagged [oracle-soa]

Oracle-soa stands for Oracle SOA Suite, an application integration and SOA solution by Oracle. It includes support for web services and several WS-* standards, a service bus, a BPEL process engine and B2B integration facilities.

82 questions
6
votes
1 answer

Triggered SMS through SOA/UMS not getting Sender Address from sdpmessagingdriver-smpp driver configuration settings

DESCRIPTION: We are using sdpmessagingdriver-smpp driver deployed on SOA server to send SMS messages. We have configured SMPP driver properties with "Sender Address" & "Default Sender Address". When we try to send SMS then it fails with error…
Himanshu
  • 825
  • 2
  • 10
  • 24
5
votes
3 answers

The JRE was not found in directory C:\Program Files\Java\JDK18~1.0_2 when starting weblogic server

I have installed Oracle soa suite quickstart 12c (12.2.1.4.0) in windows 7. The java version i'm using is jdk1.8.0_241. After creating a standalone domain, when i tried to start the weblogic server using startWeblogic.cmd I got the following…
Meena
  • 93
  • 4
  • 10
2
votes
0 answers

How to invoke a webservice with SAML assertion in header using Oracle SOA BPEL

I need your valuable help/support in solving the below issue Im facing. I have a requirement to develop a service in Oracle SOA BPEL 11g(11.1.1.5) to invoke a SAML Assertion secured Webservice(ServiceB). The SAML Assertion will be the response from…
Shankar
  • 53
  • 4
2
votes
0 answers

oracle soa quick installer - integrated server fails to start

I have installed Oracle SOA Suite 12.2.1.3.0. The installation process went ok but went I try to start the integrated server I get the following error: <07-Mar-2018 10:27:54,941 o'clock CET>
Jesus Paradinas
  • 189
  • 2
  • 12
2
votes
3 answers

How to invoke a REST service from BPEL in Oracle SOA, with Basic Authentication?

I am working with the Oracle Fusion Middleware 12.1.3, and I am developing a BPEL process which has to invoke a remote REST service that needs a Basic Authentication. I created an External reference to the Rest Service, and in my composite.xml, it…
Val Bonn
  • 1,129
  • 1
  • 13
  • 31
2
votes
1 answer

Oracle SOA Suite 12c Infrastructure Management Java API change

I have developed Java/Groovy scripts utilizing the 11g version of the Oracle Fusion Middleware Java API for Oracle SOA Suite Infrastructure Management: https://docs.oracle.com/cd/E28280_01/apirefs.1111/e10659/toc.htm However, after checking the 12c…
KarelHusa
  • 1,995
  • 18
  • 26
1
vote
2 answers

How to replace properties which are defined in .componentType file using deployment config plan?

Is there a way to replace preferences which are configured in BPEL componentType file during deployment config plan? Let's say (If I move these properties in in composite.xml, config plan works fine. I am looking solution for…
Swamy
  • 111
  • 1
  • 2
  • 15
1
vote
1 answer

How to parse a json with dynamic property name in OIC?

I need to consume and parse incoming json from a third party system in my code. I used RestTemplate to do it. So the response from the system looks like below. { "data": { "05AAAFW9419M11Q": { "gstin": "05AAAFW9419M11Q", "error_cd": "SWEB_9035",…
1
vote
1 answer

I Need to write the resulting array to a variable which is anytype and unbounded in BPEL using Java Embedded

I need to call a Stored Procedure running in DB2.Since the Oracle DB Adapter Doesnt support DB2 , I have used Java Embedding to call the Stored Procedure . I Dont have a problem in Calling the Stored procedure using Java Embedding and getting the…
Sathish
  • 11
  • 1
1
vote
1 answer

Service callout to business service returns fault in OSB

I have a proxy service which does service callout to business service to PUT data to a Rest endpoint. When i tested the business service the PUT was successful and got 201 response. When i tested the proxy service ,PUT failed with 400 bad request…
1
vote
2 answers

JDeveloper 12c | IntegratedWebLogicServer | Error while building the default domain

I'm trying to run IntegratedWebLogicServer using JDeveloper Version 12.2.1.4.0, and I have the following message: ERROR: An error occurred while building the default domain. And the log shows: BuildDefaultDomain1.py 2020-02-10…
nauanalima
  • 39
  • 1
  • 6
1
vote
3 answers

SOA FTP Adapter, Error in listing files in the remote directory

I'm getting following error for file transfer using SOA FTP Adapter. BINDING.JCA-11430 Error in listing files in the remote directory. Error in listing files in the remote directory. Unable to list file in remote directory. Please make sure that the…
1
vote
0 answers

Getting Received fatal alert: close_notify error when I call web servide using JDK 7 but same web service works fine using JDK 6

I am using SOA suite to connect to a web service using Oracle web logic server. I am able to connect to my external web service from SOA when I was having jdk 6. After migrating to JDK 7 , I am not able to connect to same external web service and…
1
vote
1 answer

Error: Validation Failed Oracle Storage Cloud Service container name must be in the format

I am getting the following error when creating a oracle database backup service. Oracle Storage Cloud Service container name must be in the format https|http:///{version}// or
1
vote
1 answer

How to call the trace function inside an xquery in Soa Suit 12 C

How can I call the function fn: trace inside an xquery and that the message of the call comes out in the console of the web logic. The following example shows how to attempt to use fn: trace but Jdeveloper generates me in error. Example of…
1
2 3 4 5 6