Web services are software systems designed to support interoperable machine-to-machine interaction over a network.
0
votes
2answers
216 views
Corporate website design
We are redesigning our corporate website with the following functions:
we want to give the marketing users flexibility and freedom to add new static pages, change the static pages or contents of ...
0
votes
0answers
38 views
How to enrich a simple two endpoint SOAP application to become enterprise level?
Imagine you have some exchange of data between two endpoints (webservices or let's call URL).
Data can travel in any way (Xml, Json, GET, POST) it doesn't matter.
I've got the source code of the ...
0
votes
3answers
107 views
High-Level SQL Interoperability
In a server -> client scenario, wouldn't it be simpler and faster to grant a public user access to a Stored Procedure rather than using web services (XML, REST, SOAP, etc) and other interoperable ...
0
votes
0answers
20 views
Translate soap input of one web service into input of another
We need to support a legacy web service using a new web service implementation.
At a given time the old input as well as new input should work. So here is what we need to achieve
Old SOAP input ...
-1
votes
0answers
18 views
XML logic-flow based web services
I'm in need of some professional advice.
I recently took a job at a place where I was under the impression that they were developing java based web services. After working there for a few weeks, I ...
0
votes
0answers
31 views
how to tweak Axis2 code generation to generate wrapper/request/response classes also
When we consume some webservice generally we generate a client jar which has a stub class.
Now we create a wrapper and request/response classes in our project ( which is different package also ) ...
0
votes
2answers
83 views
iOS chat application design, sending/relaying the message over to the end user
I have a design question. Let us say you were tasked with building a chat application, specifically for iOS (iOS Chat Application). For simplicity let us say you can only chat with one person at a ...
0
votes
0answers
11 views
Webservics: Rationale behind portType and binding in wsdl
In a wsdl we define the operation name, input and output in the portType element; later on in binding we define operation, input and output again. What is the rationale behind this? why define them ...
0
votes
1answer
50 views
Build WebService Based on XSD (According to IFX Protocol)
I was given a task to build a web service based on IFX Standard XSD file.
I have got the listed files.
What I've done so far is - used xsd.exe (.net tool) and generated classes based on xsd.
Here ...
1
vote
1answer
56 views
Web Routing Standards
We are putting together an API to provide our vendors some simplistic direct access. I've built APIs before, and have always routed them as such:
{controller}/{action}/{id}
My boss, however doesn't ...
1
vote
2answers
51 views
Security concern regarding web service
I'm currently working on a pet project with two of my buddies. This web service will basic functionality such as Login/Password Modification/Registration etc.
All of us are comfortable with jQuery ...
2
votes
1answer
42 views
Webservice Design: benefits of piping use-cases to URL rather than using search param's, or vice versa?
I've gotta build a webservice for employee information, and I'm trying to plan it out.
To clarify, we already have a REST-ish service for People and a separate REST-ish service for Companies.
This ...
0
votes
2answers
98 views
Creating REST-ful web-services without adhering to the REST principles
I have built an application which acts as an interface between an EAI layer and third party vendor applications. I am using REST-ful web services for this, making use of JAX-RS API and Jersey ...
2
votes
2answers
97 views
Best approach for propagating errors in service access layer of a multiplatform mobile app
We've started working on a mobile app using Xamarin. There's a core library that is to be shared among Android and iOS apps. In the core library there will be several functions for communicating with ...
1
vote
0answers
81 views
How to isolate a massive and changeable web service [duplicate]
I am trying to come up with a way to wrap a very large web service that changes very frequently. There are 400+ types and each type has 20 to 300 attributes.
The service is a SalesForce.com ...