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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -