Is it possible to do BasicAuth with Axis1?

2006-08-29 Thread William Ferguson
Without hacking the generated stubs. Or alternatively, are there any recommendations on how to invoke using an Axis2 client within Weblogic8. The problem I'm facing is that it ships with an old version of javax.xml.namespace.Qname that does not have the 3 arg constructor used by the Axis2 genera

RE: [***POSSIBLE SPAM***] - Return a JavaBean in Axis2 - Bayesian Filter detected spam

2006-08-28 Thread William Ferguson
Eric, How are you genertaing your client stub and classes? From WSDL? What does the WSDL look like? How did you generate the WSDL? William > -Original Message- > From: Eric Chow [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 29 August 2006 1:43 PM > To: Axis User List > Subject: [***POSSI

[Axis2] Which libraries are required for a client?

2006-08-28 Thread William Ferguson
If I've generated the stub and ADB classes using WSDL2Java, which set of libraries do I require on the client in order to invoke the WebService? William - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: [axis2] Naming of the Request message by Java2WSDL

2006-08-27 Thread William Ferguson
to use unwrapped doc/literal, you can name the > request element anything you want, but then you must also > provide information to Axis (via the > WSDD) as to how to map the incoming QName to the appropriate method. > > Anne > > On 8/23/06, William Ferguson > <[EMAIL

[Axis2] Test broken for jibx?

2006-08-24 Thread William Ferguson
Hi, I just checked out the Axis2 source and built it using "maven multiproject". But "maven test" from modules\jibx gives: test:test: [junit] Running org.apache.axis2.jibx.Test [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.781 sec [junit] [ERROR] TEST org.apache.axis2.

[axis2] Naming of the Request message by Java2WSDL

2006-08-23 Thread William Ferguson
The message elements and wsdl types that Java 2WSDL generates for the request portion of a Service method have the same name as the method itself, while the response portion is of the form Response. IMHO, for clarity it would be better for the the request elements to follow the same pattern as tha

RE: [axis2] Java2WSDL ceating operations for non-public service methods

2006-08-22 Thread William Ferguson
ic service methods > > Hi William; > > William Ferguson wrote: > > >Hi, > > > >I'm finding that Java2WSDL is creating a WSDL with operation > elements > >for methods that have private scope in my Service class. > Should it be > >doing that

[axis2] Java2WSDL ceating operations for non-public service methods

2006-08-21 Thread William Ferguson
Hi, I'm finding that Java2WSDL is creating a WSDL with operation elements for methods that have private scope in my Service class. Should it be doing that? WSDL generated by the AxisServlet only includes the public methods, though these are also the only methods defined in services xml. William

RE: [***POSSIBLE SPAM***] - Axis 1.x -vs- Axis 2 - Bayesian Filter detected spam

2006-08-20 Thread William Ferguson
I'd like to say otherwise, but I don''t think Axis2-1.0 is together enough for a production application. The stub and data object generation is not quite there and neither is the Exception and Array handling. Eg http://issues.apache.org/jira/browse/AXIS2-937 http://issues.apache.org/jira/browse/A

RE: [Axis2] Blockers for Axis2 1.1

2006-08-18 Thread William Ferguson
3-jul-06? William > -Original Message- > From: William Ferguson > [mailto:[EMAIL PROTECTED] > Sent: Friday, 18 August 2006 5:53 PM > To: axis-user@ws.apache.org; [EMAIL PROTECTED] > Subject: RE: [Axis2] Blockers for Axis2 1.1 > > I'd nominate AXIS2-957 a

RE: [Axis2] Blockers for Axis2 1.1

2006-08-18 Thread William Ferguson
I'd nominate AXIS2-957 and perhaps AXIS2-959 and AXIS2-962 > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Friday, 18 August 2006 1:22 AM > To: Axis User > Subject: [Axis2] Blockers for Axis2 1.1 > > Folks, > > Here are the current blockers for Axis2 1.1:

[Axis2] Generating nilable attributes via the AxisServlet

2006-08-13 Thread William Ferguson
Is there a way to mark up services.xml so that the AxisServlet generates WSDL with non-required params/attributes marked as nilable? William - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[Axis2] Anyone working in a GMT+10 (Brisbane) timezone

2006-07-30 Thread William Ferguson
If you're in the above timezone and have had some success generating WSDL from a service I'd love to have a chat. I'm having some real problems getting good behaviour for methods that throw Exceptions. Mail me privately if you can spare 5 minutes. William

[Axis2] How do you generate WSDL that has a wsdl:fault?

2006-07-30 Thread William Ferguson
Hi, I'm using Axis2 1.0 and cam't seem to get the AxisServlet to return WSDL that defines a wsdl:fault. I have a simple Service class that has 3 methods, 1) returns void and throws WSException which extends from Exception 2) returns void and throws WSRemoteException which extends from Remote

RE: [Axis2 1.0] WSDL2Java: WSDL for operations without params

2006-07-27 Thread William Ferguson
Try William > -Original Message- > From: Nirmit Desai [mailto:[EMAIL PROTECTED] > Sent: Friday, 28 July 2006 3:40 AM > To: axis-user@ws.apache.org > Subject: [Axis2 1.0] WSDL2Java: WSDL for operations without params > > > Hi all, > >

RE: [Axis2-1.0] WSDL2Java failing for 23-jul-06 snapshot

2006-07-26 Thread William Ferguson
from that snapshot, you need to use WSDL2Java from the Axis2-1.0 release. Has a time-frame been decided for the next release? William > -Original Message- > From: William Ferguson > [mailto:[EMAIL PROTECTED] > Sent: Thursday, 27 July 2006 3:20 PM > To: axis-user@ws.

[Axis2-1.0] WSDL2Java failing for 23-jul-06 snapshot

2006-07-26 Thread William Ferguson
Hi all, I'm using the 1.0 nightly build from 23-jul-2006 (because I needed access to the BasicAuthentication class) and have run into a few problems. 1) The WSDL2Java tool for the snapshot creates the stub/interface but the method on the stub don't have any paramaters when they should. This is cr