webservices
Here are 352 public repositories matching this topic...
-
Updated
Jun 12, 2020
-
Updated
Jun 10, 2020 - C#
The current Travis strategy is a bit messy if we check the change of directories and how the code style is checked, new feature Build Stages could help on that:
https://docs.travis-ci.com/user/build-stages/
Make sure the SOAP tests are different stages
There is in the docs here;
http://monkey-project.com/documentation/1.5/plugins/cgi.html
A reference in the text to; "conf/plugins/cgi/cgi.conf"
The "cgi" dir does not exist (and so the file does not also, of course) (this from apt-get on Debian 8).
All the other plugsin have dirs and config files.
Hi!
First of all, congratulations on this extremely useful library.
I would like to ask you to improve your documentation regarding custom attributes.
I spent some hours trying to do something that I didn't know if was really possible to do with SoapEngine and with some liberal interpretation of some messages exchanges I ended up finding out how to do it, but it would be SOOOO much easier
-
Updated
Jun 1, 2020 - PHP
Hi,
I know this may sound unreasonable, but is it possible to have class docs (all classes and their methods) in one place, specially with their purpose (when to use each of the options)?
Samples do provide useful insights for some common use cases, but having the wholistic docs in one place will be really useful. As of now, I've to repeatedly dig into the code to see which all options are p
Till now QAF is referred as QMetry Automation Framework
that needs to referred as Quality Automation Framework
in future.
- update documentation
- update other files in project where full form is used
-
Updated
May 23, 2020 - TypeScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jun 10, 2020 - Shell
-
Updated
Feb 20, 2020 - Java
-
Updated
Apr 17, 2020 - Kotlin
-
Updated
Jun 14, 2020 - Scala
-
Updated
Feb 17, 2019 - PHP
Right now, the service level calls are using HttpURLConnection. HttpURLConnection provides a blank slate to make a request with few default values. Session values are not preserved by default, so this means manually setting an x-auth-token or JSESSIONID when authenticating and making a request to another endpoint behind authentication.
There are many libraries for Java that will preserve a sessio
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 26, 2020 - Java
httpendpoint.RequestedVersionExtractor.Extract should be able to return an error if the version encoded in the request is missing or invalid, resulting in an HTTP 400
RequestedVersionExtractor should be injected into the HTTPServer via a decorator (which the RuntimeCtl instance of the HTTPServer should opt out).
-
Updated
Jul 13, 2019 - PHP
-
Updated
Jun 10, 2020
-
Updated
Apr 30, 2020 - PHP
-
Updated
May 17, 2019 - PHP
-
Updated
Apr 8, 2020 - TypeScript
-
Updated
Aug 28, 2018 - PowerShell
-
Updated
Apr 24, 2019
-
Updated
Aug 27, 2019 - Vue
Improve this page
Add a description, image, and links to the webservices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webservices topic, visit your repo's landing page and select "manage topics."
Description
Sending empty files in a multipart POST form is a proper use case due to web browsers supporting it.
I worked on a API layer using guzzle that had to work with an existing legacy codebase and trigger some actions (a proxy of some sort). There was a case where files had to be sent with empty content and would not work if you would omit them.
Example
_Currently no implem