Questions tagged [wsdl4j]

The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents

https://sourceforge.net/projects/wsdl4j/files/WSDL4J/

18 questions
0
votes
1 answer

Find Some sample examples for parsing of wsdl url using wsdl4j

Please somebody help me to find some sample examples for parsing for wsdl url using wsdl4j API. Thanks
user591790
  • 545
  • 2
  • 15
  • 33
0
votes
1 answer

Recommend java framework to load a WSDL url/file, get a list of methods and etc

I have to implement a java component that will work with WSDL, do you aware of any frameworks that will simplify that solution and avoid me to reinvent the wheel (wsdl4j maybe ?) Here is the basic operations i tend to support (the end user have to…
IgorA
  • 455
  • 1
  • 7
  • 13
-1
votes
1 answer

How to exclude dependency of wsdl4j in axis1.4 as it is affecting the application not to work by throwing InovcationTargetException

Caused by: java.lang.IncompatibleClassChangeError: Class com.ibm.wsdl.DefinitionImpl does not implement the requested interface javax.wsdl.extensions.AttributeExtensible
1
2