Re: Axis2 client - counting bytes sent and received

2008-12-14 Thread Dave Meibusch
> You should be able to do this easily by using a module. We do this to show statistics in the WSO2 Web Services Application Server (WSO2 WSAS) [1] which is built on top of Axis2. We have done this by using a module. > Thanks,Keith.[1] http://wso2.org/projects/wsas Yes, a module with a custom h

Axis2 client - counting bytes sent and received

2008-12-11 Thread Dave Meibusch
s not reliable (in particular with Chunking enabled). I'm not that hopeful, but perhaps someone has been down a similar path before me? thanks, Dave

Re: Accessing the in flow message context in out flow handler

2008-12-11 Thread Dave Meibusch
Thank you, Deepal. This got me on the right track. > > actually I forgot, seems like I have even written an article about that > > http://wso2.org/library/2084 >

Accessing the in flow message context in out flow handler

2008-12-10 Thread Dave Meibusch
ntext for the out fault message context the handler is given in Out Fault Flow. Any ideas? thanks Dave

RE: [Axis2] Performance and scalability for large numbers of services

2008-04-22 Thread Dave MacLean
should be a good way to figure out a max # of services given our hardware or the jvm's max memory limitations. If I find anything useful, I will post the results. Thanks! -Dave From: Anthony Bull [mailto:[EMAIL PROTECTED] Sent: Monday, April 21, 2008 8:48 PM To: axis-user@ws.apach

[Axis2] Performance and scalability for large numbers of services

2008-04-21 Thread Dave MacLean
I want to know when we might start to run into performance problems, and how many services we can realistically expect to host on a single server. Is there any data available on this? Anyone else running a similar setup that can share their findings? Thanks in adva

Re: Axis 1.4 and gSoap interoperability problems

2007-10-29 Thread Dave Levitt
connections that are not originating from their local network. On 10/26/07, Dave Levitt <[EMAIL PROTECTED]> wrote: > Since the libraries at each end are fixed, I was wondering about > modifying the wsdl2java generated code in the 'ServiceStub' class [the > createCall(

Re: Axis 1.4 and gSoap interoperability problems

2007-10-26 Thread Dave Levitt
Since the libraries at each end are fixed, I was wondering about modifying the wsdl2java generated code in the 'ServiceStub' class [the createCall() method and / or the settings and parameters before the call.invoke() method is performed. I would not like to change the library on the client side,

Axis 1.4 and gSoap interoperability problems

2007-10-26 Thread Dave Levitt
I'm trying to get an Axis 1.4 client to communicate with a service implemented using gSoap. The published WSDL has an 'echo' service for debugging communication issues, but the error is a complaint that the 'input' service does not exist. I'm trying to invoke the 'echo' service, but the word 'echo

How to unsubscribe?

2007-05-14 Thread Dave Hoffer
I have been sending email to [EMAIL PROTECTED] but I keep on getting email. Perhaps our corporate mail filter is filtering your confirmation replies. How can I unsubscribe? -dh - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Filling a Struts html:optionsCollection with a web service

2006-11-22 Thread dave .
Hi, Env: Struts 1.2.9, Axis 1.4, HIbernate 3.2 I have a jsp page in which a user enters search criteria to find a Property in a database. some of the fields are select boxes I have implemented a web service called "PropertyService" to r

WSDL changes Java Set type to Object

2006-11-21 Thread dave .
Env: Axis 1.4, Hivernate 3.2, Struts 1.29 WSDL changes Set to Object. How can I convert (cast?) from Object to Set when accessing rooms? the original code public Set getRooms() { return rooms; }

Axis Fault: The arguments do not match the signature

2006-11-18 Thread Dave Kennedy
Env: Axis 1.4, Struts 1.2.9, Hibernate 3.2 Any help with the following error would be greatly appreciated ..wsdd and .wsdl included below AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: Tried to invoke method public void com.hf

"java.util.List", data type not supported by the JAX-RPC specification

2006-11-13 Thread Dave Kennedy
ere a work around for the "java.util.List" data type ? Thanks in advance Dave The service class "hansen.playground.DVD" does not comply to one or more requirements of the JAX-RPC 1.1 specification, and may not deploy or function correctly. The method "getActors" on

Create Web service app with Axis, Struts, Eclipse

2006-11-07 Thread Dave Kennedy
Hi, http://www.eclipse.org/webtools/jst/components/ws/1.5/tutorials/index.html I've implemented these tutorials and would now like to add web services to a Struts application. Any tutorials/suggestions/examples using Axis, Struts, Eclipse would be greatly appreciated. Thanks in advance ___

Has anyone used CDATA for axis 2 successfully?

2006-10-03 Thread Dave Miller
Further to my previous post, I am wondering if anyone has successfully used Axis2 to send CDATA elements?If so, I would love to see the code snippets! Thanks,Dave.

Re: CDATA text getting lost during execution

2006-10-03 Thread Dave Miller
Sounds like a bug?thanks,dimsOn 10/2/06, Dave Miller <[EMAIL PROTECTED]> wrote:> Hello,>> Using Axis2... I created my stubs to consume the client with the Eclipse > plugin.>> My client requires XML to be sent within the SOAPBody, so i have gone about> creating the XML usin

CDATA text getting lost during execution

2006-10-02 Thread Dave Miller
eems really strange ? Does anyone have any clues as to what is going on? Thanks, Dave. 

[axis2] ADB Features - Any info on what's working and what isn't?

2006-09-28 Thread Dave MacLean
drop in consumer jars to update (we do rpc param wrapping, so the document wrapping style isn't a problem). Thanks in advance, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: WSDL2Java Ant Target

2006-08-31 Thread Dave Andreasen
Are you on Windows?  Maybe your file has part of it’s name in uppercase.   HTH,   Dave   From: Gabsaga Tata [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 2:11 PM To: axis-user@ws.apache.org Subject: WSDL2Java Ant Target   I have the following WSDL2Java Ant

RE: [Axis2] NoSuchMethodError in a generated type class

2006-08-11 Thread Dave Andreasen
I thought of that. I did pull down the axis2.war at the same time as I pulled down the snapshot. I also checked the jar files in the war with the jar files from the snapshot. One of them did not match so I updated the axis2.war with the snapshot jar file. Dave -Original Message

[Axis2] NoSuchMethodError in a generated type class

2006-08-11 Thread Dave Andreasen
exists in the CloseSessionResponse class and it has the same parameters and return types. Any ideas? Dave   - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

NoSuchMethodError in a generated type class

2006-08-10 Thread Dave Andreasen
parameters and return types. Any ideas? Dave   - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [axis2] Getting MessageContext or ServiceGroupContext in CallbackHandler

2006-08-09 Thread Dave Cowing
Ruchith, I'm caching a set of lookup data in the service group context that I'd like to use in order to avoid a database call on every passwrod callback. I suppose I could anchor the lookup in a static variable somewhere, but it feels like a but of a hack. Thanks, Dave -Origin

[axis2] Getting MessageContext or ServiceGroupContext in CallbackHandler

2006-08-08 Thread Dave Cowing
How can I get access to the MessageContext or ServiceGroupContext in a CallbackHandler for processing passwords with Rampart?   Thanks, Dave

RE: [axis2] User credentials in service

2006-08-08 Thread Dave Cowing
would have expected the two methods to pull consistant properties) - but I can move on with the getProperty(key) method you've pointed out. Best, Dave -Original Message- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 11:19 AM To: axis-user@ws.apache.o

RE: [axis2] User credentials in service

2006-08-08 Thread Dave Cowing
RECV_RESULTS vector from the options.getProperty(WSHandlerConstants.RECV_RESULTS). Is this how it's supposed to behave? Best, Dave -Original Message- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 1:55 AM To: axis-user@ws.apache.org Subject: Re: [axis2]

[axis2] User credentials in service

2006-08-07 Thread Dave Cowing
I use the identity I've authenticated in that transaction.     Thanks, Dave

[Axis2] Rampart/security articles

2006-08-04 Thread Dave Cowing
details on the options available.   Thanks, Dave

RE: [axis2] use spring configured bean inside axis2 as implementation class

2006-08-03 Thread Dave Andreasen
to not have to mess with the axis2.war so I am eager to try it out.   Thanks for the quick response on the issue though.   Dave From: Rajith Attapattu [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 7:50 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: Re: [axis2] use

Startup parameters

2006-08-01 Thread Dave Cowing
paths, database usernames, ...   thanks, Dave

RE: Example on deploying Axis on Web Sphere Application Server

2006-08-01 Thread Dave Andreasen
can work. Hope this helps! Dave -Original Message- From: WASAXIS [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 7:04 AM To: axis-user@ws.apache.org Subject: Re: Example on deploying Axis on Web Sphere Application Server Unfortunately this doesn't work. It seems lik

Axis2 and WebSphere 5

2006-08-01 Thread Dave Andreasen
We are considering using Axis 2 with WebSphere 5 as our application server.  Are there any known issues with using Axis2 on WebSphere?   Thanks in advance!   Dave Andreasen

RE: [axis2] use spring configured bean inside axis2 as implementation class

2006-07-31 Thread Dave Andreasen
my Spring beans on Axis startup.    Hope this helps!   Dave Andreasen   From: Shaowei Mao [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 2:59 PM To: axis-user@ws.apache.org Subject: [axis2] use spring configured bean inside axis2 as implementation class   Hi, I am trying to

RE: [AXIS2] WSDL2Java not generating multiple faults

2006-07-27 Thread Dave Cowing
Thanks Anne, that fixed it. Best, Dave -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 11:30 AM To: axis-user@ws.apache.org Subject: Re: [AXIS2] WSDL2Java not generating multiple faults I imagine it's because you're usin

[AXIS2] WSDL2Java not generating multiple faults

2006-07-27 Thread Dave Cowing
All,   First, I apologize for not following the appropriate process when I filed this as a bug (AXIS2-922) before appropriately investigating it.   I'm trying to generate a skeleton and stub from my wsdl.  This works fine when I only have a single fault.  But when I have multiple faults (3 i

RE: [Axis2] How to perform startup initialization?

2006-07-23 Thread Dave Cowing
uot; level, then won't I be using a single instance of my service class for all service calls?  If this is the case, I'd be worried about concurrency issues (or I would have to avoid using any class variables in my service class).   Thoughts?   Thanks, Dave From: Tony Dean [mailto:[EM

RE: [Axis2] How to perform startup initialization?

2006-07-23 Thread Dave Cowing
Sanjiva/Tony, Thanks for the suggestions, Dave -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 7:41 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] How to perform startup initialization? On Sat, 2006-07-22 at 15:04 -0400, Dave

RE: [Axis2] How to perform startup initialization?

2006-07-22 Thread Dave Cowing
use a more restricted scope, but the key is that the pool needs to be setup when axis is started and last across calls to services.   thanks, Dave From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 4:46 PMTo: axis-user@ws.apache.orgSubject: Re: [Axis2] How to perfo

[Axis2] How to perform startup initialization?

2006-07-22 Thread Dave Cowing
reate a method that's called when axis2 starts up and has access to these contexts?   Thanks, Dave

RE: [axis2] How to write the implementation class

2006-06-02 Thread Dave Hoffer
OMElement usage' & AXIOM. -dh -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 1:34 AM To: axis-user@ws.apache.org Subject: Re: [axis2] How to write the implementation class Dave Hoffer wrote: > I see in the new Axis2 docs that to w

[axis2] How to write the implementation class

2006-06-01 Thread Dave Hoffer
I see in the new Axis2 docs that to write the implementation class you modify all the methods to pass/return an OMElement parameter.  Why is this?  Isn’t it possible to write and use POJOs like Axis1.x?  What is the benefit of the OMElement approach?   I notice a phrase that this is how y

RE: [Axis2] How to design a Java API that is both Java and web-service friendly?

2006-05-30 Thread Dave Hoffer
teful session bean to generate and expire an ID for me - but I'm strange like that ;-) . HTH, Robert http://www.braziloutsource.com/ On 5/30/06, Dave Hoffer <[EMAIL PROTECTED]> wrote: I have some POJO classes that I am designing were I will have both Java clients (using the

[Axis2] How to design a Java API that is both Java and web-service friendly?

2006-05-30 Thread Dave Hoffer
I have some POJO classes that I am designing were I will have both Java clients (using the classes directly thru jar) as well as clients accessing the code through a web-service API (the primary web-service client will be JavaScript/IE). Ideally (not required), I would like both API's to be the sa

RE: [Axis2] How to build aar and Axis2 war with Maven2?

2006-05-30 Thread Dave Hoffer
loyment" ! Did you mean to say that you should have a war with your service pre-packed ? If so just package the services/xxx.aar into the web-inf folder of the war file. Ajith On 5/26/06, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > Hi Dave ; > I dont think you need to co

[Axis2] How to build aar and Axis2 war with Maven2?

2006-05-25 Thread Dave Hoffer
I would like to start using Axis2 in a new project.  The project will use Maven2 as the build system.  How can I integrate Axis2?  Specifically, how do I?   -    Compile my sources into the Axis aar format?  Or take my application’s jar and create the Axis2 aar format? -    Take

[Axis2 1.0] WSDL schema imports still not completely working

2006-05-18 Thread Dave MacLean
ile at location "my_schema2.xsd", then it should be found, and only be found, at xsd/my_schema2.xsd? I think one way to fix this would be to update the baseUri passed into AARFileBasedURIResolver.resolveEntity to include the "path found so far", and then modify the fil

RE: [Axis2 1.0] Missing namespace on subelement

2006-05-17 Thread Dave MacLean
Versions: 1.0 Environment: Windows 2K3, JDK 1.5, AXIS2 1.0 and Eclipse 3.1 with tomcat plugin Reporter: Qi An Priority: Critical Thanks for your help! -Dave -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Monday, May 15, 2006 10:13 AM To

[Axis2 1.0] Missing namespace on subelement

2006-05-12 Thread Dave MacLean
2001/XMLSchema-instance"; xmlns:ses="session.dsws.businessobjects.com" Password="" Domain="vanyma01" xsi:type="ses:EnterpriseCredential" Login="administrator" /> But only some of the time. Is it possible there's a race condition here and that somehow the attribute list is getting overwritten, or are we doing something wrong? Thanks in advance, Dave

RE: [axis2] How would you do this?

2006-05-08 Thread Dave MacLean
arate jar). Without those, I was also getting a databinding error. If you want to post your wsdl I wouldn't mind taking a quick look. -Dave -Original Message- From: Siamak Haschemi [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 12:36 PM To: axis-user@ws.apache.org Subject: [

[axis2] Array serialization with xmlbeans databinding - inconsistent?

2006-04-27 Thread Dave MacLean
g here?     Thanks in advance for any suggestions,   Dave  

Axis examples

2006-04-19 Thread Dave Naden
I have Axis 1.3 (zip file: axis-bin-1_3.zip) and it works. But, all the documentation I can find within says it's Axis 1.2 And, none of the samples/examples seem to be documented anywhere. What am I missing here? Thanks, Dave Naden

RE: Code generating skeleton won't work

2006-03-16 Thread Dave Naden
Aha! Just as I may have suspected. Merci. -Dave -Original Message- From: bruno wanadoo [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 10:02 AM To: axis-user@ws.apache.org Subject: RE: Code generating skeleton won't work Hi dave The docs are not up2date actually File

RE: Code generating skeleton won't work

2006-03-16 Thread Dave Naden
Robert, Where's this code generator guide--the only doc I've seen is the 2 pages of instructions on using WSDL2Java, found in the userguide.html file.  Is there something more than that? -Dave   From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006

Code generating skeleton won't work

2006-03-15 Thread Dave Naden
s Can anybody tell me what's going on? Thanks, Dave Naden

Re: Attachment Exception: End of physical stream

2006-03-10 Thread Dave
And i solved my problem again :-p I couldnt create stubs from my wsdl because mail.jar wasnt in my classpath. I thought i had set it but looks like i didn't. When i use the stubs I can send large files without problems. greetings Dave Dave wrote: Hi, I have deployed an axis webse

Re: in Arrays -

2006-03-10 Thread Dave Green
WSDL), I would love to hear about it. I was not successful in getting heard in the forum. For now, I am living with 1.1 as my client library. Dave >>> [EMAIL PROTECTED] 3/9/2006 1:22 PM >>> On Wed, Mar 08, 2006 at 09:39:07AM -0600, Kiran Kumar wrote: > Hi, > &g

Attachment Exception: End of physical stream

2006-03-09 Thread Dave
tStream("c:\\test.jpg")); DataHandler rdh = (DataHandler) ret; rdh.writeTo(bos); System.out.println(dhSource.getName()); System.out.println(rdh.getName()); Is hope there's someone who can help me with this problem... thx greetings Dave

Re: [AXIS1.3] Service method returns null while it should return a object?

2006-03-01 Thread Dave
ement java.io.Serializable when you use those 3 your service should not be doing strange things like ours did. greetings Dave Dave wrote: Hi all, For a school assignment, we have to use axis. We have deployed a webservice succesfully but it doesnt return the correct value. First of all

[AXIS1.3] Service method returns null while it should return a object?

2006-02-27 Thread Dave
Hi all,For a school assignment, we have to use axis. We have deployed a webservice succesfully but it doesnt return the correct value. First of all, the webservice is ok, the beanmappings are fine, everything thats has to be in the code and in the deploy.wsdd file is present. So there is nothing wr

Re: where to put file so web service can read it? :VSMail mx1

2006-02-09 Thread Dave Overbeck
ay not seem like the most convenient or intuitive location, probably somewhere deep in the bowels of your application server, but it should at least be consistent. BTW you may find some interesting logs there. It's a bit like playing ADVENT. Hope this helps, Dave Hi, I have a web

WSDL with 1.1 fails in 1.2, 1.2.2, 1.3

2006-01-24 Thread Dave Green
differently. I'm hoping that this is fixed in axis, but would be happy for a suggested edit for my WSDL that didn't break any of the interopability with other clients. Dave wsdl cuthere*- http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:tns="http://ezlocate.na.teleatlas.com/Geocodin

Illegal constant pool type

2006-01-23 Thread Dave Overbeck
ds to be -- all I want to do is send a few elementary parameters and get an array of matching records with a return status.   Thanks, Dave   here is the soap request:   http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=&qu

Re: error wrapping array? :VSMail mx5

2005-12-21 Thread Dave Overbeck
there any way I can get a simple array wrapping contents of element ? Thanks, Dave Hello, I'm trying to develop a service under 1.3 which returns an array of structures to a .NET client. It was created using wsdl2java, closely based on a wsdl from an equivalent service cr

error wrapping array?

2005-12-21 Thread Dave Overbeck
ments are not being named correctly? Thanks in advance, Dave === wsdl === http://turnkey.com/AxisWS5"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl="http://turnkey.com/AxisWS5"; xmlns:intf="http://turnkey.com/AxisWS5"; xmlns:ws

wsdl2java deployment

2005-12-13 Thread Dave Overbeck
Hello, I'm trying to understand an error I get when deploying a service generated by WSDL2Java "-s -S true". I add logic to the Impl, compile the Skeleton, and install the resulting class files. When I click on the wsdl in Axis' View page, I just get an Internal Server 500 error. But when I tr

OperationDesc not synchronized ?

2005-12-06 Thread Dave Overbeck
rue " qualifiers, I don't get the holders or a class for my data structure. I had to look through the API and use " -A " to get all the classes. So it seems I have a lot to learn about WSDL2Java. The wsdd and wsdl are below. Any suggestions would be appreciated, Thanks, Dave

Arbitrary object types in a Document request?

2005-09-22 Thread Dave Belfer-Shevett
Hi folks, the project is moving along thanks to help from the list. My next question is what's the proper procedure for encoding arbitrary types in a SOAP request? I'd like to call axis from my Java app and get a structured complex object back (in this case, the object is a 'Task'). When I call n

RE: Newbie problem moving to 'document' style requests. Help!

2005-09-21 Thread Dave Belfer-Shevett
ameterMode.IN); call.setReturnType(org.apache.axis.Constants.XSD_STRING); ('echoString' being the method in the service already published). Next will be to set up complex data types, and see if I can get them mapped up properly. Thanks again for helping me get past that roadblock. -- Dave Bel

RE: Newbie problem moving to 'document' style requests. Help!

2005-09-21 Thread Dave Belfer-Shevett
I want to do, but there's a lot of material :-/ http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns/ -dbs -- Dave Belfer-Shevett <[EMAIL PROTECTED]> The Homeport Collective

Newbie problem moving to 'document' style requests. Help!

2005-09-21 Thread Dave Belfer-Shevett
.xmlsoap.org/soap/encoding/";> http://schemas.xmlsoap.org/soap/encoding/";>Hello! I'm totally stumped where to start looking here - I'm new to SOAP, so I'm sure I'm missing something very basic, but this has my project completely dead in the water. Help please! -- Dave Belfer-Shevett <[EMAIL PROTECTED]> The Homeport Collective

RE: Axis - setup/teardown notification?

2005-09-13 Thread Dave Hoffer
Message- > From: Dave Hoffer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 5:14 PM > To: axis-user@ws.apache.org > Subject: RE: Axis - setup/teardown notification? > > Yes, this is exactly what I had in mind. Thanks for the help on this. > > ...couple of clar

RE: Axis - setup/teardown notification?

2005-09-13 Thread Dave Hoffer
Yes, this is exactly what I had in mind. Thanks for the help on this. ...couple of clarifications, is there any way for the init method to be called by Axis at startup instead of the client? Our web service is a daemon and I would like the init to be called when the system boots rather than at t

Axis - setup/teardown notification?

2005-09-12 Thread Dave Hoffer
Does Axis provide any mechanism to notify web services that they are starting and/or stopping?  I would like to provide some resource initialization when my web service has started and provide some resource cleanup when it is being stopped for any reason.   What is the preferred way to do

[axis] javac log4j error message

2005-09-06 Thread Thompson, Dave M. (IPG IT CP Arch)
ctory...\axis-1_2\lib\log4j.properties; java.util.zip.ZipException: error in opening zip file. Why does javac try and read anything from axis? Why is it concerned with log4j? Thanks, Dave

RE: [Axis2][Fwd: Userguide questions]

2005-08-29 Thread Dave Hoffer
essage Subject: Userguide questions Date: Sat, 27 Aug 2005 22:13:18 -0400 From: Dave Hoffer <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: I am trying to follow the axis2 userguide instructions but am having some difficulty. In the following section, "To test this c

Userguide questions

2005-08-27 Thread Dave Hoffer
I am trying to follow the axis2 userguide instructions but am having some difficulty. In the following section, "To test this client you can use the provided ant build file that can be found in the "Axis2Home/samples" directory. Run the "testEchoBlockingClient" target . if you can see the resp

Axis2 security

2005-08-20 Thread Dave Hoffer
Using Axis2, how can I limit what clients can access my web services? What if I want to limit it to localhost, or a range of IP addresses? -dh

Axis2 questions

2005-08-11 Thread Dave Hoffer
Hello Axis team,   I have some general questions about Axis and how it could be used to help solve some of our application development problems.  I have limited experience with Axis 1.x.  We used this to allow a Flash client UI to access our C++ logic/code on OSX/Windows.  This worked wel

Log4j (and other) errors.

2005-07-19 Thread Thompson, Dave M. (IPG IT CP Arch)
cked classpath and tools.jar is there. Can anyone help? Dave

RE: happyaxis JAXP implementation found at an unknown location

2005-06-08 Thread Kant, D \(Dave\)
Feng, Thats a really useful command! On my EL system, I had to use single quotes find . -iname '*.jar' | xargs grep "javax.xml.parsers.SAXParserFactory" Binary file ./xerces-j2.jar matches Dave -Original Message- From: Feng Xie (fxie) [mailto:[EMAIL PROTECTED

Axis troubleshooting - Test a JWS Endpoint

2005-06-02 Thread Kant, D \(Dave\)
lt on Nov 16, 2004 (12:19:44 EST) However, the "Test a JWS Endpoint" produces some errors (http://localhost/axis/EchoHeaders.jws?wsdl) Can anyone provide some tips to solving this problem? Kind Regards, Dave > >AXIS error > >Sorry, something seems to have gone

Re: impl vs. intf in array return types

2005-06-02 Thread Dave
document/literal approach > instead (style=DOCUMENT or WRAPPED in Java2Wsdl). > > Regards, > Jan > > > On 6/2/05, Dave <[EMAIL PROTECTED]> wrote: > > Hi - > > > > We have some methods which return arrays of complex types. Some of > > them work fine

impl vs. intf in array return types

2005-06-01 Thread Dave
Hi - We have some methods which return arrays of complex types. Some of them work fine, but others (although working fine for our test clients using axis stubs) seem to have problems for people using .net to integrate with our web services. I noticed that the methods causing problems are defined

stop/start Axis to redeploy?

2005-05-06 Thread Dave Overbeck
have any effect. Is this the expected behavior? I was banging my head for a while yesterday until I figured out that I was running the same class file for the last hour. I don't see anything in the docs that specifically says either way. Thanks, Dave

wrapped vs. document

2005-05-02 Thread Dave Overbeck
Hello, I have the following deployment file and resulting wsdl. I can't figure out why the wsdl is coming out with style=document when it should be wrapped. Any ideas? Thanks, Dave http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd

tomcat, directories

2005-04-21 Thread Dave Overbeck
combinations but the utility is not found. -What if I want to create a simpler case in the default package? I've read that a .jws can't use packages, but can it call another module? Where would this module go? Thanks for any details, Dave