how to get custom message headers of wcf service in android

前端 未结 1 1486

I am using this ->> link <<- all code for setting custom message headers in wcf but i am unable to get these headers inform ation in android. if an

相关标签:
1条回答
  • 2020-12-18 16:34

    I don't think that you had set your header correctly. I dont see where you set the header[0]. Maybe you have to insert this line of code

    envelope.headerOut = header;
    
    0 讨论(0)
提交回复
热议问题