How to call SOAP Webservice with security header in blackberry 10 Cascading C /QML? -


i new bb 10 cascade. need call soap webservice security header. how use qtsoap ?

thanks in advance.

if question how add security header qtsoap request, can way: on qnetworkrequest, set header void qnetworkrequest::setrawheader(const qbytearray& headername, const qbytearray& headervalue), give this: request.setrawheader("wsse:security", "yourheadervalue");

send request void qtsoaphttptransport::submitrequest(qnetworkrequest& networkreq, qtsoapmessage& request, const qstring& path)


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -