Skip to content
Snippets Groups Projects
Select Git revision
  • 0304a9d8b11725d8b4cb992c4357f7d985cf1881
  • develop default protected
  • simmc-based
  • drill-experiment
  • tg-felipe
  • issue/97
  • issue/63
  • icde-2019-experiments
  • issue/85
  • master protected
  • issue/20
  • refactor/engine
  • issue/6
  • feature/diagrams
  • wip-transformers
15 results

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Danilo K. S. Yorinori authored
    The migration is based on gSOAP advantages against cSOAP/libxml2:
    * supports HTTP proxy servers.
    * supports HTTP proxy basic authentication.
    * gSOAP is statically-linked library.
    
    For those reasons, libxml2 and cSOAP are no longer used.
    
    gSOAP library includes two compiler tools to develop web services:
    * The 'wsdl2h' WSDL parser. This tool converts WSDLs and XSD files into
      annotated C/C++ definitions.
    * The 'soapcpp2' stub and skeleton compiler. This tool generates RPC
      code and XML serializers from the annotated C/C++definitions.
    
    Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
    b8ee6b1c
    History
    Name Last commit Last update
    ..