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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -