Re: WSDL2C: Deconflicting Duplicate Types and Methods Between WSDLs

2009-12-04 Thread Dimuthu Gamage
Hi, Unfortunately with the current setup there is no proper way to solve that conflict. One possible solution is to provide a parameter to set the prefix as you suggested, but there is no such thing implemented. Can you please create a jira to implement this option? Thanks Dimuthu On Sat, Oct

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

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

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 =

Re: rampart/c http tutorial

2009-12-04 Thread Samisa Abeysinghe
On Fri, Dec 4, 2009 at 10:53 PM, Adam Edgar aed...@research.att.com 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 :

Time for a release?

2009-12-04 Thread Samisa Abeysinghe
Folks, I looked at the Jiras after a lng time and seems that there are quite a number of them as well as few ones with patches from users. May be it is a good time to fire up a new release. Thoughts are welcome. Thanks, Samisa... -- Samisa Abeysinghe Director, Engineering - WSO2

Re: using faults w/ wsdl2c

2009-12-04 Thread Sam Carleton
Dimuthu, Where EXACTLY does one find the latest WSDL2C code? Is it in an build or is it in the Axis2/Java SVN repository? Sam On Thu, Dec 3, 2009 at 10:57 PM, Dimuthu Gamage dimut...@gmail.com wrote: Hi, If you use the latest axis2 WSDL2C generator code, you don't need to create soap

[Axis2[ Time for a release?

2009-12-04 Thread Samisa Abeysinghe
I meant to say, Axis2! Samisa... On Fri, Dec 4, 2009 at 11:08 PM, Samisa Abeysinghe sam...@wso2.com wrote: Folks, I looked at the Jiras after a lng time and seems that there are quite a number of them as well as few ones with patches from users. May be it is a good time to fire

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

Re: echo_rest and DELETE http_method

2009-12-04 Thread Dimuthu Gamage
Hi, I also try the REST delete and it is failing. Looks like a bug in the code in trunk. Can you please report this bug in axis2/c jira Thanks Dimuthu On Wed, Nov 25, 2009 at 2:09 AM, Ilia Gilderman ilia.gilder...@xeround.comwrote: Yes, sure I did this --

Re: using faults w/ wsdl2c

2009-12-04 Thread Samisa Abeysinghe
On Fri, Dec 4, 2009 at 11:09 PM, Sam Carleton scarle...@gmail.com wrote: Dimuthu, Where EXACTLY does one find the latest WSDL2C code? Is it in an build or is it in the Axis2/Java SVN repository? Axis2 svn. Samisa... Sam On Thu, Dec 3, 2009 at 10:57 PM, Dimuthu Gamage

Re: DLL path for libTestCases_t.so is set to libTestCases.so

2009-12-04 Thread gsherwood
Samisa,Thanks for the response. I mentioned the _t because when I posted the message, the ONLY difference between the two services was their names. One has the _t and the other does not. So it seemed likely to me that the different behavior was related to their different names. This is