开发者

using Ruby handsoap craft AuthHeader

开发者 https://www.devze.com 2023-03-22 07:30 出处:网络
How would I go about adding an authheader to the soap header of a request using handsoap? so for example I want:

How would I go about adding an authheader to the soap header of a request using handsoap?

so for example I want:

<soap:Header>
    <AuthHeader xmlns="thenamespace">
      <userguid>xxxxxxxxxx</userguid>
      <userkey>yyyyyyyyy</userkey>
   开发者_JS百科 </AuthHeader>
</soap:Header>

thanks in advance for any suggestions or direction - haven't been able to track down anything in a sample or documentation explaining how this could be done.

0

精彩评论

暂无评论...
验证码 换一张
取 消