soap - call SAOP request in ADF mobile -


i want call soap request using adf mobile. request :

<soap:envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><soap:header><wsse:security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" soap:mustunderstand="1"><wsse:usernametoken xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:username>india</wsse:username><wsse:password type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#passwordtext">welcome</wsse:password></wsse:usernametoken></wsse:security></soap:header>     <soap:body xmlns:ns1="http://xmlns.oracle.com/bpel/mobile/notificationlist">         <ns1:notificationlistretrievalreq>             <ns1:notificationlisttype>hr_offer</ns1:notificationlisttype>             <ns1:status>todo</ns1:status>             <ns1:mode/>         </ns1:notificationlistretrievalreq>     </soap:body> </soap:envelope> 

so, have call simple soap service without security header. have no idea how pass security header in adf mobile. in advance.

if use web service data control , configure pass security authentication shouldn't need mess around header manually. see: https://blogs.oracle.com/shay/entry/accessing_secure_web_services_from


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -