osb

Are line feeds allowed in JSON strings?

六月ゝ 毕业季﹏ 提交于 2021-01-28 05:06:31
问题 I need to send XML inside a JSON for my REST OSB 12c Proxy as follow: { "login": "jstein", "identityContext": "jazn.com", "taskId": "string", "payload": { "any_0": { "any_01": "<afastamento xmlns:ns1='http: //www.tjsc.jus.br/soa/schemas/comagis/AfastamentoMagistrado' xsi:type='def: AfastamentoMagistradoType' xmlns:xsi='http: //www.w3.org/2001/XMLSchema-instance' xmlns='http: //xmlns.oracle.com/bpel/workflow/task'> <ns1:Magistrado>719</ns1:Magistrado> <ns1:Status>Inicial</ns1:Status> <ns1:Vaga

Does JMC Flight Recording force Full GC?

假如想象 提交于 2020-01-24 00:40:28
问题 I am experiencing some performance related issues (works ok most of the time, and from time to time there's a spike in the response time from 100ms to 4/5s with no apparent reason) in services implemented in OSB. One of the hypothesis to explain this situation is the fact that the JVM could be performing a Full GC during those spikes and we are monitoring the JVM using mission control. The admins tell me that the jvm is running with full gc's disabled, using G1GC and I can see that in the

XSLT Union of two input xml documents [closed]

喜欢而已 提交于 2019-12-24 02:22:33
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I want to merge two xml documents. $input(Doc A) contains all the possible elements. Main Source(doc B) may or may not contain all the elements Doc B contains repeatable elements. O/P should be a UNION of both documents. $input (simplified) <StudentData> <Header> <Info></Info> <

OSB fn-bea functions using Xquery processor in Java

家住魔仙堡 提交于 2019-12-13 14:29:07
问题 Hi i am trying to unit test xqueries that are used in OSB ,using oracle's Xquery processor for java . refer link below http://docs.oracle.com/database/121/ADXDK/adx_j_xqj.htm#ADXDK187 The Xquery is using some fn-bea functions (http://docs.oracle.com/cd/E13167_01/aldsp/docs25/xquery/extensions.html) The functions are not recognized by the Xquery Processor . We are thing of desclaring these functions as external Functions and use them . However we need to know the exact class and method name

Difference between replace entire node and replace node contents in OSB

萝らか妹 提交于 2019-12-13 02:13:22
问题 I have recently started using OSB and i came across the feature "replace entire node or replace node contents". Could anyone help me in listing out the difference between the two with examples. This is a very basic question but i just started learning osb and wanted to get this right. Thanks in advance. Cheers.. 回答1: OK, let's assume you have a variable, $body . Your proxy has done some stuff, and already has $body set, and you want to run it through an xquery transform before you return it.

How to set up OSB service in eclipse?

梦想的初衷 提交于 2019-12-10 12:28:35
问题 I did some research on this. Everywhere I have seen that, this is coming as package. Weblogic/Eclipse IDE/OSB. How can I use the Eclipse as client and connect to OSB server, deploy to server for testing. i don't want to install any services. Also I have installed Jdeveloper, that is not supporting OSB. 回答1: The Eclipse distribution you need to use is OEPE (Oracle Enterprise Pack for Eclipse). There is a guide on how to get a development environment set up on the Oracle Middleware blog. Do

Binary data to text/string in XQuery

﹥>﹥吖頭↗ 提交于 2019-12-08 13:16:46
问题 When xml converted through MFL(Message Format Language) from xml to binary, it comes as following in logs of Oracle Service Bus. <soap-env:Body xmlns:soap-env = "http://schemas.xmlsoap.org/soap/envelope/"> <ctx:binary-content ref="cid:69b63814:144d49f1544:-6cba" xmlns:ctx="http://www.bea.com/wli/sb/context"/> </soap-env:Body> Can any body tell me how to print this log in text/string in Xquery or OSB. Is there any function or method of xquery i can use ? 回答1: Used java Call out to convert this

How WSDL is Used in Oracle Service Bus?

假如想象 提交于 2019-12-07 12:24:48
问题 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 from the URL is different. What is happening? 回答1: As per the OSB documentation, When you create a service based on a WSDL resource, you must base the service on a WSDL port or on a WSDL binding: When you create a new service based on a binding in

How WSDL is Used in Oracle Service Bus?

若如初见. 提交于 2019-12-06 00:49:29
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 from the URL is different. What is happening? As per the OSB documentation, When you create a service based on a WSDL resource, you must base the service on a WSDL port or on a WSDL binding: When you create a new service based on a binding in a WSDL resource, you are choosing the protocol and data format defined in the selected element in the WSDL

Passing username and password to svcutil.exe?

痴心易碎 提交于 2019-11-29 03:29:53
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 password using svcutil? I don't think you can do that. What you can do in this case is either connect to that address in a browser and just download and save the WSDL file to your local disk and call svcutil.exe on that local copy - or ask the publisher of that