Re: tcpmon2file, a little helper

2007-05-15 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: hello users, every time i'm testing my projects i use tcpmon, but i can't copy+paste the output . I rebuild the tcpmon and extented it, so that it could write to a file and format the output a little (reading xml in just one line is no fun). I appended the changes, that

Re: SSL and timeouts

2007-05-15 Thread Nadir Amra
Wayne, Not a bug...probably should have server set up for no maxIdleTime. To reconnect, I think you would need to delete stub and recreate. Nadir K. Amra Wayne Johnson <[EMAIL PROTECTED]> wrote on 05/15/2007 03:51:56 PM: > I'm having an issue with Axis-C 1.4 (svn) client. We connect to a

Re: HTTPTransportException:Output streaming error

2007-05-15 Thread Nadir Amra
Jennifer, The ones that come with the 1.6b release. Nadir K. Amra Jennifer Wang <[EMAIL PROTECTED]> wrote on 05/15/2007 04:41:18 PM: > > Nadir, > > I compiled the latest source with Axis1.4 java libs. When running wsdl2ws > tool, I run into the following error: > > "Exception in thread "ma

Re: HTTPTransportException:Output streaming error

2007-05-15 Thread Jennifer Wang
Nadir, I compiled the latest source with Axis1.4 java libs. When running wsdl2ws tool, I run into the following error: "Exception in thread "main" java.lang.NoSuchMethodError: org.apache.axis.wsdl.symbolTable.BindingEntry.getBindingStyle()Lorg/apache/axis/enum/Style;" I found one of your posts

SSL and timeouts

2007-05-15 Thread Wayne Johnson
I'm having an issue with Axis-C 1.4 (svn) client. We connect to a Jetty server that has a arbitrary maxIdleTime set. This appears to break the socket connection after that time limit. The next time we call our RPC method, we get a HTTPTransportException with SSL_ERROR_SYSCALL. My question is

Re: tcpmon2file, a little helper

2007-05-15 Thread Dinesh Premalal
Hi Mark, Please create a jira issue[1] and attach your patch there. Then someone can reveiw and will be able to commit it to svn head.You can create a jira issue for what you expect from tcpmon. thanks, Dinesh 1.http://ws.apache.org/axis2/c/lists_issues.html -- Dinesh Premalal

tcpmon2file, a little helper

2007-05-15 Thread mark . nuessler
hello users, every time i'm testing my projects i use tcpmon, but i can't copy+paste the output . I rebuild the tcpmon and extented it, so that it could write to a file and format the output a little (reading xml in just one line is no fun). I appended the changes, that i made to tcpmon.c, maybe

Re: [Axis2c] query generating server side file from wsdl

2007-05-15 Thread Dushshantha Chandradasa
It seems to me that your wsdl is wrong. Please note that you have set inpun and output messages as strRequest and strResponse. But you have defined the messages as helloRequest and helloResponse. And also, please note that you have referred as str1 and str2 but defined

[Axis2c] query generating server side file from wsdl

2007-05-15 Thread Yogender Singh01
<> Hi All, I have written this sample wsdl file to perform the function to accept 2 strings and concatenate as output. But when I am generating server side files. I am not getting getter and setter methods in axis2_concat.c and axis2_concatResponse.c files And in serialize and deserialize metho