Re: Axis2 Specification

2009-08-30 Thread Deepal jayasinghe
). The specification basically defines the input (code, annotation, xml files) and the output (the Web Services based on the standards like WSDL 1.1). Yes, Axis2 has support for JAX-WS, JSR-181 and few other specifications as well specification as well. You can find more information here in official web

Re: Axis2 root directory

2009-08-29 Thread Amila Suriarachchi
On Fri, Aug 28, 2009 at 7:41 PM, st1led xplore...@hotmail.com wrote: Hi folks, i've just installed Axis2 on Ubuntu, but I got a problem. I can't figure out what the root directory of Axis2 server is. I mean, the directory which I can put files that I can access from remote into, like htdocs

Re: axis2:HappyBirthday

2009-08-28 Thread Bartolomeo Nicolotti
Better late than never, happy birthday! Because it's a very good software, because it's a very good software ... Il giorno ven, 21/08/2009 alle 15.58 +0530, Vaibhav Arya ha scritto: Happy Birthday, Axis2

Re: send soap attachment via AXIS2

2009-08-28 Thread sean . flannery
What do you mean by 1. Come on man, I don't want to sound like a troll, but this is the whole problem with AXIS2. I'm not a lazy programmer. I gave you a very specific question. My problem is, all the documentation --including 1 on this page-- has such concise snippets, it assumes I know

Axis2 root directory

2009-08-28 Thread st1led
Hi folks, i've just installed Axis2 on Ubuntu, but I got a problem. I can't figure out what the root directory of Axis2 server is. I mean, the directory which I can put files that I can access from remote into, like htdocs Apache's one. I've searched out Axis'2 documentation and even axis2.xml

Help with axis1.4.1 (not axis2) and wss4j

2009-08-28 Thread Wishing Carebear
Hello: I'm trying to write a client to a WSE 3.0 published webservice. The policy file looks like below: Does wss4j and axis supports addressing. Thanks, cabear policies xmlns=http://schemas.microsoft.com/wse/2005/06/policy;

[axis2] posisble to set namespace prefixes in wsdl2java?

2009-08-28 Thread Hegerich, Robert L, JR (Bob)
Is there a way to invoke wsdl2java so that instead of the default namespace prefixes (ns1, ns2, etc.) you can specify the namespace prefix for a namespace? We're replacing a gSOAP server with Apache Axis (2.1.3) and the client insists that the namespace prefixes be kept the same for some

Re: [axis2] posisble to set namespace prefixes in wsdl2java?

2009-08-28 Thread Charles Koppelman
Odd but understandable request (it's much easier to read a file if the ns's are human-readable). If you're using wsdl2java, you probably already have a wsdl, so you can use that! You can simply go into your META-INF/services.xml and set useOriginalwsdl to true (note the odd capitlization). Make

Re: More than 1 Spring .aar in Axis2

2009-08-28 Thread sarcott
Does any one know if a patch for this issue was made available? thanks, sarcott iksrazal wrote: On Sun, May 31, 2009 at 4:18 PM, Andreas Veithen andreas.veit...@gmail.com wrote: If what you are saying is true, then the Spring support in Axis2 has a serious flaw and needs to be fixed

Re: More than 1 Spring .aar in Axis2

2009-08-28 Thread robert lazarski
On Fri, Aug 28, 2009 at 5:46 PM, sarcottsarc...@gmail.com wrote: Does any one know if a patch for this issue was made available? thanks, sarcott imho there is no problem - it works as designed. More than 1 Spring .aar in Axis2 is supported and documented since 1.0. Is there a particular

Re: Help with axis1.4.1 (not axis2) and wss4j

2009-08-28 Thread Wishing Carebear
Hello: Can someone provide some pointers. Thanks, cabear On Fri, Aug 28, 2009 at 10:13 AM, Wishing Carebear wishing.careb...@gmail.com wrote: Hello: I'm trying to write a client to a WSE 3.0 published webservice. The policy file looks like below: Does wss4j and axis supports addressing.

Can axis2-1.5 use rampart-1.4

2009-08-27 Thread Asen
Hi there- When I am trying to engage rampart module, the module does not exist in the axis configuration. The rahas is loaded but not the rampart. This was not the case when I was using 1.4.1 release. Is axis2-1.5 add the rampart 1.4 module into the faultModuleList and ignoring it? Asen-

Re: Can axis2-1.5 use rampart-1.4

2009-08-27 Thread Asen
. This was not the case when I was using 1.4.1 release. Is axis2-1.5 add the rampart 1.4 module into the faultModuleList and ignoring it? Asen-

send soap attachment via AXIS2

2009-08-27 Thread sean . flannery
Hello, I'm struggling to send a soap attachment with AXIS2. Most of the documentation I'm finding online is on receiving, rather than sending attachments. Here's the closest I've gathered to what the code should sort of look like (which is surely wrong): stub._getServiceClient().getOptions

Re: Can axis2-1.5 use rampart-1.4

2009-08-27 Thread v2cg4ss
What miss jar, I have just tried to use axis2 1.5 inside of tomcat 6.0.20 with ramart 1.4 and I get a class not found error. I copy the rampart modules to the axis2 modules folder and then copied the rampart jars to the axis2 lib folder and I get the error. So which jar(s) did you have to place

Re: Can axis2-1.5 use rampart-1.4

2009-08-27 Thread Nandana Mihindukulasooriya
Did you copy all the required jars to axis2 lib ? The jars in the Rampart binary distribution and the bouncy castle / backport-util-concurrent jars. Anyway Rampart 1.5 will be released soon, it will be the compatible version with Axis2 1.5. opensaml-1.1.jar rampart-core-1.4.jar rampart-policy-1.4

Re: send soap attachment via AXIS2

2009-08-27 Thread prabath
Please have a look at [1]. Thanks regards. -Prabath [1]:https://svn.apache.org/repos/asf/webservices/axis2/site/1_1/mtom-guide.html sean.flann...@jwt.com wrote: Hello, I'm struggling to send a soap attachment with AXIS2. Most of the documentation I'm finding online is on receiving, rather

Re: send soap attachment via AXIS2

2009-08-27 Thread Chinmoy Chakraborty
://svn.apache.org/repos/asf/webservices/axis2/site/1_1/mtom-guide.html sean.flann...@jwt.com wrote: Hello, I'm struggling to send a soap attachment with AXIS2. Most of the documentation I'm finding online is on receiving, rather than sending attachments. Here's the closest I've gathered to what the code

Re: imcompatible issue between axis2 and weblogic 10

2009-08-26 Thread Andreas Veithen
...@jpmorgan.com wrote: Sorry I don’t get you. Can you provide more detail? Which Axiom fix are you talking about? What is the Axis2 version you use? I think as Andreas has mentioned this fix should be there with Axiom 1.2.8. so if you use Axis2 1.5 this should work. thanks, Amila

Re: Help! Error when testing Axis2 client

2009-08-25 Thread Clara
Hi everyone, Any idea of the below error? Please help.  --- On Mon, 8/24/09, Clara claire_l...@yahoo.com wrote: From: Clara claire_l...@yahoo.com Subject: Re: Help! Error when testing Axis2 client To: axis-user@ws.apache.org Date: Monday, August 24, 2009, 2:56 AM Hi Andreas, Thank you

Re: Axis2 and Tomcat's SECURITY Flag

2009-08-25 Thread Greg Logan
Logangreg.lo...@usask.ca wrote: Andreas Veithen wrote: Greg, My guess is that Axis2 doesn't have the right permissions to list the content of the WEB-INF/modules directory. I had a quick look at the Axis2 code and it seems to handle an I/O error in the same way as an empty directory. On the other hand

Axis2 client stubs with customizable server - unexpected subelement ADBException

2009-08-25 Thread Remko Dobber
Hello, I've been using Axis2 successfully to generate client stubs for several commercial products such as HP Service Manager to integrate our monitoring tool with those products using web services. My problem is that the commercial tools allow for some customization of the web services so

RE: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Hu, Mary - ITG
No, it doesn't work. Got same error. Mary Hu _ From: Chinmoy Chakraborty [mailto:cch...@gmail.com] Sent: Tuesday, August 25, 2009 1:25 AM To: axis-user@ws.apache.org Subject: Re: imcompatible issue between axis2 and weblogic 10 Open 'startWebLogic.cmd' in edit mode and replace

Re: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Andreas Veithen
that this explanation is correct, you have two options: 1) Also remove Woodstox and cross fingers that Axis2 works correctly with Weblogic's parser. Chances are high, but it is not guaranteed. I'm not a Weblogic user, but maybe somebody on the list can share his experience. 2) Hack the TLDs so

RE: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Martin Gainty
between axis2 and weblogic 10 Date: Tue, 25 Aug 2009 15:03:41 -0400 From: mary...@jpmorgan.com To: axis-user@ws.apache.org No, it doesn’t work. Got same error. Mary Hu From: Chinmoy Chakraborty [mailto:cch...@gmail.com] Sent: Tuesday, August 25, 2009 1:25 AM

RE: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Hu, Mary - ITG
No, Weblogic parser doesn't work for axis2. I'm wondering, beside wstx stream parser, what other parser could possibly work for axiom from axix2. Mary Hu -Original Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Tuesday, August 25, 2009 3:53 PM To: axis-user

RE: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Hu, Mary - ITG
To: axis-user@ws.apache.org Subject: RE: imcompatible issue between axis2 and weblogic 10 please display contents of \war\WEB-INF\lib\struts-1.2.9-lib.jar!/META-INF/tlds/struts-tiles.tld Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de

Re: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Andreas Veithen
parser doesn't work for axis2. I'm wondering, beside wstx stream parser, what other parser could possibly work for axiom from axix2. Mary Hu -Original Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Tuesday, August 25, 2009 3:53 PM To: axis-user@ws.apache.org

RE: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Hu, Mary - ITG
It seems like this is a big issue. Basically axis2 can't work with weblogic server (10.3 in my case). Mary Hu -Original Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Tuesday, August 25, 2009 5:13 PM To: axis-user@ws.apache.org Subject: Re: imcompatible issue

[axis2] Parser already accessed! error when using logging module on client

2009-08-25 Thread Chad DeBauch
I created a logging module that is similar to the one described at http://ws.apache.org/axis2/1_3/modules.html. I engage the logging module for my client like this: ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(pathToRepo,null

Re: [axis2] Parser already accessed! error when using logging module on client

2009-08-25 Thread Amila Suriarachchi
On Wed, Aug 26, 2009 at 3:33 AM, Chad DeBauch cdeba...@gmail.com wrote: I created a logging module that is similar to the one described at http://ws.apache.org/axis2/1_3/modules.html. I engage the logging module for my client like this: ConfigurationContext ctx

Re: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Amila Suriarachchi
, Sun, Weblogic Sometimes back I tested the Axis2 with web logic. Then I had problems with the weblogic parser and when I put the that weblogic entry to Axiom it worked fine. So if you picked an Axis2 version with this Axiom fix it should work with weblogic parser. thanks, Amila. and XLXP (IBM

RE: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Hu, Mary - ITG
between axis2 and weblogic 10 On Wed, Aug 26, 2009 at 2:43 AM, Andreas Veithen andreas.veit...@gmail.com wrote: Since I recently worked on improving the interoperability of Axiom with various StAX parser, I can give you a precise answer. The short answer is: none (with Axiom 1.2.8). The long

Re: imcompatible issue between axis2 and weblogic 10

2009-08-25 Thread Amila Suriarachchi
On Wed, Aug 26, 2009 at 10:09 AM, Hu, Mary - ITG mary...@jpmorgan.comwrote: Sorry I don’t get you. Can you provide more detail? Which Axiom fix are you talking about? What is the Axis2 version you use? I think as Andreas has mentioned this fix should be there with Axiom 1.2.8. so if you use

Re: Axis2 client stubs with customizable server - unexpected subelement ADBException

2009-08-25 Thread Amila Suriarachchi
On Tue, Aug 25, 2009 at 10:38 PM, Remko Dobber remko.dob...@nimsoft.comwrote: Hello, I’ve been using Axis2 successfully to generate client stubs for several commercial products such as HP Service Manager to integrate our monitoring tool with those products using web services. My problem

[axis2] SocketPermission exception while calling another webservice in WAS 5.1

2009-08-24 Thread Rajeevr
different jvm but I get the same error. Same works fine in local Tomcat environment. I have proper policy entry for this in was.policy file. Can it be related to port access rights? I can see SimpleHTTPServer transportReceiver is set to 8080 in axis2.xml file. Do we need to change it to some

Re: Help! Error when testing Axis2 client

2009-08-24 Thread Clara
Hi Andreas, Thank you for the valuable inputs. The below error has been resolved by putting the schema files (schemaorg_apache_xmlbeans) in my classes directory. However, I am getting the below error now: INFO: Deploying module: addressing-1.5 - file:/C:/com/samples/axis2/axis2- 1.5.jar

Re: How to run AXIS2 fine on Tomcat behind an Apache server.

2009-08-24 Thread frougeot
Hi, did you find a convenient solution ? We are experiencing the same case, and hack the wsdl file generated by axis for now, but it does not suit us very well ... pino lollo wrote: How to run AXIS2 fine on Tomcat behind an Apache server. I have problem with internet 80

Securing Axis2-Admin

2009-08-24 Thread Moritz Mädler
Hello, I'm using axis2 1.5 as a tomcat6 servlet. As it runs in production, I want to secure the axis2 admin frontend by restricting the access to a specifig (e.g. local) IP-range. How can this be implemented? I tried to integrate a filter which sends a 403-error upon access with wrong IP

RE: Securing Axis2-Admin

2009-08-24 Thread Martin Gainty
manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. From: m...@moritz-maedler.de To: axis-user@ws.apache.org Subject: Securing Axis2-Admin Date: Mon, 24 Aug 2009 14:11:58 +0200 Hello, I'm using axis2 1.5 as a tomcat6 servlet. As it runs in production, I want

Re: Securing Axis2-Admin

2009-08-24 Thread Moritz Mädler
Thanks! I added the following lines to the /axis2/WEB-INF/classes/ log4j.properties: de.tamundo.security=WARN, CONSOLE de .tamundo.security.appender.CONSOLE.layout=org.apache.log4j.PatternLayout de.tamundo.security.appender.CONSOLE.layout.ConversionPattern=[%p] %m%n I still get

Re: How to run AXIS2 fine on Tomcat behind an Apache server.

2009-08-24 Thread Andreas Veithen
See AXIS2-3843. Andreas On Mon, Aug 24, 2009 at 12:17, frougeotfrederic.roug...@capgemini.com wrote: Hi, did you find a convenient solution ? We are experiencing the same case, and hack the wsdl file generated by axis for now, but it does not suit us very well ... pino lollo wrote

imcompatible issue between axis2 and weblogic 10

2009-08-24 Thread Hu, Mary - ITG
In axis2 - Application Server Specific Configuration Guide, it mentions how to deploy axis2 into weblogic. However, I have seen an issue that is blocking me. I wonder anyone has a solution for it: 1. I have a WAR containing axis2 jars. 2. My application requires prefer-web-inf-classes

Re: imcompatible issue between axis2 and weblogic 10

2009-08-24 Thread Andreas Veithen
Try removing geronimo-stax-api_1.0_spec-1.0.1.jar from WEB-INF/lib. Andreas On Mon, Aug 24, 2009 at 22:28, Hu, Mary - ITGmary...@jpmorgan.com wrote: In axis2 - Application Server Specific Configuration Guide, it mentions how to deploy axis2 into weblogic. However, I have seen an issue

RE: imcompatible issue between axis2 and weblogic 10

2009-08-24 Thread Hu, Mary - ITG
[mailto:andreas.veit...@gmail.com] Sent: Monday, August 24, 2009 4:54 PM To: axis-user@ws.apache.org Subject: Re: imcompatible issue between axis2 and weblogic 10 Try removing geronimo-stax-api_1.0_spec-1.0.1.jar from WEB-INF/lib. Andreas On Mon, Aug 24, 2009 at 22:28, Hu, Mary - ITGmary...@jpmorgan.com wrote

Re: imcompatible issue between axis2 and weblogic 10

2009-08-24 Thread Chinmoy Chakraborty
Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Monday, August 24, 2009 4:54 PM To: axis-user@ws.apache.org Subject: Re: imcompatible issue between axis2 and weblogic 10 Try removing geronimo-stax-api_1.0_spec-1.0.1.jar from WEB-INF/lib. Andreas On Mon, Aug 24, 2009

Re: Problem with Axis2 Java client and NTLM authentication

2009-08-23 Thread prabath
. The service is protected by NTLM authentication. I would like to test it using an Axis2 (Release 1.5) client. I can run the WSDL2Java tool to generate the client stub classes, and have written a client application. However, each time, I run the application, I get a 401 error as follows

Problem with Axis2 Java client and NTLM authentication

2009-08-22 Thread Martin Gilchrist
Hi, I wonder if anyone can help with this problem. We have a Web Service impemented as a .Net application running on IIS 6.0. The service is protected by NTLM authentication. I would like to test it using an Axis2 (Release 1.5) client. I can run the WSDL2Java tool to generate the client stub

RE: [Axis2] happy birthday !!!

2009-08-21 Thread Dhanush Gopinath
Happy Birthday Axis2!!! This is really a milestone. I used Axis way back in 2003 and still remember how I came up with a article for attachment handling in Axis 1.1 (http://www.mail-archive.com/axis-u...@xml.apache.org/msg20064.html). It was so much fun learning WS and the soap Today Axis 2

Re: [Axis2] happy birthday !!!

2009-08-21 Thread ibrahim demir
Happy Birthday to axis2 and the contributors of axis2.. I'm using Axis2 more than 1 year time within a banking applciation and duing many transactions over it from many ATM's... Nice to see that Axis2 is growing :) Ibrahim DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org

axis2:HappyBirthday

2009-08-21 Thread Vaibhav Arya
Happy Birthday, Axis2. === Private, Confidential and Privileged. This e-mail and any files and attachments transmitted with it are confidential and/or privileged. They are intended solely

RE: [Axis2] happy birthday !!!

2009-08-21 Thread Rajneesh Kumar
Happy birthday Axis-2. :-) I am using it from last 8 months in a DMS application. It was a great experience to use it for SOAP, MTOM etc in such an easy way. Main thing is I have to focus only on business logic of my app without bothering the SOAP related high level implementations. Axis2

Re: [Axis2] happy birthday !!!

2009-08-21 Thread Davanum Srinivas
Deepal, Congrats! -- dims On Fri, Aug 21, 2009 at 12:19 AM, Deepal jayasinghedeep...@gmail.com wrote: It is the fifth birthday of the project.. -- Deepal -- Some history of the project... http://blogs.deepal.org/2009/08/happy-birthday-axis2.html -- Thank you! http

[Axis2] Priority of 3rd party libs

2009-08-20 Thread Grimm, Markus
Hi all, I'm a little bit confused about the behaviour of axis2, using 3rd party libs. I've got a WS with a lib folder in its aar-file where residing some libs like commons-lang, commons-io and so on. In the WEB-INF/lib folder there are some jars that axis2 brings with f.e. commons-lang, too

Re: [Axis2] Priority of 3rd party libs

2009-08-20 Thread Andreas Veithen
Axis2 just follows the standard Java class loading policy. See the Javadoc of ClassLoader. Andreas On Thu, Aug 20, 2009 at 08:25, Grimm, Markusgr...@juris.de wrote: Hi all, I'm a little bit confused about the behaviour of axis2, using 3rd party libs. I've got a WS with a lib folder in its

Re: Help! Error when testing Axis2 client

2009-08-20 Thread Andreas Veithen
If you are sure that all classes/JARs are there, then it means that some classes are loaded by the wrong class loader in the class loader hierarchy. This is something that is difficult to solve on a mailing list. My recommendations: 1) Start with a fresh server + Axis2 WAR or Axis2 binary

Re: Axis2 with Properties

2009-08-20 Thread ranjanpatro80
. However, if it is in a webapp (like the axis2 webapp), then place the properties file in the WEB-INF/classes directory and use the following code. // Read properties file. Properties properties = new Properties(); try { properties.load

Re: .properties file location in axis2

2009-08-20 Thread ranjanpatro80
Hi, I am able to access the file using properties.load(new FileInputStream(C:/Documents and Settings//.netbeans/6.7/apache-tomcat-6.0.18_base/webapps/axis2/WEB-INF/services/...properties)); but I am not able to get it using properties.load(MyService.class.getResourceAsStream(/WEB-INF

Re: [axis2] *.properties file

2009-08-20 Thread ranjanpatro80
http://www.nabble.com/Axis2-with-Properties-td18629263.html#a25060071 http://www.nabble.com/.properties-file-location-in-axis2-td16753312.html#a25060317 may contain what you expect, but I facing a few problems. Hope they work for you. zolv wrote: Hi I was browsing web (this mailing

Axis2 libraries not found in org.apache.axis2

2009-08-20 Thread Halloween
Hello guys, i'm just beginning to work with Axis2, still quite the noob for the time being. I was attempting to follow http://wso2.org/library/95 a simple Hello World tutorial but when i try and run: javac -extdirs /path/to/axis2-RC1-std-bin/lib/ org/apache/axis2/*.java -d temp/ i get

Apache Axis2 - org.apache.axis2.AxisFault: Transaction not active

2009-08-20 Thread Michael Post
Hello, Apache Axis 2 throws the following error to me. org.apache.axis2.AxisFault: Transaction not active Has somebody any idea what does it mean? With online search engines i can not find anything related to this. Thanks.

[Axis2] happy birthday !!!

2009-08-20 Thread Deepal jayasinghe
It is the fifth birthday of the project.. -- Deepal -- Some history of the project... http://blogs.deepal.org/2009/08/happy-birthday-axis2.html -- Thank you! http://blogs.deepal.org http://deepal.org

Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-19 Thread Michael Fryars
Thanks for your help, Andreas. JIRA issue created: AXIS2-4468 Michael On Tue, Aug 18, 2009 at 10:17 PM, Andreas Veithen andreas.veit...@gmail.com wrote: Michael, The following log message is interesting: org.apache.axiom.om.impl.MTOMXMLStreamWriter - Returning access to the original

Re: Help! Error when testing Axis2 client

2009-08-19 Thread Clara
Hi Andreas, Thank you for your very helpful response. You are right, my jar files from 2 different axis2 versions got mixed up. I was using axis2 v1.4 but i used axis2.jar of axis2 v1.5. The error was resolved by using axis2 v1.5. However, when I tried running my sample client code, I got

Re: Help! Error when testing Axis2 client

2009-08-19 Thread Clara
andreas.veit...@gmail.com Subject: Re: Help! Error when testing Axis2 client To: axis-user@ws.apache.org Date: Wednesday, August 19, 2009, 11:10 AM Which classloader is the xmlbeans JAR loaded from (i.e. where is the xmlbeans JAR located)? Idem for the TypeSystemHolder class. Andreas On Wed, Aug 19, 2009

Help! Error when testing Axis2 client

2009-08-18 Thread Maria Claribelle M. Loto
Hi, I am currently developing a webservice using axis2 and Resin 3.1.9. I successfully generated the .aar file, dropped it on C:\resin\webapps\axis2\WEB-INF\services. I was able to get to the axis2 happy page. However, when I tried calling my service by accessing it through the url like

Re: Help! Error when testing Axis2 client

2009-08-18 Thread Andreas Veithen
This probably means that you have a mix of JARs from different Axis2 versions (maybe at different locations in the class loader hierarchy). Andreas On Tue, Aug 18, 2009 at 11:30, Maria Claribelle M. Lotoclaire_l...@yahoo.com wrote: Hi, I am currently developing a webservice using axis2

Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-18 Thread Andreas Veithen
...@gmail.com wrote: Andreas, here's the result of my test with Tomcat/Axis2-1.5, using a simple echo service, databinding is xmlbeans, the WS client is SOAPUI 3.0. There are two requests to the same service. The request parameters don't change, but the encoding is UTF-8 for the first request

Re: Axis2 - session management - HELP!!!

2009-08-17 Thread Ramya K Grama
and its just a few tag values that need to be updated, we are thinking of saving the request XML in the context as a Java Object. Can something like below be done in Axis2’s Skeleton? MessageContext.getOperationContext().setMyObject(“myObj”,abcRequest); Then be able to retrieve it back on the way out

Re: Axis2 - session management - HELP!!!

2009-08-17 Thread Andreas Veithen
/soap:envelope So the idea is that since the response format is the same and its just a few tag values that need to be updated, we are thinking of saving the request XML in the context as a Java Object. Can something like below be done in Axis2’s Skeleton? MessageContext.getOperationContext

[AXIS2] Control character encoding used by axis2 server for responses

2009-08-14 Thread Michael Fryars
Hello, I'm seeking some advice/help with a character encoding problem with an axis2 service (i.e. server side). When my service receives a (WS/SOAP) request with: Content-Type: text/xml; charset=UTF-8 in the HTTP header, everything works fine, any unusual charcters in the response

Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-14 Thread Andreas Veithen
Which version of Axis2 do you use? Andreas On Fri, Aug 14, 2009 at 11:39, Michael Fryarsfryar...@gmail.com wrote: Hello, I'm seeking some advice/help with a character encoding problem with an axis2 service (i.e. server side). When my service receives a (WS/SOAP) request with:   Content

Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-14 Thread Michael Fryars
Axis2 v1.4.1, running in a WAR in a tomcat 6 container. On Fri, Aug 14, 2009 at 12:20 PM, Andreas Veithen andreas.veit...@gmail.com wrote: Which version of Axis2 do you use? Andreas On Fri, Aug 14, 2009 at 11:39, Michael Fryarsfryar...@gmail.com wrote: Hello, I'm seeking some advice

How to use Rampart for message encryption in JAX-WS web service created using Axis2?

2009-08-14 Thread Amol Naidu
Hi, Could anyone please help me with the following, I have created a web service using Axis2 1.3 and planning to use Rampart 1.3 for implementing Message Level Security. The web service will be deployed on WAS CE v2.1. For JAX-RPC style web service created using Axis2 1.3, rampart can

Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-14 Thread Andreas Veithen
Michael, Can you test this with 1.5 and if the problem persists, create a minimal AAR that reproduces the problem (so that we can debug it)? Andreas On Fri, Aug 14, 2009 at 12:27, Michael Fryarsfryar...@gmail.com wrote: Axis2 v1.4.1, running in a WAR in a tomcat 6 container. On Fri, Aug 14

Re: Axis2 and Tomcat's SECURITY Flag

2009-08-14 Thread Andreas Veithen
is the policy: grant codeBase file:${axis2.home}/lib/- { permission java.io.FilePermission ${axis2.home}, read,write; permission java.io.FilePermission ${axis2.home}/-, read,write; permission java.io.FilePermission ${java.io.tmpdir}, read; permission java.io.FilePermission

Re: wdsl 2.0 support in axis2

2009-08-13 Thread Meredith Gregory
Axis Folks, When i saw Keith Chapman's blog on WSDL 2.0 using Axis2 i was encouraged. However, i created a little maven project and added the attached schema valid WSDL 2.0 file to src/main/axis2/service.wsdl and attempted the wsld2code target. It failed with a complaint indicating

Re: axis2 and rampart embedded into a fully POJO environment

2009-08-13 Thread Håkon Sagehaug
this way, this is why I'm searching a solution that is fully embeddable and can be fully configured and manipulated programmatically. In the last few days I was investigating the possibility of using Axis2 and more importantly its Rampart module embedded into our POJO project. At first I've

Re: axis2 and rampart embedded into a fully POJO environment

2009-08-13 Thread Chinmoy Chakraborty
the possibility of using Axis2 and more importantly its Rampart module embedded into our POJO project. At first I've tried to find similar use cases on the web but all I've managed to find were some cases where Axis was embedded into a web application running on some kind of an application server

Re: axis2 and rampart embedded into a fully POJO environment

2009-08-13 Thread Håkon Sagehaug
that is fully embeddable and can be fully configured and manipulated programmatically. In the last few days I was investigating the possibility of using Axis2 and more importantly its Rampart module embedded into our POJO project. At first I've tried to find similar use cases on the web but all I've

Re: Axis2 Client in Weblogic: org.apache.axis2.deployment.DeploymentException

2009-08-13 Thread IamSam
Guys, Any takers for this? IamSam wrote: Hello Members, I am using Stub generated by Axis2 1.4 (WSDL2java) in a TimerTask scheduled inside Weblogic 9.0. It works normally but some times throws this exceptions and then onwards stops working org.apache.axis2

RE: Axis2 Client in Weblogic: org.apache.axis2.deployment.DeploymentException

2009-08-13 Thread Martin Gainty
: sameer.mhas...@gmail.com To: axis-user@ws.apache.org Subject: Re: Axis2 Client in Weblogic: org.apache.axis2.deployment.DeploymentException Guys, Any takers for this? IamSam wrote: Hello Members, I am using Stub generated by Axis2 1.4 (WSDL2java) in a TimerTask scheduled

RE: Axis2 Client in Weblogic: org.apache.axis2.deployment.DeploymentException

2009-08-13 Thread IamSam
obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Thu, 13 Aug 2009 07:01:47 -0700 From: sameer.mhas...@gmail.com To: axis-user@ws.apache.org Subject: Re: Axis2 Client in Weblogic

[AXIS2]solicit response or notif

2009-08-13 Thread devesh pujari
Hi, Does Axis/Axis2 support notfi and solicit response Message patterns ? I understand that in WSDL out-only for notif and out-in for solicit-response to be written. Once the code is generated, what different needs to be done to support these than regular in-out message for service

Re: Axis2 - session management

2009-08-12 Thread Andreas Veithen
You need to take into account that Axis2 by default doesn't preserve CDATA sections (and converts them to text nodes). You can use the approach described in [1] to change this. Andreas [1] http://people.apache.org/~veithen/synapse/faq.html On Wed, Aug 12, 2009 at 00:39, Ramya K Gramaramyakgr

Re: Axis2 - session management

2009-08-12 Thread Ramya K Grama
with the API. Thanks, wsnewbie On Wed, Aug 12, 2009 at 3:32 AM, Andreas Veithen andreas.veit...@gmail.comwrote: You need to take into account that Axis2 by default doesn't preserve CDATA sections (and converts them to text nodes). You can use the approach described in [1] to change this. Andreas

How to use Rampart for message encryption in JAX-WS web service created using Axis2?

2009-08-12 Thread Amol Naidu
How to use Rampart for message encryption in JAX-WS web service created using Axis2? I have created a web service using Axis2 1.3 and planning to use Rampart 1.3 for implementing Message Level Security. The web service will be deployed on WAS CE v2.1. For JAX-RPC style web service created

RE: Axis2 - session management

2009-08-12 Thread Martin Gainty
n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Wed, 12 Aug 2009 10:05:19 -0400 Subject: Re: Axis2 - session management From: ramyakgr

Re: Axis2 - session management

2009-08-12 Thread Andreas Veithen
12, 2009 at 3:32 AM, Andreas Veithen andreas.veit...@gmail.com wrote: You need to take into account that Axis2 by default doesn't preserve CDATA sections (and converts them to text nodes). You can use the approach described in [1] to change this. Andreas [1] http://people.apache.org

Axis2 Client in Weblogic: org.apache.axis2.deployment.DeploymentException

2009-08-12 Thread IamSam
Hello Members, I am using Stub generated by Axis2 1.4 (WSDL2java) in a TimerTask scheduled inside Weblogic 9.0. It works normally but some times throws this exceptions and then onwards stops working org.apache.axis2.deployment.DeploymentException: The following error occurred during schema

axis2 1.0 ( war package ) .. problem with application handler

2009-08-11 Thread Nath, Niraj
Hi, We use axis2 1.0 war package in our application. We have hosted a set of services at our end they all are working fine. We also have a handler inserted for authenticating the clients who call our web services. Now we have some requirement where we are acting as a client to a set

Re: axis2 1.0 ( war package ) .. problem with application handler

2009-08-11 Thread Sagara Gunathunga
Hi Niraj, You have defined your Handlers in the globe level using axis2.xml file, then it will engage in globally in Axis2 that the reason for your issue. One possible solution is remove that handler definition from axis2.xml and deploy your handlers as a Axis2 module[1] separately, where you

Re: axis2 1.0 ( war package ) .. problem with application handler

2009-08-11 Thread Deepal Jayasinghe
Sagara, nope that did not help.. Niraj: When you try to create a client inside the application server like tomcat, what happen is, it tries to create the service client with the server's configuration context. If you do not know about the configuration context, that is the run time of Axis2

Re: axis2 1.0 ( war package ) .. problem with application handler

2009-08-11 Thread Sagara Gunathunga
with the server's configuration context. If you do not know about the configuration context, that is the run time of Axis2, which consist of all the data. If you do not want server's configuration for the client, what you have to do is not to use the default constructor of the service client

Axis2 and Tomcat's SECURITY Flag

2009-08-11 Thread Greg Logan
Hi List, I'm trying to get my Axis2 application to run on a Tomcat 6.0.18 install running on an Ubuntu server. This server runs with the Java 2 Security framework in Tomcat turned ON, so solutions involving turning it off won't work for this case :P Unfortunately I keep running

RE: Axis2 and Tomcat's SECURITY Flag

2009-08-11 Thread Martin Gainty
verify ws-addressing-version.mar is in axis2/WEB-INF/modules? axis2/WEB-INF/conf/axis2.xml contains module ref=addressing/ axis2/web-inf/modules/modules.list contains addressing-version.mar Martin Gainty __ Verzicht und Vertraulichkeitanmerkung

Re: Axis2 and Tomcat's SECURITY Flag

2009-08-11 Thread Greg Logan
Martin Gainty wrote: verify ws-addressing-version.mar is in axis2/WEB-INF/modules? Exists axis2/WEB-INF/conf/axis2.xml contains module ref=addressing/ Is there axis2/web-inf/modules/modules.list contains addressing-version.mar Is also there. To be clear: This exact webapp works fine

Re: Axis2 and Tomcat's SECURITY Flag

2009-08-11 Thread Andreas Veithen
Greg, My guess is that Axis2 doesn't have the right permissions to list the content of the WEB-INF/modules directory. I had a quick look at the Axis2 code and it seems to handle an I/O error in the same way as an empty directory. On the other hand, the documentation of FilePermission says

Axis2 - session management

2009-08-11 Thread Ramya K Grama
Hello, I'm using Axis2/Java to create a web service wherein the request and response xmls are very much the same except for some additional data from the db that gets added on to the request as a response. Also, there is a lot of CDATA sections in the request that need to be sent back

Axis2 - response message time out

2009-08-11 Thread Ramya K Grama
Hello, I'm designing a web service (using Axis2) which makes a database (Stored procedure) call through Hibernate. The stored procedure in turn does a series of business logic and makes a call to Subsystem B and waits for x time till the response comes back. If there is a timeout then throws

<    3   4   5   6   7   8   9   10   11   12   >