wsimport
Replacing XmlType.namespace using jaxb bindings during type generation
My web-services application is moving from Axis to JAX-WS and I\'m having trouble doing some of the conversions.My primary issue is that I have several XSD\'s with the same types defined slightly diff[详细]
2023-02-22 22:04 分类:问答How can I tell wsimport that separate WSDL files are referring to the same object classes?
I have three different JAX-WS services which use the same classes on the server (e.g. ServiceA, ServiceB, and ServiceC, all of which use MyCommonClass as a parameter). Another module we are developing[详细]
2023-02-22 17:39 分类:问答Java Web Service Client With wsimport Not Connecting To Host
I\'m working on a custom authentication provider for Cognos.We have a webservice that will be listening for auth requests.For testing purposes I\'m just trying to send a user/pass (will be changed lat[详细]
2023-02-18 04:06 分类:问答Comments in Enums imported from XSD by wsimport
is there a way to get comments from XSD to Java code using wsimport? For example, I have an XSD file <!-- Enumerace /model/user/UserLevel.java -->[详细]
2023-02-10 09:33 分类:问答Creating and using Webservices in same maven project
I\'m trying to build a maven project, an OSGi bundle, which contains Webservices. I\'m using JAX-WS with all the @WebService annotations to specify the webservices I have. To load these Webservices at[详细]
2023-02-09 18:21 分类:问答Checked exceptions hierarchy in WebServices using JAX-WS Maven Plugin (wsimport)
I\'m working on a project where we want to use checked exceptions to notify user of (for example) wrong input or wrong action taken. Such exceptions should have hierarchy such as:[详细]
2023-02-08 07:10 分类:问答Failed to generate a proxy class for Exchange EWS: unable to find valid certification path to requested target
开发者_运维知识库I want to generate a proxy class for EWS (http://msdn.microsoft.com/en-us/library/dd877045%28v=exchg.140%29.aspx).[详细]
2023-02-05 10:42 分类:问答How do I troubleshoot this wsimport error in NetBeans?
I\'m using NetBeans 6.9.1 on Mac OS X 10.6.4 with Java 1.6.0_22.I have a web application that connects to an application server (GlassFish v3) via JAX-WS.During the \"Clean and Build\" process, wsimpo[详细]
2023-01-25 17:10 分类:问答wsimport try to resolve by namespace
Is it possible for wsimport to ignore \"import\" tags in wsdl that are http-linked to som开发者_StackOverflow中文版e XSD files and insted use XSD files provided next to the wsdl file?. I know svcutil[详细]
2023-01-13 15:04 分类:问答Changing the URL on a webservice client generated with wsimport
I am trying to write a module for a Java application that accesses a WSDL-described webservice.The source WSDL was downloaded straight from what I believe to be an ASP.NET webservice; the service URL[详细]
2023-01-13 05:45 分类:问答