Re: archive lib directory and 3rd party libraries (axis2/tomcat 6)

2010-01-25 Thread Andreas Veithen
wrote: Charles, That might actually explain the issue. Here is some additional info: * ORB.init looks up classes from the thread context class loader (I checked that in the JRE sources). * ServiceTCCL=composite means that Axis2 sets the TCCL to the service class loader when entering

Can any one answer for the axis2 logging issue.

2010-01-24 Thread arockia . samy
Hi, I put the below entry in balilogger.lcf (our own configuration file) file in axis2 architecture # To log SOAP Messages enable this log4j.logger.org.apache.axis2.transport.http=DEBUG, LOGFILE # LOGFILE is set to be a File appender using a PatternLayout. log4j.appender.LOGFILE

Re: Can any one answer for the axis2 logging issue.

2010-01-24 Thread arockia . samy
-...@ws.apache.org, amilasuriarach...@gmail.com Date: 25-01-10 12:36 PM Subject: Can any one answer for the axis2 logging issue. Hi, I put the below entry in balilogger.lcf (our own configuration file) file in axis2 architecture # To log SOAP Messages enable this log4j.logger.org.apache.axis2

Axis2 xsd:restriction Java code generation question.

2010-01-23 Thread TomazM
Is the Axis2 xsd:restriction supported in WSDL2JavaJava code generation with jibx binding? Regards, Tomaz attachment: tomaz_majerhold.vcf

AXIS2-2883

2010-01-23 Thread Nirav Shah
Hi, I have been reading some different sides of this defect. Based on the Release Email sent out, it said the Connections are released automatically and should not need either AUTO_RELEASE_CONNECTION or *the *MultithreadedHttpConnectionManager. But the defect had a comment saying either the

Axis2 architecture logging

2010-01-21 Thread arockia . samy
Hi, we have written axis2 client xmlbinding request . I have issue in logging soap request and response. In balilogger.lcf file I have the entry like below # To log SOAP Messages enable this log4j.logger.org.apache.axis2.transport.http=DEBUG, LOGFILE # LOGFILE is set to be a File

[Axis2 1.4.1 / Rampart 1.4] AsymmetricBinding and SignedEncryptedSupportingTokens policy not appied on Usernametoken

2010-01-21 Thread El Bog
- EndorsingEncryptedSupportingTokens - SignedEndorsingEncryptedSupportingTokens Am I missing something or is this a bug in Rampart? Regards -- View this message in context: http://old.nabble.com/-Axis2-1.4.1---Rampart-1.4--AsymmetricBinding-and-SignedEncryptedSupportingTokens-policy-not-appied-on-Usernametoken

Re: [Axis2 1.4.1 / Rampart 1.4] AsymmetricBinding and SignedEncryptedSupportingTokens policy not appied on Usernametoken

2010-01-21 Thread Nandana Mihindukulasooriya
missing something or is this a bug in Rampart? Regards -- View this message in context: http://old.nabble.com/-Axis2-1.4.1---Rampart-1.4--AsymmetricBinding-and-SignedEncryptedSupportingTokens-policy-not-appied-on-Usernametoken-tp27256538p27256538.html Sent from the Axis - User mailing list archive

Re: [Axis2 1.4.1 / Rampart 1.4] AsymmetricBinding and SignedEncryptedSupportingTokens policy not appied on Usernametoken

2010-01-21 Thread El Bog
something or is this a bug in Rampart? Regards -- View this message in context: http://old.nabble.com/-Axis2-1.4.1---Rampart-1.4--AsymmetricBinding-and-SignedEncryptedSupportingTokens-policy-not-appied-on-Usernametoken-tp27256538p27256538.html Sent from the Axis - User mailing list archive

[Axis2]

2010-01-20 Thread Anish P S
Hi, I am new to Axis Web Service development. I am writing an Axis2 web service client code to invoke a web service deployed by Swiss customs. I generated my client and stubs using wsdl2java tool provided by Axis2 When I tried to run my client and monitor this HTTP traffic using TCPMonitor

RE: [Axis2]

2010-01-20 Thread Caristi, Joe
Try turning off HTTP chunking. Look here: http://wso2.org/library/209 From: Anish P S [mailto:anish...@cs-techno.com] Sent: Wednesday, January 20, 2010 7:24 AM To: axis-user@ws.apache.org Subject: [Axis2] Hi, I am new to Axis Web Service development. I am

Axis2 1.5.1 AbstractMethodError on Linux (Works on Windows)

2010-01-20 Thread jcaristi
Our application runs on Jetty 7. We just upgraded from Axis2 1.4.1 to Axis2 1.5.1. Prior to the upgrade, the app functioned properly both on Windows and on our Linux server (CentOS-5). Now, we get the following error on Linux. As far as I can tell, we have the same version of Java, the same

Re: Axis2 1.5.1 AbstractMethodError on Linux - Solved

2010-01-20 Thread jcaristi
: http://old.nabble.com/Axis2-1.5.1-AbstractMethodError-on-Linux-%28Works-on-Windows%29-tp27244285p27246151.html Sent from the Axis - User mailing list archive at Nabble.com.

axis2 architecture client side logging

2010-01-20 Thread arockia . samy
logged properly. log4j.logger.org.apache.axis.transport.http=DEBUG, LOGFILE can u help me to find out the cause. I am using the following runtime jars commons-logging-1.0.4.jar (not commons-logging-1.1.jar) axiom-api-1.2.5.jar axiom-dom-1.2.5.jar axiom-impl-1.2.5.jar axis2-jaxws-api-1.3

Re: Axis2 1.5.1 Upgrade Problem with Spring and Jetty 7

2010-01-19 Thread jcaristi
also had axiom-api-1.2.8.jar, which is the correct one for axis2-spring 1.5.1. Eliminating the incorrect axiom-api jar fixed it. -- View this message in context: http://old.nabble.com/Axis2-1.5.1-Upgrade-Problem-with-Spring-and-Jetty-7-tp27180100p27226760.html Sent from the Axis - User mailing

Re: axis2 architecture client side runtime requireed jar files

2010-01-19 Thread arockia . samy
amilasuriarach...@gmail.com To: axis-user@ws.apache.org Date: 18-01-10 10:10 AM Subject: Re: axis2 architecture client side runtime requireed jar files hi, this[1] may help you. Since you use xml beans you have to use xmlbeans-2.3.0.jar as well. thanks, Amila. [1] http://amilachinthaka.blogspot.com

Cannot get Axis2/C Client to run in clean system, take 2

2010-01-18 Thread Sam Carleton
I am currently 100% Windows based. A week or two I posted a Q about being unable to get my Axis2/C client running on a clean machine. I got that working, after making some concessions: Initially I wanted to minimize the dependencies on my client, so I was linking the client with the /MT switch

Axis2 1.5 deploy time error - Access denied (java.lang.RuntimePermission createClassLoader)

2010-01-18 Thread Rajeevr
Hi, I am deploying Axis2 1.5 at WebSphere Platform 6.1. But while deployment I get the below error. createClassLoader entry is restricted in was.policy as per the rules in my organization. Any clue on solving this problem is appreciated. There is also a java.lang.NullPointerException thrown

Re: [Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-18 Thread Battal Kekec
Service in axis2/services the wsdl is invalid, too, there are no namespaces, that are used in this doc. What could I do to auto generate a completely correct wsdl? Or must I edit the namespaces manually for each Service? What could be done? regards Battal Kekec Am 18.01.2010 08:35, schrieb

Re: [Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-18 Thread rahul yadav
Sometimes wsdl2java with ADB binding gives InvocationTargetException but same wsdl with XMLBinding generates the code. On Mon, Jan 18, 2010 at 1:05 PM, Sriram Pinnamaraju srirampinnamar...@gmail.com wrote: Hi Battal, This issue comes in when the wsdl is not valid. recheck ur wsdl and

Re: [Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-18 Thread Battal Kekec
My problem is not wsdl2java, but java2wsdl. I have no wsdl file, but the Java code. So I want to use the java2wsdl tool of the code generator plugin. But at final station an error occurs: InvocationTargetException regards Battal Am 18.01.2010 12:56, schrieb rahul yadav: Sometimes wsdl2java

axis2 multiple ports, dime support (SWA)

2010-01-18 Thread Alex
hi there, Does axis2 V1.5.1 supports multiple ports from one wsdl-file like the old axis 1.4? During generating code with wsdl2java-tool only one port is produced, but I need all three ports in my service (the -g or -pn dosent' help). Is there another solution to solve this problem. Does

Re: axis2 multiple ports, dime support (SWA)

2010-01-18 Thread Amila Suriarachchi
On Mon, Jan 18, 2010 at 7:07 PM, Alex devns...@gmail.com wrote: hi there, Does axis2 V1.5.1 supports multiple ports from one wsdl-file like the old axis 1.4? No. One service can have only one porttype. if you have multiple port types you need to have multiple ports. During generating

Re: axis2 multiple ports, dime support (SWA)

2010-01-18 Thread Alex
://localhost:8080/customer/services/Port1 http://localhost:8080/customer/services/Port2 http://localhost:8080/customer/services/Port3 in the old axis 1.4 this was possible, is this feature not longer supported in axis2? Thank you, Alex Amila Suriarachchi schrieb: On Mon, Jan 18, 2010 at 7:07 PM

Re: Axis2: Replacing Services in the access URL

2010-01-18 Thread Rahul Rulz
Hi Users, Any suggestions..? Thanks,Raghav.  --- On Thu, 1/14/10, Rahul Rulz ragul...@yahoo.com wrote: From: Rahul Rulz ragul...@yahoo.com Subject: Axis2: Replacing Services in the access URL To: axis-user@ws.apache.org Date: Thursday, January 14, 2010, 4:32 AM Hi Everyone, I have a query

Re: axis2 multiple ports, dime support (SWA)

2010-01-18 Thread Thilina Gunarathne
Does axis2 V1.5.1 support receiving and sending SWA in DIME-Format? I am not sure but certainly it supports SWA. Axis2 supports SWA over MIME... AFAIK Axis2 does not support DIME.. Axis1.x support DIME.. thanks, Thilina Why does wsdl2java-tool generates multiple java-classes for one

[Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-17 Thread Battal Kekec
Hi all, I have a poblem with generating the wsdl code for service with eclipse plugin. At final station an error occured with invocationTargetException. I use default values for the options for the generator. Who can help me? regards Battal

axis2 architecture client side runtime requireed jar files

2010-01-17 Thread arockia . samy
Hi, Can anyone reply to my question ?. We are using axis2 architecture for webservice client call. Client generated using xmlbinding option. In axis2-1.3\libfolder there are 60 jar files . Out of these 60 jar files which are all jar necessary for client application to do release (which

Re: axis2 architecture client side runtime requireed jar files

2010-01-17 Thread Amila Suriarachchi
hi, this[1] may help you. Since you use xml beans you have to use xmlbeans-2.3.0.jar as well. thanks, Amila. [1] http://amilachinthaka.blogspot.com/2009/11/minimal-jars-required-for-axis2-15.html On Mon, Jan 18, 2010 at 8:50 AM, arockia.s...@aciworldwide.com wrote: Hi, Can anyone reply

Re: [Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-17 Thread Sriram Pinnamaraju
Hi Battal, This issue comes in when the wsdl is not valid. recheck ur wsdl and schema files. -Sriram

Axis2 1.5.1 Upgrade Problem with Spring and Jetty 7

2010-01-15 Thread jcaristi
My Axis2/Spring application functions properly on Jetty 7 with Axis2 1.4.1. When I attempt to upgrade to Axis2 1.5.1, the Jetty context fails to start with the following exceptions. I have searched and found similar issues on Weblogic, but nothing for Jetty. I did try switching Jetty to prefer

Re: Axis2 1.5.1 Upgrade Problem with Spring and Jetty 7

2010-01-15 Thread robert lazarski
On Fri, Jan 15, 2010 at 1:55 PM, jcaristi jcari...@whisolutions.com wrote: My Axis2/Spring application functions properly on Jetty 7 with Axis2 1.4.1. When I attempt to upgrade to Axis2 1.5.1, the Jetty context fails to start with the following exceptions.  I have searched and found similar

Re: Axis2 1.5.1 Upgrade Problem with Spring and Jetty 7

2010-01-15 Thread jcaristi
iksrazal wrote: Do you have a Caused by section in your stacktrace? Anyways, one thing to check is to make sure you have the right stax-api and wstx-asl jars in your classpath. - R There is no caused by section. Also, it looks like these jars are dependencies of only the axis2

Re: Axis2 1.5.1 Upgrade Problem with Spring and Jetty 7

2010-01-15 Thread robert lazarski
by section. Also, it looks like these jars are dependencies of only the axis2-spring jar.  A search of the Maven dependency:tree for stax and wstx lists only one for each, both under axis2-spring.  I checked the WEB-INF lib folder of the generated WAR, and there are no other stax or wstx jars

Re: Axis2 1.5.1 Upgrade Problem with Spring and Jetty 7

2010-01-15 Thread Andreas Veithen
. - R There is no caused by section. Also, it looks like these jars are dependencies of only the axis2-spring jar.  A search of the Maven dependency:tree for stax and wstx lists only one for each, both under axis2-spring.  I checked the WEB-INF lib folder of the generated WAR

[axis2] axis2c memory management process unclear

2010-01-15 Thread Brody Lodmell
we're using axis2 to consume soap services. this function axiom_node_to_string AXIS2_EXTERN axis2_char_t *AXIS2_CALL axiom_node_to_string( axiom_node_t * om_node, const axutil_env_t * env); declared in \axiom\include\axiom_node.h and defined in \axiom\src\om\om_node.h returns

Axis2-1.5.1 org.apache.axis2.deployment.respository.util.ArchiveReader displays META-INF not found

2010-01-15 Thread Martin Gainty
an anomaly as the service loads with no problem and all the elements and attributes of services.xml are read.. axis2-1.5.1 Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

OFFLIST RE: [axis2] axis2c memory management process unclear

2010-01-15 Thread Doughty, Michael
Just an FYI, since you are talking about Axis2/C, you need to go to the Axis2/C user list for an answer. The address for that is axis-c-u...@ws.apache.org. You may need to subscribe first though. -Original Message- From: Brody Lodmell [mailto:brodylodm...@gmail.com] Sent: Friday

Re: [axis2] axis2c memory management process unclear

2010-01-15 Thread Amila Suriarachchi
hi, please ask this from Axis2/c[1] list thanks, Amila. [1]http://ws.apache.org/axis2/c/lists_issues.html On Sat, Jan 16, 2010 at 12:20 AM, Brody Lodmell brodylodm...@gmail.comwrote: we're using axis2 to consume soap services. this function axiom_node_to_string AXIS2_EXTERN

Re: Axis2: Replacing Services in the access URL

2010-01-15 Thread Amila Suriarachchi
hi, this[1] may help you. Amila. [1] http://amilachinthaka.blogspot.com/2010/01/changing-axis2-application-path.html On Thu, Jan 14, 2010 at 4:32 AM, Rahul Rulz ragul...@yahoo.com wrote: Hi Everyone, I have a query reg the URL to access the service.. Is there anyways to replace

Re: Axis2 1.5.1 service handling is very slow

2010-01-14 Thread Martin Gerner
Hi Andreas (and the rest of you), Thank you very much for your answer. Seeing as the problem seems to be in accessing the .jar file, I extracted the .jar file to the services directory and then removed the .jar file, so axis2 could access the service in an already extracted format

two similar xsd in the same wsdl databinded with xmlbean in axis2

2010-01-14 Thread Bartolomeo Nicolotti
Hello, we're using xmlbean to parse xmls as an axis2 databinding for travel industries web services A web service we query has different version of the same kind of xml AirAvailability_8 AirAvailability_9 Is it possible to use xmlbean data binding with only one wsdl that has both the kind

Re: Axis2 1.5.1 service handling is very slow

2010-01-14 Thread Amila Suriarachchi
and then removed the .jar file, so axis2 could access the service in an already extracted format. The access times are now down to what I would expect them to be, and everything seems to be running fine. I'm now guessing that the extremely slow accessing of the service .jar file is related

Re: Axis2 1.5.1 service handling is very slow

2010-01-14 Thread Martin Gerner
As far as I can tell from the source, it looks like the temporary directory is specified by a parameter Constants.Configuration.ARTIFACTS_TEMP_DIR, which according to a comment in http://issues.apache.org/jira/browse/AXIS2-3552 is set to javax.servlet.context.tempdir. I haven't had much

Re: Axis2 1.5.1 service handling is very slow

2010-01-14 Thread Amila Suriarachchi
://issues.apache.org/jira/browse/AXIS2-3552 is set to javax.servlet.context.tempdir. But currently I think this value is not being used. please check whether there is any temp folder created under temp folder. thanks, Amila. I haven't had much success with changing it myself though, or finding out what

Re: two similar xsd in the same wsdl databinded with xmlbean in axis2

2010-01-14 Thread Amila Suriarachchi
On Thu, Jan 14, 2010 at 7:35 PM, Bartolomeo Nicolotti bnicolo...@siapcn.itwrote: Hello, we're using xmlbean to parse xmls as an axis2 databinding for travel industries web services A web service we query has different version of the same kind of xml AirAvailability_8 AirAvailability_9

RE: Upgrade axis2 from 1.4.1 to 1.5.1

2010-01-14 Thread Sanjay Gupta
Hi Deepal, I think I found my problem. When I originally upgraded from axis1 to Axis2 I was trying to get custom exception work(since I had custom exception working in axis1) so I inherited my custom exception from org.apache.axis2.AxisFault while I was trying things. Since I couldn't get

Re: Axis2 1.5.1 service handling is very slow

2010-01-14 Thread Martin Gerner
extracted the .jar file to the services directory and then removed the .jar file, so axis2 could access the service in an already extracted format. The access times are now down to what I would expect them to be, and everything seems

Re: Axis2 simple http server memory management

2010-01-13 Thread Nandika Jayawardana
Nandika On Wed, Jan 13, 2010 at 1:07 PM, Martin Benedix mbene...@plusserver.dewrote: Patrick Duflot schrieb: Hi list, I did a long-run test with the axis2 simple http server and the echo sample client invoking the echo service every 3 seconds. I saw the memory usage going from 4MB to 30MB

Axis2/C and Qt

2010-01-13 Thread Sam Carleton
Does anyone know if someone has ever written a WSDL2QT utility to allow Axis2/C to integrate with Qt?

Re: Axis2/C and Qt

2010-01-13 Thread Rajika Kumarasiri
Sam, AFAIK no. Rajika On Wed, Jan 13, 2010 at 7:57 PM, Sam Carleton scarle...@miltonstreet.comwrote: Does anyone know if someone has ever written a WSDL2QT utility to allow Axis2/C to integrate with Qt?

Re: Axis2/C and Qt

2010-01-13 Thread Sanjiva Weerawarana
Sam, why does it need a special stub? Isn't Qt in C++?? Sanjiva. On Wed, Jan 13, 2010 at 7:57 PM, Sam Carleton scarle...@miltonstreet.comwrote: Does anyone know if someone has ever written a WSDL2QT utility to allow Axis2/C to integrate with Qt? -- Sanjiva Weerawarana, Ph.D. Founder

Re: [Axis2] Invoking Interdependent Web Services in a distributed system.

2010-01-13 Thread Kanchana Welagedara
in a sever.xml which are deployed in two deterrent containers ? If that is a single container you have the option of service group for this correct?How do we do it for a remote invoke ? Service groups cannot span across multiple Axis2 instances. I think if you tell us more about the problem

axis2 1.4 - 1.5.1 problem (EPR not found)

2010-01-13 Thread Marc Noma
Hi everybody We recently updated our project from axis2 1.4 to 1.5.1 and do now experience a strange problem. With version 1.4 when requesting (e.g. for a test service echows) http://127.0.0.1:8080/axis2/services/echows the answer is a web page that provides a service description, a list

Building axis2-1.5.1 with maven2 fails, due to wrong repos?

2010-01-13 Thread Patrick Kirsch
-1.2.8.jar; error in opening zip file error: error reading I guess I'm using a wrong repository although I did not change anything of the defaults coming along with axis2-1.5.1-src.zip. This leads me to another question, how did you set up your axis2 build environment? (I'm aware of Maven HowTos, eg

Axis2 1.5.1 service handling is very slow

2010-01-13 Thread Martin Gerner
to the server, and then the response packet coming back 16 seconds later). Going by client and server log timings, I can see that the delay occurs after processing rather than before. I'm running axis2 1.5.1 with default settings, have tested it running on both the bundled SimpleAxisServer and Tomcat (both

Re: Axis2 1.5.1 service handling is very slow

2010-01-13 Thread Bruno Simioni
log timings, I can see that the delay occurs after processing rather than before. I'm running axis2 1.5.1 with default settings, have tested it running on both the bundled SimpleAxisServer and Tomcat (both on a Debian server) and am using a very simple client based on code auto-generated by axis

JAXB (2.1) and AXIS2 (1.5.1)

2010-01-13 Thread Oded Onn
Hi, I am deploying a WS under tomcat 5.5 and Java JDK is 1.5.0_08. I use some external jars that include code which was generated with JAXB 2.1 (using Ant XJC Task). The code is built from the xml schema without any error using the same JAXB libs as used in Axis2: jaxb-xjc-2.1.7.jar

Re: Axis2 1.5.1 service handling is very slow

2010-01-13 Thread Andreas Veithen
The type of databinding cannot account for this delay. I would suggest to take a thread dump and try to understand where Axis2 is blocking. Andreas On Wed, Jan 13, 2010 at 13:04, Bruno Simioni brunosimi...@gmail.com wrote: Maybe using JAXB annotations on Java return objects, you can speed up

Re: JAXB (2.1) and AXIS2 (1.5.1)

2010-01-13 Thread Andreas Veithen
2.1 (using Ant XJC Task). The code is built from the xml schema without any error using the same JAXB libs as used in Axis2: jaxb-xjc-2.1.7.jar activation-1.1.jar jaxb-api-2.1.jar jaxb-impl-2.1.7.jar jsr173_api.jar When calls (client requests) to the server are made, the code try

Re: Building axis2-1.5.1 with maven2 fails, due to wrong repos?

2010-01-13 Thread Andreas Veithen
file error: error reading I guess I'm using a wrong repository although I did not change anything of the defaults coming along with axis2-1.5.1-src.zip. This leads me to another question,  how did you set up your axis2 build environment? (I'm aware of Maven HowTos, eg. http

Re: Building axis2-1.5.1 with maven2 fails, due to wrong repos?

2010-01-13 Thread Patrick Kirsch
Andreas Veithen schrieb: Maybe it helps to empty the /home/kadmin/.m2/repository/org/apache/ws/commons/axiom folder to force Maven to download the corrupted artifacts again. Well it turns out that: /home/kadmin/.m2/repository/org/apache/ws/commons/axiom/axiom-api/1.2.8/axiom-api-1.2.8.jar

Re: Building axis2-1.5.1 with maven2 fails, due to wrong repos?

2010-01-13 Thread Andreas Veithen
Now I remember. The problem occurs because java.net messed up their repository. On the trunk we fixed that [1]. You will have to do the same change to the 1.5.1 sources (or set up something in your Maven settings.xml to override the settings in Axis2). Andreas [1] http://svn.apache.org/viewvc

Re: Axis2 1.5.1 service handling is very slow

2010-01-13 Thread Martin Gerner
I've attached a full thread dump. I'd greatly appreciate any help in determining the cause, as I'm quite a novice when it comes to Axis2 and its internal workings. CPU usage for the java process goes up to 100% when it's blocking. The top parts of a few dumps (taken at different times to get

RE: JAXB (2.1) and AXIS2 (1.5.1)

2010-01-13 Thread Oded Onn
...@gmail.com] Sent: Wednesday, January 13, 2010 14:35 To: axis-user@ws.apache.org Subject: Re: JAXB (2.1) and AXIS2 (1.5.1) This probably means that JAXB is trying to look up ObjectFactory and jaxb.index from the wrong class loader. This may happen if the JAXB JARs are loaded by the application class loader

Re: Building axis2-1.5.1 with maven2 fails, due to wrong [SOLVED]

2010-01-13 Thread Patrick Kirsch
Andreas Veithen schrieb: Now I remember. The problem occurs because java.net messed up their repository. On the trunk we fixed that [1]. You will have to do the same change to the 1.5.1 sources (or set up something in your Maven settings.xml to override the settings in Axis2). Andreas

Re: [Axis2] Invoking Interdependent Web Services in a distributed system.

2010-01-13 Thread Deepal jayasinghe
groups cannot span across multiple Axis2 instances. I think if you tell us more about the problem you are trying to solve rather than explaining the solution you have in mind, we could propose a proper solution. If you can please try to explain the question bit more

Re: Axis2 1.5.1 service handling is very slow

2010-01-13 Thread Andreas Veithen
The issue seems to be as follows: * For POJO services, Axis2 uses the JRE's bean introspector to detect the properties of the POJOs. * Following the Java Beans standard, the introspector attempts to find BeanInfo classes corresponding to these POJOs. BeanInfo classes are optional and rarely used

Axis2: Replacing Services in the access URL

2010-01-13 Thread Rahul Rulz
Hi Everyone, I have a query reg the URL to access the service.. Is there anyways to replace the 'services' as in http://localhost:8080/axis2/services/Myservice to http://localhost:8080/axis2/serviceGrp1/Myservice; ? If am just renaming the services inside the deployment file to serviceGrp1

Axis2: Class at University of South Florida (USF)

2010-01-13 Thread Ayers, Sam
Axis2 Users, Dr. Chari at the University of South Florida (USF) has scheduled an Apache Axis2 class (see link below). I hope this isn't too spammy an announcement (as I am the instructor), but upon reflection my thoughts were that this class is of direct interest to folks on the Axis2 user

Re: Axis2 1.5.1 service handling is very slow

2010-01-13 Thread Amila Suriarachchi
running axis2 1.5.1 with default settings, have tested it running on both the bundled SimpleAxisServer and Tomcat (both on a Debian server) and am using a very simple client based on code auto-generated by axis from the WSDL (running in Windows). Does anybody here have any clue as to what's causing

Re: Axis2 simple http server memory management

2010-01-12 Thread Martin Benedix
Patrick Duflot schrieb: Hi list, I did a long-run test with the axis2 simple http server and the echo sample client invoking the echo service every 3 seconds. I saw the memory usage going from 4MB to 30MB then back to 10MB and then again to 40MB. Now that I stopped the client from polling

Could not deploy axis2.war on was7.0

2010-01-12 Thread jonah
Hi,all I tried to deploy axis2-1.5 on WAS7.0,But I got following exceptions: com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor createServletWrapper Error occured while preparing the servlet for initialization. javax.servlet.ServletException: javax.servlet.ServletException

RE: Axis2: Deploying a service to a Tomcat server

2010-01-11 Thread Oded Onn
Thank you Deepal, I am still not sure about the following issues: 1. Let's say I already generated the axis2.war file once (with my service). Afterwards I changed my business logic. As far as I understand from your answer, I can now somehow deploy my service.aar to tomcat, without rebuilding

Web service init and Custom endpoints with Tomcat/Axis2 1.5.1

2010-01-11 Thread Doughty, Michael
I mistakenly sent this request to the Rampart list last time. Hopefully this list is the correct one. The first issue I have is with Web service initialization using AXIS2. We have an eventing service which keeps persistent data on events serialized to disc. We do this because our events

Axis2: Deploying a service to a Tomcat server

2010-01-10 Thread Oded Onn
Hi there, I am quite new to the world of WS and Axis 2 and am sorry if my questions seems a bit silly. However, I looked for answers in your forums and documentation and didn't find them. I wrote my first WS using Axis2. Started from a WSDL file and generated the server code. Now, as far

Re: Axis2: Deploying a service to a Tomcat server

2010-01-10 Thread Deepal Jayasinghe
Oded Onn wrote: Hi there, I am quite new to the world of WS and Axis 2 and am sorry if my questions seems a bit silly. However, I looked for answers in your forums and documentation and didn’t find them. I wrote my first WS using Axis2. Started from a WSDL file and generated

Axis2 simple http server memory management

2010-01-08 Thread Patrick Duflot
Hi list, I did a long-run test with the axis2 simple http server and the echo sample client invoking the echo service every 3 seconds. I saw the memory usage going from 4MB to 30MB then back to 10MB and then again to 40MB. Now that I stopped the client from polling the service, memory usage

Re: [Axis2] Invoking Interdependent Web Services in a distributed system.

2010-01-08 Thread Kanchana Welagedara
Hi Deepal Sorry for not being very clear in previous mail.Here it is clearly. 1. Is there is a away of grouping couple of WS which serve each other in a sever.xml which are deployed in two deterrent containers ? If that is a single container you have the option of service group for this

Re: [Axis2] Invoking Interdependent Web Services in a distributed system.

2010-01-08 Thread Afkham Azeez
? If that is a single container you have the option of service group for this correct?How do we do it for a remote invoke ? Service groups cannot span across multiple Axis2 instances. I think if you tell us more about the problem you are trying to solve rather than explaining the solution you have

error when download axis2-eclipse-codegenwizard. zip

2010-01-08 Thread Andrey Rogov
I tried to download axis2-eclipse-codegenwizard.zip from link ( http://www.apache.org/dist/ws/axis2/tools/1_4/axis2-eclipse-codegen-wizard-1.4.zip) but got The requested URL /dist/ws/axis2/tools/1_4/axis2-eclipse-codegen-wizard-1.4.zip was not found on this server. could you please send me correct

Consume Axis2 service with .NET c# question

2010-01-08 Thread Pär Malmqvist
wsdl:port binding=tns:EchoSoapBinding name=Echo wsdlsoap:address location=http://localhost:8080/axis2/services/SolDB2/ /wsdl:port /wsdl:service /wsdl:definitions

Re: Upgrade axis2 from 1.4.1 to 1.5.1

2010-01-07 Thread Deepal jayasinghe
To: axis-user@ws.apache.org Subject: Re: Upgrade axis2 from 1.4.1 to 1.5.1 This is a big issues, I think someone has broken Axis2 wsdl generation. Could you send us the wsdl I would like to have a look. In addition I would like to see which POJO approach you use, if you can try to give me

Re: [Axis2][Axis 1.4.1]Look for the Workable Sample Codes Related to Asynchronous Web Service Invocation

2010-01-07 Thread 浮生半世情
web service ? 2010/1/7 Håkon Sagehaug hakon.sageh...@uni.no Hi You could take a look here[1], I wrote a short tutorial on how to do it. I think I used both axis2 1.4.1 and 1.5 for the client and it worked. Håkon [1] http://www.bccs.uni.no/~hakont/ws-samples/AsyncWSTutorial.html 2010/1/6

Re: [Axis2] Invoking Interdependent Web Services in a distributed system.

2010-01-07 Thread Deepal Jayasinghe
Hi All, I have deployed two Axis 2 web services in two different machines in two different application servers.Service 1 should be served the Service 2 in the other machine. How do I resolve the service group issue here and invoke WS2 after WS2 the other to get the final result? I am

Re: Cannot get Axis2/C Client to run in clean system

2010-01-06 Thread Nandika Jayawardana
Axis2/C client to run in a clean environment. It isn't working, here is what I have done: 1: extracted axis2c-bin-1.6.0-win32.zip on the development machine and linked against this version. (as compared to the debug version I compiled) 2: extracted axis2c-bin-1.6.0-win32.zip on the clean Windows

Re: Cannot get Axis2/C Client to run in clean system

2010-01-06 Thread Sam Carleton
I figured it out this evening, sort of... I got it working, none the less... I believe the issue was that Axis2/C was compiled with /MD and my code was /MT, which I changed Axis2/C flag and recompiled everything, it works like a charm! Now to get the Apache server w/ Axis2/C to install! I

[Axis2] Invoking Interdependent Web Services in a distributed system.

2010-01-06 Thread Kanchana Welagedara
Hi All, I have deployed two Axis 2 web services in two different machines in two different application servers.Service 1 should be served the Service 2 in the other machine. How do I resolve the service group issue here and invoke WS2 after WS2 the other to get the final result? My Method.

Axis2 supports multipart message with doc/literal wsdl style

2010-01-06 Thread rahul yadav
Hi All, Does Axis2 supports multipart message with doc/literal wsdl style? Thanks, Rahul

[Axis2][Axis 1.4.1]Look for the Workable Sample Codes Related to Asynchronous Web Service Invocation

2010-01-06 Thread 浮生半世情
the following code snippet. try { org.apache.axis2.userguide.Axis2SampleDocLitServiceStub stub = new org.apache.axis2.userguide.Axis2SampleDocLitServiceStub(null, http://localhost:8080/axis2/services/Axis2SampleDocLitService ); //implementing the callback

Re: [Axis2][Axis 1.4.1]Look for the Workable Sample Codes Related to Asynchronous Web Service Invocation

2010-01-06 Thread Håkon Sagehaug
Hi You could take a look here[1], I wrote a short tutorial on how to do it. I think I used both axis2 1.4.1 and 1.5 for the client and it worked. Håkon [1] http://www.bccs.uni.no/~hakont/ws-samples/AsyncWSTutorial.html 2010/1/6 浮生半世情 adolf@gmail.com Dears: I have one problem

Cannot get Axis2/C Client to run in clean system

2010-01-05 Thread Sam Carleton
I am working on getting my Axis2/C client to run in a clean environment. It isn't working, here is what I have done: 1: extracted axis2c-bin-1.6.0-win32.zip on the development machine and linked against this version. (as compared to the debug version I compiled) 2: extracted axis2c-bin-1.6.0

Upgrade axis2 from 1.4.1 to 1.5.1

2010-01-05 Thread Sanjay Gupta
version of axis2 I get the error(see below). I have tried soapui and gettings errors when I try o create a project from the wsdl. Axis2 is deployed inside tomcat 6.0.18. Any help will be greatly appreciated. Thanks, Sanjay wsdl2java -uri https://cwa024.connect4billing.com/axis2/services

Re: Upgrade axis2 from 1.4.1 to 1.5.1

2010-01-05 Thread Deepal Jayasinghe
This is a big issues, I think someone has broken Axis2 wsdl generation. Could you send us the wsdl I would like to have a look. In addition I would like to see which POJO approach you use, if you can try to give me a sample service to regenerate the issue. Thanks, Deepal Sanjay Gupta wrote

[Axis2/Java] How can I log the request XML?

2010-01-04 Thread Juan Felipe Alvarez Saldarriaga
Hey! How can I log the latest request XML? I'm using axis2/java and I got a nasty exception about headers, but I don't know how to print/write/etc the xml made by my axis2 implementation, is there a way to do that? Thanks.

Re: Passing custom object to Axis2/J Web service

2010-01-01 Thread Amila Suriarachchi
2009/12/23 Kamran Soomro (کامران سومرو) kamransoomr...@gmail.com Hi, I've created a web service using Axis2/J and Eclipse WTP tools. how you have create the service. you can create the service as a POJO class which has a method taking your custom class as a parameter. thanks, Amila. I want

Re: No CredentialProviders problem in axis2 and httpclient

2010-01-01 Thread Amila Suriarachchi
I tried with the sample described here[1] and it worked. this may help you. Amila. [1] http://amilachinthaka.blogspot.com/2010/01/axis2-authentication.html On Wed, Dec 23, 2009 at 1:19 PM, DJP JEAN-PROST Dominique dominique.jean-pr...@dexia-sofaxis.com wrote: Hello, [ENV] AXIS2 1.5.1

Axis2 : Invalid Security Error while trying to access https web service

2010-01-01 Thread santhosh kotte
Hi all I am trying to run a sample on applying Binding Operation Level Policy. I get the following error while trying to access the service. [INFO] Listening on port 8080 [ERROR] InvalidSecurity org.apache.axis2.AxisFault: InvalidSecurity at

Re: axis2 configuration fine tuning: Local Transport and transportReceiver

2010-01-01 Thread Andreas Veithen
Gennady, AxisServlet will always process requests received through the servlet container, and the transportReceiver settings in axis2.xml have no impact on this. These settings are only used to generate the proper endpoint URIs in the WSDL (original or generated). Note that this is only true

Re: Axis2--How to access custom http headers from axis2 client

2010-01-01 Thread Amila Suriarachchi
); ListHeader headers = new ArrayList(); headers.add(new Header(http_header1,value1)); headers.add(new Header(http_header2,value2)); rmc.setProperty(HTTPConstants.HTTP_HEADERS, headers); axis2 sets the transport headers like this. msgContext.setProperty

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