Re: How to add custome header to a WSDL

2008-10-19 Thread Dimuthu Gamage
Hi Nath,

Here[1]  is an example of custom headers in a wsdl. Sometime back I wrote a
blog[2] on how to use custom headers in Axis2/C. It is very similar how you
use it with Axis2/Java.


[1]
https://wso2.org/repos/wso2/trunk/wsf/php/src/tests/samples/services/wsdl_mode/headers.wsdl
[2]
http://www.dimuthu.org/blog/2008/08/21/how-to-build-custom-soap-headers-in-wsdl-using-axis2c-and-wsfphp/

Thanks
Dimuthu

On Sun, Oct 19, 2008 at 7:49 AM, Nath, Niraj <[EMAIL PROTECTED]> wrote:

> Hi,
>
>   We have a scenario where in a custom header is added in the soap request
> by the client. This header contains some details which helps the server side
> for client authentication.
>
>
>
> Do we have a way to define this custom header in the WSDL .
>
> Our custom header looks like
>
>  http://xxx.com/xsd"; accessId="xxx"
> accessKey="vvv" domain="XXX" />
>
>
>
> Any help is appreciated.
>
>
> Regards
> Niraj
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Thanks,
Dimuthu Gamage

http://www.dimuthu.org
http://www.wso2.org


Re: wsdl2c

2007-08-29 Thread Dimuthu Gamage
Hi Marc,
First you have to download Axis2/Java and then run org.apache.axis2.wsdl.WSDL2C
Hope you can find some guidance from the Axis2/C Manual.
http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c

Dimuthu


On 8/29/07, Amila Suriarachchi <[EMAIL PROTECTED]> wrote:
> please ask this question from
> http://ws.apache.org/axis2/c/
>
>
> On 8/27/07, Feldman, Marc < [EMAIL PROTECTED]> wrote:
> > Hi,
> > What program is used to convert a wsdl to C classes?
> > Thank you,
> > Marc
> >
> >
> >
> -
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> Amila Suriarachchi,
> WSO2 Inc.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]