wsdl2java
currency convertor webservice doesnot work in web application
I am trying to configure \"http://www.webservicex.net/CurrencyConvertor.asmx\" web service in my web application. I generated java client classes using wsdl2java provided with Axis2.[详细]
2023-04-11 20:56 分类:问答JAX-RPC Web Services WSDL2Java
I\'m having a problem with JAX-RPC wsdl2java technology. My wsdl2java ant task: <wscompile fork=\"true\"[详细]
2023-04-11 16:46 分类:问答WSDL to java conversion
I want to convert WSDL file into java classes file.Suggest me the package used for it. I found one that is axis 2.0 .But i want to more packages used to do this job. please suggest me any article wher[详细]
2023-04-05 05:26 分类:问答wsdl2java doesn't produce any output
I\'m fairly new to web services and I\'ve successfully created a web service using axis2 and tomcat 7. Now I\'m trying to create a client for the web service using wsdl2java.I\'m working on Windows so[详细]
2023-04-04 06:34 分类:问答wsdl2java and soap with attachments issue
I generated a WS Client using wsdl2java for a Soap service developed with soaplib 0.8.2 (python). The server does support Soap with attachments as I could see with tcpdump while using a client built a[详细]
2023-04-02 10:06 分类:问答WSDL2Java stub class receiving ArrayList instead of single object
I\'m very new to web services so please forgive my ignorance. I\'m trying to consume a web service to which I was provided the wsdl. There are several complex types being returned by the web service.[详细]
2023-03-30 22:02 分类:问答When using a WSDL-first approach to generate java stubs, is there a way to make exceptions extend RuntimeException instead of Exception?
Is there a way to force JAXB to generate exceptions which extend java.lang.RuntimeException instead of Exceptions when using a WSDL-first approach?[详细]
2023-03-30 14:11 分类:问答Is there any Apache Axis WSDL2Java jar file for Eclipse Indigo
Is there any separate org.apache.axis.wsdl2java jar file for Eclipse Indigo version because its not worked in indigo version shows error like:[详细]
2023-03-30 10:14 分类:问答Adding custom Soap Header to Webservice Request
I have generated stub for a webserivce using apache axis2 and I want to add custom soap header to the request. I want the soap header to look like this[详细]
2023-03-27 00:41 分类:问答Issue in WSDL2Java
I am trying to use wsdl2java utility t开发者_如何学编程o generate POJOs. It\'s working fine for complete WSDL file. However, if a WSDL has[详细]
2023-03-25 11:24 分类:问答