Skip to main content
1 vote
1 answer
121 views

I am Trying jaxws sample Program in weblogic 14.1.2, Ant 1.0.15 and JDK 17. Jwsc task failed when building webservice. I have tried all the settings like ANT_OPTS and JAVA_TOOL_OPTIONS to set module ...
Sivaraman's user avatar
0 votes
1 answer
147 views

I am trying to migrate to java 21. I have a binding.xjb file which uses jaxb and jaxws for generating java code from wsdl and xsd files. I have run mvn rewrite: run to run the recipe for migration ...
Rohit Dubey's user avatar
0 votes
0 answers
50 views

We have a project with Java 17, Spring Boot 2.7.18 and Spring 5.3.37. I upgraded it to Spring Boot to 3.4.3 and Spring to 6.2.3. When the application was run, a ClassNotFoundException (for the class ...
user3573403's user avatar
  • 1,832
1 vote
0 answers
57 views

I’m trying to generate Java classes from a WSDL file using the Maven plugin com.sun.xml.ws:jaxws-maven-plugin. The WSDL includes embedded XSD schema(s), and I’m not allowed to modify the WSDL or its ...
Quad's user avatar
  • 11
0 votes
1 answer
132 views

im trying to run a wildfly example from https://github.com/wildfly/quickstart/tree/main/jaxws-retail when i deploy i get error Caused by: org.jboss.msc.service.DuplicateServiceException: WFLYUT0105: ...
Zeus's user avatar
  • 59
0 votes
0 answers
252 views

We have an internal application which is running fine in Java 8. I tried upgrading it to Java 17, but getting this exception "Provider com.sun.xml.internal.ws.spi.ProviderImpl not found". I ...
user3573403's user avatar
  • 1,832
0 votes
0 answers
34 views

Due to some unavoidable reasons, I have both JAXWS-2.3.1 and ApacheAxis2-1.6 in my dependencies. I have written code using JAXWS to call SOAP API. I’m encountering an issue when trying to call a SOAP ...
ask's user avatar
  • 151
1 vote
0 answers
59 views

The following problem occurs to me while migrating from IBM's WebSphere Traditional towards IBM WebSphere Liberty. I have a SOAP Java Service class annotated with: @MTOM(enabled = true, threshold = ...
Rens Groenveld's user avatar
0 votes
0 answers
158 views

I am using JAX-WS 4.x. When I make the SOAP calls from my client, I notice that the client side terminates the TCP connection after a set timeout. I can see the following headers in my SOAP HTTP ...
Syed Ali's user avatar
  • 1,907
1 vote
0 answers
56 views

The problem is that after adding JAX-WS to my project, specifically to the file that will be generated, I tested the generated file, but nothing related to the interceptor appeared. It seems like I ...
Firas Chebbi's user avatar
0 votes
0 answers
580 views

I'm working on upgrading a project from Java 8 to Java 11. The project uses an ant build script that calls wsimport, which I've found has been deprecated and is no longer included with the JDK. Not ...
Tom Castelli's user avatar
0 votes
0 answers
28 views

I'm looking for a way to configure a JAX WS BindingProvider to maintain all cookies received in the set-cookie header response. I know about the javax.xml.ws.session.maintain property but this ...
PentaKon's user avatar
  • 4,696
1 vote
0 answers
568 views

My client is using org.springframework.ws:spring-ws-core:4.0.11, which internally relies on Jakarta XML Web Services (JAX-WS). I need to generate a client proxy for a web service that supports both ...
MiguelSlv's user avatar
  • 15.4k
0 votes
1 answer
77 views

I am using jaxws-ri, version 2.3.2, on Tomcat I have simple class with some JAX-WS annotations: @WebService() public class Test { @WebMethod() public String validateCard(String id) { ...
Stephan van Hoof's user avatar
3 votes
1 answer
127 views

I'm trying to make a soap request to a Brazilian government endpoint and I'm facing some trouble. They make the following wsdl available: https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeRecepcaoSinc/...
DevSoloDev's user avatar

15 30 50 per page
1
2 3 4 5
270