jax-ws Questions
6
I am using Jax-ws to implement client application for Onvif IP camera, I am sending a request to camera to create PullPointSubscription ,It seems the camera understands the request and process the ...
Annates asked 29/1, 2012 at 17:47
6
When use Apache CXF JaxWsServerFactoryBean in console mode (try to start the server by java command line)
Will get exception like below:
Caused by: java.io.IOException: Cannot find any registered ...
4
I am new to JAX-WS. I am trying to access a web service on a remote machine within the company.
I used wsimport tool to generate JAVA classes from the WSDL resource which is present on our intrane...
1
I'm getting this error message:
[WARNING] Ignoring: binding file "file:/home/jeusdi/projects/salut/hes/hes-visor-api-service/src/jaxws/bindings.xml". It is not a jaxws or a jaxb binding ...
Linage asked 14/1, 2021 at 13:1
20
Solved
Is there an easy way (aka: not using a proxy) to get access to the raw request/response XML for a webservice published with JAX-WS reference implementation (the one included in JDK 1.5 and better) ...
Cameliacamella asked 22/12, 2009 at 10:54
5
Solved
I'm hosting a WCF Web Service with the following WSDL (a simple service using wsHttpBinding and SSL for transport security):
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xm...
Saxen asked 13/7, 2011 at 20:24
2
Solved
In our app we have the following line of code which makes a SOAP request to a service
@WebResult(
name = "GetRequestResponse",
targetNamespace = "urn://x-artefacts-smev-gov-ru/serv...
Concealment asked 16/11, 2020 at 21:32
3
Solved
I'm using the jaxws-maven-plugin version 2.1. I've found out very strange code generated for WSDL location from jar resources:
<configuration>
<keep>true</keep>
<sourceDest...
Dispraise asked 10/1, 2013 at 9:45
7
I'm new to JAX-WS and there's a thing which I don't understand.
There's a ton of tutorials available on how to set up JAX-WS security, but in pretty much all cases BindingProvider.USERNAME_PROPERT...
Trireme asked 23/10, 2009 at 12:48
2
I am building a web service with spring. I can build and deploy the project to tomcat but when the server starts up I am getting following error:
Invalid NamespaceHandler class
[org.apache.cxf....
Clothespress asked 15/11, 2010 at 10:56
10
Solved
I am trying to create a standalone client to consume some web services. I must add my username and password to the SOAP Header. I tried adding the credentials as follows:
OTSWebSvcsService service...
Calista asked 24/2, 2010 at 0:57
6
Solved
trying to use the cxf+wss4j using maven. Created both the service and client without any compilation issues. The service runs fine in tomcat.
Issue:
When I run the client code, I get "java.lang.NoS...
2
Solved
I have a Spring boot SOAP services with cxf, and my Consumers are passing me SSO token in http header.. I am able to retrieve the SSO token using JAX-WS handler. I am saving that SSO token into han...
Honorable asked 21/8, 2020 at 22:28
3
I have a third party webservice for which I generate a client using wsimport. Each call to the webservice completes successfully, but the response object I get back has all its fields set to null. ...
4
Solved
I am a client to a SOAP service I do not control (implemented in .NET). The service provides a WSDL. I use Apache CXF to generate the java client from the WSDL (specifically, I am using the cxf-cod...
Gentlemanatarms asked 4/9, 2014 at 22:56
3
Solved
i am creating a simple SOAP web service.
i am to ensure that it runs on a tomcat web service.
im trying to implement this with JAX-WS (see code)
my question is: does the Endpoint.publish use the...
Zajac asked 18/1, 2010 at 1:54
5
Despite that I have defined the related dependencies as I have added below, getting the java.lang.ClassNotFoundException: com.sun.xml.internal.ws.spi.ProviderImpl exception when my app makes a call...
Ionization asked 5/3, 2018 at 9:43
2
I am getting error in the line (JAXBContext.newInstance):
@Override
public void doWithMessage(WebServiceMessage message) throws IOException, TransformerException {
SoapHeader soapHeader = ((Soa...
Confiscable asked 8/4, 2020 at 19:9
2
Solved
After generating JAX-WS client using the wsimport
wsimport -keep WebService.wsdl
What reason does JAX-WS have to look for the wsdl location at run time?
Is this a bug?
I found this great post:
...
4
I'm new to web service using jax-ws. I was starting to implement it based on some kind of tutorials over the web. Moreover, I was trying to access that service through my android client so I was ca...
0
I am new to soap web services,wanted to know can we change the location of soap:address according to the environment it is deployed. I am using jaxws-spring
<binding name="HelloWorldWSPortBindi...
Esurient asked 18/3, 2020 at 11:14
6
Solved
I'm using netbeans to generate web service client in my application. And my program using jax-ws library to set timeout in calling web service.
Problem arise because it generate a lot of this war...
Radish asked 13/12, 2010 at 9:59
5
Solved
I am using the wsimport ant task of JAX-WS to generate sources based on some wsdl.
However, these generated sources all seem to be UTF-8 encoded. Is there a way to change the encoding of the files...
5
Solved
Having created a java web service client using wsimport on a wsdl, I need to set the Authorization header for each soap message embedded in an http request. Having generated a subclass of javax.xml...
Interlingua asked 12/7, 2011 at 14:44
3
Solved
I'm getting the following error while trying to deploy a JAX-WS Maven-project to JBOSS6.0.0.
17:45:03,451 ERROR [[/isp]] Error configuring application listener of class com
sun.xml.ws.transport.ht...
© 2022 - 2024 — McMap. All rights reserved.