-
```
What steps will reproduce the problem?
1. I had created client files for wsdl using xpc command
2. then i converted in to jar then i wrote a generic client program
3. i ma getting the below error …
-
Please add methods/augment available methods int the Multipart request builder, which add a preamble and/or epilogue to the Multipart Entity. Albeit the fact, that a preamble/epilogue should be ignor…
-
Enhance JAXB to allow validation based on annotations, without requiring a schema.
One of the benefits of JAXB 2 is that a schema is not required; annotating Java
classes alone allows for XML seriali…
-
```
What steps will reproduce the problem?
1. I had created client files for wsdl using xpc command
2. then i converted in to jar then i wrote a generic client program
3. i ma getting the below error …
-
```
What steps will reproduce the problem?
1. I had created client files for wsdl using xpc command
2. then i converted in to jar then i wrote a generic client program
3. i ma getting the below error …
-
```
What steps will reproduce the problem?
1. I had created client files for wsdl using xpc command
2. then i converted in to jar then i wrote a generic client program
3. i ma getting the below error …
-
### Current Behavior
I was trying to use `javax.xml.bind` in a plugin I’m developing. I see issues related to missing classes when I try to run in Java 11, but these only happen in a part of the co…
-
We're using the below code snippet to parse SOAP header:
private ServiceContext getDeltaContext (SOAPMessageContext context)
{ Object[] jaxbServiceContext = context.getHeaders(new QName(DFS_CONTEXT_…
-
Hi,
When we try to get the root as a field in the object, we get the error:
```
com.jayway.jsonpath.InvalidPathException: Path must not end with a '.' or '..'
at com.jayway.jsonpath.internal.…
-
```
Hi,
just tried to use XML as data transfer format instead of JSON, but got a
MissingMethodException.
What steps will reproduce the problem?
1. set request.contentType(ContentType.XML);
2. set r…