Re: wsdl2ws -mgnu question

2005-11-09 Thread John Hawkins
Hmm, I'd forgotten all about this defunct option - I'll raise a JIRA to remove it from WSDL2Ws unless someone wants to get it working. Samisa Abeysinghe [EMAIL PROTECTED] 09/11/2005 03:11 Please respond to Apache AXIS C Developers List To Apache AXIS C Developers List

[jira] Created: (AXISCPP-867) Remove gnu make from WSDL2Ws

2005-11-09 Thread John Hawkins (JIRA)
Remove gnu make from WSDL2Ws Key: AXISCPP-867 URL: http://issues.apache.org/jira/browse/AXISCPP-867 Project: Axis-C++ Type: Improvement Components: WSDD Processing Reporter: John Hawkins Priority: Minor GNU Make is not

[AXIS2] VOTE: Nandika Jayawardane for Committer

2005-11-09 Thread Damitha Kumarage
Hi All, I would like to nominate Nandika Jayawardane to be an Axis2/C committer. He has contributed a lot to Axis2/C- OM code which is now almost finished. He continues to work on improving the OM implemenation and also looking into possibility of using libxml pull api for OM. Here is my vote:

choice does not work?

2005-11-09 Thread John Hawkins
Hi Folks, In the reset() method of a choice type we do the following - /*do not allocate memory to any pointer members here because deserializer will allocate memory anyway. */ memset( a, 0, sizeof( xsd__string)); memset( b, 0, sizeof( xsd__int)); memset( c, 0, sizeof(

RE: [AXIS2] VOTE: Nandika Jayawardane for Committer

2005-11-09 Thread Lilantha Darshana
+1 Thanks -Lilantha -Original Message- From: Damitha Kumarage [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 5:22 AM To: Apache AXIS C Developers List Subject: [AXIS2] VOTE: Nandika Jayawardane for Committer Hi All, I would like to nominate Nandika Jayawardane to be an

RE: [Axis2] Please use logging

2005-11-09 Thread Lilantha Darshana
How feasible for us to use Log4c? Thanks -Lilantha -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 12:38 AM To: Apache AXIS C Developers List Subject: [Axis2] Please use logging I have added the code to enable logging using

Re: choice does not work?

2005-11-09 Thread Samisa Abeysinghe
John Hawkins wrote: Hi Folks, In the reset() method of a choice type we do the following - /*do not allocate memory to any pointer members here because deserializer will allocate memory anyway. */ memset( a, 0, sizeof( xsd__string)); memset( b, 0, sizeof( xsd__int));

[Axis2] patch changes to om

2005-11-09 Thread nandika jayawardana
Hi all, I have made some changes to om code and corrected the test_om.c file to work with new changes. pls apply this patch Thanks . nandika omdiff Description: Binary data

Re: [AXIS2] VOTE: Nandika Jayawardane for Committer

2005-11-09 Thread Deepal Jayasinghe
here is my +1 Thanks, Deepal ~Future is Open~ - Original Message - From: Dushshantha Chandradasa [EMAIL PROTECTED] To: Apache AXIS C Developers List axis-c-dev@ws.apache.org Sent: Thursday, November 10, 2005 9:10 AM

Re: [AXIS2] VOTE: Nandika Jayawardane for Committer

2005-11-09 Thread Saminda Abeyruwan
+1 Saminda Deepal Jayasinghe wrote: here is my +1 Thanks, Deepal ~Future is Open~ - Original Message - From: Dushshantha Chandradasa [EMAIL PROTECTED] To: Apache AXIS C Developers List axis-c-dev@ws.apache.org Sent:

Exception: java.lang.NoSuchMethodException: org.apache.axis.encoding.ser.ArrayDeserializerFactory.create(java.lang.Class, javax.xml.namespace.QName)

2005-11-09 Thread Vinita Joshi -X \(vinjoshi - eTouch Systems at Cisco\)
Hi, We have implemented web service successfully. But when we increase the log level in tomcat, I get the following exception, DEBUG: 08 Nov 2005 19:18:10,356 at org.apache.axis.i18n.ProjectResourceBundle.handleGetObject(ProjectResourceBundle.java:72)

[jira] Created: (AXIS-2295) problem with http proxy parameters caching mechanism

2005-11-09 Thread Renaud SAULAY (JIRA)
problem with http proxy parameters caching mechanism Key: AXIS-2295 URL: http://issues.apache.org/jira/browse/AXIS-2295 Project: Apache Axis Type: Bug Components: Basic Architecture Environment: weblogic 8.1

[jira] Created: (AXIS-2296) Get the following exception when web service call is made by client : java.lang.NoSuchMethodException: org.apache.axis.encoding.ser.ArrayDeserializerFactory.create(java.lan

2005-11-09 Thread Vinita Joshi (JIRA)
Get the following exception when web service call is made by client : java.lang.NoSuchMethodException: org.apache.axis.encoding.ser.ArrayDeserializerFactory.create(java.lang.Class, javax.xml.namespace.QName)

Re: Exception: java.lang.NoSuchMethodException: org.apache.axis.encoding.ser.ArrayDeserializerFactory.create(java.lang.Class, javax.xml.namespace.QName)

2005-11-09 Thread Davanum Srinivas
Vinita, I think this is an ignorable error. unless it is causing other problems for u. thanks, -- dims On 11/9/05, Vinita Joshi -X (vinjoshi - eTouch Systems at Cisco) [EMAIL PROTECTED] wrote: Hi, We have implemented web service successfully. But when we increase the log level in

RE: Exception: java.lang.NoSuchMethodException: org.apache.axis.encoding.ser.ArrayDeserializerFactory.create(java.lang.Class, javax.xml.namespace.QName)

2005-11-09 Thread Vinita Joshi -X \(vinjoshi - eTouch Systems at Cisco\)
Hi Dims, Thanks for your reply. It is true that even if we see this exception, the client call call web service successfully. But is there any work around/fix if we don't want to see this exception? Thanks, Vinita -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]

[jira] Commented: (AXIS-2279) Doc/Wrapped service turns a non-null, empty array into a null object

2005-11-09 Thread Maurizio Mlt (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2279?page=comments#action_12357132 ] Maurizio Mlt commented on AXIS-2279: This is due to the WSDLs Axis generates when using RPC or Doc/Wrapped styles. In the RPC case arrays are wrapped in XMLschema

Any Type Problem!! Please Read.

2005-11-09 Thread Parikh,Pratik
Title: Any Type Problem!! Please Read. Hi Everyone, I have a data type call PNCerner, which is as following: xsd:complexType name=PN.Cerner mixed=true xsd:sequence xsd:element name=id type=II minOccurs=0 maxOccurs=1/ xsd:choice minOccurs=0 maxOccurs=unbounded

Body elements get copied into Headers !

2005-11-09 Thread life2spice
We are getting pretty strange problem when trying to generate or publish a soap message. All the paremeters which should have been part of the SOPA BODY element are copying into the SOAP headers.The actually body tag is empty Anyone if has faced a similar issue or problem please share the info,

Re: Body elements get copied into Headers !

2005-11-09 Thread Anne Thomas Manes
Code? WSDL? WSDD? On 11/9/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: We are getting pretty strange problem when trying to generate or publish a soap message. All the paremeters which should have been part of the SOPA BODY element are copying into the SOAP headers.The actually body tag is

RE: Exception: java.lang.NoSuchMethodException: org.apache.axis.encoding.ser.ArrayDeserializerFactory.create(java.lang.Class, javax.xml.namespace.QName)

2005-11-09 Thread Tom Jordahl
You can probably just go in to the code and comment out the debug statement that is causing the exception. -- Tom Jordahl -Original Message- From: Vinita Joshi -X (vinjoshi - eTouch Systems at Cisco) [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 1:33 PM To: