wsdlpull is an efficient and powerful command line utility for dynamic inspection and invocation of WSDL web services. It also has a C++ library with a Dynamic WSDL Invocation API, a WSDL parser, a schema parser and validator, and an XML parser/serializer.
| Tags | Text Processing Markup XML Internet Web Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | C++ |
| Translations | English |
Recent releases


Changes: This version introduces the new and improved XPath processor that allows you to query Web services and extract the response without writing a single line of code.


Changes: This release handles extensibility attributes in operation's elements. A bug with an empty soap header element in response has been fixed. Warnings have been fixed. WSDL element names for input/output/faults are stored in messages. An invoker API has been added to set the HTTP authentication parameters. An invoker to get SOAP fault details has been added. When parsing an XSD file, the 'anyAttribute' in complex types is taken into account.


Changes: Error reporting was fixed. Parsing of absolute file paths in schema imports was fixed.


Changes: Several new features were added, including the ability to validate multiple occurences of choice elements, a new -p option to print port types of a wsdl, a -g option in the wsdl tool to generate soap message, and an experimental -g option in the schema tool to generate instances. Fixes were also made for a schema:import bug and for a type reference in an imported schema which is defined in same wsdl file but under another namespace.


No changes have been submitted for this release.
- All comments
Recent commentsRe: WSDL Parser 1.5 incremental release
1.5.3 is here !! fixes a few bugs in schema parser while handling retriction tag
Re: WSDL Parser 1.5 incremental release
wsdlpull 1.5.2 is released !!. The most important changes are that a few insidious bugs were fixed ,thanks to Kenneth Chiu .With these fixes in it should work fine on solaris without crashing.
A few bug fixes on gsoap generation are pulled in.
Plus wsdlpull is now available via CVS.
c u until next time
Vivek
WSDL Parser 1.5 incremental release
This is an incremental release which fixes a few problems for the previous release
1. added --with-log configuration variable for logging
2. patched up some gsoap compilation code which was reuslt ing in empty parameter names in method declaration
3.a couple of files were missing from the include path of installation dir.this is fixed/
Version 1.4.2 release
An incremental release..This release fixes the problem of forward reference for elements in the schema parser.
It also includes bug fixes in gsoap header file generation.
Next major release will have a complete fully working schema parser..which will hopefully be used to parse the wsdl document itself.
Version 1.4.1 release
Version 1.4.1 is released..It has a few bug fixes which were reported by users .Bug fixes are mostly in the schema parser.