wsdl2java
Store Axis raw XML request/response in session (to be used in JSP)
How, if possible, do I get the raw XML request/response that is invoked/retrieved by Axis in my application?[详细]
2023-03-01 07:22 分类:问答Axis generates all classes but not Axis2?
I\'ve generated stubs using following commands Axis: java org.apache.axis.wsdl.WSDL2Java CrmDiscoveryServiceWsdl.xml : Generates all classes[详细]
2023-02-28 03:04 分类:问答Set Java Compliance Level in CXF wsdl2java
I’m brand new to CXF and am trying to create a client from WSDL.I have used Metro and Axis in the past.I downloaded apache-cxf-2.3.3 and used wsdl2java to generate the client stubs.I use Maven and se[详细]
2023-02-24 20:19 分类:问答Exception when sending big soap request
There is a web-service deployed on tomcat 6 and exposed via apache-cxf 2.3.3. A generated sources stubs using wsdl2java to be able to call this service.[详细]
2023-02-17 10:23 分类:问答How to add a method to an existing web service develoment with axis2 and eclipse
i\'ve a web service written with axis2, starting from wsdl using wsdl2java utility. I developed it using eclipse. It works fine.[详细]
2023-02-16 14:30 分类:问答Why this Ant/Ivy integration of CXF WSDLToJava does not work?
I would like to use WSDLToJava of Apache CXF in my Ant buildfile to create Java code from a WSDL. The dependencies are resolved using Ivy. I always get the following error:[详细]
2023-02-15 21:37 分类:问答WSDL2Java error on command prompt
I\'m having an error when im using WSDL2Java tool in command prompt. im getting Exception in thread \"main\" java.lang.NoClassDefFoundError: org/apache/axis/wsdl/WSDL2Java[详细]
2023-02-15 13:39 分类:问答Bundling wsdl in jar with CXF wsdl2java
I\'m working on an implementation that will use a wsdl that I have gotten from a vendor. Our project is running on Spring and CXF, and I\'d like to create a jar that will allow me to access this vendo[详细]
2023-02-12 18:17 分类:问答Two classes have the same xml type name
When I try to publish my Workspace in RAD, I get this error \"Two classes have the same xml type name\", probably because the same class name exists in the same package, but in two different jars. And[详细]
2023-02-10 14:14 分类:问答Calling a SOAP WebService that uses xsd:anyType
I need to call a WebService which has an argument that\'s defined as an array of xsd:anyType, defined like this:[详细]
2023-02-09 19:44 分类:问答