Jax-ws, wsgen and jaxb annotations
I am creating a web service using NetBeans, Tomcat and jax-ws.The problem I am having is am annotating a class Request containing a list with<br /> @XmlElementWrapper(name = "requestItems")<br...
View ArticleEnable SOAP schema-validation on client-side?
How do I enable SOAP schema-validation on the client-side (before sending the SOAP-request to the server)?I'm calling a SOAP web-service from JEE6-client (running inside Tomcat-app), like: import...
View ArticleWhich version of JAX-WS is included in Java 8?
Which version of JAX-WS is included in Java 8? "wsimport -version" produces "2.2.9" but this version is not available on https://jax-ws.java.netMy application uses JAX-WS for XML Web Services. I am...
View ArticleMetro Glassfish3.1.2 rollback problem
Hi, Recently we did an upgrade from Glassfish 2.1.1 to glassfish 3.1.2, we have in our application web services in java that interoperate with .Net Client in a global transaction, we used to work with...
View ArticleForce creation of classes for simple elements
I understand that JAXB's behavior is to not generate unnecessary classes and that in the example below no 'Foo' class will be generated. Without changes my XSD is there a way to force creation of a...
View ArticleWSS1925: No CipherValue found in CipherData
Hi. I try to implement the "Example: Username Authentication with Symmetric Key (UA)" from the metro guide (https://metro.java.net/guide/ch12.html#ahiej) and get the error "SEVERE: WSS1925: No...
View Articlevhd data recovery
VHD DATA rRecovery software for Windows let you restore your VHD data along with videos, audios, images, archive, database etc. VHD data recovery tool offers advance scanning options thus recovering...
View ArticleJAX-WS client and service within same VM
Hi All, I want to implement Jax-WS client within same VM as service to enable cascading of service calls between different instances ( deployed in different servers ). Basically I want to enable my...
View ArticleSTS with wildcard certificates not working (Error occurred while locating...
Hi, iam a server administrator and a ready application was given to me for STS. This application was only tested with self signed certificates, but I need to run it with a wildcard certificate created...
View ArticleNo CipherValue found in CipherData for Metro 2.3 and glassfish 4
glassfish 4.0 and Metro 2.3 web service with Mutual certificates security. the following is soap message logging on server side.INFO: WSP5018: Loaded WSIT configuration from file:...
View ArticleJAX-WS Provider with attachment streaming
I would like to implement a JAX-WS Provider, that receives large MTOM attachments. I would like to prevent the attachments from being cached in memory; I would like to stream them to a temporary file...
View Article[SOAP, JAX-WS] WebService code to use an Operation with two different WSDL...
Hello guys,I'd like to request a consultation on a problem I am trying to solve involving JAX-WS.I have a Server application and two Client applications that communicate through SOAP. The server...
View ArticleNeed to explicit close ws client after use?
I've code similar topublic static void doIt() { String myWsdlUrl = "http://www.mycompany.com/WebService"; URL addr = new URL(myWsdlUrl); QName name = new QName("http://ws.mycompany.com.br/MyService/",...
View ArticleSpringService getter for implType missing
Hi,I'm not sure if this is the correct forum to place my requirement. If not, I'm sorry.We have declared many webservice endpoints using spring (wss / ws namespace). To make usage easier, we use a...
View ArticleWSIT Metro version 2.3 WSRM1124 error
We have a java application running on a JVM (IBM jdk and not Oracle's) inside of a Tomcat v7 server with the following propertiesJVM infoJava Version: 1.6.0 Java Vendor: IBM Corporation Java...
View Article