Re: AXIS2 WebServices: Processing Response which does not contain SOAP Headers

2009-11-25 Thread Amila Suriarachchi
On Wed, Nov 25, 2009 at 4:59 PM, Vishnu Vardhan Reddy < vre...@radiantinfo.com> wrote: > AIXS2 version using in application is axis2-1.4.1 > > I am sending and receiving plain/XMl (SOAP 1.1 Request and Response) > > > > Problem is response from server is plain xml i

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

2009-11-25 Thread Charles Galpin
Some jar files in my .aar lib directory do not appear to be loaded or recognized (I get ClassNotFound exceptions). If I put the jars in axis2/WEB-INF/lib directory they are loaded fine. Other jars are loaded fine so I don't think it's me putting them in the wrong place in the

Re: Axis2 Eclipse plugin - soapUI

2009-11-25 Thread Jack Sprat
In the soapUI perspective, right click the binding.  Then select "Generate Code" from the menu and "Axis2 artifacts" from the sub-menu. This brings up a window of options for the generated code.  There is an entry field for the package for generated source files.  That seems

Re: Axis2 Eclipse plugin - soapUI

2009-11-25 Thread Olindo Pindaro
o Pindaro * wrote: > > > From: Olindo Pindaro > Subject: Re: Axis2 Eclipse plugin > To: axis-user@ws.apache.org > Date: Tuesday, November 24, 2009, 2:15 PM > > I use SoapUI plugin... it works fine. > > 2009/11/24 Jack Sprat > http://mc/compose?to=rexclaim...@yahoo.com> &

Re: Axis2 Eclipse plugin - soapUI

2009-11-25 Thread Jack Sprat
behavior? Thanks. --- On Tue, 11/24/09, Olindo Pindaro wrote: From: Olindo Pindaro Subject: Re: Axis2 Eclipse plugin To: axis-user@ws.apache.org Date: Tuesday, November 24, 2009, 2:15 PM I use SoapUI plugin... it works fine. 2009/11/24 Jack Sprat Can anyone shed some light on this? If the

RE: AXIS2 WebServices: Processing Response which does not contain SOAP Headers

2009-11-25 Thread Vishnu Vardhan Reddy
AIXS2 version using in application is axis2-1.4.1 I am sending and receiving plain/XMl (SOAP 1.1 Request and Response) Problem is response from server is plain xml it does not contain any SOAP headers. but operation client is expecting SOAP headers to process the response XML . Thanks

RE: AXIS2 WebServices: Processing Response which does not contain SOAP Headers

2009-11-25 Thread Vishnu Vardhan Reddy
AIXS2 version using application is axis2-1.4.1 I am sending receiving plain/XMl (SOAP 1.1 Request and Response) Problem is response from server is plain xml it does not contain any SOAP headers Thanks, VIshnu From: Amila Suriarachchi

Re: AXIS2 WebServices: Processing Response which does not contain SOAP Headers

2009-11-25 Thread Amila Suriarachchi
On Wed, Nov 25, 2009 at 4:22 PM, Vishnu Vardhan Reddy < vre...@radiantinfo.com> wrote: > HI , > > > > I am using AXIS2 client API to invoke third party web services. Response we > are getting from the web service is XML but it doe contain any SOAP headers > its just

AXIS2 WebServices: Processing Response which does not contain SOAP Headers

2009-11-25 Thread Vishnu Vardhan Reddy
HI , I am using AXIS2 client API to invoke third party web services. Response we are getting from the web service is XML but it doe contain any SOAP headers its just plain xml file as response, but while sending request it includes SOAP Headers .I cheeked the response though TC/IP monitor

Re: Axis2 Eclipse plugin

2009-11-25 Thread Håkon Sagehaug
Hi Jack, I'm using the maven wsdl2java plugin for generating my stub, and if you also have maven eclipse plugin, then this takes care of bulding a eclipse project for you with the stubs. The tools including the eclipse plugin can be found here[1] cheers, Håkon [1] http://ws.apache.org/

Re: Question on Issue : AXIS2-4374

2009-11-24 Thread Nirav Shah
is to check out the tag for the 1.5.1 release, apply the same > changes to these sources and rebuild Axis2 (or at least the > adb-codegen module). Since only the template is changed, it is > sufficient to use the modified version for code generation, but you > can continue to use an

Re: JAXB integrating with AXIS2 - oader constraints violated when linking javax/xml/namespace/QName class

2009-11-24 Thread wazup80
I have finally figured out the issue!! :) :) For those who are having a similiar issue, it turned out that one of the jars in my Axis2/WEB-INF/lib directory contained the namespace/QName class. I removed a couple a while back, but apparently missed the following: woden-impl-dom-1.0M8.jar The

Re: Axis2 Eclipse plugin

2009-11-24 Thread Olindo Pindaro
anually imported the generated > classes into Eclipse but there must be a better way. > > Thanks. > > > --- On *Tue, 11/24/09, Jack Sprat * wrote: > > > From: Jack Sprat > Subject: Axis2 Eclipse plugin > To: axis-user@ws.apache.org > Date: Tuesday, November 24, 200

Re: Axis2 Eclipse plugin

2009-11-24 Thread Jack Sprat
hanks. --- On Tue, 11/24/09, Jack Sprat wrote: From: Jack Sprat Subject: Axis2 Eclipse plugin To: axis-user@ws.apache.org Date: Tuesday, November 24, 2009, 7:28 AM I cannot seem to find the Axis2 Eclipse plugin for WSDL2Java.  I'm looking here: http://ws.apache.org/axis2/tools/1_0/eclipse

AW: Configuring Axis2 using SSL

2009-11-24 Thread Moritz Maedler
Thanks alot! I will give that a try tomorrow. -Ursprüngliche Nachricht- Von: Andreas Veithen [mailto:andreas.veit...@gmail.com] Gesendet: Dienstag, 24. November 2009 21:11 An: axis-user@ws.apache.org Betreff: Re: Configuring Axis2 using SSL Moritz, What you can do is to include the

Re: Configuring Axis2 using SSL

2009-11-24 Thread Andreas Veithen
Moritz, What you can do is to include the WSDL in the AAR file (if that is the deployment method you use) and set the useOriginalwsdl and modifyUserWSDLPortAddress parameters so that Axis2 uses the WSDL without modifications. Andreas On Tue, Nov 24, 2009 at 20:34, Moritz Maedler wrote: >

AW: Configuring Axis2 using SSL

2009-11-24 Thread Moritz Maedler
[mailto:andreas.veit...@gmail.com] Gesendet: Dienstag, 24. November 2009 20:30 An: axis-user@ws.apache.org Betreff: Re: Configuring Axis2 using SSL On Tue, Nov 24, 2009 at 13:56, Moritz Mädler wrote: > Hi Andreas! > > Thanks for your quick reply. > > Is it fixed in the 1.5.1 release,

Re: Configuring Axis2 using SSL

2009-11-24 Thread Andreas Veithen
t "by hand"? I'm not sure that I understand the idea. Can you explain a bit further? > Thanks alot! > > > > >> This is probably yet another instance of the issue described in >> AXIS2-4465 (which is fixed in trunk). >> >> Andreas >> >>

Re: Question on Issue : AXIS2-4374

2009-11-24 Thread Andreas Veithen
Nirav, If I remember well, the fix is in a single file, namely the code generation template. You can see the change here: [1]. What you need to do is to check out the tag for the 1.5.1 release, apply the same changes to these sources and rebuild Axis2 (or at least the adb-codegen module). Since

Question on Issue : AXIS2-4374

2009-11-24 Thread Nirav Shah
Hi There, Can someone please tell me what all changes are needed to fix this issue ? I am running Axis2.1.5.1 and I cannot Upgrade to a Snapshot release, though i can upgrade few jars relating to the Code Generation. However, when i tried Upgrading to the ADB CodeGen Snapshot version, it forces m

Axis2 Eclipse plugin

2009-11-24 Thread Jack Sprat
I cannot seem to find the Axis2 Eclipse plugin for WSDL2Java.  I'm looking here: http://ws.apache.org/axis2/tools/1_0/eclipse/wsdl2java-plugin.html which takes me to the download page here: http://ws.apache.org/axis2/tools/index.html Every mirror under "Code Generator Wizard"

Re: Configuring Axis2 using SSL

2009-11-24 Thread Moritz Mädler
Hi Andreas! Thanks for your quick reply. Is it fixed in the 1.5.1 release, too? If we discard the unsecured address and only provide the https-address is there a way to set it "by hand"? Thanks alot! > This is probably yet another instance of the issue described in > A

Re: Configuring Axis2 using SSL

2009-11-24 Thread Andreas Veithen
This is probably yet another instance of the issue described in AXIS2-4465 (which is fixed in trunk). Andreas On Tue, Nov 24, 2009 at 10:12, Moritz Mädler wrote: > Hi, > > we want to provide our service also via SSL. > Our Axis 1.5 runs as an application in Tomcat 6 which we alread

Configuring Axis2 using SSL

2009-11-24 Thread Moritz Mädler
Hi, we want to provide our service also via SSL. Our Axis 1.5 runs as an application in Tomcat 6 which we already configured for listening for SSL-Connections. When I call the WSDL using SSL Axis2 sets the wsdl-port-address as https://serviceurl:80/SERVICE. This is not working as the Port 80

Re: Future of JMS in Axis2?

2009-11-23 Thread Amila Suriarachchi
On Tue, Nov 24, 2009 at 12:24 AM, wrote: > > Could somebody please clarify future plans for JMS support in Axis2? Now JMS transport is in the new commons/transport project of which 1.0 will be released soon. thanks, Amila. > My > understanding is that Sandesha is the future d

JAXB integrating with AXIS2 - oader constraints violated when linking javax/xml/namespace/QName class

2009-11-23 Thread wazup80
Hi, I'm new to webservices, and axis2 and I've been stuck on this for a while and can't seem to fix this issue. There are alot on the net on this topic, but I have looked at everything and seem to have no luck. I'm hoping someone can help me on this. I'm running

Re: Trouble upgrading Maven pom from Axis2 1.4.1 to 1.5.1

2009-11-23 Thread Glen Mazza
Figured it out. The POM under Step #4 here has been updated to use Axis2 1.5.1, with either JAXB or ADB databinding: http://www.jroller.com/gmazza/entry/soap_client_with_axis2 Glen Glen Mazza wrote: > > No response yet. Has anyone been able to run axis2-wsdl2code-maven-plugin >

Future of JMS in Axis2?

2009-11-23 Thread tom . damon
Could somebody please clarify future plans for JMS support in Axis2? My understanding is that Sandesha is the future direction for this function, but I'm unclear if this refers only to the Axis2 server, or both server and client. I'm particularly interested in using the Axis2 client s

Re: Apache Axis2 ECCN

2009-11-22 Thread Nandana Mihindukulasooriya
Hi Takayuki, I think this doesn't apply for Axis2 but any apache project containing cryptographic functionality falls under ECCN 5D002. For example, Rampart and WSS4J falls under this classification. More information can be found here [1]. If you have any further questions, you ca

Re: Trouble upgrading Maven pom from Axis2 1.4.1 to 1.5.1

2009-11-21 Thread Glen Mazza
No response yet. Has anyone been able to run axis2-wsdl2code-maven-plugin with Axis 1.5.1? I need to know how to upgrade my Axis2 1.4.1 pom.xml below to work with it. Thanks, Glen Glen Mazza wrote: > > Hello, the pom.xml for the Axis2 SOAP client below works fine with > axis

Re: axis2 maven plugin java2wsdl problem

2009-11-21 Thread Glen Mazza
r: > The plugin 'org.apache.maven.plugins:maven-java2wsdl-plugin' does not > exist > or no valid version could be found > with my plugin: > > org.apache.axis2.maven2 > axis2-java2wsdl-maven-plugin > 1.1 > > > com.chg.d

Re: Apache Axis2 ECCN

2009-11-20 Thread Amila Suriarachchi
2009/11/17 > Dear Apache Axis2 Users > > Hi, my name is Takayuki Hirano, and I work at Hitachijoho, Japan. > I am writing to ask you what is the export control classification number > for the Apache Axis2. (ECCN) I need to know this in order to obtain the > legal clearance

Re: Please help for deploying Axis2 on SunOne Server

2009-11-20 Thread Amila Suriarachchi
try using this tribes-6.0.16.jar and juli-6.0.16.jar thanks, Amila. On Thu, Nov 19, 2009 at 4:53 PM, a f wrote: > Dear all, > > I am deploying Axis2 1.5 on SunOne 6.1 sp10 server. But I am having > problems due to clustering configuration in axis2.xml. Somehow, Axis2 is > runni

Re: Cannot run axis2 client (error 501)

2009-11-20 Thread Amila Suriarachchi
On Fri, Nov 20, 2009 at 4:17 PM, P.N. wrote: > > Hello! > > When trying to connect to an axis-service (old axis version!) from an > axis2-client I'm always getting the following error: > > > org.apache.axis2.AxisFault: Transport error: 501 Error: Not Implemented &

Re: Cannot run axis2 client (error 501)

2009-11-20 Thread Chinmoy Chakraborty
I guess you need to upgrade server side implementation to axis2 also. On Fri, Nov 20, 2009 at 4:17 PM, P.N. wrote: > > Hello! > > When trying to connect to an axis-service (old axis version!) from an > axis2-client I'm always getting the following error: > > &g

Cannot run axis2 client (error 501)

2009-11-20 Thread P.N.
Hello! When trying to connect to an axis-service (old axis version!) from an axis2-client I'm always getting the following error: org.apache.axis2.AxisFault: Transport error: 501 Error: Not Implemented at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.jav

Re: [axis2] Need help with HTTPS

2009-11-19 Thread Amila Suriarachchi
ps://localhost:8080 -failed while http://localhost:8080 works fine. > Tried https://localhost:443 - failed. > Tried to modify axis2.xml to have > > transportReceiver name="https" > > > class="org.apache.axis2.transport.http.SimpleHTTPServer"> > >

[axis2] Need help with HTTPS

2009-11-19 Thread Vadim Letitchevski
already. I do not know however if it uses same certificate and keys as openssl. I assumed that (after I have ran axis2server.sh) I should be able to access https://localhost:8080 -failed while http://localhost:8080 works fine. Tried https://localhost:443 - failed. Tried to modify axis2.xml to have

Re: AXIS2 Rampart

2009-11-19 Thread Prabath Siriwardena
You may find [1] helpful. Thanks & regards. -Prabath [1]:http://blog.rampartfaq.com/2009/11/how-to-generate-non-secure-response-to.html Priyanka Kapoor wrote: Hi Everyone, I am using Rampart 1.4 with axis 1.5.1. I was trying the Rampart samples and everything was fine. I could able to see t

Please help for deploying Axis2 on SunOne Server

2009-11-19 Thread a f
Dear all, I am deploying Axis2 1.5 on SunOne 6.1 sp10 server. But I am having problems due to clustering configuration in axis2.xml. Somehow, Axis2 is running depending on Apache Tomcat. Since, my service can work without any problem on Apache Tomcat server but not on SunOne server. When I

Getting build error in Axis2 trunk

2009-11-19 Thread Chamara Silva
Hi, I am getting build error when building axis2 trunk. [INFO] [INFO] Building Apache Axis2 - Fast Infoset [INFO]task-segment: [clean, install] [INFO

Re: Axis2 - Rampart performance

2009-11-18 Thread Dennis Sosnoski
Hi Rajan, See http://www.ibm.com/developerworks/java/library/j-jws6/index.html WS-Security overhead is very high, and you're best off limiting its use for high-volume web services to cases where it's really needed. And it's not just Axis2/Rampart that has this kind of overhe

Axis2 - Rampart performance

2009-11-18 Thread Rajan Gupta
Hi, Is there any document about the performance benchmarks of Rampart 1.4? I am using Rampart 1.4 with axis2 version 1.4.1 with full body signing and encryption. The performance degrades a lot when we enabled WSSE in our web services. Below is what we are seeing in our initial benchmarking

Re: Which jar contains org.apache.axis2.transport.http.AxisAdminServlet in axis2 1.5.1?

2009-11-18 Thread Asen
There is an issue opened for Axis 1.5 https://issues.apache.org/jira/browse/AXIS2-4467 The 1.5.1 release seems not to have it resolved. It is as .class in the war distribution. On Wed, Nov 18, 2009 at 4:20 PM, Chinmoy Chakraborty wrote: > Hi All, > > I am using Axis 1.5.1 but could

Which jar contains org.apache.axis2.transport.http.AxisAdminServlet in axis2 1.5.1?

2009-11-18 Thread Chinmoy Chakraborty
Hi All, I am using Axis 1.5.1 but could not find org.apache.axis2.transport.http.AxisAdminServlet. Could you tell me which jar to look into for the said class? Chinmoy

axis2 maven plugin java2wsdl problem

2009-11-18 Thread haipeng du
I always got error: The plugin 'org.apache.maven.plugins:maven-java2wsdl-plugin' does not exist or no valid version could be found with my plugin: org.apache.axis2.maven2 axis2-java2wsdl-maven-plugin

RE: Problem running axis2-wsdl2code-maven-plugin

2009-11-18 Thread Parmelee,Sean
repository is configured in the axis2-parent POM. I think what is happening is that since v2.0.7 of the maven-plugin-api appears to be invalid, maven is trying to redownload it and is looking in all known repositories for the artifact (including the ones mentioned in the axis2-parent POM). You might be

RE: Upgrade to axis2 1.4.1 to 1.5.1

2009-11-18 Thread Sanjay Gupta
Hi, Anybody has any idea on what's causing my problem. I am ready to rollback to axis2 1.4.1 but thought of checking again to see if any faced a similar issue and found a reason/resolution. Thanks Sanjay -Original Message- From: Sanjay Gupta [mailto:sanjay.gu...@billwiseinc.com]

Axis2 1.5.1 - ServiceClient cleanupTransport() throws NullPointerException

2009-11-18 Thread Althuru, Samaya
Hi There, Need some direction with the following production issue. In our production, recently we hit the well-known connection CLOSE_WAIT issue with axis21.3 stand-alone client on Linux. (http://issues.apache.org/jira/browse/AXIS2-2945) We noticed that this bug has been fixed in axis21.5.1

Re: Additional characters in Axis2 SOAP message

2009-11-17 Thread jonah
*Hi **Lawrence*, I want to know to force Axis2 to user HTTP/1.0? thanks 2009/11/18 Lawrence Yao > Thanks Andreas for pointing out the problem. Axis2 is using HTTP/1.1 > while the mono server is only HTTP/1.0 capable, therefore the chunked > transfer caused the error message. &

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

2009-11-17 Thread jonah
t;> [java] Caused by: org.apache.ws.security.WSSecurityException: An >>>> unsupported signature or encryption algorithm was used (unsupported key >>>> transport encrypti >>>> on algorithm: No such algorithm: >>>> http://www.w3.org/2001/04/xmlenc#rsa-1_5) >>>> [j

Trouble upgrading Maven pom from Axis2 1.4.1 to 1.5.1

2009-11-17 Thread Glen Mazza
Hello, the pom.xml for the Axis2 SOAP client below works fine with axis2.version property set to 1.4.1: http://www.jroller.com/gmazza/entry/soap_client_with_axis2 (pom is under Step #4) I'm having trouble, however, upgrading it to either Axis2 1.5 or 1.5.1. When I try axis2.version = 1.5.1

RE: Any way to configure a write timeout as an Axis2 client?

2009-11-17 Thread Andy Dysart
HTTP 1.1. BTW, this is Axis2 1.4.1. -andy From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, November 17, 2009 8:09 PM To: axis-user@ws.apache.org Subject: RE: Any way to configure a write timeout as an Axis2 client? Andy- seems to be specific to

Upgrade to axis2 1.4.1 to 1.5.1

2009-11-17 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: Additional characters in Axis2 SOAP message

2009-11-17 Thread Lawrence Yao
Thanks Andreas for pointing out the problem. Axis2 is using HTTP/1.1 while the mono server is only HTTP/1.0 capable, therefore the chunked transfer caused the error message. I have solved the problem by forcing Axis2 to use HTTP/1.0. Cheers, Lawrence. On Tue, Nov 17, 2009 at 11:37 PM, Andreas

RE: Any way to configure a write timeout as an Axis2 client?

2009-11-17 Thread Martin Gainty
ur le contenu fourni. From: adys...@prospricing.com To: axis-user@ws.apache.org Date: Tue, 17 Nov 2009 18:17:44 -0600 Subject: RE: Any way to configure a write timeout as an Axis2 client? Hello Chinmoy – thanks for your quick reply. I have tried this and unfortunately it d

RE: Any way to configure a write timeout as an Axis2 client?

2009-11-17 Thread Andy Dysart
configure a write timeout as an Axis2 client? >From client side you can try this: Options options = new Options(); options.setTimeOutInMilliSeconds(60); HTH, Chinmoy On Tue, Nov 17, 2009 at 5:47 PM, Andy Dysart mailto:adys...@prospricing.com>> wrote: Hello al

Re: axis2 client with addressing-1.4.mar and rampart-1.4.mar using java web start

2009-11-17 Thread Anup Mayank
.mar is short for module archive >From page http://ws.apache.org/axis2/1_2/modules.html Package in a ".mar" (Module Archive) On Tue, Nov 17, 2009 at 12:44 PM, Jaime Hablutzel Egoavil wrote: > Hi, can anybody tell me why modules use the .mar extension instead of jar?? > Be

axis2 client with addressing-1.4.mar and rampart-1.4.mar using java web start

2009-11-17 Thread Jaime Hablutzel Egoavil
Hi, can anybody tell me why modules use the .mar extension instead of jar?? Because right now I'm facing problems trying to deploy a web service client with axis2 using java web start because it isn't interpreting correctly the .mar extension resources: addressing-1.4.mar and rampart-

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

2009-11-17 Thread Thilina Mahesh Buddhika
a:195) >>> [java] at >>> org.apache.ws.security.message.WSSecEncrypt.prepare(WSSecEncrypt.java:260) >>> [java] at >>> org.apache.rampart.builder.AsymmetricBindingBuilder.doSignBeforeEncrypt(AsymmetricBindingBuilder.java:510) >>

Re: Problem running axis2-wsdl2code-maven-plugin

2009-11-17 Thread Joselito D. Moreno
x27;m confused. Joen PS Just to mention again, I am using Axis2 1.5.1, Eclipse Galileo, M2Eclipse, and Maven 2.2.1. Although I tried it just using Maven 2.2.1 from the command line (outside of eclipse) and it still failed. On Mon, Nov 16, 2009 at 4:04 PM, Parmelee,Sean wrote: > I believe

Re: Problem running axis2-wsdl2code-maven-plugin

2009-11-17 Thread Joselito D. Moreno
ssues.apache.org/jira/browse/AXIS2-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > > You can try the workaround mentioned in the link to see if that corrects your > issue. > > Thanks, > Sean Parmelee > > -Original Message- > From: Jose

Re: Any way to configure a write timeout as an Axis2 client?

2009-11-17 Thread Chinmoy Chakraborty
>From client side you can try this: Options options = new Options(); options.setTimeOutInMilliSeconds(60); HTH, Chinmoy On Tue, Nov 17, 2009 at 5:47 PM, Andy Dysart wrote: > Hello all, > > > > We are having a problem with some Axis2 client code th

[axis2-mtom file size]

2009-11-17 Thread Vaibhav Arya
Hi all, I want to know, what is the maximum file size that axis2 supports with MTOM.. Please suggest in this regard. Thanks & Regards, Vaibhav Kumar Arya === Pri

Re: Additional characters in Axis2 SOAP message

2009-11-17 Thread Andreas Veithen
Please see: http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1 On Tue, Nov 17, 2009 at 04:12, Lawrence Yao wrote: > Hello all, > > I have written a client using Axis2 (version 1.5) that attempts to > access a Web service written in C#/mono. Whenever I attempt to > con

Any way to configure a write timeout as an Axis2 client?

2009-11-17 Thread Andy Dysart
Hello all, We are having a problem with some Axis2 client code that is making a web service call to a server we do not control where that server gets locked up in some kind of bad state after having accepted a connection from us, but it does not read all of the request. The data is relatively

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

2009-11-17 Thread jonah
> org.apache.rampart.builder.AsymmetricBindingBuilder.doSignBeforeEncrypt(AsymmetricBindingBuilder.java:510) >> [java] ... 12 more >> [java] Java Result: 1 >> >> BUILD SUCCESSFUL >> Total time: 17 seconds >> >> >> >> What shoul

[axis2-MTOM: Uploading Time-out]

2009-11-16 Thread Vaibhav Arya
Hi All, I'm using apache axis2 for uploading files though MTOM. When I tried to upload 3 MB zip file then I faced the problem of 'Timed-out' through .net client. However there is no time-out problem through JAVA client. But it takes so long. The user can not wait so long.

Apache Axis2 ECCN

2009-11-16 Thread ta-hirano
Dear Apache Axis2 Users Hi, my name is Takayuki Hirano, and I work at Hitachijoho, Japan. I am writing to ask you what is the export control classification number for the Apache Axis2. (ECCN) I need to know this in order to obtain the legal clearance to embedded Apache Axis2 in our test

Additional characters in Axis2 SOAP message

2009-11-16 Thread Lawrence Yao
Hello all, I have written a client using Axis2 (version 1.5) that attempts to access a Web service written in C#/mono. Whenever I attempt to connect, I receive the following exception: org.apache.axis2.AxisFault: Could not deserialize Soap message I noticed that the SOAP message sent to the

RE: Problem running axis2-wsdl2code-maven-plugin

2009-11-16 Thread Parmelee,Sean
I believe this is related to the issue mentioned here: https://issues.apache.org/jira/browse/AXIS2-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel You can try the workaround mentioned in the link to see if that corrects your issue. Thanks, Sean Parmelee -Original

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

2009-11-16 Thread Sagara Gunathunga
Try for this http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/ On Mon, Nov 16, 2009 at 11:13 PM, Jaime Hablutzel Egoavil wrote: > > I guess > > http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ > > Jaime Hablutzel | 9-8964-0369 &g

RE: [Axis2] with Rampart -- XMLStreamException "the prefix ==> Already exists for namespace

2009-11-16 Thread Jaime Hablutzel Egoavil
I guess http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ Jaime Hablutzel | 9-8964-0369 (tildes omitidas intencionalmente) > Date: Mon, 16 Nov 2009 05:48:48 -0800 > From: thiruma...@yahoo.com > To: axis-user@ws.apache.org > Subject: Re: [Axis2]

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

2009-11-16 Thread srini.maran
Hi Axis User: Can you please anyone tell me where I can download the Axis2/Java nightly builds (V 1.5)? I have been asking for last 2 weeks. Nobody responded. Thanks Srini srini.maran wrote: > > Hi Amila. > > Where i can download the Axis2/Java nightly

Problem running axis2-wsdl2code-maven-plugin

2009-11-14 Thread Joselito D. Moreno
Hello, I do not know if this is the correct mailing list to ask about the axis2 wsdl2code maven plugin so please let me know and point me to the correct one. I have followed the instructions here http://ws.apache.org/axis2/tools/1_4/maven-plugins/maven-wsdl2code-plugin.html with no luck. When I

[axis2 java]HTTPS

2009-11-13 Thread Vadim Letitchevski
Hi I have a few Axis2 based clients and services working using HTTP already. The source was initially generated fro WSDL. Our client requested use of HTTPS now. Could you please refer me to some info on how to transition to HTTPS communication under Axis2? I see some bits and pieces in this

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

2009-11-13 Thread Amila Suriarachchi
et) is taken place at the message receiver. > Finally, message receiver invokes service methods with Java objects. > > “ > > Then the article a little later says: > > “ > > As explained earlier axis2 data binding happens after message receiver and > before the client api.

Re: [Axis2] Setting nillable = false in WSDL

2009-11-13 Thread Charles Galpin
There are open bugs on this and related issues with the wsdl generation. Please vote for them if you care about these kinds of issues as this should help them get priority. http://issues.apache.org/jira/browse/AXIS2 thanks, charles On Nov 13, 2009, at 7:50 AM, Didav Didav wrote: Hi All

FW: [Axis2] Setting nillable = false in WSDL

2009-11-13 Thread Didav Didav
Hi All, I am using Axis2 1.3 and jdk 1.5 and tomcat 6 The WSDL file generated by Axis sets the element "nillable=true", but i want to set "nillable=false"... Exemple : Is there any way I can get the 'nillable' property to true or f

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Dennis Sosnoski
Rogan Creswick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rogan Creswick wrote: Error: java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at ... I've been building with java 1.6, but I've been using

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

2009-11-12 Thread Prabath Siriwardena
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 samples 2,3 etc.. Those should work

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

2009-11-12 Thread jonah
mple is a Username 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

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Rogan Creswick
a.lang.reflect.Method.invoke(Method.java:585) at > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(D

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 i

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Dennis Sosnoski
index.html 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

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

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

2009-11-12 Thread Sameera Jayasoma
On Wed, Nov 11, 2009 at 5:20 PM, Rajend wrote: > > 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 de

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

2009-11-12 Thread Isuru Suriarachchi
Hi Jonah, I think this doesn't work because this first sample is a Username 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 recen

error when running rampart-1.4 samples in axis2-1.5.1

2009-11-12 Thread jonah
Hi,I am using rampart-1.4 in axis2-1.5.1. I installed rampart-1.4 according to Rampart Quick Start Guide document. I started service by using >ant service.01 When I caledl client by using ant client.01 I got the output like following: *D:\webService\rampart-1.4\samples\policy>ant cli

Re: axis2-rampart

2009-11-12 Thread Prabath Siriwardena
jonah wrote: Hi,all I am using axis2-1.5 and want to use rampart-1.4 to security webservice. My question is the soap client writing with C# could work correctly? Yes, it will. Thanks & regards. -Prabath thanks forget my bad english please.

axis2-rampart

2009-11-12 Thread jonah
Hi,all I am using axis2-1.5 and want to use rampart-1.4 to security webservice. My question is the soap client writing with C# could work correctly? thanks forget my bad english please.

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 be of

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

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

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

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 . We want to throw an error in case the soap response contains a . How can we detect the soap response contains a ? We use client classes derived with wsdl2java (adb). The code is

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 ca

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 processin

Re: Axis2/Java 1.5.1 and Rampart

2009-11-10 Thread Prabath Siriwardena
-open.org/ws-sx/ws-securitypolicy/200702\"; sp:IncludeToken=\"http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient\"; />")); ... } The result is that we can send over a plain text userid/pwd but not a hashed

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

2009-11-10 Thread William Walsh
jects. " 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 imp

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=

Re: Problem with compilation of Axis2

2009-11-10 Thread Davanum Srinivas
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 as described in the build instructions. Possible problems on my side; * JDK 1.6.0_13 * I am

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