Tagged Questions
1
vote
2answers
320 views
JSON, REST, SOAP, WDSL, 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
1answer
39 views
Generate REST from WSDL
I'm looking for best way to automate generation of REST ws.
We have collection of web services (SOAP) with WSDLs generated for them. I was required to provide different APIs to invoke these web ...
0
votes
1answer
53 views
how to make use of WSDL to generate REST services dynamically
In my project, we have a WSDL(1.1) file(for REST services). We need to build REST based services (should handle JSON input & output) dynamically (we are trying to automate generating REST services ...
0
votes
2answers
81 views
Why REST does not have a wsdl unlike SOAP
For SOAP web services there is a specification which all request/responses must follow. This specification is in the form of a wsdl document. However for REST web services, why is there no such ...
0
votes
0answers
79 views
php soap headers, web service gives error
I am making a SOAP call to a server, in my php error logs this is what I see
PHP Fatal error: Uncaught SoapFault exception: [HTTP] Cannot process the message because the
content type 'text/xml; ...
1
vote
0answers
28 views
Light description language of restful web services
i need to describe my restful web services, so i can process it easily. I tried with wsdl 2.0 and now trying with wadl, but i am curious if there is a language that use JSON instead of XML?
thx for ...
0
votes
1answer
139 views
Understanding WSDL's, SOAP, REST, etc
I'm trying to learn how to use WSDL's to call web services from a Grails project. I've been provided with the WSDL and some XML results for reference.
I've been able to generate Java code from the ...
0
votes
0answers
85 views
Need a RESTful Python web framework for Auto-Genrating WSDL file? [closed]
I am looking for RESTful Python web framework based on wsgi and capable of generating wsdl file from the code.Any Suggesstions?
0
votes
0answers
33 views
Is it possible to generate actual RESTful web service using predefined interfaces?
I am building an application in which I need to expose a service interface. The intent is to distribute service interface to other participating applications which will be creating actual web service ...
0
votes
0answers
22 views
making restful webservice using wsdl in java
I am making restful webservice wsdl in maven based project in Service layer.(EJB+JPA) in netBeans7.2
I need my full control on my service class. for the url and all. so that consumer of my service ...
0
votes
2answers
106 views
Web service is WSDL or REST or both? [closed]
I would like to know that web service clearly means the usage of WSDL file and SOAP protocol (mainly WSDL) or it may mean the REST API, too?
0
votes
0answers
56 views
embed soap in java [closed]
How can I embed such soap request into my Java code:
Let me say I have a soap request as follows:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:mrns0="urn:SPGW" ...
0
votes
2answers
135 views
Web Services Example for my project [closed]
I'm a Computer Science Student. This academic semester I'm starting to study XML, DOM, and Web Services. I have a project to do, and can anyone of you give me an idea where a Web Service would fit in?
...
1
vote
1answer
247 views
Multiple xsd mappings in webservice is that possible
I'm new to web services and I'm facing a design issue where we want to create a web-service (preferably SOAP based) which will receive 2 parameters (1 String variables (Client Name), 1 XML data)
...
0
votes
0answers
102 views
JAX-WS and JAX-RS in eclipse
in eclipse web dynamic project structure we have "JAX-WS Web Services" node that shows our WSDL web services in the project but I'm wondering for RESTs, does eclipse distinct between these two in this ...
0
votes
1answer
294 views
Rest service with WCF and wsdl definition
i read on the net that there is no wsdl definition for REST services and also that in WCF we can use webHttpBinding to create restful services. I downloaded SOA cleaner software to test my services ...
1
vote
1answer
661 views
What are good libraries to create restful iPhone Apps with Django and Objective-C?
Our new iPhone project consists of a native app and a server it needs to communicate with. I'd like the server to be written in Python/Django.
The last time we created something similar, the server ...
2
votes
4answers
206 views
Describe REST service
What is the most standardized form how to describe a very simple REST service producing JSON responses? Something what WSDL is for XML (but here WSDL would be an obvious overkill and not recommended).
...
1
vote
3answers
1k views
Restful web service invocation in BPEL
My question is that:
Is there any method that I can use restful web services such as Google Map or Youtube in BPEL. I know that BPEL works with SOAP web services that have WSDL file. But, I asked to ...
3
votes
2answers
5k views
How to publish WSDL for WCF 4.0 service with REST/SOAP endpoints
I'm creating a WCF4 service with REST and SOAP endpoints to be hosted in IIS 7.5.
I have used the WCF4 REST template as an example.
However I have a few questions regarding my setup so far.
Here's my ...
4
votes
4answers
5k views
REST web service WSDL?
I am implementing a web service and I have implemented both a REST and SOAP version to see which suited my needs.I have decided to choose REST because of its simplicity and that I will probably be ...
2
votes
2answers
282 views
Should web services be transactional?
I am investigating writing web services for an application. Within this application we do everything within transactions as "units of work" are often not single entities but multiple entities spanning ...
2
votes
1answer
193 views
RESTful development -How to share with clients?
I am using Jersey/Tomcat6 for dveloping some web services. Compared to what I did for SOAP services, I am not getting the idea what should I share to my clients once the services are developed...just ...
0
votes
1answer
76 views
Writing a RESTful service using WCF for public usage. Is providing WSDL really necessary?
As the question suggests, is providing the WSDL really necessary, or is it more of a "nice to have" feature? I have written a RESTful service, using .Net 4.0. I see now that WSDL isn't automatically ...
1
vote
0answers
160 views
How would the following REST service be described in WSDL?
POST http://site.com/customer
<customer>
<firstName>Paul</firstName>
<lastName>Serby</lastName>
<email>paul@site.com</email>
</customer>
---- ...
2
votes
2answers
648 views
Generate RESTful Proxy from WSDL
Let's say I was given WSDLs for some web services. I really need RESTful services as I will be creating a JavaScript client.
Is there any tool to create RESTful services that act as a proxy to the ...
0
votes
2answers
2k views
WSDL for REST WCF
I've created a REST WCF in C# by specifying WebGET and WebHttpBinding in web.config. The service works fine through IE. My wsdl starts as below and it has soap in wsdl. Since this is REST, should'nt ...
4
votes
3answers
3k views
WSDL for SOAP and WSDL for REST and REST based on JSON
when a company wants to release a web services, does it release a separate WSDL for SOAP and separate for REST based web services or they are merged in the same WSDL? Can a WSDL only represent REST ...
2
votes
3answers
1k views
RESTful service contract
like WSDL what is the contract for RESTful service it exposes to client. Are there any java frameworks to create the client automatically for consuming RESTful Services ?
1
vote
1answer
292 views
Selectively ignore certain api's for documentation
Does enunciate provide a means to selectively ignore certain api's? For example, if I have the following REST service:
@PUT
@Path("/somePath")
@Produces({"application/xml"})
Response ...
0
votes
1answer
3k views
Questions related to Web-Services [RESTfull, RESTless, WSDL, Security]
Thats the first time i gonna digg into webservices. Right now i am going through articles for RESTFull webservices, found from the stackoverflow discussions. Going through articles, i have few ...
-2
votes
1answer
422 views
list most popular web services stacks [closed]
I would like to collect here all the available web services frameworks. We have a WSDL file and we search for the most popular web service stack and the best "WSDL2OBJECT" emitter.
To name a few: ...
2
votes
1answer
1k views
Is it possible to use WSDL with a REST webservice?
I am new to the area of web-services. Is it possible to use WSDL with REST bindings? Or should I use WADL?
1
vote
0answers
138 views
Expected API Response Times from most popular APIs
I am looking for information on average response times for the most commonly used APIs (according to Programmable Web): http://www.programmableweb.com/apis/directory/1?sort=mashups
If you you any ...
3
votes
2answers
719 views
How can I related Web Services to SOAP and REST
To be honest with you I really don't get the relationship that Web Services share with SOAP and REST.
I have a very simplistic understanding of the whole topic, web services are software designed to ...
1
vote
3answers
766 views
How to Create WSDL for Restful WS
I have developed a small RESTful web service example using MyEclipse. I want to create a client for those WS using WSDL. How do I create a WSDL for the above web service using MyEclipse? Please help.
1
vote
1answer
453 views
Describing REST services using WSDL
I understand that you can describe your REST webservice while using WSDL.
Is this a good idea if you don't use WCF? Is there a better way to allow service discovery and bind your request/response to ...
10
votes
3answers
5k views
RESTful Services - WSDL Equivalent
I have been reading about REST and SOAP, and understand why implementing REST can be beneficial over using a SOAP protocol. However, I still don't understand why there isn't the "WSDL" equivalent in ...
1
vote
2answers
3k views
Restful service in .NET with WADL instead of WSDL
I used WCF to create a restful web service in .NET, by means of a .svc file. The web application automatically produces a WSDL file. AFAIK, the WADL is more natural for a restul web service.
How ...
4
votes
2answers
2k views
Questions on NVP vs. SOAP Differences and Terminology
I work a lot with 3rd party web services. The first thing I look for is if they provide a WSDL that I can easily add into Visual Studio and start immediately using the auto generated proxy class that ...
0
votes
2answers
171 views
Best practices for an internal webservice
Experience says that using WSDL-SOAP based webservice for internal consumption is an overkill. There are too many service-based POJO classes that when let into the system complicates it way too much. ...
2
votes
3answers
4k views
How to generate RESTful client in JAVA for REST defined in WSDL
I know that WSDL is for defining SOAP based web services but in most of the WSDLs I saw on net, in the WSDL is defined also RESTful "web service"-http:binding.
To generate client for the SOAP I used ...
6
votes
3answers
1k views
Hide REST endpoint from MEX/WSDL in WCF
I have a WCF service that has REST and SOAP endpoints for every service. This was implemented similarly to this post: http://stackoverflow.com/questions/186631/rest-soap-endpoints-for-a-wcf-service ...
9
votes
2answers
3k views
Difference between WSDL 2.0, WADL & XRD?
WSDL 2.0: www.w3.org/TR/wsdl20/
WADL www.w3.org/Submission/wadl/
XRD www.oasis-open.org/committees/download.php/35274/xrd-1.0-wd10.html
All three can be used a REST API descriptors. What's the ...
5
votes
3answers
2k views
Advantages of Name Value Pairs to SOAP/WSDL
I see APIs such as PayPal, etc. offering to call their services using NVP or SOAP/WSDL. When using a .NET environment (3.5) using traditional web services (no WCF) which is better and why? I know ...
7
votes
3answers
7k views
Make a single WCF service support both SOAP, REST and WSDL
I'm trying to build a C# service in .NET 3.5 that supports both SOAP - and shows the WSDL - and REST.
The SOAP service and WSDL generation was easy enough to do using the ServiceHost and a ...
3
votes
4answers
393 views
Network programming: SOAP vs DIY marshalling with XML library?
I know that there are a lot of discussions already on SO about SOAP, bloat, XML, and alternative mechanisms like REST.
Here's the situation. A new team member is really talking up SOAP based upon the ...
7
votes
5answers
2k views
Should I describe REST services in a machine readable format?
Most REST interfaces I see are described with a simple web page describing the URL, the method, accepted input and returned result. For example the Amazon S3 or the Twitter API documentation.
But why ...
2
votes
4answers
5k views
WADL/WSDL 2.0 for RESTful services in Ruby on Rails
Is there any way of publishing the parameters expected by the RESTful methods in Ruby on Rails? Using SOAP, we can use WSDL, but does RoR implement WADL or WSDL 2.0 for RESTful services?
Edit: I am ...
1
vote
0answers
893 views
NullPointerException in SchemaParsingConfig.setFeature() running Axis2 WSDL2Java
In the process of my daily work, I am trying to use the WSDL and XSD from this article:
http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/
as a template from which to generate some ...

