thanks for the reply papayamilkshake. if i dont use the header its
throwing error for missing header.
i think i need to include something within the quotes, but dont know
what to include?
any idea?
the front end is a flash app.
On Sep 3, 4:56 am, papayamilkshake <
papayamilksh...@gmail.com> wrote:
> You need to put some values for SOAPAction.
> Dun think it will work anyway. The header in this API refers to the
> HTTP Headers such as content-length or cookie related stuff.
> My guess is that you are trying to add the header of SOAP Action which
> should be part of the envelope, after the HTTP Header section of the
> HTTP packet. :)
> Therefore, should be in Body section of the API and not use
> web_add_auto_header.
>
> Hope im correct :)
>
> regards
> papayamilkshakehttp://
loadrunnertnt.com
>
> On Sep 3, 1:05 am, ramaveda <
kramshan...@gmail.com> wrote:
>
>
>
> > I have the header
>
> > web_add_auto_header("SOAPAction","");
> > and getting the warning message as below,
> > Warning -26597: Added header value is NULL, empty or contains white
> > spaces only. It is added anyway.
>
> > Not sure why am getting this and how to rectify this?
> > any input?
>
> > thanks- Hide quoted text -
>
> - Show quoted text -