Hello Krzysztof,

Wt does not include a SOAP library.

I would expect you to be able to implement SOAP functionality by
specializing a WResource (probably deployed in WServer, in order to
pin it to a fixed URL) and sending the received SOAP requests to a C
or C++ SOAP library.

Does such an architecture make sense?

Best regards,
Wim.


2014-04-03 9:58 GMT+02:00 Krzysztof Kardas <krzyc...@gmail.com>:
> Hi
> Thank You for Your response.
> Well I'd like to sign the soap request to prevent the modifications of the
> request (customer requirements).
> My idea was to write the application in 3 levels - dbo, business logic and
> the UI. So the integration level would be around business logic objects. The
> the SOAP interface should use the business logic objects. The DBO and UI
> would be served by Wt.
> Socket connection to business logic sounds a great idea.
>
>
> 2014-04-02 21:24 GMT+02:00 Jason H <scorp...@yahoo.com>:
>
>> SOAP and Witty are two different things.
>>
>> Besides, who wants SOAP? REST is winning. having implemented both, I say
>> REST is better.
>>
>> However there is nothing preventing you from using gSOAP or some other
>> toolkit to implement a SOAP service. I can bang out a REST-based Qt service
>> pretty easily, even though the toolkit doesn't really target server apps.
>> Though once that is done you can somehow integrate the two on the back-end.
>> Easiest is database work queues, most elegant is probably a socket.
>>
>> ________________________________
>> From: Krzysztof Kardas <krzyc...@gmail.com>
>> To: witty-interest@lists.sourceforge.net
>> Sent: Wednesday, April 2, 2014 2:20 AM
>> Subject: [Wt-interest] SOAP protocol in witty.
>>
>> Hi.
>>
>> Is it possible to use a SOAP protocol in witty to integrate applications?
>>
>> --
>> Regards
>> Krzysztof Kardas
>>
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> witty-interest mailing list
>> witty-interest@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/witty-interest
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> witty-interest mailing list
>> witty-interest@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/witty-interest
>>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>

------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to