Re: SSL configuration question

2009-10-01 Thread gsherwood
Shankar,Thank you for your help. I reconfigured as follows.cd /home/gbs/axis2c/axis2c-src-1.6.0suexport AXIS2C_HOME=/usr/local/axis2cexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${AXIS2C_HOME}/lib/./configure --enable-openssl=yes --prefix=${AXIS2C_HOME}

Re: Problem with Ubuntu

2009-10-01 Thread Jose M Medina V
Hi Selvaratnam, I already solve the problem. This consist in I didn=92t put the =20 definition of the function axis2_srvprb_agrApuesta in the library so I =20= this cause a problem of integer pointer assignation in 64 bits =20 environment. Thanks for your interest in the problem. On Sep 30,

Re: Problem with Ubuntu

2009-10-01 Thread Selvaratnam Uthaiyashankar
Hi, Glad to hear that you solved the problem. Regards, Shankar On Fri, Oct 2, 2009 at 3:34 AM, Jose M Medina V jose_med...@wesamconsulting.com wrote: Hi Selvaratnam, I already solve the problem. This consist in I didn=92t put the =20 definition of the function axis2_srvprb_agrApuesta in the

Re: SSL configuration question

2009-10-01 Thread Selvaratnam Uthaiyashankar
Hi, Do you have any other Axis2/C related library in your LD_LIBRARY_PATH? If so, can you remove them or put ${AXIS2C_HOME}/lib/ as the first entry in $LD_LIBRARY_PATH? Also, can you do ldd client_program and see what are the libraries/paths link to client? Regards, Shankar On Fri, Oct 2, 2009

[no subject]

2009-10-01 Thread sri ram
Hi, As  I see in Axis 2 doesn't support a format of SOAP messages which doesn't have namespace prefix.As shown below the request doesn't work ,however when substituted bya namespace prefix it does work well. SOAP-ENV:Envelope encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;

Re:

2009-10-01 Thread Paul Fremantle
Sriram You don't need to have the ns prefix. As long as the XML is properly formed, you can use either style. Paul On Thu, Oct 1, 2009 at 7:12 AM, sri ram pinnamaraju_sri...@yahoo.co.inwrote: Hi, As I see in Axis 2 doesn't support a format of SOAP messages which doesn't have namespace

Re: Does Axis 2 support requests with namespace prefix???

2009-10-01 Thread Amila Suriarachchi
On Thu, Oct 1, 2009 at 11:44 AM, sri ram pinnamaraju_sri...@yahoo.co.inwrote: Adding Subject Hi, As I see in Axis 2 doesn't support a format of SOAP messages which doesn't have namespace prefix.As shown below the request doesn't work ,however when substituted bya namespace prefix it does

Re:

2009-10-01 Thread Andreas Veithen
The two requests are NOT the same. In the first request, the sql element has a namespace, while in the second one it does not. It is normal that Axis2 rejects one of them. Which of the two request is the correct one depends on the WSDL/Schema, more specifically on the setting for

Re:

2009-10-01 Thread sri ram
Thanks to Paul and Andreas. The same request when modified to this format ,works fine SOAP-ENV:Envelope xmlns:ns=http://www.kiran.com; xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;    SOAP-ENV:Body   executeSQLQuery xmlns=http://www.kiran.com; sql xmlns=select * from

Re: WS-Trust with Rampart

2009-10-01 Thread Francesco Stampacchia
Hello Nanadana, In the previous mails you stated that the third step: 3.) WS - B SAML2 (signed by STS - A) / validate STS B Could be worked out with little efforts, does it mean that Rampart does not provide broker trust between STS? If so or otherwise, how can I work out broker

Re:

2009-10-01 Thread Amila Suriarachchi
On Thu, Oct 1, 2009 at 1:51 PM, sri ram pinnamaraju_sri...@yahoo.co.inwrote: Thanks to Paul and Andreas. The same request when modified to this format ,works fine SOAP-ENV:Envelope xmlns:ns=http://www.kiran.com; xmlns:SOAP-ENV= http://schemas.xmlsoap.org/soap/envelope/; SOAP-ENV:Body

constructors added for generated code

2009-10-01 Thread Pär Malmqvist
Hello! When I generate my adb service with the wsdl2java tool I get a lot of bean classes. Is there a way to have them generated with a constructor that takes all fields in the bean as inparameters. For the moment I fix this with Eclipse one by one... Any smart ideas? Regards. Pär Malmqvist

java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

2009-10-01 Thread Schalk
Hi there everyone, After struggling through some strange errors in the generated stubs I have finally built my Axis2 project, however, when I try to make use of the Stub everything goes perfect until it seems to want to make a connection to the end point or reading the response. Here is the

Re: java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

2009-10-01 Thread Amila Suriarachchi
On Thu, Oct 1, 2009 at 7:06 PM, sch...@afrigis.co.za wrote: Hi there everyone, After struggling through some strange errors in the generated stubs I have finally built my Axis2 project, however, when I try to make use of the Stub everything goes perfect until it seems to want to make a

RE: java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

2009-10-01 Thread Schalk
Hi there Amila, Yes I am testing via a servlet with everything running on Tomcat. I have commons-httpclient-3.1.jar in WEB-INF/lib and thought that would do the trick ;p Will add the jar you suggested and try again. Thanks! -- Kind Regards Schalk Neethling From: Amila Suriarachchi

RE: org.apache.axis2.databinding.ADBException WAS java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

2009-10-01 Thread Schalk
Hi there, I have seen some information on the this new issue and it seems to be related to a bug. The httpcore jar solved my previous problem but now I am getting: org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement Results at

Re: org.apache.axis2.databinding.ADBException WAS java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

2009-10-01 Thread Amila Suriarachchi
On Thu, Oct 1, 2009 at 7:54 PM, sch...@afrigis.co.za wrote: Hi there, I have seen some information on the this new issue and it seems to be related to a bug. The httpcore jar solved my previous problem but now I am getting: check the response message you get is valid according to the

[no subject]

2009-10-01 Thread Joey Baghodoughnuts
Does anyone know whether or not there is a way to get the apache soap schema so I can build a .Net client for an axis service that uses the http://xml.apache.org/xml-soap:Document object? I don't even know if this is possible, but I'm sure if there's a way, someone on this list should know.

Axis2 - Can I deploy EAR, WAR, JAR using my app server's admin console, Message service support in Axis2

2009-10-01 Thread mule_user
I am using Axis2 version 1.5. I am new to this. I have successfully created a JAR file, renamed it as AAR, deployed it using Axis2 Admin console and successfully called the web service from a client. The enpoint is like: http://localhost:9081/axis2/services/CalculatorService where services is

Re: Axis2 - Can I deploy EAR, WAR, JAR using my app server's admin console, Message service support in Axis2

2009-10-01 Thread amardeep singh khera
Hi I think this link will be handy for u. http://www.devx.com/Java/Article/33839 Thanks Amardeep On Thu, Oct 1, 2009 at 11:59 PM, mule_user s...@aol.com wrote: I am using Axis2 version 1.5. I am new to this. I have successfully created a JAR file, renamed it as AAR, deployed it using

Trouble with wsdl2java.sh

2009-10-01 Thread Brian Riley
Hi all, I am new to Axis2 and am just getting back into Java (been away for 4 years working in an MS shop ... shudder). Anyway, I am trying to test out a simple hello world web service and am trying to generate the java classes from Axis' handy wsdl2java.sh script, but I keep getting a

unsubscribe

2009-10-01 Thread Simon Côté
unsubscribe _ Nous sommes vos photos. Partagez-nous dès maintenant avec Windows Live Photos. http://go.microsoft.com/?linkid=9666051

Re: Additional XML prefixes when client receives SOAP fault

2009-10-01 Thread don t
Hi, you can convert the XML document to a new document without the prefixes. Then execute your hash function on the new document. One way to convert XML documents is using XSLT. See this link for example: https://www.stylusstudio.com/xsllist/200812/post70070.html Chris82KS wrote: Hello, I

Add Axis2_Codegen_Wizard_1.3.0 in RAD7.5 which is Eclipse 3.4

2009-10-01 Thread mule_user
I would like to add a plugin to RAD 7.5 that is running in my windows box. I would like to add plugin from Axis2 (http://ws.apache.org/axis2/tools/1_0/eclipse/wsdl2java-plugin.html). RAd7.5 is Eclipse 3.4, as such, Axis2_Codegen_Wizard_1.3.0 should be compatible with RAD 7.5. I would like to

Re: Additional XML prefixes when client receives SOAP fault

2009-10-01 Thread Amila Suriarachchi
On Fri, Sep 25, 2009 at 3:23 PM, Christian Mielke c...@nc-ag.de wrote: Hello, I have a problem with XML prefixes. When the SOAP message leaves the server with a fault the body looks like this: soapenv:Body xmlns:wsu=

Re: Trouble with wsdl2java.sh

2009-10-01 Thread Amila Suriarachchi
try this[1]. Seems like your wsdl does not have a targetnamespace thanks, Amila. [1] http://wso2.org/library/95 On Fri, Oct 2, 2009 at 2:00 AM, Brian Riley bri...@conncoll.edu wrote: Hi all, I am new to Axis2 and am just getting back into Java (been away for 4 years working in an MS shop

Re: Axis2 - Can I deploy EAR, WAR, JAR using my app server's admin console, Message service support in Axis2

2009-10-01 Thread Amila Suriarachchi
On Thu, Oct 1, 2009 at 11:59 PM, mule_user s...@aol.com wrote: I am using Axis2 version 1.5. I am new to this. I have successfully created a JAR file, renamed it as AAR, deployed it using Axis2 Admin console and successfully called the web service from a client. The enpoint is like: