C++ Web services / News: Recent posts

wsdlpull 1.21

This is a major release in a long time - support for parsing derived complex types, SOAP 1.2 and integrating curl library with windows build as well.
Lots of bug fixes improve the stability overall

Posted by vivek  2008-11-02

wsdlpull 1.20

  1. Remove any warning message when compiling a project with -Wall -Wextra -Werror -pedantic -ansi
    2.When parsing a XSD file, taking into account the 'anyAttribute' element when it is a child of a 'complexType' element. Elsean error occurs when parsing the WS-Addressing schema file for example.
    3.Handle extensibility attributes in operation's elements
  2. Bug with empty soap header element in response
    5.Fixed warnings
    6.Store wsdl element names for input/output/faults in messages
    7.Added invoker API to set the HTTP authentication parameters
    8.Added invoker to get soap fault details
Posted by vivek  2008-08-09

wsdlpull 1.19

Fixed a bug for parsing schemas with elements from multiple schemas
Added more tests to schema parser

Posted by vivek  2008-06-16

wsdlpull 1.18

This release adds support for RPC/literal and fixes some namespace issues in soap requests
Added project files for VS2005

Posted by vivek  2008-05-04

wsdlpull 1.17

Fixed the bug while using a reference to an imported type in a schema
Added a new constructor to WsdlInvoker
Create unique namespace prefixes in soap message
Fixed the bug which caused multiple soap headers in input message to be ignored(in adwords wsdl)- Thanks to Charles Ahn
Include namespace in headers

Posted by vivek  2008-03-16

wsdlpull 1.16

Includes better error reporting and some Fixes for parsing absolute URIs in <import>

Posted by vivek  2007-12-27

wsdlpull 1.15

1.15 is released.See change log for details.
Also a standalone windows executable is released for those who dont want to build the code.

Posted by vivek  2007-11-02

wsdlpull 1.14

wsdlpull is an efficient and powerful command line utility for dynamic inspection and invocation of WSDL web services.It provides a C++ library with dynamic WSDL invocation API,WSDL parser,xml schema parser,generator,validator and an xmlpull parser/serializer.

Posted by vivek  2007-08-05

wsdlpull 1.13

1.13 is here.Mostly bug fixes..Precursor to some API usability improvements.

Posted by vivek  2007-04-09

wsdlpull 1.12

A list of bugs which were fixed..long time due!

Posted by vivek  2006-11-25