unsubscribe

2014-02-10 Thread Michael Leditschke
- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Re: Retiring Sandesha2 from 1.7.0 release

2014-02-10 Thread Michael Leditschke
ed in these projects, hopefully to prevent their demise and enhance their funcitonality. As an aside, my company are also making use of Synapse for our ESB so news of withdrawal of support for Sandesha2 is of concern. Regards Michael -- Michael Leditschke ComplianceTest Pty Ltd +61 407 67

RE: AXIS2 and JDK 1.5

2012-08-14 Thread Doughty, Michael
The class javax.xml.stream.XMLStreamException is part of StAX. I think some later versions of JDK 1.5 actually did include an StAX implementation, but I am not certain. Axis2 comes bundled with one in any case. For Axis2 1.5.1 for instance, see the JAR file Geronimo-stax-api_1.0_spec-1.0.1.ja

RE: newbie needs help with WSDL

2012-07-25 Thread Doughty, Michael
You're using rpc/literal bindings. This means that you will need to specify the type of the wsdl:part element instead of an element, which would be how you do it in document/literal, not rpc/literal. So define ListItem and ArrayOfListItem as complex types instead, then reference them as types:

Minimum JARs required for Axis2 client using XML Beans

2011-08-04 Thread Doughty, Michael
I have a client distribution that runs behind an API, and I need to get it to be as small a distribution as possible. I am curious if there's a list anywhere of the minimum list of JARs from the Axis2 1.5.1 binary distribution that are required to execute a simple Web service client that uses X

Re: How can I debug SimpleHttpServer in Eclipse

2010-12-06 Thread Michael Sailer
Hello Andreas, thank you for the script. Now it works. In my own script I had a typing error, which I saw as I made a diff on my debug options and yours. Kind regards Michael Sailer On 05.12.2010 22:07, Andreas Veithen wrote: On the trunk, the scripts accept an -xdebug option to put the

How can I debug SimpleHttpServer in Eclipse

2010-12-05 Thread Michael Sailer
lhost and port 8500. When I try to start the debug session, I get the following error message: "Failed to connect to remote VM. Connection refused. Connection refused" I use the axis2 version 1.5.3. Kind regards Michael Sailer --

Can't install axis2 code generator plugin in eclpise helios

2010-11-23 Thread Michael Sailer
lar in the dialog under "File->New->Others". I use eclipse helios (eclipse-jee-helios-win32.zip) Can anyone tell me how getting the plugin working in eclipse? Thank you very much. Greetings Michael -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail

[Axis2-1.5] wsdl2java Abstract Classes / Inheritance

2010-09-29 Thread Michael Matczynski
sts on the topic of abstract classes / inheritance but there's no definitive answer. Thanks! Mike -- Michael Matczynski e: [email protected] w: www.zingtech.com w: www.catchwine.com - To unsubscribe, e-mail: java-use

Re: BackportUtil jar causing memory leak

2010-06-18 Thread FRYARS, Michael
es, definitely. I'm using axis 1.5, it works fine and no memory leak is observed. I think this library is replaced by axis2 transport jar. Ceri - Original Message From: "FRYARS, Michael" To: [email protected] Cc: [email protected]

Re: BackportUtil jar causing memory leak

2010-06-17 Thread Michael Fryars
e- > From: ceri tandogan [mailto:[email protected]] > Sent: Wednesday, June 16, 2010 1:28 PM > To: [email protected]; [email protected] > Cc: [email protected] > Subject: Re: BackportUtil jar causing memory leak > > Yes, definitely. I'm using axis 1.5

re: BackportUtil jar causing memory leak

2010-06-16 Thread FRYARS, Michael
Hi, can anyone tell me if the problem discussed below ("BackportUtil jar causing memory leak") was ever verified to be a genuine problem in Axis2 1.4 ? Was this a one-off report of the problem, or is it know to be a general/repeatable issue? And does it definitely go away from Axis2 1.5 onwa

Can't Download Eclipse Plugins

2010-05-12 Thread Michael
Can someone please answer some very basic questions? Is Axis2 supported under Eclipse Galileo? If so, what version of Axis2? If Axis2 is not supported under Eclipse Galileo, what is the best combination of Eclipse and Axis2 releases (i.e. ones that actually work)? Why can't I download Axis2 Ec

Re: Unable to generate WSDL from Java code

2010-05-11 Thread Michael
e eclipse plugin I use to generate wsdl files, guess you're doing it some other way On May 11, 2010, at 20:14, "Michael" wrote: Service archiver? - Original Message - From: Meeusen, Christopher W. To: [email protected] Sent: Tue

Re: Unable to generate WSDL from Java code

2010-05-11 Thread Michael
, "Michael" wrote: I have been unable to generate a WSDL file from Java code. I recently started using Eclipse Galileo and downloaded Axis2 1.5.1. When trying to generate a WSDL from an older Java project that I need to start working with again I get an error. I saw that Axis2

Unable to generate WSDL from Java code

2010-05-11 Thread Michael
I have been unable to generate a WSDL file from Java code. I recently started using Eclipse Galileo and downloaded Axis2 1.5.1. When trying to generate a WSDL from an older Java project that I need to start working with again I get an error. I saw that Axis2 1.5.1 was having some problems in

Issues running Axis2 in Tomcat in directory with spaces

2010-04-30 Thread Doughty, Michael
We're having a bit of an issue here running the Axis2 1.5.1 WAR distribution inside of a directory with spaces in its name. Specifically, our Tomcat is under the following: D:\Program Files\ProactiveNet\pw\tomcat\webapps 5.1 WAR distribution inside of a directory with spaces in its name. Spe

Can't Generate WSDL

2010-04-26 Thread Michael
When trying to generate WSDL from my Java code in Eclipse I get the following error: Exception occurred while reading or writing file {0}The Axis2 facets cannot be installed since the Axis2 runtime location has not been set. Go to the Web Services preference page and set the Axis2 runtime loca

Re: Axis2 Release

2010-04-21 Thread Michael
Apr 21, 2010 at 03:37, Michael wrote: I recently downloaded documentation for Eclipse Galileo WTP Web Services development. In this documentation is stated that the WTP available with this release of Eclipse only supports Axis2 versions 1.2 and 1.3. When I tried to download these versions I wa

RE: could some one give me a xml schema example that axis2 can't process ?

2010-04-21 Thread Doughty, Michael
As I understand it, some examples of this would be the following: (1) Length restrictions on Strings:               (2) Minimum and maximum length on Strings: (3) Pattern restrictions on Strings:               (4) Minimum and maximum v

Axis2 Release

2010-04-20 Thread Michael
I recently downloaded documentation for Eclipse Galileo WTP Web Services development. In this documentation is stated that the WTP available with this release of Eclipse only supports Axis2 versions 1.2 and 1.3. When I tried to download these versions I was unable to get the .zip file. It app

RE: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-11 Thread Doughty, Michael
Looks like you're .NET WCF Client is using IPv6. 0:0:0:0:0:0:0:1 is the loopback IP for IPv6, just as 127.0.0.1 is the loopback IP for IPv4. -Original Message- From: v2cg4ss [mailto:[email protected]] Sent: Thursday, March 11, 2010 3:40 PM To: [email protected] Subject: Remo

Accessing OperationContext from password callback handler

2010-03-04 Thread Doughty, Michael
We would like to store credentials passed in through UsernameToken to the OperationContext so that they will be accessible from the implementation of the operation itself. To do this we attempted to access the OperationContext from within the handle method of our implementation class for the Ca