SOA stands for Service-Oriented Architecture, a flexible set of design principles that allow multiple separate systems from several business domains to interoperate.
0
votes
0answers
9 views
Oracle Eclipse BPEL Designer
Presently I am working on Oracle BPEL with Jdeveloper.Infact,I would like to work with Oracle Eclipse BPEL designer.So, where can I download Oracle eclipse BPEL designer and how to configure it with ...
0
votes
1answer
21 views
How to wrap restkit calls into a service class, and integrate into a controller?
I'm just getting into objective-c, and need some help with this service class I want to write.
I want to create a APIService class, that uses restkit and returns the responses.
It looks like restkit ...
0
votes
1answer
30 views
Open source ESBs supporting web service transactions?
Do any of the major open source ESBs such as Mule or ServiceMix properly support web service transaction specifications (like http://en.wikipedia.org/wiki/WS-Atomic_Transaction)?
I've just briefly ...
0
votes
1answer
25 views
Oracle SOA BPEL Partnerlink strange SSL error
I have a partner link in a BPEL process that simply points to http://www.webservicex.net/stockquote.asmx?WSDL
Clearly this Web Service is not SSL secured. However when I deploy my composite app ...
1
vote
2answers
416 views
JSON, REST, SOAP, WSDL, and SOA: How do they all link together
Currently doing some exams and I'm struggling through some concepts. These have all been 'mentioned' in my notes really but I didn't really understand how they all linked together. As far as my ...
0
votes
2answers
41 views
NServiceBus saga not working
I have a handler that looks like this:
public class CreateNewUserHandler :
Saga<UncorroboratedCreateNewUser>,
IAmStartedByMessages<CreateNewUser>,
...
0
votes
1answer
26 views
Is it better to send Systrem.Drawing.Bitmap converted to bytes when using NetNamedPipeBinding?
I've got a WCF service which accepts an image as input (as System.Drawing.Bitmap). It is executing on the same machine and is using the NetNamedPipeBinding. Currently the service interface is defined ...
0
votes
0answers
29 views
Is that MDM (Master Data Management) is for legacy systems?
What is the best way to reference a data management for Legacy systems and new Build system,
Is that correct:
For a Legacy Systems:
Using Master Data Management (MDM) for a legacy systems is a ...
2
votes
1answer
33 views
Python WS Server and Java WS Client
I have implemented a simple Web Services Server with pyws and suds.
from pyws.server import SoapServer
from pyws.functions.register import register
server = SoapServer(
service_name = ...
0
votes
0answers
13 views
SOA Service Data Replication .NET Sample
I'm looking for a sample source code or his explanation in .net of Service Data Replication pattern. I have find this pattern here: http://soapatterns.org/design_patterns/service_data_replication ...
0
votes
0answers
58 views
Node.js SOA with JSON web-services - configuration
I am starting research on how to implement Node.js SOA (service oriented architecture) with JSON web-services.
As a small sub-question, I need an approach/framework/system to make universal ...
1
vote
1answer
46 views
How to validate WSDL contract break?
I have a notion of what breaks a WSDL contract or not (What are considered non-breaking or backwards-compatible changes to a WSDL contract?) but every time we make a change to some of our WSDLs we ...
-2
votes
1answer
19 views
SOA essentials business integration scenario? [closed]
I am new to business integration.
It is under my consideration that as a software engineer one's task is to design/deploy web services using an application server and some integration design tool and ...
0
votes
0answers
61 views
Rails service objects
I have a rails application in which I want to achieve the following:
a) Create a data access layer/service that hides the ORM models and exposes higher level methods (instead of ORM specific methods ...
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
1answer
93 views
Messaging in a micro-service architecture
I'm beginning to investigate service-oriented architectures and wonder how best to structure the messaging between processes. It seems that direct HTTP calls between services and/or a pubsub bus are ...
0
votes
1answer
22 views
How can i compile bpel and bpm from jenkins?
i think that maybe it can be done using ant or maven.
But i don't know so much of PBM or PBEL.
0
votes
2answers
65 views
SOA Architecture understanding
I have been asked to work on a project, based on SOA, using WCF. I have dabbled with WCF (Creating and consuming), but never with SOA. Am I right in saying that a single service would have the usual ...
0
votes
1answer
49 views
Centralized auth in service oriented architecture
I'm exploring basic service oriented architecture and I'm wondering how to best handle user authentication throughout the services.
As a very simple example, suppose we have a blog app that calls out ...
0
votes
2answers
24 views
When does NServiceBus bootstrap IProvideConfiguration?
New to NServiceBus
I took a little peek into NServicceBus it looks for IProvideConfiguration in its own internal DI container, but I haven't been able to figure out when in the bootstrapping/ ...
-1
votes
1answer
24 views
Securing information on a public service from man-in-the-middle
How to secure information on a public service that provides private information?
The service provides some information based on the username and password the client sends to it. For example:
Request
...
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
1answer
46 views
OAuth 2: separating resource server and authorization server
The OAuth 2 spec leads me to believe that the "resource server" and "authorization server" do not necessarily have to be the save application but I'm struggling to figure out how this is actually ...
1
vote
1answer
71 views
Exception while Testing SOA Composite Application
I am working on Oracle SOA Suite 11g, i am a beginner and following some labs, in which i am developing some SOA composite applications in JDeveloper 11g IDE. While testing a composite application ...
0
votes
1answer
48 views
Entity fetched from a webservice: how to integrate in DDD model?
I have a "Process" application with a complex model (simplified here). The application has a webservice as such:
Webservice | Application behind webservice
...
1
vote
1answer
34 views
Queueing Load Tests in Visual Studio 2012
I'm currently finishing up a project for University that requires us to build an enterprise application using techniques described in Fowlers "Patterns of Enterprise Architecture".
It's your bog ...
0
votes
0answers
25 views
Shell application/service between license solution and application [closed]
We have an application that currently use a third party licensing solution, but due to unusual customer scenarios, where the customer run our application for 10+ years (without update), we need to ...
-1
votes
0answers
35 views
As a SOA experts please advice NSB or NSB+WCF [closed]
As a SOA experts please advice what is right to do in the following situation – We want to use NSB for insert/updates but most of our system are queries - simple request/response scenarios aka RPCs.
...
0
votes
0answers
25 views
Object parameter & BPEL Designer
I'm trying to invoke an external web service providing a search method find().
The find(id) parameter id is an object which represents a composed primary key.
My problem is: how can I assign the ...
0
votes
0answers
19 views
I need a download of the Enterprise Development Reference Architecture
I'd like to get the assets that were part of the
patterns & practices: Enterprise Development Reference Architecture: Releases: Home
The releases used to be on GotDot.net - ...
-1
votes
0answers
13 views
Jdev SOA composite editor - External references [closed]
I am a newbie to SOA, can you please tell me in simple terms, what 'Exposed Services' and 'External References' are (with respect to the SOA editor in jdeveloper). I did go through the documentation ...
-1
votes
1answer
43 views
SOA - The four tenets [closed]
I'm reading about SOA and the four tenets thats required to make a SOA-application. I have tried different sources, but the explainations is twisting. Im searching for something that is a bit less ...
0
votes
2answers
164 views
Is Azure Service Bus supposed to replace your SOA
Previously in my web applications when a CRUD operation (or any other task for that matter) was made (from the UI) I would use a simple pattern like the following utilizing WCF.
GetUserByIDResponse ...
0
votes
0answers
37 views
jboss enterprise soa platform versions
There are 2 major(4.x.x and 5.x.x) versions of JBoss Enterprise SOA Platform. I got these information from an article on redhat site (https://access.redhat.com/site/articles/111773).
I do not see ...
0
votes
0answers
37 views
SOA suite installation error
I have installed Weblogic version 10.3.6.0 successfully on my windows system.
When trying to install SOA suite, it fails with the message
INST-07286: Specified Oracle Middleware home location ...
0
votes
0answers
47 views
Oracle SOA call from Java using Ant
I have a usecase to deploy a Oracle SOA composite from Java. For this I am using Apache ANT API to call ant-sca-package.xml ant file from my java code.
File buildFile = new ...
0
votes
1answer
39 views
Using a web service to drop message onto an ActiveMQ Queue fails on failover
I have a two activeMQ(5.6.0) brokers. They use a shared kaha database so only one can be 'running' at once.
I have a (asp.net) webservice that puts a message on a queue, locally if I start and stop ...
0
votes
2answers
32 views
log4j is not working on solaris 10
I am creating a SOA application in which i configured log4j. I deployed the application on windows , then log4j is working fine, log file is creating on the specified file as well as log is printing ...
0
votes
1answer
25 views
web services within IPv6 network protocol
Does SOA(Service Oriented Architecture) works properly within IPv6 network deployments? Are the freely existing tools(eg. eclipse, netbeans etc) to create web services takes care of IPv6 network ...
0
votes
2answers
44 views
Sharing data between 2 web apps
I am working on a new app(App 2), i already have a existing app (App 1) with decent user base.
App 2 is targeted at same user base, a user can use any one of the apps or both of them, how can i ...
0
votes
4answers
66 views
Would you have logging as a separate service when using Service Bus implementation?
Using a service bus implementation.
When an email is read by a particular user we raise an event that the email has been read.
We have a subscriber that then picks up on this event when it is raised.
...
0
votes
0answers
27 views
Seeding rails databases in a service oriented environment
Bit of a thought exercise regarding seeding databases of rails apps across several services.
Setup
For example, consider a super simplified example consisting of 4 services (rails apps) which ...
-1
votes
1answer
77 views
How to find if a project implements SOA [closed]
We have a big Enterprise project with a company, soon the company will handover the project as well the source code which is developed on Java for we and .Net for desktop. One of the mean feature of ...
0
votes
4answers
117 views
Handle errors that cant be mapped to one frontend-page in a SOA
I am currently working on a frontend-solution within a SOA, and I am running into troubles when saving domain-objects.
The backend gives me rather big domain-objects which are also saved as a whole. ...
1
vote
2answers
82 views
Hosting more than 25 WCF services in Azure
We're running into Azure's limit of 25 internal endpoints with our WCF services. In keeping with SOA principles, our WCF services are fairly small, generally one per "noun" in our system. We are ...
0
votes
2answers
58 views
Converting Complex Component Interface to Standard Web Service [Java]
I have component that has complex interface with operations accepting non-primitive data or simple POJO.
What is the best practice (ways/methodologies) to convert this component interface to be ...
2
votes
2answers
109 views
Service Oriented Architecture and Loose Coupling vs SQL JOINS
Let's suppose we have got a SOA infrastructure like the one painted below and
that every service can run on a different host (this is expecially valid for the two extra-net service "web site" and ...
1
vote
1answer
71 views
How do I access properties of a Service using an API in WSO2 GREG?
I can add and read attributes using the governance API like this:
registry = Util.initialize();
governanceRegistry = Util.getGovernanceRegistry(registry);
serviceManager = ...
0
votes
1answer
45 views
How do you create an association based on the option entry in WSO2 Governance Registry?
I have an artifact type called "Application Instance".
<table name="Endpoints">
<subheading>
<heading>Type</heading>
...
0
votes
1answer
386 views
Parse error: syntax error, unexpected 'string' (T_STRING), expecting variable (T_VARIABLE when casting class properties [closed]
LocalSoapClient.php
<?php
class LocalSoapClient {
private string $clientPath;
private SoapClient $soapClient;
public CtSourceInfo $sourceInfo;
public function ...

