KDSoap icon indicating copy to clipboard operation
KDSoap copied to clipboard

A Qt-based client-side and server-side SOAP component

Results 43 KDSoap issues
Sort by recently updated
recently updated
newest added

We found an issue with a WSDL file that is referencing remote XSD code. While running in a proxied environment we use tsocks to connect: ``` tsocks ~/bin/kdwsdl2cpp -o Extensions.h...

Hello, I might be missing some option. Tried several builds now. I do get the required dll, and exe but the dll is missing the version number. ![image](https://cloud.githubusercontent.com/assets/1355466/20934501/437e0346-bbd3-11e6-842b-0e57ff89c3d2.png) Not sure...

We encountered some problems using kdsoap for accessing ciscos axl soap interface [1] via kdwsdl2cpp generated classes. The used schema [2] defines tons of nested complex-types within elements having the...

When I build KDSoap (no modifications locally whatsoever) using shadow build, the project fails at the following first error: KDSoap/kdwsdl2cpp/common/fileprovider.cpp:104: error: moc_fileprovider.cpp: No such file or directory #include "moc_fileprovider.cpp" QMake...

please take a look at this server method implementation: ``` TNS0__ListResponseElement resp; QList l; resp.setResult(l); return resp; ``` if no element is setted in the list a zero byte response...

I find kdsoap (client) give the following error when when a special character is found in one of the fields. Fault code 3: XML error: [1:6902730] Invalid character reference. Is...

Hello: We are testing KDSoap for a development project and it's fine but we need to work with WSDL HTTP binding (http://www.w3.org/TR/wsdl#_http) do your KDSoap work with this?. if we...

Hi, I've built a KDSOAP client/server application with success so far but I would like now to send a cookie along with my requests. While I'm able to effectively send...

Hello, my team is running into the following problem: We used the KDSoap code generation for the following code: PocuseServiceClient::TNS__DoBusinessTaskResponse PocuseServiceClient::PocuseService::PocuseServiceSoap::doBusinessTask( const PocuseServiceClient::TNS__DoBusinessTask& parameters ) { const QString action =...

After I have solved my problems described in the issue #39 I have faced with the following errorString() from my queries: ``` Error downloading https://adatkuldes-teszt.nemzetidohany.gov.hu:8444/nd/MasterData.svc - server replied: Cannot process...