Send simple strings in SOAP Header in Delphi

前端 未结 3 1605
灰色年华
灰色年华 2021-02-08 01:49

I need to send something like this:

   
      admin
      secret         


        
3条回答
  •  我在风中等你
    2021-02-08 02:10

    You can inject the tags by using a stringreplace on the XML string right before it goes out the door "onto the wire". You need a RIO_BeforeExecute handler, and you can then deal with the SOAPRequest directly.

提交回复
热议问题