Re: rampart/c http tutorial

2009-12-04 Thread Adam Edgar
On Fri, 2009-12-04 at 22:59 +0530, Samisa Abeysinghe wrote: > You need to enable https in the axis2.xml conf file > Ah, thanks one step closer. I still need to figure out how to see the exact xml that is being sent and received from the server. I am getting a fault back and I suspect it is bec

Re: rampart/c http tutorial

2009-12-04 Thread Samisa Abeysinghe
On Fri, Dec 4, 2009 at 10:53 PM, Adam Edgar wrote: > I think I've managed to get some of it working but can't tell if the > proper headers are being generated. Is there a way to dump the traffic > being sent to the server? > > Also when I try : > > url="https://localhost:8443/axis2/services/Negat

Re: rampart/c http tutorial

2009-12-04 Thread Adam Edgar
I think I've managed to get some of it working but can't tell if the proper headers are being generated. Is there a way to dump the traffic being sent to the server? Also when I try : url="https://localhost:8443/axis2/services/NegativeAddressSecureService";; stub = axis2_stub_create_NegativeAddre

Re: rampart/c http tutorial

2009-12-04 Thread Samisa Abeysinghe
Rampart is an independent project. Hence, the generated code does not have Rampart specific stuff. For Rampart stuff, you have to engage the module and provide the security policies etc at client level programatically. Samisa... On Fri, Dec 4, 2009 at 10:39 PM, Adam Edgar wrote: > Is there a g

rampart/c http tutorial

2009-12-04 Thread Adam Edgar
Is there a good start to finish tutorial for rampart/c for creating a client starting with a WSDL file? Basically, right no I have written a WSDL and used wsdl2c to generate the source for the client but it does not seem to have any rampart code in it. If I run the server without WSSE it works but