AXISCPP-918 / xsd:extension

2006-03-23 Thread Franz Fehringer
Hello, Regarding AXISCPP-918 (generated copy constructor wrong/incomplete) i achieved significant improvement for me with $ svn diff c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/cpp/literal/BeanParamWriter.java Index: c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/cpp/literal/BeanParamWriter.java

[jira] Created: (AXISCPP-953) In AIX AxisAdminClient fails to start

2006-03-23 Thread James Jose (JIRA)
In AIX AxisAdminClient fails to start - Key: AXISCPP-953 URL: http://issues.apache.org/jira/browse/AXISCPP-953 Project: Axis-C++ Type: Bug Components: Build - ANT Reporter: James Jose When trying to start AxisAdminClient

[jira] Assigned: (AXISCPP-953) In AIX AxisAdminClient fails to start

2006-03-23 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-953?page=all ] Adrian Dick reassigned AXISCPP-953: --- Assign To: Adrian Dick In AIX AxisAdminClient fails to start - Key: AXISCPP-953 URL:

[jira] Commented: (AXISCPP-953) In AIX AxisAdminClient fails to start

2006-03-23 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-953?page=comments#action_12371538 ] Adrian Dick commented on AXISCPP-953: - The cc tasks within build/buildAdminClient.xml is using the wrong AIX linker. It should be using the executable linker, not the

[jira] Created: (AXIS2C-105) Missing directory in zip?

2006-03-23 Thread Ed Slattery (JIRA)
Missing directory in zip? - Key: AXIS2C-105 URL: http://issues.apache.org/jira/browse/AXIS2C-105 Project: Axis2-C Type: Bug Components: platforms/windows Versions: M0.5 Environment: windows Reporter: Ed Slattery In the

[jira] Updated: (AXIS2C-105) Missing directory in zip?

2006-03-23 Thread Sahan Gamage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-105?page=all ] Sahan Gamage updated AXIS2C-105: Attachment: windows_patch.zip Seems that our build script has some problems and make dist is not including the directories required for windows build. Will

[jira] Created: (AXIS2C-106) some problems building sample code

2006-03-23 Thread Ed Slattery (JIRA)
some problems building sample code -- Key: AXIS2C-106 URL: http://issues.apache.org/jira/browse/AXIS2C-106 Project: Axis2-C Type: Bug Versions: M0.5 Environment: windows Reporter: Ed Slattery Ive been using the samples

Patch - fix on axis2_soap_envelope_create_default_soap_fault_envelope

2006-03-23 Thread Nabeel
Attached a patch to fix a bug in the above mentioned function. Pls reveiw and apply. Note that the funciton signature changed from axis2_soap_envelope_t * axis2_soap_envelope_create_default_soap_fault_envelope(axis2_env_t **env, int soap_version) to axis2_soap_envelope_t *

Patch - fix for axis2_soap_envelope_create_default_soap_fault_envelope fn

2006-03-23 Thread Nabeel
Attached a patch to fix a bug in the above mentioned function. Pls reveiw and apply. Note that the funciton signature changed from axis2_soap_envelope_t * axis2_soap_envelope_create_default_soap_fault_envelope(axis2_env_t **env, int soap_version) to axis2_soap_envelope_t *

[Axis2] Re: Patch - fix for axis2_soap_envelope_create_default_soap_fault_envelope fn

2006-03-23 Thread Nabeel
Forwarded with Axis2 prefix :) Nabeel wrote: Attached a patch to fix a bug in the above mentioned function. Pls reveiw and apply. Note that the funciton signature changed from axis2_soap_envelope_t * axis2_soap_envelope_create_default_soap_fault_envelope(axis2_env_t **env, int

Re: Axis C++ Stubs

2006-03-23 Thread John Hawkins
It sounds like the main wsdl that you are using does not define a service. WSDL2Ws needs a service as a starting point - it's easy enough to create one in your wsdl OR if you don't want to corrupt your wsdl - create a wsdl with a service definition in it that references the original wsdl without

[jira] Resolved: (AXISCPP-950) simple_axis_server and AdminClient doesn't have execute permission

2006-03-23 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-950?page=all ] Fred Preston resolved AXISCPP-950: -- Resolution: Fixed simple_axis_server and AdminClient doesn't have execute permission

Re:[Axis2] Patch - fix for axis2_soap_envelope_create_default_soap_fault_envelope fn

2006-03-23 Thread Samisa Abeysinghe
There is a typo in this patch. In the hader file in line + axis2_char_t *code_value, axis2_char_t *reason_text, int soap_version) ';' is missing. Fixed it. Also, the patch broke the soap test compilation. Fixed that as well. Thanks for the patch anyway as it helped solve

[Axis2] https support

2006-03-23 Thread Shaun Mangelsdorf
Does Axis2/C (any version) support https on the client side? Sorry if this is answered somewhere already, I couldn't find it and I have tried to make it work on the current SVN version with little success. If not, my question is where does SSL support lie on the axis2/c roadmap? Thanks,

Re: [Axis2] https support

2006-03-23 Thread Samisa Abeysinghe
Shaun Mangelsdorf wrote: Does Axis2/C (any version) support https on the client side? Sorry if this is answered somewhere already, I couldn't find it and I have tried to make it work on the current SVN version with little success. We do not have SSL support on client side as of now. If

[Axis2] patch - to prevent segfault when PHP extension is running

2006-03-23 Thread Nabeel
A patch is attached to prevent segfault inside dir_handler.c:axis2_dir_handler_list_services_or_modules_in_dir (this happens when PHP extension calls this fn to create service client) Pls review and apply. As Samisa pointed this crash may be due to how PHP handles malloc/free (the above fn calls