-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am getting the following stacktrace and have no idea what I am looking at and how to debug and fix it: Here is the error:
Description: An error occurred during the parsing of a resource required to service
this request. Please review the following specific parse error details and modify your…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am writing a Suds (Python) SOAP client for an Axis2 server I have no control over. Suds chokes on the WSDL file with the following exception:
File "site-packages/suds/wsdl.py", line 494, in resolve
raise Exception("msg '%s', not-found" % op.input)
Exception: msg 'axis2:null', not-found
This…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have generated a wsdl file with Visual Studio which is here;
http://reboltutorial.com/webservices/discordian.wsdl
Implementation is a cgi instead of a .net framework program but that should not matter as it is the purposes of webservices.
I tested it successfully with SoapSonar:
But under Visual…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm trying to call this WS from PHP:
namespace WsInteropTest
{
/// <summary>
/// Summary description for Service1
/// </summary>
[WebService(Namespace = "http://advantage-security.com/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Guys,
I am developing a mobile application using J2ME, LWUIT and KSOAP. The application makes .net webservice calls and fetches responses. I am able to successfully make calls and receive respone, but not able to parse the response, due to my limited knowledge in java. following is my WSDL file…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a REST api that's ambiguous, something like (this isn't the specific problem, just gives an idea of the ambiguity):
/toplevel/${customer_number}/some_command/more stuff
/toplevel/${customer_number}/${some_product_name_anything_goes}/more stuff
We've been getting away with it because our …
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 differences? I know this is a heated question, but I simply want a comparison, not a flame war :P
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to do a POC on WADL. I dont know what a POC means. Can somebody tell me what, I have to do in POC.
Do I need to install some software and implement a simple example.
I dont have any idea about it. please help.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This question is a bit long, please bear with me.
In REST, i think we should not need WADL or any IDL. But rather something that would implicitly cover its concept. The way I think about it is when we (humans) surf the Web, when we go to a web site for the first time, we don't know what services…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for a code generator than can generate C# code to access RESTful web services described by WADL files in a way similar to how wadl2java works.
Doing som searching I came across the rest-api-code-gen project on Google Code, but although the latest source does in fact support C#, the REST…
>>> More