Questions tagged [soa-suite]

SOA Suite is a comprehensive, hot-pluggable software suite to build, deploy and manage Service-Oriented Architectures (SOA).

SOA Suite is a comprehensive, hot-pluggable software suite to build, deploy and manage Service-Oriented Architectures (SOA). The components of the suite benefit from common capabilities including consistent tooling, a single deployment and management model, end-to-end security and unified metadata management.

SOA suite usually contains solutions for ESB, BPEL, Human Workflow, Adapters. B2B, etc. Each vendor provides its own SOA suite as a comprehensive package implementing all SOA aspects.

54 questions
1
vote
3 answers

10.4.2 401 Unauthorized error on 12C SB console

I have just installed Oracle SOA Suite 12.1.3.0.0. Have created the integrated server and standalone server. Problem : I'm not able to login to sbconsole.As soon as I hit enter after giving the userName/password, all I see is - Error…
Habin
  • 792
  • 1
  • 11
  • 21
1
vote
3 answers

How to remove SOA Application from SOA Server on Weblogic 11g

I have a Domain in Weblogic 10.3.6 with SOA Server included. I just deployed a SOA Application called soa_1 with BPEL Process called HelloWorld using JDeveloper. This is the structure shown in JDeveloper: Application Servers Weblogic Server …
GabrielBB
  • 2,479
  • 1
  • 35
  • 49
1
vote
1 answer

Oracle BPEL, why compensation while catch can handle exception

I just wonder in Oracle BPEL, the purpose of compensation is business rollback. But catch can do the nearly similar things (except rollback in reverse order of completion). I don't really understand why we still need Compensation?
Esca Tran
  • 129
  • 1
  • 3
  • 14
1
vote
0 answers

Calling an OSB-WebService from a BPEL Process with a Conversation ID

I'm having trouble with invoking an OSB-WebService from a SOA Suite 11g BPEL Process. If I do not specify a Conversation ID, it works. If I do specify a Conversation ID (I'm using the ECID), I get the error: "Unable to access the following…
Fabian
  • 1,982
  • 4
  • 25
  • 35
1
vote
1 answer

WSO2 as SCA: will it be possible?

hello again, WSO2 community. My last question about your architecture for my research is not a technical question, but a future-oriented one instead. I was thinking about the OSGi approach the Suite has, that is one of the most interesting abstract…
OverTheBitStair
  • 185
  • 1
  • 2
  • 7
0
votes
1 answer

Which WSDL elements are required (Oracle SOA Suite)

I am trying to understand the .wsdl files generated by JDeveloper in SOA Projects. I noticed that they tend to only contain the types, the portType and the message elements, not however the service or the binding element. Then I checked the WSDL…
Student
  • 1,947
  • 2
  • 18
  • 25
0
votes
1 answer

How to subscribe to human workflow events in Oracle SOA Suite 11g?

I'm using BPEL processes in Oracle SOA Suite 11g with some human tasks. I need to do some stuff when a task is claimed or released. How can I achieve that? Thanks in advance, PS: Here is the link to my post in Oracle's forums
Neuquino
  • 11,580
  • 20
  • 62
  • 76
0
votes
3 answers

How to configure user for worklist application and human workflow?

I am new in SOA Suite and we are using SOA suite 11g. Please let me know how to configure user for human work flow and work-list application. I created simple users in weblogic realm. but how to set which user can be administrator or which user will…
Pedantic
  • 1,368
  • 10
  • 39
  • 70
0
votes
1 answer

Table Space size is increasing too fastly(DEV_MDS in soa suite 11g)

I am using Oracle Soa Suite 11g. We are facing a Data Base (table space)problem. after every deployment schema DEV_MDS is getting increased by 40 MB. we are in development phase so very frequently we are deploying process. and while undeploying the…
Pedantic
  • 1,368
  • 10
  • 39
  • 70
0
votes
1 answer

SOA Composite deployment taking long time, sending servers in critical state

I recently deployed a soa composite application on em (Enterprise Manager) but it took 1 hour to deploy (it got deployed successfully after an hour) which resulted in admin and other server to go in critical state. I tried the same in lower…
0
votes
1 answer

Oracle SOA Suite Quick Start 12.2.1.3.0

I need to download Oracle SOA Suite 12c version 12.2.1.3.0, and I've already searched for options in the site but there's only the VM option. Is there any place where I can download this specific version?
nauanalima
  • 39
  • 1
  • 6
0
votes
1 answer

In what table of the SOA_Infra database can I find the composite sensor data?

question background: I want to get usage data from certain operations that I adress through a referenced service in my BPEL. In order to get usage data I have added BPEL composite sensors to the composite and have filled them with element values…
Jesper Vernooij
  • 173
  • 1
  • 15
0
votes
1 answer

How to make a jpg of a BPEL Proces design in SOA suite 12c

I am using: Oracle SOA suite 12c, JDeveloper Studio Edition Version 12.2.1.3.0 How do you turn the BPEL design view Graphic from JDeveloper into a nice JPG you can use for architectural decisions and presentations? I would just make a screenshot,…
Jesper Vernooij
  • 173
  • 1
  • 15
0
votes
1 answer

How to resolve "Tried all: 4 addresses, but could not connect over HTTPS to server: XXXXX port: 443"

In my SOA process (Oracle SOA Suite 12c), I have a rest adapter that calls an https service. During invoke i am getting the following error: oracle.fabric.common.FabricInvocationException: javax.ws.rs.ProcessingException: java.net.ConnectException:…
Rimz
  • 11
  • 3
0
votes
1 answer

how to save payload of soa composite to xml file?

i am working on oracle SOA project in which i want to save csv data to XML file. till now i got the payload in form of xml using Translate activity but i can only use it directly. I want to save the pay load to xml file. i am facing following error…
Paras
  • 240
  • 1
  • 13