开发者

using Ruby handsoap craft AuthHeader

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜