You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Atanacio Reyes <ar...@yahoo.com> on 2007/03/03 00:39:07 UTC

eliminate soapenv:header

Hi all:

    I have two questions:
    1. How I can remove the <soapenv:Header> tag from the envelope soap message in axis2c?
    2. How I can add the SOAPAction: "someAction" in the HTTP header.


thanks.

Atanacio Reyes Valenzuela.




 
____________________________________________________________________________________
Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: eliminate soapenv:header

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Atanacio Reyes wrote:
> Hi all:
>
>     I have two questions:
>     1. How I can remove the <soapenv:Header> tag from the envelope soap message in axis2c?
>   
This needs to be fixed in the Axis2/C engine, please raise a Jira on this.
>     2. How I can add the SOAPAction: "someAction" in the HTTP header.
>   
AXIS2_OPTIONS_SET_SOAP_ACTION(options, env, "someAction");

Please have a look at samples/user_guide/clients/echo_blocking_soap11.c 
for a sample.

Samisa...
>
> thanks.
>
> Atanacio Reyes Valenzuela.
>
>
>
>
>  
> ____________________________________________________________________________________
> Bored stiff? Loosen up... 
> Download and play hundreds of games for free on Yahoo! Games.
> http://games.yahoo.com/games/front
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>
>   


-- 
Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal)


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org