0
votes
0answers
14 views
CXF JAXB Bindings
I generated client-side code through CXF wsdl2java, the field of custom DTO class have been mapped into a JAXBElement<T> object.Every time conversion between java type and J …
0
votes
2answers
71 views
How to use Axis WSDL2Java generated files?
I generated Java files from WSDL with WSDL2Java converter, but I don't know how can I use service with these files, because there are no examples. I'm implementing client side.
0
votes
1answer
47 views
wsdl2java ant task: howto include wsdl file name in java file comment
We're generating Java files from WSDL descripitons using the axis-wsdl2java ant task.
<axis-wsdl2java url="${src.dir.etc}/wsdl/BLAH.wsdl"
output="${build.dir.g …
0
votes
1answer
76 views
NTLM authentication using CXF wsdl2java stubs
I have a web service protected by HTTPS with NTLM authentication and I generated a set of java stubs using CXF's wsdl2java tool by temporarily disabling authentication. I am now a …
0
votes
1answer
94 views
proxy classes of web-service using WSDL
Hello All,
I am getting the following exception whenever trying to create proxy classes using WSDL.
Few observations :-
1) My WSDL points out/imports following xsd http://200.123 …
0
votes
4answers
496 views
Axis2’s wsdl2java fails on RPC/Encoded style web services.
Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)?
Retrieving document at '...'.
Exception in thread "main" org.apache.axis2.wsdl …
1
vote
2answers
2k views
Access restriction on class due to restriction on required library rt.jar?
I'm attempting to compile Java 1.4 code that was created by IBM's WSDL2Java on Java5 without recreating the stubs and saw this error in Eclipse. I'm under the assumption that the s …
0
votes
3answers
109 views
how to read file from client system with java? I have to use wsdl?
Hi,
I want to read file from client system, I have path of client system where our file is generated,
I want to use WSDL to do this functionality ... I am new to WSDL if any body …
0
votes
1answer
169 views
Code First .NET Web Service uses soap encoding - how can this be prevented?
How would one configure asp.net / asmx to not use soap encoding at all when generating wsdls from a .NET interface? In short, a .NET SOAP Web Service is producing a wsdl that incl …
1
vote
1answer
182 views
Why is WSDL parser still importing external documents?
I tried to turn off importing documents in WSDL4J (1.6.2) in the way suggested
by the API documentation:
wsdlReader.setFeature("javax.wsdl.importDocuments", false);
In fact, i …
0
votes
1answer
79 views
Axis2 (war) + Tomcat 6: WSDL2Java missing?
Hello guys,
I am trying to learn how to implement Web Services using Axis2 and Tomcat, but i'm afraid that i'm not grasping some of the basics.
I was following this tutorial but …
0
votes
3answers
169 views
JBoss: How to generate a Web Service FROM a WSDL?
I need to prototype a very simple system which sends a request to a remote web service, which will then callback on my own web service once it's finished processing. Unfortunately, …
0
votes
0answers
219 views
Using xmlbeans bindings for cxf wsdl2java
I am getting started with using apache CXF 2.1.5 and xmlbeans to generate a web service client. The FAQ page shows how to use jaxb bindings to have java.util.Date binding for xsd:d …
0
votes
1answer
42 views
Is it possible to specify the TCP port in mappings in the axis NSToPkg.properties file?
Hi,
I'm using the Axis 1.4 axis-wsdl2java ant task to create stub code for a web service hosted on port 8080 of a webserver. I've used the NStoPkg.properties file successfully in …
1
vote
3answers
335 views
CXF maven plugin generate classes in wrong directory
Hi,
I'm using maven cxf-codegen-plugin to generate java web service files from wsdl.
The plugin works fine if I'm trying to generate the files in the default output directory
(tar …
