Re: Help with old service that uses soap encoding

2022-12-07 Thread robertlazarski
While Axis 1.4 was the last official release in 2006, we have a github repo with hundreds of commits since then related to security and build purposes. See below: git clone https://github.com/apache/axis-axis1-java.git The downside is that no active Axis committers are using 1.x in their own pro

Re: Help with old service that uses soap encoding

2022-12-07 Thread Thiago Milczarek Sayão
Hi Robert, Thanks for the reply. I still didn't have success. I'm thinking about using axis 1.4. Cheers. Em ter., 6 de dez. de 2022 às 11:13, robertlazarski < robertlazar...@gmail.com> escreveu: > I mean to include this link, which at the end of a page there is a better > xmlbeans example. > >

Re: Help with old service that uses soap encoding

2022-12-06 Thread robertlazarski
I mean to include this link, which at the end of a page there is a better xmlbeans example. https://axis.apache.org/axis2/java/core/tools/CodegenToolReference.html On Tue, Dec 6, 2022 at 4:04 AM robertlazarski wrote: > Did you ever figure this out? > > I got busy this past week, however I am in

Re: Help with old service that uses soap encoding

2022-12-06 Thread robertlazarski
Did you ever figure this out? I got busy this past week, however I am interested in seeing how this could work. I'd start here, by running this xmlbeans example with wsdl2java. Then compare your wsdl with soap encoding to see what is missing. https://axis.apache.org/axis2/java/core/docs/userguid

Re: Help with old service that uses soap encoding

2022-11-30 Thread Thiago Milczarek Sayão
Robert, Thanks for the reply. I will try with xmlbeans as databinding. One question: cur.insertElementWithText("processSyncReturn","this is array element 2"); This is the example on stackoverflow. How would I insert a complex type, instead of a string? My guess it to serialize de XmlObj

Re: Help with old service that uses soap encoding

2022-11-29 Thread robertlazarski
Sorry, wrong link: https://stackoverflow.com/questions/11561194/how-can-i-get-axis2-to-handle-an-array On Tue, Nov 29, 2022 at 10:56 AM robertlazarski wrote: > Axis2 doesn't support soapenc. > > Axis 1.x does, but you likely don't want to use that. > > Some have claimed that you can use the XML

Re: Help with old service that uses soap encoding

2022-11-29 Thread robertlazarski
Axis2 doesn't support soapenc. Axis 1.x does, but you likely don't want to use that. Some have claimed that you can use the XMLBeans API directly, after you run wsdl2code. See the bottom of this link for an example. https://stackoverflow.com/questions/74577973/how-to-use-array-soap-encoding-typ

Re: Help regarding generation of wsse:Security headers

2022-01-21 Thread robertlazarski
The wsse:Security sections are part of the soap envelope defined by the Axis sub project rampart: https://axis.apache.org/axis2/java/rampart/ I am not a current user of Rampart though I help maintain it. On Thu, Jan 13, 2022 at 6:31 PM Yeikel Valdes Santana wrote: > Hi all, > > > > I am new to

Re: Help for generating axis2 client

2013-11-24 Thread Chamila Wijayarathna
he e.g. > arp -d * > ) > > Martin -- > __ > > > -- > From: chrishan...@gmail.com > Date: Sun, 24 Nov 2013 15:08:29 -0800 > Subject: Re: Help for generating axis2 client > To: java-user@axis.apache.org > > > Hi, > > The link works fine. > > I'm not

RE: Help for generating axis2 client

2013-11-24 Thread Martin Gainty
the phillipines routers do appear in your pathping listing then clear your arp cache e.g. arp -d * ) Martin -- __ From: chrishan...@gmail.com Date: Sun, 24 Nov 2013 15:08:29 -0800 Subject: Re: Help for generating axis2 client To: java-user

Re: Help for generating axis2 client

2013-11-24 Thread Isuru Perera
Hi, The link works fine. I'm not sure why it doesn't work for you. It links to http://axis.apache.org/axis2/java/core/docs/userguide-codelisting7.html I hope this helps. Best Regards, On Sun, Nov 24, 2013 at 10:21 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hello all, > I

Re: Help for generating axis2 client

2013-11-24 Thread suresh
*Code Listing 7- Client.java*package org.apache.axis2.axis2userguide;import org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.DoInOnlyRequest;import org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.TwoWayOneParameterEchoRequest;import org.apache.axis2.axis2userguide.Axis2UserGuideS

Re: Help

2012-07-15 Thread Andreas Veithen
Either compile the code with Java source level set to 1.4 or replace org.apache.axis.enum with org.apache.axis.constants (if the Axis version is recent enough). Andreas On Sat, Jul 7, 2012 at 3:04 PM, Maria Din wrote: > Hello, > Please, I have this error , > > import org.apache.axis.enum.Style;

Re: Help

2012-07-07 Thread robert lazarski
On Sat, Jul 7, 2012 at 10:04 AM, Maria Din wrote: > Hello, > Please, I have this error , > > import org.apache.axis.enum.Style; > gives me this Error: > Syntax error on token "enum", Identifier expected > > String nsOp = call.getOperationStyle().equals(Style.RPC) ? "u" : ""; > gives me this Error:

Re: Help: Element is referenced but not defined

2012-02-09 Thread Andreas Veithen
There are two things here: 1. The WSDL is not WS-I compliant because it violates the following requirement: R2105 All xsd:schema elements contained in a wsdl:types element of a DESCRIPTION MUST have a targetNamespace attribute with a valid and non-null value, UNLESS the xsd:schema element has xsd

Re: Help: Element is referenced but not defined

2012-02-09 Thread Sagara Gunathunga
What is your Axis2 version ? Try to use Axis2 1.6.1 version I didn't get mentioned exception for given WSDL file using Axis2 1.6.1. Thanks ! On Thu, Feb 9, 2012 at 11:52 AM, luckyjun85 wrote: > > Hi, I get this error when i try to run wsdl2java > > > java.io.IOException: Element Service is ref

Re: HELP: Issue with ADB & MTOMAwareOMBuilder

2012-02-07 Thread Amila Jayasekara
Hi Wally, This should be in Axis2 1.6.1 release. Thanks AmilaJ On Tue, Jan 31, 2012 at 7:48 AM, Wallace Dennis Jr. wrote: > It appears as though my issue might be related to RAMPART-282.  Has this > been incorporated into a release?  If so, what version? > > > > Thanks, > > Wally > > > > > > Fr

RE: HELP: Issue with ADB & MTOMAwareOMBuilder

2012-01-30 Thread Wallace Dennis Jr .
It appears as though my issue might be related to RAMPART-282. Has this been incorporated into a release? If so, what version? Thanks, Wally From: Wallace Dennis Jr. [mailto:wally.den...@aonhewitt.com] Sent: Monday, January 30, 2012 7:46 PM To: java-user@axis.apache.org; java-...@axis.apache.

Re: help plz

2011-12-19 Thread Andreas Veithen
Done. 2011/12/6 ilab : > I am writing to the list in depths of despair :) > > I would really like to unsubscribe from the list. I think I have tried > everything, sent many emails with and without subject and content to > java-user-unsubscr...@axis.apache.org, considered the result of > java-user-

Re: Help with fault implementation

2011-12-06 Thread Kishanthan Thangarajah
Hi, On Mon, Dec 5, 2011 at 9:39 PM, Sathunuri, Hariprasad (US - Arlington) wrote: > Hi, > > > > I am trying to replicate the fault handling using AXIS2 withe the help of > example provided in the AXIS2 WAR file (BankServcieSkelton.Java). > > The service class is throwing the below exceptions : >

Re: help with axis2 error

2011-11-07 Thread Prabath Abeysekara
Hi, On Tue, Nov 8, 2011 at 12:27 AM, John Igor Bandeira da Cruz < john.c...@unimedvtrp.com.br> wrote: > Hi, > I am implementing a BPM project using Intalio BPMS + Axis 2 + Tomcat. The > process has to access a local web service. However, when executing the > process I get the error: "Error in SO

Re: Help

2011-09-12 Thread imran ismail
Hi, Thanks for the correction, Any way still I am having the same problem. Kind regards, Imran From: Tony HEDOUX To: java-user@axis.apache.org Sent: Monday, September 12, 2011 4:42 PM Subject: RE: Help Hi, Sorry, eclipse/plugin was the wrong repertory

RE: Help

2011-09-12 Thread Martin Gainty
onsabilité pour le contenu fourni. Date: Mon, 12 Sep 2011 01:04:06 -0700 From: rishar...@yahoo.com Subject: Re: Help To: java-user@axis.apache.org Hi, After I remove the plugin directory I couldn't start the eclipse. regards, Imran From: Tony HEDOUX To: java-user@axis.apache.org Se

RE: Help

2011-09-12 Thread Tony HEDOUX
01:04:06 -0700 From: rishar...@yahoo.com Subject: Re: Help To: java-user@axis.apache.org Hi,After I remove the plugin directory I couldn't start the eclipse. regards,Imran From: Tony HEDOUX To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:59 PM Subject: RE: Help Hi, Sto

Re: Help

2011-09-12 Thread imran ismail
Hi, After I remove the plugin directory I couldn't start the eclipse. regards, Imran From: Tony HEDOUX To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:59 PM Subject: RE: Help Hi, Stop Eclipse. Make a backup of your eclipse/pl

RE: Help

2011-09-12 Thread Tony HEDOUX
:19:31 -0700 From: rishar...@yahoo.com Subject: Re: Help To: java-user@axis.apache.org Hi Tony,Thank you for the response I set the Axis2.war path at Windows-> Preferences-> Web Services-> axis2.war location and it's gave me this message "Axis2 runtime loaded successfully" af

Re: Help

2011-09-12 Thread imran ismail
... 8 more . From: Tony HEDOUX To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:01 PM Subject: RE: Help Hi, What do you exactly means by "install Axis2" ? If you use Eclipse WTP, you just have to give Axis2 binary path to Eclipse. Maybe have you this null poin

Re: Help

2011-09-11 Thread Kanchana Welagedara
Hi Imran There are inbuilt eclipse plugins to Axis java 2,Here is another tutorials which describes things very clear and step by step. http://wso2.org/library/1719 It has been successful for me.I still doubt about the "Nullpoint" error due to this. Can you please post the full error Thanks Kan

RE: Help

2011-09-11 Thread Tony HEDOUX
Hi, What do you exactly means by "install Axis2" ? If you use Eclipse WTP, you just have to give Axis2 binary path to Eclipse. Maybe have you this null pointer exception when you try to generate Axis2 web service? Tony Date: Sun, 11 Sep 2011 23:16:58 -0700 From: rishar...@yahoo.com Subject:

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread 浮生半世情
Dears: Thanks for your suggestions, I will try to revise my configure to check if the event will happen again. 2011/8/22 Sagara Gunathunga > On Sun, Aug 21, 2011 at 9:05 PM, 浮生半世情 wrote: > > Hi : > > Does anyone face the following problems ? > > I use Spring + Axis2 1.4 to develop

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread 浮生半世情
Dears: Thanks for your replies. I am sure it should not have other exceptions happened before the updeployment. However, I also think the rout cause should be caused by Axis2. But, I have no idea how to clarify the actual fact. 2011/8/21 seba.wag...@gmail.com > Is there maybe an excepti

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread Sagara Gunathunga
On Sun, Aug 21, 2011 at 9:05 PM, 浮生半世情 wrote: > Hi : >       Does anyone face the following problems ? > I use Spring + Axis2 1.4 to develop my web services and package it as a WAR > file. Finally, I deploy my problem into Jetty 6. However, I found my web > service will be undeployed automatically

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-21 Thread seba.wag...@gmail.com
Is there maybe an exception / problem beforehand that leads to this? Some other exception? I guess it might be sth external that can lead to that. Axis will surely be not the root reason to *auto-undeploy* your webapp. Sebastian 2011/8/21 浮生半世情 : > Hi : >       Does anyone face the following prob

Re: Help! First Accessing to Service on remote machine is very slow!

2011-04-10 Thread Meeusen, Christopher W.
17 seconds sounds pretty typical for your application server to recycle and load the classes. Maybe I'm not understanding the provlem fully. Chris - Reply message - From: "sean_wang" Date: Sun, Apr 10, 2011 20:12 Subject: Help! First Accessing to Service on remote machine is very sl

Re: Help Getting Source

2011-02-01 Thread Ruwan Linton
John, You could get the Axis 1.4 source from one of the mirrors listed at [1] as a downloadable zip. I am not quite sure about the svn tag of this Axis release source as there is no clear tag for the final release. Only thing I found is the 1.4 final branch [2]. Thanks, Ruwan [1] - http://www.ap

Re: Help Getting Source

2011-02-01 Thread Andreas Veithen
If you use the right URL and still get a bad gateway error, then this is probably caused by a proxy in your local network. Andreas On Wed, Jan 26, 2011 at 21:47, J K wrote: > Does any one know how to syn the source? > This *should* be any easy one. > > On Tue, Jan 25, 2011 at 6:43 PM, J K wrote

Re: Help Getting Source

2011-01-26 Thread J K
Does any one know how to syn the source? This *should* be any easy one. On Tue, Jan 25, 2011 at 6:43 PM, J K wrote: > Nope. I still get a bad gateway. > > > On Mon, Jan 24, 2011 at 10:51 PM, Andreas Veithen < > andreas.veit...@gmail.com> wrote: > >> If you replace "viewvc" by "repos/asf", then

Re: Help Getting Source

2011-01-25 Thread J K
Nope. I still get a bad gateway. On Mon, Jan 24, 2011 at 10:51 PM, Andreas Veithen wrote: > If you replace "viewvc" by "repos/asf", then it should work. > > Andreas > > On Mon, Jan 24, 2011 at 23:09, J K wrote: > > Hi guys, > > > > I'm helping to troubleshoot a production issue--it is only som

Re: Help Getting Source

2011-01-24 Thread Andreas Veithen
If you replace "viewvc" by "repos/asf", then it should work. Andreas On Mon, Jan 24, 2011 at 23:09, J K wrote: > Hi guys, > > I'm helping to troubleshoot a production issue--it is only somewhat > reproducible (only in a specific environment).  Anyway, I would like to get > a hold of the axis 1.4

Re: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-07-27 Thread Andreas Veithen
n: Andreas Veithen [mailto:andreas.veit...@gmail.com] > Gesendet: Mittwoch, 3. Februar 2010 11:28 > An: axis-u...@ws.apache.org > Cc: axis-...@ws.apache.org > Betreff: Re: help needed building axis2 using NetBeans 6.8 and maven 2.2.1 > > On Tue, Feb 2, 2010 at 10:06, Stadelmann J