Jens Goldhammer

Results 3 issues of Jens Goldhammer

Do you have any idea how to make an autocomplete for function parameters of type string? For example, I have a function getProperty with one parameter of type string. So...

Steps to reproduce: - Clone the repository (current tag v.1.1.3) - Trigger the build process - docker build command returns error ``` ERROR: unsatisfiable constraints: php (virtual): provided by: php5...

Priority: High
Status: Review Needed
Type: Bug

When the CXF server enables MTOM, the SoapRawClient will fail to parse the xml. ``` @WebService @MTOM(threshold = 2 * 1024 * 1024) public class XXXEndpoint implements XXXServicePortType { ```...