Re: minor bug (spelling) in org\apache\axis\wsdl\wsdl2ws\ParamWriter.java

2008-05-30 Thread Nadir Amra
Done! Nadir Amra "McCullough, Ryan" <[EMAIL PROTECTED]> wrote on 05/30/2008 12:15:58 PM: > attribfeilds should be attribfields (4 occurences) > elementfeilds should be elementfields (4 occurences) > > Ryan McCullough | RightNow Technologies | Integration Tools Engineer > 406-556-3162 office |

Re: Reload mod_axis2

2008-05-30 Thread Subra A Narayanan
Thanks guys. I think the graceful restart option of apache is a good solution for my problem. On Fri, May 30, 2008 at 12:46 AM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > Manjula Peiris wrote: > >> On Thu, 2008-05-29 at 15:12 -0400, Subra A Narayanan wrote: >> >> >>> Hello all, >>> >>> I was

Re: [Axis2] Axis2/C support for AIX?

2008-05-30 Thread Hal Roseman
Hi Brent, We are also working on this problem. Have you gotten any closer? We should collaborate. - Hal -- View this message in context: http://www.nabble.com/-Axis2--Axis2-C-support-for-AIX--tp17136222p17565012.html Sent from the Axis - C++ - User mailing list archive at Nabble.com. --

minor bug (spelling) in org\apache\axis\wsdl\wsdl2ws\ParamWriter.java

2008-05-30 Thread McCullough, Ryan
attribfeilds should be attribfields (4 occurences) elementfeilds should be elementfields (4 occurences) Ryan McCullough | RightNow Technologies | Integration Tools Engineer 406-556-3162 office | Bozeman, MT | [EMAIL PROTECTED] | http://w

suggested patch: _array class should have exposed size()

2008-05-30 Thread McCullough, Ryan
I added a public 'int size();' to my *_Array classes. It is useful for determining the size of the _Array. In ArrayParamHeaderWriter.java->writeMethods() add writer.write("\t\tint size();\n"); In ArrayParamWriter.java->writeMethods() add this.writeSizeMethod(); Add this method: /

Re: WSDL2C is not generating soap 1.2 compliant client stubs for wsdl with soap 1.2 bindings

2008-05-30 Thread Dimuthu Gamage
Hi, Please check the comment https://issues.apache.org/jira/browse/AXIS2C-1168?focusedCommentId=12601123#action_12601123 Thanks Dimuthu On Fri, May 30, 2008 at 4:02 PM, naveen bhat <[EMAIL PROTECTED]> wrote: > Hello Dimuthu, > > I have raised a jira with key AXIS2C-1168 . > > Thanks , > Navee

Re: SOAP fault not working in axis2c 1.4

2008-05-30 Thread Dinesh Premalal
Hi Naveen, "naveen bhat" <[EMAIL PROTECTED]> writes: > Hi Dinesh , > > I have attached the mtom log file and the tcpmon log file. > I executed the client thrice. > I got the same result. > Please check logs and let me know wat is wrong. I think your problem is in server side. Therefore if you co

Re: WSDL2C is not generating soap 1.2 compliant client stubs for wsdl with soap 1.2 bindings

2008-05-30 Thread naveen bhat
Hello Dimuthu, I have raised a jira with key AXIS2C-1168. Thanks , Naveen On Fri, May 30, 2008 at 1:49 AM, Dimuthu Gamage <[EMAIL PROTECTED]> wrote: > Hi naveen, > > In fact looks like this

Re: WSDL2C is not generating soap 1.2 compliant client stubs for wsdl with soap 1.2 bindings

2008-05-30 Thread Dimuthu Gamage
Hi naveen, In fact looks like this is not possible with the current wsdl2c generated code. It just pick the first binding and generate code for that. Can you please raise a JIRA. I will look in to that asap. Thanks Dimuthu On Fri, May 30, 2008 at 3:06 PM, naveen bhat <[EMAIL PROTECTED]> wrote: >

Re: SOAP fault not working in axis2c 1.4

2008-05-30 Thread Dinesh Premalal
Hi Naveen, Could you please set your log level to debug and send your log file here ? thanks, Dinesh -- http://nethu.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WSDL2C is not generating soap 1.2 compliant client stubs for wsdl with soap 1.2 bindings

2008-05-30 Thread naveen bhat
Hello group, Kindly let me know if my queries are relevant to this forum. I have not received any response for the query posted below. Do i need to post this axis2/java forum? Assistance needed. On Mon, May 26, 2008 at 4:47 AM, naveen bhat <[EMAIL PROTECTED]> wrote: > Hello group, > >

SOAP fault not working in axis2c 1.4

2008-05-30 Thread naveen bhat
I am working on axis2c 1.4. I created a fault scenario for mtom sample where mtom client sends an invalid soap request to server. I monitored the soap messages using tcpmon. I saw that server recieves request properly but sends back only http headers and no soap message. I also tried with a sample