Oracle Enterprise Service Bus is a fundamental component of Oracle's Services-Oriented Architecture that provides a loosely-coupled framework for inter-application messaging. It's abbreviation for Oracle Service Bus.
Questions tagged [oracle-service-bus]
88 questions
20
votes
3 answers
Passing username and password to svcutil.exe?
We have OSB services that are currently secured with a username and a password. I get a 401 unauthorized when attempting to generate a service proxy using svcutil. I know you need to set up a svcutil.exe.config file but I cannot find any examples…

webwires
- 2,572
- 3
- 26
- 44
15
votes
6 answers
JMS transport v/s MQ transport
I am using Oracle Service Bus(OSB) as the MOM, and the destination URI is a IBM MQ queue. I just want to know which would be the preferred transport. OSB provides 2 adapters for the same, JMS adapter and MQ adapter for transport. Does any one knows…

hakish
- 3,990
- 7
- 39
- 56
4
votes
1 answer
How WSDL is Used in Oracle Service Bus?
I created an OSB Service using a WSDL and selected a Binding. Now, when my client is trying to call the service using the WSDL I provided, they are getting errors. Also, the binding name in the WSDL that I provided and the WSDL that they are pulling…

systemhalted
- 818
- 9
- 24
4
votes
2 answers
How to access the WSDL URL of a OSB proxy service in web browser
Does anybody know how to access the WSDL URL of a Oracle Service Bus?
For example, in tomcat, axis2 if a service is deployed I can access the WSDL of it like:
http://localhost:8080/services/foo?wsdl
How to achieve the same in OSB?
P.S.: I have…

user2401730
- 41
- 1
- 1
- 3
2
votes
1 answer
how do you use TDD for developing webservices using Oracle Service Bus
Does anyone have any opinions on how TDD and UNIT testing would would when developing web services using Oracle Service Bus? All I can think of is stubbing out the back ends then running tests through the service bus, but that's really just…

irishguy
- 671
- 1
- 9
- 24
2
votes
1 answer
Set permissions to file stored using JCA in OSB
I have a proxy which stores a file (Publish action) in a specific directory using a JCA File Adapter. I need to set permissions over the stored file, 777 for instance.
Does anyone know how/where to set it? Maybe a property in JCA file?

Chestii de Fotbal
- 133
- 1
- 12
2
votes
1 answer
WL5G3N0 notation in Proxy Server after exporting in OSB
I need to virtualize one web service in OSB, but the final wsdl is the same as the Business service (it's a asxm and everything is only in one file), this is OK, but after exporting the wsdl has a differente notation, please see the examples…

zepol
- 187
- 5
- 20
1
vote
0 answers
Merging CSV files in Oracle Service Bus (OSB 12c) with same headers
I want to merge 2 CSV files with same headers (columns) in OSB 12c but unable to figure out a solution. I am very new to this tech so would appreciate any help.
Thanks in advance!
Regards.
I have created a FTP Adapter that writes a CSV file at a…

Divyajyoti Basu
- 11
- 1
1
vote
2 answers
Is there a way to close the cursor after reading it?
working with oracle sql and oracle service bus.
I have a problem with closing the connection.
An example of a simple procedure I use is the following :
create or replace procedure getempdata(
v_id in number,
q out sys_refcursor
)
as
begin
open…

Verina
- 11
- 3
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…

Meena
- 93
- 4
- 10
1
vote
0 answers
Is there any tool to automate Oracle Service Bus configuration for CICD and where to get it?
I have tried WLST. I am able to deploy wars. I have seen that there is a library to access…

user2108278
- 391
- 5
- 17
1
vote
1 answer
How to deploy Oracle Service Bus projects via scripts?
I'm attempting to deploy an oracle service bus project to my locally hosted weblogic 12c server in an internet-restricted VM but the tools are indicating my JAR file isn't a valid application file. What is the proper way of building and deploying…

NickelBomber
- 13
- 1
- 3
1
vote
1 answer
Export OSB resources without using export wizard on JDeveloper
Using JDeveloper in order to create and manage Oracle Service Bus 12c resources, I am able to export the required resources into a .jar file using the Resources Export Wizard of JDeveloper, selecting one by one those needed, under the tree of each…

Nick Louloudakis
- 5,856
- 4
- 41
- 54
1
vote
4 answers
Is there any function to get the hostname of a OSB server at runtime?
I need to fetch the OSB server hostname and use it as a qualifier to fecth the value from DVM, as we fetch the BPEL instance URL using ora:getProcessURL() .
example :
If i am able to get the server url as : http://dev-osb-clientname.com
I will…

user3625859
- 11
- 4
1
vote
0 answers
Oracle SOA Suite 12c: The use of composite.xml file in Service Bus projects
The composite services (SCA) are described in the file composite.xml. This is valid for SOA Suite 12c SCA composites. These composites are deployed to soa-infra container.
However, the Service Bus (SB) projects/services also contain a composite.xml…

KarelHusa
- 1,995
- 18
- 26