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
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.
>
>
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
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
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
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
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
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
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
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
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
*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
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;
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:
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
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
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
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.
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-
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 :
>
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
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
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
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
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
: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
... 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
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
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:
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
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
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
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
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
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
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
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
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
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
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
40 matches
Mail list logo