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.
0
votes
2answers
33 views
[Oracle Service Bus]How to access the WSDL URL of a OSB proxy service in web browser
Does anybody knows how to achieve above ? For example, in tomcat,axis2 if a service is deployed I can access the WSDL of it like localhost:8080/services/foo?wsdl . How to achieve the same in OSB ? Any ...
0
votes
0answers
20 views
The proposed key is not within the partition defined by owning publisher:Apache JUDDI and OSB
I am trying to publish Oracle Service Bus proxy services to UDDI registry (JUDDI).
And I am getting $subject when try to publish a proxy service through OSB. Have anyone came across with such before? ...
0
votes
1answer
12 views
OSB 11g: Admin console buttons are disabled
I am new to OSB and I installed OSB 11g on WLS 11g and login to /sbconsole as weblogic admin. And $subject. Do I have to create any user profile before. For instance IN project explorer page, ...
0
votes
1answer
32 views
how to remove � in a response document in oracle service bus?
I'm getting this response document when calling a service with osb:
<FML32>
<FLD_ERRORCODE>5801</FLD_ERRORCODE>
<FLD_ROUTINGFLAG>�</FLD_ROUTINGFLAG>
...
2
votes
1answer
37 views
How do you add versioning information to web services?
I would be interested to get the community’s opinions on the best way to add versioning information to web services.
In our company we work with Weblogic WLS, OSB and SOA. Now we want to attach the ...
0
votes
0answers
39 views
Oracle Service Bus 11.1.1.6 tutorial issues
Hi i am working On Oracle service Bus 11.1.1.6.Firstly i could'nt able to find Examples and Tutorial of this version.Secondly latest tutorial that is avalaible is of the version 11.1.1.4.For testing a ...
0
votes
0answers
19 views
One generic proxy server for all Business services
I'm newbie in SOA Domain. We are planning to have a generic solution for most of our internal web services consumers.
We are planning to use OSB - as a mediator for all these services.
Our approach ...
1
vote
1answer
32 views
Mocking Http-503 for a web service
I would like to mock a web service response for an HTTP 503 (Error 503--Service Unavailable) when The server is unable to handle the request due to a temporary overloading or maintenance of the ...
0
votes
0answers
14 views
Are there a free and a for-fee version of Oracle Service Bus?
Are there a free and a for-fee version of Oracle Service Bus ? Yes or No ?
I visited the website of Oracle and on the page about Oracle Service Bus and I didn't find how to pay for a pay-off version ...
0
votes
1answer
36 views
after installed osb, can't run config.exe to create a domain in windows7
I am a newbie to weblogic and currently trying to learn it. I have installed weblogic 11.1.1.5.0, Oracle XE, and also create a schema. However, when I installed osb, I can't run config.exe (directory: ...
0
votes
0answers
31 views
How do I install OSB on CentOS 6.3?
since yesterday I've been looking into how to install OSB on CentOS 6.3. Everytime I try I get this verification check with error:
Here's a list on the things I tried:
- I installed all the ...
0
votes
0answers
38 views
Can I install OSB on CentOS 6? If it can, how?
I'm kind of newbie when working on Linux. I've been trying to install Oracle Service Bus on a CentOS 6. I managed to installed Weblogic Server, but when trying to install OSB, it appears a check on ...
0
votes
0answers
107 views
OSB - JCA Adapter connection error
when I try a flow in OEPE I get this error in my domain's log:
"nested exception is: BINDING.JCA-11812
Interaction Processing Error.
Error when processing the execution of the interaction to ...
0
votes
1answer
47 views
Non standard names - XPath
I'm trying to get info from the tree of a web service message in OSB. But the name is non-standard (<xml-fragment>)
Here's the expression I'm using:
...
0
votes
1answer
102 views
How to assign a variable in XSLT and then use it in message flow/pipeline pair in OSB
This query relates to OSB and xslt . I want to do some complex logic in xslt and then assign the resultant value to a variable . Now I want to use this variable after the xslt transformation ...
1
vote
1answer
157 views
RESTful post in Oracle Service Bus
Does anyone know how to create a proxy service that will handle this sort of thing?
What I'm looking for is a path parameter and a post body being formatted similar to this:
POST www.myurl.com/{123}
...
0
votes
1answer
58 views
Schedular call to OSB proxy in regular interval
I am very new in OSB. I have created one proxy service which call separate business services. I want to configure it such a way that the proxy service get automatically called after every 5 minutes. ...
0
votes
0answers
83 views
OSB - Partial Import Errors
I want to know what are the most common reasons for Partial Import Errors in OSB.
I'm trying to run in server a configuration project, but with no avail. Each time I try a "Partial Import Error" ...
0
votes
2answers
111 views
2
votes
1answer
261 views
Oracle Service Bus retrying service callout
I am new to Oracle OSB and I am trying to invoke a service, but if the invocation fails, retry that invocation up to N times. If it fails N+1 times I want to log the occurence.
Can anyone help me or ...
2
votes
1answer
171 views
Aggregator Pattern , SOA ( SplitJoin OSB)
I have Oracle Service Bus exposing a service that aggregates the responses from 3 different backends.
The big problem is that OSB is behaving very badly with large payload in response.
If the ...
0
votes
0answers
238 views
Weblogic OSB What can cause a Business Service's JMS send Request to then NOT receive a response back?
We have a production Weblogic OSB Business Service which makes send request calls to an external JMS queue (not managed by us). Sometimes, we know that the external JMS queue is not reachable but, if ...
0
votes
1answer
398 views
Oracle Service Bus (OSB) Proxy Service Endpoint URI change
We have an OSB Proxy Service which is currently setup to receive messages from an external jms queue endpoint URI. We have been tasked with creating a JMS bridge over which to receive external ...
2
votes
1answer
163 views
Change an attribute in a mbean using wlst.
I am working with Oracle Service Bus and I want to create a script that will change an attribute in a specific mbean.
I have located the mbean:
com.bea:Name=OperationsConfig,
Location=AdminServer,
...
4
votes
1answer
66 views
BPEL-ESB Link breaks with New Operation in WSDL?
This question is not easy to ask. So I will try my best to ask in a clear way.
We have an Enterprise SOA Suite 10G system already running in place.
A small process, I will explain in this way.
...
0
votes
0answers
105 views
How evoke OSB Proxy from C# and Java
I strictly followed chapter 2 of "Oracle SOA Suite 11g R1
Developer's Guide" from author "Antony Reynolds".
Basically the chapter guided me to this steps:
I created BPEL Process in JDevelop and I ...
0
votes
1answer
130 views
How to call OSB Proxy from Java and C#
I need examples for both situation: how invoke OSB Proxy from Java Client and how invoke from C# Client. I am looking for simple examples and advanced best practices as well.
0
votes
0answers
69 views
While implementing SOA and OSB, how worth is to consider change from dblink to web service?
Where I work, there are a high number of dblink between databases. Some dblinks aim to be the way for loading immense amount of data while others only exist for simple queries.
I am wondering whether ...
0
votes
0answers
153 views
How to control transactions (WS-AT) between two web services in Oracle Service BUS?
Could someone tell me if the OSB can have 2 diferents web services controlled by an unique transaction?
For instance: in the OSB there are two wsdl, each one with its own Business Service and ...
0
votes
0answers
36 views
Oracle OSB Stats API: resource URIs are returned with periods stripped
I'm making a script to poll OSB stats. I'm using the Oracle-provided sample as a starting point:
http://docs.oracle.com/cd/E21764_01/doc.1111/e15867/app_jmx_monitoring.htm#autoId17
Everything works ...
0
votes
1answer
585 views
OSB Replace action failed updating variable “body”: Error parsing XML: {err}FORG0005: expected exactly one item, got 0 items
I tested the Proxy service in Debug mode in eclipse its working fine but When i test it in Sb console i am facing the above error.
Below is my Xquery
(:: pragma bea:global-element-parameter ...
0
votes
1answer
121 views
OSB sbconfig.jar issue - JVM Char length Issue
I am working on an Oracle OSB Build job using Jenkins.
The issue I am facing is: In the sbconfig.jar that's gets crated is not having the full service name.
Ex. If my OSB service name is ...
1
vote
1answer
77 views
About Running OSB foundation sample
When I try to run OSB-100 foundation sample given on official oracle website hosted on java.net.
It is to be run on Weblogic Server 10.3.x 11gR1 Patchset 2.
I have installed latest versions of ...
0
votes
1answer
264 views
How do you map a abstract XSD element in Xquery?
I have a form that I am defining in my Xquery request. This form is built on an XSD schema.
My form:
<xsd:element name="AddInsuranceToOrderForm">
<xsd:complexType>
...
0
votes
1answer
243 views
Oracle service bus Invocation Error
Whenever I try to invoke a proxy service in OSB it gives me error. Here's the error I see:
com.bea.wli.sb.transports.TransportException:
The invocation resulted in an error:
Unknown error while ...
1
vote
1answer
741 views
How to remove namespace from xml
I have a XML in following format
<Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<TransactionAcknowledgement ...
0
votes
0answers
158 views
Difference between attachment variable between OSB old and new version
We have OSB proxy to read the mail box with attachment and then do the further operation.
Now we are upgrading the same OSB process to new version of OSB 11g. I found that there is various changes in ...
0
votes
1answer
165 views
How to read MSMQ from OSB
I need to create a proxy service that will listen from MSMQ (Microsoft Messaging Queue ) .May I know what transport protocol/ adapter should i use to make this possible ?
0
votes
0answers
168 views
Iterate mail attachment in OSB message flow
I am wokring on OSB project where in message flow I need to read the mail and iterate over the attachments.
I am using following expression
we have Upgraded OSB from 9 to 10g R3
for Each variable ...
1
vote
0answers
264 views
Executing XQuery fn-bea:date-from-dateTime($date) causes: XPST0081
I'm writing library in Java, which executes XQuery using oracle's libraries provided in OSB
One of XQuery contains:
<cfgEndDate>{ fn-bea:date-from-dateTime($endDate) }</cfgEndDate>
The ...
0
votes
1answer
428 views
xquery replace issue in Oracle Service Bus
I'm trying to replace two backslashes with a single one within Oracle Service Bus xquery transformation with the replace function:
let $str := replace($srcStr, "\\\\", "\\"), where $srcStr holds the ...
0
votes
1answer
180 views
XQuery regex StackOverflowError in OSB
Sorry if I'm being really stupid (I try and avoid Java-ish RegEx, and mainly use Perl for that sort of stuff), but I've hit on a problem that's really bugging me.
I've got an XQuery resource in an ...
0
votes
1answer
479 views
How to cast from boolean to integer using XQuery?
I tried:
{ xs:integer($contentAssetProvider/text()) }
and
{ data($contentAssetProvider) cast as xs:integer? }
but getting
Error executing the XQuery transformation: Error parsing XML: ...
0
votes
0answers
70 views
UsernameTokenProfile Websphere Application Policy Set
I have a WebService (server) in the Oracle Service BUS that use UserNameTokenProfile with Password Digest. When I consume this webservice from a java standalone application (put the parameters in the ...
0
votes
1answer
294 views
How to automatically import WSDL which created by JDeveloper to OSB?
anybody can help me how do I can automatically register WSDLs which created by JDeveloper into OSB?
simply I wanna created some WSDL by using create web service wizard option in JDEV and automatically ...
0
votes
0answers
221 views
Issue with WDSL created by JDeveloper
I wanna use WSDLs which I created by JDeveloper, I just create web service in JDev by using creat web service wizard.(I have DB in my project)
Then when I want to use those WSDL in OSB it says "WSDL ...
1
vote
1answer
99 views
How to pass unique id into all JMS messages weblogic
I am struggling with a problem and yet to resolve it. In Oracle WebLogic OSB I have a bunch of proxy services. Let's say each of them should pass a parameter to a jms queue with unique identifier so I ...
1
vote
0answers
204 views
OSB 11g Streaming with WCF doesn't work
I'm trying to use the OSB 11g to stream large data to .NET WCF.
I use .NET client and server to check this feature.
I created a proxy which make a service callout to the WCF on the .NET server
but ...
0
votes
1answer
334 views
Oracle Service Bus (11.1.1.6.0): <xsd:include> issue
IF I use this schema:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<xsd:element name="Chick">
...
0
votes
1answer
2k views
How to create web service using Database adapter in OSB Console?
I have a requirement to use OSB with DB Adapter as for given task, I believe BPEL Process will not be better performer than OSB. I have gone through some sites but all of them are demonstrating OEPE ...
