Skip to main content

Questions tagged [soa]

SOA stands for Service-Oriented Architecture, a flexible set of design principles that allow multiple separate systems from several business domains to inter-operate. Service orientation is a paradigm that frames what you do. Service-oriented architecture (SOA) is a type of architecture that results from applying service orientation. ([From soa-manifesto.org][1] )

0 votes
0 answers
7 views

How to extract incoming data from a http rest request in a service in Moqui?

I want to extract json data from incoming request in a Moqui Service I have created a service in Moqui which processes incoming data, the problem is data comes as a direct json insted of being nested ...
Ayan Farooqui's user avatar
-1 votes
0 answers
7 views

Analyze the large number of webservice WSDLs

we have large number of legacy webservices which are SOAP based thus we have 200+ WSDL's. we want to analyze for inconsistent element definitions across the services. Is there any tool available which ...
Imrankhan's user avatar
0 votes
0 answers
14 views

how to post JSON data to a soap service

I sent this JSON data to a soap service and it returns Runtime Type Mismatch error. { "username":"blabla", "password":"blabla" } I need to send this ...
imranjust14's user avatar
0 votes
0 answers
9 views

Get user role in OSB pipeline

In OSB 12C, I have a proxy service that has basic authentication enabled. The 3rd party calling it has to supply a user/password defined from the WebLogic console in the security realm. Data is ...
Hussain Akbar's user avatar
0 votes
0 answers
19 views

monitor osb Rest services deployed on weblogic?

currently I am working to manage a weblogic server cluster consist of admin server and a cluster of managed servers that host OSB services, I need to automate the process to get statistics of the ...
kikicoder's user avatar
  • 421
0 votes
1 answer
14 views

What is best HTTP method for Maintenance Web

First, im sorry if my english is not good enough. So yeah, i have a problem with SOA Task in my college. I want to make a maintenance web service for my web app, but i don't understand what is best ...
Mohammad Fadhol's user avatar
0 votes
0 answers
60 views

How to resolve java.sql.SQLException: Fail to construct descriptor (i.e. weblogic-ra.xml)

Exception occurred when binding was invoked. Exception occurred during invocation of JCA binding: "JCA Binding execute of Reference operation 'LoadOrder' failed due to: Parse struct conversion ...
user45498's user avatar
1 vote
0 answers
33 views

Handling Communication Disruptions Between Services in a Distributed System: Strategies for Online Stores and Warehouses

There are two services running on separate machines: an online store and a warehouse. The online store acts as the downstream customer in relation to the warehouse, which serves as the upstream ...
Andrei's user avatar
  • 119
0 votes
1 answer
107 views

Using SOA BPEL fault policies and binding in combination with BPEL catchAll

I have a scenario where I am calling a 3rd party rest service. I want that whenever there is a remote fault while calling the rest service BPEL should attempt 2 retries 30 seconds apart. If even the ...
Pargat's user avatar
  • 769
0 votes
0 answers
44 views

Invoice API in Authorize.net like Square

I am in need of programmatically creating invoices using authorize.net but cannot find any APIs for doing. Does Authorize.net have such an API available? Authorize.net does allow for manual creation ...
Timothy C. Quinn's user avatar
1 vote
1 answer
54 views

How many architecture styles there are? [closed]

I've heard about such architecture styles like 'Layered', 'SOA' and 'Microservices'? Which else do exist? In order to understand all possible variants and the difference between them i would like to ...
ypolosov's user avatar
0 votes
1 answer
57 views

how to pass dynamic variable in basic authentication in soa 12c?

Username and Password in received in body from source xml. <UsernameToken> <Username>Dtest</Username> <Password>test@123</Password> </UsernameToken> I have stored ...
Oyindrila Bhattacharjee's user avatar
0 votes
0 answers
35 views

Is there a way to get pdf documents digitally signed in Oracle Integration Cloud Service or Oracle Visual Builder?

I am quite new to this technology and the options I have explored is : --> Using native JavaScript to digitally sign the documents : Since Oracle Integration Cloud Service supports uploading of ...
user22773096's user avatar
0 votes
1 answer
68 views

Is app(FQCN); enough to create a service in Laravel?

I'm new to Laravel, having mostly worked with Symfony. Recently, I saw a piece of code that looked something like this: <?php namespace MyApp\SomeNamespace; use MyApp\UserInteraction\Filter; ...
Viscountess of the Junkyard's user avatar
3 votes
2 answers
113 views

My service connects to another service that as a low limit of requests / second

I have a service A which calls another service B (and some others) via REST APIs. The problem is service B has a very low capacity and it only handles 3 requests/second so many calls made to my ...
Edwin Santos's user avatar

15 30 50 per page
1
2 3 4 5
131