I can't seem to find an API in the docs. Is there a way to set a custom HTTP (not SOAP) header? I absolutely need this functionality unfortunately. Thanks!
Submitted by sfiorito.colleg... on February 7, 2010 - 13:59.
I looked up this method (I'm not very familiar with PHP, just helping out some other developers integrate with some WS-Security services). It appears this is only for a server response. Unfortunately, I need to provide the header in a SOAP request.
Re
WSF/PHP does not have an api for adding http headers at the moment. However, you can use php method 'header' to send http headers.
Regards
Nandika
I looked up this method (I'm
I looked up this method (I'm not very familiar with PHP, just helping out some other developers integrate with some WS-Security services). It appears this is only for a server response. Unfortunately, I need to provide the header in a SOAP request.