Skip to content
#

webservices

Here are 352 public repositories matching this topic...

marekstodolny
marekstodolny commented Jan 29, 2020

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

SOAPEngine
felipeferri
felipeferri commented Feb 4, 2017

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

skills-up
skills-up commented Nov 27, 2018

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

grasbergerm
grasbergerm commented Aug 1, 2019

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

benhalstead
benhalstead commented May 31, 2019

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).

Improve this page

Add a description, image, and links to the webservices topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webservices topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.