oracle-service-bus

Proxy Service & Business Service

Can i use a proxy service without a business service while configuring message flows in Oracle service bus? If so is what scenarios would we use it? ...

Transport Codes in OSB

hi, i am getting this <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports"&gt;2&lt;/tran:response-code&gt;&lt;tran:response-message xmlns:tran="http://www.bea.com/wli/sb/transports"&gt;Internal Server Error</tran:response-message><tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports"&gt;utf-8&lt;/tran:encod...

Convert xml as string

i have a scenario where in i need to send an xml as a tag content in a SOAP request message to a webservice for example <arg_1><xml version="1.0" encoding="UTF-8"?><sometag><somemoretag>abcd</somemoretag></sometag></arg_1></code> arg_1 happens to be an String parameter to a webservice. So i bring in a CDATA section for this <arg_1><!...

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 except for one that passes a certificate. Dows anyone know how to send a username and passw...

MFL - Message Format Language

What is MFL? Why is it used? Does it actually convert data from one encoding to another? ...

JUNIT Tests for OSB services

hi, Can we have Junit Test cases for testing Proxy, Business Services in Oracle Service Bus? If yes can someone give me some pointers to the same. ...

JMS transport v/s MQ transport

hi, 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 what are the PROS and CONS of the same. TIA ...

OSB WLS Initialisation issue

hi, facing some strange behavior in OSB, i have configured WLS with MQ in client mode, i am doing some minor test to check the connection, i have created a proxy service to read the message from Q1 and a Business Service(BS) to route it to Q2. The issue is the proxy is able to read the message but the BS is throwing this: JMSPool BEA...