Freeing up Request and Response nodes

2009-06-05 Thread Abdul Sami
In the samples i do not see the request or response node being freed. When the client and server should free the request and response nodes?

Re: soap in client call contains gabage character -- A critical bug in guththila writer

2009-06-05 Thread Gordon Brown
OK, since no one reply to my question, I have to debug the code and found out that guththila has a bug in managing buffer when seriazlize thea axiom tree (the soap structure) before actually send out the request, and I have a potential fix. This is really a critical bug I think, so I hope some

Re: Problems with Axis2/C Rampart/C update

2009-06-05 Thread Uthaiyashankar
.obj : error LNK2001: unresolved external symbol __imp__rampart_config_set_...@12 .obj : error LNK2001: unresolved external symbol __imp__rampart_config_set_usern...@12 .obj : error LNK2001: unresolved external symbol __imp__rampart_config_set_password_t...@12 .obj : error LNK2001:

axis2 client doesn't keep the object order of the response xml

2009-06-05 Thread maho77
Hello, I consume a webservice using an axis2 synchronous client with adb. The webservice provides in the response an array of a complex type in a certain order: env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/' env:Header/env:Header env:Body ns1:testResponse xmlns:ns1=test

Re: Trusting entire certificate chain?

2009-06-05 Thread Glen Mazza
Thanks for your response and clarification, I wasn't clear of the consequences of adding the certificate authority alone. I guess with a Java keystore, if I trust a certificate authority I would automatically be able to initiate an SSL conversation with any server that has a certificate issued

Re: Need help working with xsi:type and ADB

2009-06-05 Thread Glen Mazza
I think I can answer my own question now. The ADBBean generated, RequestQuery in my example below, already had a nice addExtraAttributes() method for me to add the attribute but not an addExtraElement(OMElement) method to add the extra element--that's because my actual WSDL had an

Re: Trusting entire certificate chain?

2009-06-05 Thread Andreas Veithen
Glen, It's not arbitrary because there is a fundamental difference between SSL and WS-Security: the SSL handshake allows the client to get the server's certificate before sending the request. This is not the case for WS-Security. Andreas On Fri, Jun 5, 2009 at 15:36, Glen Mazza

Re: Error running the Axis2 server

2009-06-05 Thread K JOSHI
Thanks. This helped. regards, Karuna Sagara wrote: Hi Karuna, Seems like this is related to GCJ runtime that is available as the default JVM of your system. I'm not familiar abut GCJ compatibility with Axis2, may be some one else share his insights, meanwhile you can try for this as a

I can not resolve DefaultNamespace problem.

2009-06-05 Thread Norio Sasagawa
Dear All, I want to send and receive my own class. I tried, but it's failed according DefaultNamespace. I made two java files, and compiled them. There's no problem. WSAL2Java command was successfully done. But when compiling four java files by javac, errors are occurred. It says DefaultNamespace

Storage of intercepted parameters in a MySql Data Base

2009-06-05 Thread maalej
Hi all i finally succeeded to intercept the SOAP Message Response Time with which i extended the SOAP message header. However, i did it only in the server side. Now, i want to store these response time values within a MySQL DataBase. My questions are where could i implement this code? should

axis.war issue with jboss4.2.2

2009-06-05 Thread Axis PC
All, I know this issue has been discussed earlier in a lot of forums...but I couldnt find a definitive answer. How can I get over this issue? One of the users had suggested commenting out the JAXWSDeployer...which i cannot, because I need to use it. Here is the error: 12:55:29,028 INFO

Re: axis.war issue with jboss4.2.2

2009-06-05 Thread robert lazarski
On Fri, Jun 5, 2009 at 2:04 PM, Axis PC pc.a...@gmail.com wrote: All, I know this issue has been discussed earlier in a lot of forums...but I couldnt find a definitive answer. How can I get over this issue? One of the users had suggested commenting out the JAXWSDeployer...which i cannot,

Re: axis.war issue with jboss4.2.2

2009-06-05 Thread Axis PC
I know :)...but I need a solution on windowsanyone? Thanks Preetham On Fri, Jun 5, 2009 at 1:09 PM, robert lazarski robertlazar...@gmail.comwrote: On Fri, Jun 5, 2009 at 2:04 PM, Axis PC pc.a...@gmail.com wrote: All, I know this issue has been discussed earlier in a lot of

How to increase heap space for axis2server?

2009-06-05 Thread Jun Dai
Hi All, I'm using axis2server v1.4.1 and I got a soap fault Java Heap Space which seemed increasing java heap size. How can I increase it? I looked axis2.xml and found no clue. Can any friend help me? Thank you. -- Best Regards DAI Jun