Web Start client can't access webservice via proxy?
Hi there,I have a client application that needs to access an external web service through an HTTP proxy. This works fine when the client is launched from the command line, but when I launch the...
View ArticleAccessControlException when using SecurityManager in own application
We are trying to deploy an application, which is using JAAS. So we enable the securityManager during the service startup@Startup @Singleton public class ServiceInitializer { @PostConstruct public void...
View ArticleMTOM best practices
I use Weblogic 10.3.2 ( so jaxws metro based ) The web app I have is uploading and downloading large files (PDF's) via a WS (i know is not the optimum way for doing this but this is how it is now)NOW...
View ArticleMTOM best practices ?
Hi ,I use Weblogic 10.3.2 ( so jaxws metro based )The web app I have is uploading and downloading large files (PDF's) via a WS (i know is not the optimum way for doing this but this is how it is...
View Articlexjc generates empty classes but no errors
Hi, I am trying to generate Jaxb classes for the following xsds. schema.xsd -------------------------------------------------------------<?xml version='1.0' encoding='UTF-8'?><xsd:schema...
View Article[wsimport-xjc] Handling Duplicate ObjectFactories
We have a number of common schemas that we've created separate jars for to avoid duplication and inconsistencies during code generation of our WSDLs.However, wsimport still generates the ObjectFactory...
View Articlehelp, No security header found in the message
I am write a WCF service to use wsHttpBinding and have a username / password authentication, and another to write a Java client to try to call WCF.I use JDK 1.6.0_37 NetBeans 7.2 Metro 2.2.1 but I get...
View ArticleDo you know if jax-ws tool supports SAP WebService(only have wsdl file and...
Hello guys,What I know is only one WSDL file which was generated from SAP system. And I can login to the webservice URL with authorization(username and password). That is all. And what I need to do is...
View Articlewsimport not generating package-info for enums
I have a WSDL file that imports external schema : Attachment 1 shows the import schema declaration from the WSDL.When I import this WSDL using wsimport ANT script, generated client doesn't contain...
View ArticleNot creating proper client stubs with jaxb object parameters
Hello I am working on a web service that accepts a jaxb object and returns a jaxb object. The Processjob obj is a jaxb object which I successfully have used in a restful web service. The following is...
View ArticleHow to change end point address but not wsa:to
Hi, I have a web service client generated from a wsdl using jax-ws. The serivice runs on a service bus and the wsdl is not available at runtime. So I need to provide the local wsdl while creating a...
View ArticlePermission to translate your page at http://metro.java.net/
Dear Sir,My name is Anja and I am Computer Science student at the University of Belgrade,Serbia. I found your web page about Metro tools of a significant use for the community.Here is the URL of your...
View ArticleInput XMLparameter in a web service without CDATA escaping
Hi,I developed a web service using JAXWS. It has several functions with a XML message as input. One of web service clients sends the soap envelope with the XML input without CDATA escaping. In this...
View ArticleIs there latest JAXB spec able to translate the apostrope to XML specific...
Hi All,Do anyone using the latest API which provides the translation of apostrophe(') during marshaling process i.e (XML).apostrophe (') to XML Specific (')If not supported yet is it going to be...
View ArticleJAXb Parser Exception:- Someone help me
I am getting error while parsing of below XML<?xml version="1.0" encoding="UTF-8"?>1 Custom MSG2 Custom MSG 3 Custom MSGJava Class@XmlRootElement(name = "error") public class Error { private List...
View Article