authentication - using Ruby handsoap craft AuthHeader -


how go adding authheader soap header of request using handsoap?

so example want:

<soap:header>     <authheader xmlns="thenamespace">       <userguid>xxxxxxxxxx</userguid>       <userkey>yyyyyyyyy</userkey>     </authheader> </soap:header> 

thanks in advance suggestions or direction - haven't been able track down in sample or documentation explaining how done.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -