Axis2, Rampart and Tomcat

2009-11-12 Thread Rogan Creswick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been trying to use axis2 with rampart to work under Tomcat, and I keep running into the same problem: The rampart module doesn't seem to be working when axis is running under Tomcat. Everything seems to work when run either under jetty

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Dennis Sosnoski
discusses the basics of setting up Axis2 with Rampart, including generating the axis2.war file with Rampart installed. Here's the relevant part: /To use the Rampart code in an Axis2 server installation, you need to create a new axis2.war file, one that includes the added Rampart .jar and .mar files

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Rogan Creswick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis Sosnoski wrote: /To use the Rampart code in an Axis2 server installation, you need to create a new axis2.war file, one that includes the added Rampart .jar and .mar files. You can use the Ant build.xml provided in the webapp directory

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Rogan Creswick
(Method.java:585) at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177) That said, I haven't tried using Rampart 1.4 with Axis2 1.5. I'd thought there were incompatibilities between the two, but some recent Rampart discussions seemed to indicate this would work

Re: error when running rampart-1.4 samples in axis2-1.5.1

2009-11-12 Thread jonah
Token scenario and it doesn't work with HTTP transport. These samples use the simple Axis2 server and it only supports HTTP. But UT needs HTTPS. This transport check at the Rampart server side was added recently and it seems like the sample is not updated yet. This is a bug. Try running other

Re: error when running rampart-1.4 samples in axis2-1.5.1

2009-11-12 Thread Prabath Siriwardena
the simple Axis2 server and it only supports HTTP. But UT needs HTTPS. This transport check at the Rampart server side was added recently and it seems like the sample is not updated yet. This is a bug. Try running other samples 2,3 etc.. Those should work I think.. Thanks

Calling AXIS2-1.5 web service from AXIS1.1 client Need help

2009-11-11 Thread Rajend
Hi All, A web service was created in AXIS1.1 version and deployed to weblogic 8.1. From a website (Jdk1.4) the webservice is being called . Now migration has done as webserivce is created in AXIS2-1.5 and deployed weblogic10.3. is it possible to use the existing web sites (which calls

How can Axis2/Java 1.4.1 client detect soap response contains a soapenv:Fault ?

2009-11-11 Thread SGE0
Hi, we have a Axis2/Java 1.4.1 client which sends a soap request and gets back a soap response containing a soapenv:Fault. We want to throw an error in case the soap response contains a soapenv:Fault. How can we detect the soap response contains a soapenv:Fault ? We use client classes

RE: How can Axis2/Java 1.4.1 client detect soap response contains a soapenv:Fault ?

2009-11-11 Thread Jorge Medina
can Axis2/Java 1.4.1 client detect soap response contains a soapenv:Fault ? Hi, we have a Axis2/Java 1.4.1 client which sends a soap request and gets back a soap response containing a soapenv:Fault. We want to throw an error in case the soap response contains a soapenv:Fault. How can we

Re: [Axis2] Reg. parsing of MULTIREF and including MULTIREF in server responses

2009-11-11 Thread Rahul Rulz
Hi Axis2 Users, If anyone has included MULTIREF in the responses from the server,kindly let me know the procedures to do the same...I have created a SimpleInOut MessageReceiver and have created the service from scratch(not used WSDL2Java to create stubs)..  Any suggestions/codes would

Problem with compilation of Axis2

2009-11-10 Thread John Francis
Does the axis2-1.4.1 src build work? With what version of maven? If it does what am I doing wrong? Thanks, details follow... I am developing with axis2-1.4.1 in order to use Eclipse axis plugins. ( I de3installed 1.5.1 ) I am building on Windows Server 2008 x64. I am trying to build the axis2

Re: Problem with compilation of Axis2

2009-11-10 Thread Davanum Srinivas
Mirror of http://repo1.maven.org/maven2//name urlhttp://download.java.net/maven/2//url mirrorOfjava.net/mirrorOf /mirror /mirrors /settings thanks, dims On 11/10/2009 07:13 AM, John Francis wrote: Does the axis2-1.4.1 src build work? With what version of maven? If it does what

Re: Problem with compilation of Axis2

2009-11-10 Thread Davanum Srinivas
: Does the axis2-1.4.1 src build work? With what version of maven? If it does what am I doing wrong? Thanks, details follow... I am developing with axis2-1.4.1 in order to use Eclipse axis plugins. ( I de3installed 1.5.1 ) I am building on Windows Server 2008 x64. I am trying to build the axis2-1.4

Re: Axis2/Java 1.5.1 and Rampart

2009-11-10 Thread Prabath Siriwardena
Please create a JIRA on the issue. Alternatively you can attach the policy file to the client to get the expected results. Thanks regards. -Prabath SGE0 wrote: Hi, we have following services.xml file (part): service name=Upload scope=application ... module ref=rampart /

Re: Problem with compilation of Axis2

2009-11-10 Thread Davanum Srinivas
checksum errors. I did remove the old .m2 directory completely and rebuild from a fresh unzip of the axis download. Most worryingly the axis2.war is not built in the modules/webapp/target directory as described in the build instructions. Possible problems on my side; * JDK 1.6.0_13 * I am working on web

RE: Problem with compilation of Axis2

2009-11-10 Thread John Francis
Thanks, I am now a lot further forward. However I do have test failures, and 2 remaining checksum errors. I did remove the old .m2 directory completely and rebuild from a fresh unzip of the axis download. Most worryingly the axis2.war is not built in the modules/webapp/target directory

RE: Problem with compilation of Axis2

2009-11-10 Thread John Francis
-- -Original Message- From: Davanum Srinivas [mailto:dava...@gmail.com] Sent: 10 November 2009 14:35 To: axis-user@ws.apache.org Subject: Re: Problem with compilation of Axis2 John, please add -DfailIfNoTests=false -Dtest

RE: Axis 1.x to Axis2 - intercepting all messages?

2009-11-10 Thread William Walsh
. Then the article a little later says: As explained earlier axis2 data binding happens after message receiver and before the client api. Those two seem a little contradictory (at after) and I was a little concerned about that because our current Axis 1.4 implementation that extends

Re: Axis2/Java 1.5.1 and Rampart

2009-11-10 Thread Prabath Siriwardena
from: http://old.nabble.com/Axis2-Java-1.5.1-and-Rampart-tp26269867p26283140.html

Re: [Axis2] Reg. parsing of MULTIREF and including MULTIREF in server responses

2009-11-10 Thread Rahul Rulz
Hi Deepal, Thanks for the link. Unfortunately I was not able to get it working.. :(  I just found some Axis2 api's such inside axis2.apache.databinding.utils - Multirefhelper and was able to get the href,attribute values from the incoming requests . Now I want to send the response processing

Re: Upgrading from Axis2/Java 1.4.1 to 1.5.1 (missing SOAP header)

2009-11-09 Thread SGE0
comfortable with it: When we look in the SOAPMonitor (server site) we could find our request as following in Axis2/Java 1.4.1 : ?xml version='1.0' encoding='utf-8'? soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; soapenv:Header xmlns:wsa=http://www.w3.org/2005/08

Axis2/Java 1.5.1 and Rampart

2009-11-09 Thread SGE0
/pwd but not a hashed password. Anyone experiencing the same problem ? S. -- View this message in context: http://old.nabble.com/Axis2-Java-1.5.1-and-Rampart-tp26269867p26269867.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: [Axis2] Setting nillable = false in WSDL

2009-11-09 Thread l...@alarmpoint
I'm having the same problem. All the non-primitives are set to nillable=true. How do I control the nillable attribute when I write my java class. Didav !!! wrote: Hi All, I am using Axis2 1.3 and jdk 1.5 The WSDL file generated by Axis sets all 'nillable' attribute for all

[Axis2] Reg. parsing of MULTIREF and including MULTIREF in server responses

2009-11-08 Thread Rahul Rulz
Hi Users, I just wanted to know whether it is possible to parse a SOAP envelope in axis2 which contains MULTIREF . Basically I want to parse the envelope and send responses from the server which in turn contains MULTIREF.  Any help such as a link of how to do or a tutorial section will do

Re: [Axis2] Reg. parsing of MULTIREF and including MULTIREF in server responses

2009-11-08 Thread Deepal Jayasinghe
, Deepal Rahul Rulz wrote: Hi Users, I just wanted to know whether it is possible to parse a SOAP envelope in axis2 which contains MULTIREF . Basically I want to parse the envelope and send responses from the server which in turn contains MULTIREF. Any help such as a link of how to do

Re: [Axis2] Reg. parsing of MULTIREF and including MULTIREF in server responses

2009-11-08 Thread Rahul Rulz
. Create Multiref values from server as response. Thanks,Raghav.   --- On Mon, 11/9/09, Deepal Jayasinghe dee...@opensource.lk wrote: From: Deepal Jayasinghe dee...@opensource.lk Subject: Re: [Axis2] Reg. parsing of MULTIREF and including MULTIREF in server responses To: axis-user

Re: [Axis2] Reg. parsing of MULTIREF and including MULTIREF in server responses

2009-11-08 Thread Deepal jayasinghe
Try this, https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java Hi Deepal, Thanks for the reply. I just had a look on the API's reg. MultiRefHelper. I have a InOutMessageReceiver already for my service.It would be great

Re: Please help on calling Axis2 Pojo Service. I really appreciate any help!!

2009-11-07 Thread Deepal jayasinghe
Can you see the service WSDL? try invoke like below and see what happen http://localhost:8080/axis2/services/YourServiceName/addNum?i=10j=12 Thanks, Deepal Dear all, I am sorry for the previous email that I sent accidentally before finishing my email... I am trying to implement a simple

Please help on calling Axis2 Pojo Service

2009-11-06 Thread a f
Dear all, I am trying to implement a simple test service by using Axis2. I have generated service codes and service archive(.aar file) using eclipse plugin successfully. I have 2 methods in my service class.. 1- public int addNum(int i, int j){

[Axis2] Setting nillable = false in WSDL

2009-11-06 Thread Didav Didav
Hi All, I am using Axis2 1.3 and jdk 1.5 The WSDL file generated by Axis sets all 'nillable' attribute for all elements to true. Is there any way I can get the 'nillable' property to true or false in a declarative fashion.. I try with the annotation @XmlElement(nillable = false required

Please help on calling Axis2 Pojo Service. I really appreciate any help!!

2009-11-06 Thread a f
Dear all, I am sorry for the previous email that I sent accidentally before finishing my email... I am trying to implement a simple test service by using Axis2. I have generated service codes and service archive(.aar file) using eclipse plugin successfully. I have 2 methods in my service class

Re: Axis 1.x to Axis2 - intercepting all messages?

2009-11-04 Thread Amila Suriarachchi
intercept all messages and do our own routing. Obviously things are different in Axis2; but, from all the reading I've done it's not clear if we can do equivalent processing via a messageReceiver or via a Handler? We don't do any processing on the SOAP messages now, but get the method name

Re: Axis2: NoSuchMethodError addAnonymousOperations()V

2009-11-04 Thread Amila Suriarachchi
I think you use an older version to generate code. use the same version and see. thanks, Amila. On Tue, Nov 3, 2009 at 2:27 AM, laredotornado laredotorn...@gmail.comwrote: Hi, I'm trying to upgrade our Axis2 client to 1.5.1 (we are using Java 1.5), but am getting an error when running

Re: Problem upgrading from Axis2/Java 1.4.1 to 1.5.1

2009-11-04 Thread SGE0
file and put it in the services/ folder so a customer asking the wsdl content got back the wsdl file content (and not a wsdl generated based on the services.xml file). The reason is that if the Axis2 context is behind a proxy (there is a difference between the internal and external address

Problem upgrading from Axis2/Java 1.4.1 to 1.5.1 (wsdl2java)

2009-11-04 Thread SGE0
Hi, we upgrade from Axis2 1.4.1 to 1.5.1. We have successfully upgraded the server side, now we try to upgrade the client. We use wsdl2java to generate the java code. The code to generate the java is as follows: ..org.apache.axis2.wsdl.WSDL2Java -t -p test.services.client.upload -uri

Start/Stop Axis2 web services contexts

2009-11-04 Thread Moley Harey
Hi folks, I have deployed three different web services all of them implemented using Axis2 in the same Tomcat Axis2 container. What I need is to be able to start/stop one of those web services on demand without affecting the others. I have checked my Tomcat Manager web page at: http://sess

Problem upgrading from Axis2/Java 1.4.1 to 1.5.1 (empty parameters)

2009-11-04 Thread SGE0
be changed to the codebase for v1.5.1 to make this work ? Are there any release notes describing the upgrade process from 1.4.1. tot 1.5.1 so we know if something must be changed from our side. S. -- View this message in context: http://old.nabble.com/Problem-upgrading-from-Axis2-Java-1.4.1

axis2: mocking a service.

2009-11-03 Thread Olindo Pindaro
Hi All, I am developing several webservices using axis2, I need to mock them, so I have several xml SOAP responses ready to use. How I can bypass coding/enconding in skeleton to force directly my XML as SoapResponses? Thanks Olindo Pindaro -- Olindo Pindaro http://www.linkedin.com

Axis 1.x to Axis2 - intercepting all messages?

2009-11-03 Thread William Walsh
are different in Axis2; but, from all the reading I've done it's not clear if we can do equivalent processing via a messageReceiver or via a Handler? We don't do any processing on the SOAP messages now, but get the method name, etc. from the MessageContext to invoke our method via reflection. If it's done

[Axis2] WS-Security Header Timestamp issue since clock change

2009-11-02 Thread Darren Clarke
Hello Sorry in advance if this is addressed to the wrong list - it's Axis2 related, but could be a WSS4J or Rampart issue. We have a web service developed with Axis2 v1.5, using Rampart v1.4 for WS-Security. The service is configured such that each request requires a WS-Security Header

Problem upgrading from Axis2/Java 1.4.1 to 1.5.1

2009-11-02 Thread SGE0
Hi, we encounter following problem: In version 1.4.1 we needed to generate the wsdl file and put it in the services/ folder so a customer asking the wsdl content got back the wsdl file content (and not a wsdl generated based on the services.xml file). The reason is that if the Axis2 context

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-11-02 Thread srini.maran
Hi Amila. Where i can download the Axis2/Java nightly builds(V 1.5)? Please advice. We have PROD release scheduled in 2 weeks. I'd like to test this fix ASAP. Thanks Srini srini.maran wrote: Hi Amila. Thanks Amila.. Please advice on where I can download Axis2

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-11-02 Thread srini.maran
Hi Amila. Where i can download the Axis2/Java nightly builds(V 1.5)? Please advice. We have PROD release scheduled in 2 weeks. I'd like to test this fix ASAP. Thanks Srini srini.maran wrote: Hi Amila. Thanks Amila.. Please advice on where I can download Axis2

Axis2: NoSuchMethodError addAnonymousOperations()V

2009-11-02 Thread laredotornado
Hi, I'm trying to upgrade our Axis2 client to 1.5.1 (we are using Java 1.5), but am getting an error when running the generated client against our web service. The stack trace is below. I'm using Maven 1.1 to generate the client. Basically, do any of you know what jar file is generating

Re: Problem upgrading from Axis2/Java 1.4.1 to 1.5.1

2009-11-02 Thread Amila Suriarachchi
we needed to generate the wsdl file and put it in the services/ folder so a customer asking the wsdl content got back the wsdl file content (and not a wsdl generated based on the services.xml file). The reason is that if the Axis2 context is behind a proxy (there is a difference between

Re: Axis2 And Hibernate

2009-11-01 Thread dpeinador
Hello, I have just solved it. I have included the *.hbm.xml files in the .\WEB-INF\classes directory of Axis2. Thank you thelime wrote: Hi, I had a similar issue recently while trying to configure and use iBatis with an Axis2 web service.  I posted a similar thread but never got any

[Axis2]AxisFault: Received SOAP request with no data

2009-10-30 Thread Kanchana Welagedara
Hi Folks I'm writing a Dynamic Client to invoke a non axis WS the client is written with axis2 AXIOM with no stubs generation.This service deals with only simple types no complex types involve here.WS is about concatenating two string.The same service works fine with normal stubs generation

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-30 Thread srini.maran
Hi Amila. Thanks Amila.. Please advice on where I can download Axis2/Java nightly builds(V 1.5), The Axis2 Website only points to a directory where only Axis2/C Nightly downloads are available. Thanks Srini Amila Suriarachchi wrote: I removed this check please have a look

Re: Axis2 And Hibernate

2009-10-30 Thread Eric Isley
Hi, I had a similar issue recently while trying to configure and use iBatis with an Axis2 web service.  I posted a similar thread but never got any responses.  From what I understand it's not finding your hibernate configuration because of the way the classloading is happening inside the web

Re: Unable to invoke web service from stub generated by axis2

2009-10-29 Thread Dominique Labar
My suggestion consists of debugging the server side by attaching the Axis2 Java code/thread from Eclipse. The recipe is: 1. Start Tomcat with the required flags and parameters: start C:\...\apache-tomcat-6.0.20\bin\catalina jpda start (eventually look inside the catalina.bat to identfy

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-29 Thread Amila Suriarachchi
to handle MTOM, but this is not important). No problem here because the XMLStreamWriter from Woodstox conforms to StAX and ADB in Axis2 1.5 uses the XMLStreamWriter correctly (up to a minor issue fixed in trunk). - When WS-Security is enabled, the XML can't be streamed to the wire directly because

Re: Axis2 And Hibernate

2009-10-29 Thread dpeinador
(Echo.java:26) ... 27 more Can you advice me about to fix this issue? Are there any oter way to access to the database? -- View this message in context: http://www.nabble.com/Axis2-And-Hibernate-tp26080197p26111476.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-29 Thread srini.maran
, but this is not important). No problem here because the XMLStreamWriter from Woodstox conforms to StAX and ADB in Axis2 1.5 uses the XMLStreamWriter correctly (up to a minor issue fixed in trunk). - When WS-Security is enabled, the XML can't be streamed to the wire directly because Rampart needs

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-29 Thread Andreas Veithen
directly to the wire, using an XMLStreamWriter from Woodstox (which is indeed wrapped to handle MTOM, but this is not important). No problem here because the XMLStreamWriter from Woodstox conforms to StAX and ADB in Axis2 1.5 uses the XMLStreamWriter correctly (up to a minor issue fixed in trunk

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-29 Thread Amila Suriarachchi
, ADB streams the XML data directly to the wire, using an XMLStreamWriter from Woodstox (which is indeed wrapped to handle MTOM, but this is not important). No problem here because the XMLStreamWriter from Woodstox conforms to StAX and ADB in Axis2 1.5 uses the XMLStreamWriter correctly (up

[Axis2 ] http://xml.apache.org/axis/}stackTrace:Couldn't parse SOAP request envelope

2009-10-28 Thread Kanchana Welagedara
hi All I have written a axis dynamic client to access a non axis WS service.Here I get the following error message when i try to access the service.But this client works for a simple Caculater service with no complains. In the client itself i have set following properties in the service call.

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-28 Thread srini.maran
). No problem here because the XMLStreamWriter from Woodstox conforms to StAX and ADB in Axis2 1.5 uses the XMLStreamWriter correctly (up to a minor issue fixed in trunk). - When WS-Security is enabled, the XML can't be streamed to the wire directly because Rampart needs to post-process

Re: [axis2] Axis2 build fails: Scripting module

2009-10-28 Thread Gerry Reno
gr...@verizon.net wrote: I am getting a build failure with Axis2 (1.3) using java-1.6.0-openjdk.x86_64. Is there some Javascript E4X issue? Is there some patch available to fix this? Also, I cannot upgrade to newer version of Axis2 because distro package for maven2 is 2.0.4 and newer

Unable to invoke web service from stub generated by axis2

2009-10-28 Thread rbms
Hi I am unable to invoke webservice from stub created from WSDL by axis2. When I import the WSDL in SoapUI it works fine. (web service executes fine and returns results. I get following error. ** org.apache.axis2.AxisFault: Read timed out at org.apache.axis2

Create an Axis2 client call inside an Axis2 server aar

2009-10-27 Thread Francesco Stampacchia
Hello everyone, how can I make my Axis2 server perform an Axis2 client? I'm getting everytime the following exception: org.apache.axis2.AxisFault: Unable to engage module : rampart at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:357

[Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-27 Thread srini.maran
Srini Maran http://www.nabble.com/file/p26083056/Error1.rtf Error1.rtf http://www.nabble.com/file/p26083056/Client.rtf Client.rtf -- View this message in context: http://www.nabble.com/-Axis2--with-RampartXMLStreamException-%22the-prefix-%3D%3D%3E-Already-exists-for-namespace

Re: [Axis2] with Rampart -- XMLStreamException the prefix == Already exists for namespace

2009-10-27 Thread Andreas Veithen
Woodstox conforms to StAX and ADB in Axis2 1.5 uses the XMLStreamWriter correctly (up to a minor issue fixed in trunk). - When WS-Security is enabled, the XML can't be streamed to the wire directly because Rampart needs to post-process the response. ADB handles this by using an XMLStreamWriter

Axis2 build fails: Scripting module

2009-10-27 Thread greno
I am getting a build failure with Axis2 (1.3) using java-1.6.0-openjdk.x86_64. Is there some _javascript_ E4X issue? Is there some patch available to fix this?Also, I cannot upgrade to newer version of Axis2 because distro package for maven2 is 2.0.4 and newer Axis requires 2.0.5 which

Exception when execute client to invoke axis2 webservice

2009-10-24 Thread Rajend
; try { serviceClient = new RPCServiceClient(); Options options = serviceClient.getOptions(); EndpointReference targetEPR = new EndpointReference(http://localhost:8080/axis2

Re: Exception when execute client to invoke axis2 webservice

2009-10-24 Thread Amila Suriarachchi
what is the axis2 version you use? make sure you use all jar files from one distribution. thanks, Amila. On Sun, Oct 25, 2009 at 1:10 AM, Rajend rajendir...@gmail.com wrote: Getting following exception when executing my client java file. Exception in thread main java.lang.NoSuchMethodError

Axis2 Problem

2009-10-23 Thread dpeinador
Hello all, I am having a problem with Axis2. I have done some tests and I can not advance. All the inner attributes of the objects I receive are null. In the server side I have a simple class: public class MyItem implements Serializable { private static final long serialVersionUID

RE: Axis2 Problem

2009-10-23 Thread Juan Moratilla Peón
octubre de 2009 14:11 Para: axis-user@ws.apache.org Asunto: Axis2 Problem Hello all, I am having a problem with Axis2. I have done some tests and I can not advance. All the inner attributes of the objects I receive are null. In the server side I have a simple class: public class MyItem

Re: Axis2 Problem

2009-10-23 Thread Deepal jayasinghe
How about MyItem as I can see it is a not a Java bean. To be a valid Java bean you need to have following stuff in your class; - default constructor - getter and setter for each filed you want to expose Thanks, Deepal Hello all, I am having a problem with Axis2. I have done some tests and I

RES: Problems with Date objects on Axis2

2009-10-23 Thread Guilherme Fré
Suriarachchi [mailto:amilasuriarach...@gmail.com] Enviada em: terça-feira, 20 de outubro de 2009 07:16 Para: axis-user@ws.apache.org Assunto: Re: Problems with Date objects on Axis2 this[1] may help you. Amila [1]http://amilachinthaka.blogspot.com/2009/09/handling-date-and-datetime-wit h-axis2.html

Re: Axis2 Problem

2009-10-23 Thread dpeinador
all, I am having a problem with Axis2. I have done some tests and I can not advance. All the inner attributes of the objects I receive are null. In the server side I have a simple class: public class MyItem implements Serializable { private static final long serialVersionUID = 1L

Re: RES: Problems with Date objects on Axis2

2009-10-23 Thread Mauro Molinari
. Have a look at: https://issues.apache.org/jira/browse/AXIS2-3300 Hope this helps in some way. -- Mauro Molinari Software Designer Developer E-mail: mauro.molin...@cardinis.com

[ANNOUNCE] Axis2 1.5.1

2009-10-23 Thread Glen Daniels
Hi all: The Apache Axis2 team is pleased to announce the release of Axis2 version 1.5.1. Major Changes Since 1.5: * Fix for the dreaded CLOSE_WAIT problem (JIRA issues 935, 2883, etc). We now share an instance of HTTPClient across each ConfigurationContext (i.e. each Axis2 server

Deployment of Axis2: SOAP server using AxisServlet or standalone servlet?

2009-10-22 Thread sandeep_khurana
://www.nabble.com/Deployment-of-Axis2%3A-SOAP-server-using-AxisServlet-or-standalone-servlet--tp26004906p26004906.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: Axis2 - How to write client without using AXIOM API, similar to Axis1

2009-10-21 Thread Amila Suriarachchi
hi, please read the user guide[1]. thanks, Amila. [1]http://ws.apache.org/axis2/1_5/toc.html On Wed, Oct 21, 2009 at 2:16 AM, mule_user s...@aol.com wrote: I am using the post below for learning purses: https://www.wso2.org/library/90 I would like to know how to write client code using

Re: Axis 2 - Unable to see my new service from Axis2 Admin console

2009-10-21 Thread Amila Suriarachchi
() { onlyBook = new Book(); onlyBook.setAuthor(Dan Diephouse); onlyBook.setTitle(Using Axis2); onlyBook.setIsbn(0123456789); } public Book[] getBooks() { return new Book[]{onlyBook}; } public Book findBook(String isbn) { if (isbn.equals

Problems in axiom1.2.7 when throwing an Exception (fault) in a method of a web service with axis2-1.4

2009-10-21 Thread Juan Moratilla Peón
Hello guys, I’m using axiom 1.2.7 with Axis2-1.4 (axiom 1.2.7 is included with Axis2-1.4 distribution). I have a web service with security using username token, with rampart 1.4. I have used Axis Databinding (ADB) to implement the server-side. My problem is that when I launch an Exception

Re: Problems with Date objects on Axis2

2009-10-20 Thread Amila Suriarachchi
this[1] may help you. Amila [1] http://amilachinthaka.blogspot.com/2009/09/handling-date-and-datetime-with-axis2.html 2009/10/19 Guilherme Fré guilherme@mowa.com.br Hi guys, I’ve developed a WS using Axis2 and I’m trying to consume it using a C#.Net client. I have one method

Re: Axis2 webservice from existing backend code

2009-10-20 Thread J. Hondius
Publish it as a pojo. In the admin interface, go services, upload your classes in a jar (or include services.xml in meta-inf and rename it to .aar) Tom Mayer schreef: Hi! I am doing some experiments with axis2 for university. I think I am very confused now about the best practices

axis2 ws beginner - proper setup help

2009-10-20 Thread H
of a simple batch file (windows) which: - sets the classpath (adding some axis2 jars) - compile the java files - in a dir containing the META-INF/services.xml and the classes, run jar to create an .aar file This worked so far, but now I'd like to get my environment setup properly, either using Ant

Axis2 - How to write client without using AXIOM API, similar to Axis1

2009-10-20 Thread mule_user
tried coding something similar to the following for Axis2 client: CalculatorService service = new CalculatorServiceLocator(); Call call= (Call) service.createCall(); String endpoint=http://localhost:9081/Axis2WebWs/services/CalculatorService

Does axis2-java2wsdl-maven-plugin work (with Axis2 1.5)?

2009-10-20 Thread David Dearing
I am trying to get the java2wsdl Maven plugin to work with no luck. Does anyone have this plugin working? I am using Axis2 1.5 and when I run mvn axis2-java2wsdl:java2wsdl I get a NullPointerException. Can anyone offer some help? Thanks! dave from my pom.xml: plugin

Re: Problemes throwing faults when rampart is enabled using Axis2-1.5

2009-10-19 Thread Håkon Sagehaug
Hi That did the trick, thanks cheers, Håkon 2009/10/16 Prabath Siriwardena prab...@wso2.com Hi; Your issue may be related to [1] - this is fixed in Axis2 trunk. Can you please test your scenario with the Axis2 distribution available at [2]. Thanks regards. -Prabath [1]:https

Problems with Date objects on Axis2

2009-10-19 Thread Guilherme Fré
Hi guys, I’ve developed a WS using Axis2 and I’m trying to consume it using a C#.Net client. I have one method that require data parameters and I’m populating them with DateTime objects from .Net. Also I have noticed that the parameter I have to set has the type “DateTime

Re: New to Axis2 - Unable to see service

2009-10-19 Thread mule_user
| -lib (has all the jar folders from Axis2) | web.xml | services | Calculator | META-INF | services.xml In other words, I removed services.xml

Re: New to Axis2 - Unable to see service

2009-10-19 Thread Sagara Gunathunga
Hi I'm not sure I have realized you approach here , I assume you have two applications (axis2 and Axis2WebWs ) in your server deploy folder. If my assumption is correct , Within the scope of your application server both axis2 and Axis2WebWs are two separate web applications. You cant's

Axis 2 - Unable to see my new service from Axis2 Admin console

2009-10-19 Thread mule_user
); onlyBook.setTitle(Using Axis2); onlyBook.setIsbn(0123456789); } public Book[] getBooks() { return new Book[]{onlyBook}; } public Book findBook(String isbn) { if (isbn.equals(onlyBook.getIsbn())) return onlyBook; return null

Re: Axis2/C application scope problem

2009-10-16 Thread Nagy Vilmos
to solve my problem with shared memory. Regards, William - Original Message - From: Selvaratnam Uthaiyashankar uthaiyashan...@gmail.com To: Apache AXIS C User List axis-c-user@ws.apache.org Sent: Friday, October 16, 2009 5:27 AM Subject: Re: Axis2/C application scope problem Hi, When

Problemes throwing faults when rampart is enabled using Axis2-1.5

2009-10-16 Thread Håkon Sagehaug
Hi all, I've got a service with rampart enabled, when one of the operation throws a fault message this is what I get back from the server, captured through tcpmon html head base href=http://localhost:1/axis2// titleAxis2 :: Internal server error/title link

Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Rajan Gupta
Hi, I am using axis2 with rampart version 1.4. When the operation is successful the response from the server is encrypted, contains required security headers, and works fine. In case when the operation results in a fault, the server sends a clear text response, similar to a response you would

New to Axis2 - Unable to see service

2009-10-16 Thread mule_user
I am new to Axis2, but familiar with Axis1. I am trying to see the service using the Axis2 admin console. I am unable to see the service. That can mean many things. Any suggestion will be appreciated. Following are the steps I ahve taken: 1. Deployed axis2.war. As such, I can successfully see

Re: Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Prabath Siriwardena
Hi Rajan; Security will be applied to all the 'application faults' if you have defined the 'Security' phase under OutFaultFlow in the axis2.xml of the service end. What is the version of Axis2 you use ? Can you please try with Axis2 1.5 ? Thanks regards. - Prabath Rajan Gupta wrote: Hi

RE: Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Rajan Gupta
Thanks Prabhat for the reply. I am using Axis2 version 1.4.1. Below is an extract from my axis2.xml. I see that I already have Security in my OutFaultFlow. phaseOrder type=OutFaultFlow !-- user can add his own phases to this area -- phase name=soapmonitorPhase

Re: Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Prabath Siriwardena
AFAIR this issue was fixed after after 1.4.1 release. I'll verify it for sure and let you know. Thanks regards. -Prabath Rajan Gupta wrote: Thanks Prabhat for the reply. I am using Axis2 version 1.4.1. Below is an extract from my axis2.xml. I see that I already have Security in my

Re: Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Prabath Siriwardena
Yes - this is fixed in the Axis2 trunk - so the fix was not available with 1.4.1 Thanks regards. -Prabath [1]:https://issues.apache.org/jira/browse/RAMPART-164 [2]:https://issues.apache.org/jira/browse/AXIS2-4241 Prabath Siriwardena wrote: AFAIR this issue was fixed after after 1.4.1

Re: Problemes throwing faults when rampart is enabled using Axis2-1.5

2009-10-16 Thread Prabath Siriwardena
Hi; Your issue may be related to [1] - this is fixed in Axis2 trunk. Can you please test your scenario with the Axis2 distribution available at [2]. Thanks regards. -Prabath [1]:https://issues.apache.org/jira/browse/AXIS2-4241 [2]:http://people.apache.org/~gdaniels/stagingRepo/org/apache

RE: Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Rajan Gupta
Thanks Prabhat. I tried with Axis2 version 1.5 but encountered the same issue. I have not tried the nightly build yet. Thanks, Rajan -Original Message- From: Prabath Siriwardena [mailto:prab...@wso2.com] Sent: Friday, October 16, 2009 11:50 AM To: axis-user@ws.apache.org Subject: Re

Re: Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Prabath Siriwardena
Can you please try with the build available here [1]. Thanks regards. -Prabath [1]:http://people.apache.org/~gdaniels/stagingRepo/org/apache/axis2/distribution/1.5.1/ Rajan Gupta wrote: Thanks Prabhat. I tried with Axis2 version 1.5 but encountered the same issue. I have not tried

RE: Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Rajan Gupta
: Axis2 with Rampart 1.4 - Faults are not getting encrypted Can you please try with the build available here [1]. Thanks regards. -Prabath [1]:http://people.apache.org/~gdaniels/stagingRepo/org/apache/axis2/dist ribution/1.5.1/ Rajan Gupta wrote: Thanks Prabhat. I tried with Axis2 version 1.5

Re: Axis2 with Rampart 1.4 - Faults are not getting encrypted

2009-10-16 Thread Prabath Siriwardena
That is the one Glen hosted as Axis2 1.5.1 (Take2) [1]. Please be in touch with the mailing list to get updates on it's status - to be released officially. Thanks regards. -Prabath [1]:http://www.mail-archive.com/axis-...@ws.apache.org/msg48105.html Rajan Gupta wrote: Thanks again Prabhat

Re: Axis2/C application scope problem

2009-10-15 Thread Selvaratnam Uthaiyashankar
...@gmail.com wrote: Dear all, I wrote a service with Axis2/C 1.6.0 and it works fine. The only problem is that I would like to deploy my service in an application scope. I specified an application scope in the services.xml file, but it has no effect. The Apache Axis2 web service creates

<    1   2   3   4   5   6   7   8   9   10   >