How to query data by stateless request in C#?
Sometimes I'll get exception with message "(500) Internal Server Error".
I want to use stateless request. But I don't know how to make the request. Should I still get session id first? How could I add the WSSE Version 1.0 header to SOAP request?
Thanks.
Biao