gsoap: force WS-Discovery 1.0 instead of 1.1 -
gsoap: force WS-Discovery 1.0 instead of 1.1 -
i using gsoap , plugin wsddapi implement ws-discovery.
i need implement ws-discovery v1.0, plugin output v1.1 messages. in source-code of plugin, it's valid both v1.1 , v1.0, not able understand how can forcefulness gsoap utilize v1.0 messages.
do have hint?
in order generate soapclient.cpp code referenced wsddapi plugins ws-discovery 1.0, can utilize command :
soapcpp2 -xa /usr/share/gsoap/ws/wsdd10.h -i /usr/share/gsoap/import in other hand code ws-discovery 1.1 generated :
soapcpp2 -xa /usr/share/gsoap/ws/wsdd.h -i /usr/share/gsoap/import perhaps paths different depending on packaging, operating scheme ...
gsoap ws-discovery
Comments
Post a Comment