org.apache.axis2.AxisFault: address-to-webservice.org

2010-07-15 Thread Glen
Hi all, I'm trying to write my first Axis client and I'm getting the following error message. Do you have any ideas what it means? org.apache.axis2.AxisFault: address-to-webservice.org Thanks, Glen - To unsubscri

IMPORTANT: Welcome to the new Apache Axis Project (new mailing lists, etc)

2010-02-21 Thread Glen Daniels
lopment community at the moment. axis1-java-user@ : This is the Axis1 user list. If you have any questions or comments about the transition, please drop a line to the appropriate list, or to gene...@axis.apache.org. We're glad to have you and look forward to moving the Axis community full

PLEASE DO NOT SEND UNSUBSCRIBE MESSAGES TO MAILING LISTS. Thank you. :)

2010-02-22 Thread Glen Daniels
quot;. Make sure to do this from the address that is subscribed to the list. Please do not send "unsubscribe" notes to the list itself, as you are cluttering hundreds of peoples' mailboxes when you do. Thanks, --Glen

Re: unsubscribe

2010-02-23 Thread Glen Daniels
he option to include the unsubscribe information at the bottom of each message to the list - in fact you should see it below. This may still not prevent unobservant people from trying to unsubscribe via the list itself :), but it should at least h

Re: unsubscribe

2010-02-23 Thread Glen Daniels
Wow. Considering blogging this one. :) --G On 2/23/2010 11:13 AM, Tyson Magney wrote: > > > Sent from my iPhone > > On Feb 23, 2010, at 5:47 AM, Glen Daniels wrote: > >> On 2/23/2010 3:54 AM, Srijith Kochunni wrote: >>> I am not sure that this is th

Re: AW: unsubscribe

2010-02-24 Thread Glen Daniels
Unfortunately for all of us, it seems there actually are that many "dorks" on this list. :S Sigh. Someone yesterday likely had it right - people probably had the old list filtered to a mailbox, and forgot they were on it. Once the list name changes happened due to the new Top Level Project, they

Re: Axis 1 and attachments with DIME

2010-02-24 Thread Glen Daniels
your question, Chris. --Glen On 2/24/2010 11:23 AM, Andreas Veithen wrote: > As part of the promotion of the Axis project to a top level project, > we have decided to create separate mailing lists for Axis 1 and Axis2. > For all Axis 1 related questions please subscribe and post to

Re: Is possible to invoke multiple webservices in same http request?

2010-03-27 Thread Glen Daniels
can certainly custom-code one (and if you did a good job, we might even include it in future versions of Axis2). Regards, --Glen (*) Even then, you might be able to write an Axis2 Module that intercepts the individual requests (blocking each on an individual thread), collects them together, and

Re:

2010-05-24 Thread Glen Daniels
one copy of this message as you are hopefully now no longer on the list. If the unsubscribe didn't work, let me know. --Glen On 5/24/2010 9:16 AM, jamie wrote: > Hi > > I am actually using Fastmail not Gmail. I did click on "plain text" in > the Window, > but stil

Re: Modify Web Service Call

2010-09-08 Thread Glen Daniels
he need for the -javaagent argument? I believe you said you needed this for custom logging is there some way you can either use another logging framework, or modify the one you've got to have finer-grained control inside a JVM (so you can still run in-process but have the logs

Re: Eclipse Remote Debugging with multiple instance of Axis2 in same Tomcat container ?

2010-09-08 Thread Glen Daniels
een hit. Then you could build a custom Handler which contains code like the above, and use that as the "trigger" breakpoint for any other arbitrary breakpoint. However, there may be a race condition there - it may be possible for the trigger breakp

Re: Modify Web Service Call

2010-09-08 Thread Glen Daniels
e your logging for particular threads and you should be good to go. Are you using a homegrown logging tool, or an open source framework? --Glen - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e

Re: Modify Web Service Call

2010-09-09 Thread Glen Daniels
String myServiceClassName = messageContext.getProperty("serviceClass"); clientTalk.sendCommand("register", myServiceClassName); } --Glen [1] http://www.acelet.com/limpidlog/LimpidLog.html#Programmatically configure On 9/9/2010 11:52 AM, Benedikt Heintel

Re: Change in generated operation function names from 1.4->1.5

2010-09-27 Thread Glen Daniels
e "-uon" ("use operation name") option, and you should see the old behavior. Let us know if you have any problems. Thanks, --Glen - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org

Re: axis and CXF

2010-09-28 Thread Glen Daniels
on the web, and definitely consider trying both for a simple proof-of-concept to get a feel for the differences. I think you'll learn a lot in the process, and both communities will certainly try to help if you have questions. I'd prefer if we didn't get into this deb

Re: WSDL schema validation error

2010-09-30 Thread Glen Daniels
ther than > turning validation off? Will this bug get fixed any time soon? This seems to already have been fixed as part of the 1.5 release process, and should be in all subsequent versions. Please let us know if you continue to have this problem with

Re: Axis configuration question

2010-09-30 Thread Glen Daniels
ure I understand your problem... if you want some more help, feel free to give us some more details. Thanks, --Glen On 9/30/2010 7:42 AM, P.N. wrote: > > Hello! > > I want to create a ConfigurationContext programatically (without using any > file). Couldn't find information ab

Re: AXIS2 and optional parameter

2010-10-01 Thread Glen Daniels
. --Glen On 10/1/2010 5:31 AM, Massimiliano Ziccardi wrote: > Hi All. > > I have the following WSDL (just an extract): > > > > > > > > > > > > > opDate is optional : the user must be able to pass 'null

Re: class cast exception when creating ServiceClient

2010-10-05 Thread Glen Daniels
good idea to find and remove that anyway. :) --Glen On 10/5/2010 12:04 PM, Iyengar, Kumar wrote: > Hi Deepal, > > > > I have upgraded to Axis 1.5.1 but I am not able to figure out how to resolve > this error. Why am I getting a class cast exception? Should I be using a > dif

Re: Service expects unqualified header block

2010-10-20 Thread Glen Daniels
indow size requests (i.e. just wrong :)) --Glen On 10/18/2010 6:27 AM, Stephanos Piperoglou wrote: > > Hi guys, > > I'm using Axis2 to create a client for a web service that requires a custom > SOAP header with an unqualified name. Now, I know this breaks the SOAP spec &g

Re: VS: failure notice

2010-11-05 Thread Glen Daniels
java-user-unsubscr...@axis.apache.org is what you're looking for. If you get back a failure, please READ it carefully as it explains exactly what to do. Thanks, --Glen On 11/5/2010 3:17 PM, Arild Tveita wrote: > Please remove me from the axis user list. > > >

Re: AW: Does Apache No Longer Support Axis?

2010-11-08 Thread Glen Daniels
arify, Axis and Axis2 and all the Axis2 modules (Rampart, Sandesha, etc) are now all under the Axis project at http://axis.apache.org. Thanks, --Glen On 11/8/2010 7:26 AM, Stadelmann Josef wrote: > But why are you not keeping a link from Web Services to Axis2 unless the > Axis2 by itself i