Re: Timeouts, errors or failures

2004-06-01 Thread Scott Nichol
Send an e-mail to [EMAIL PROTECTED] Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 01, 2

RE: Timeouts, errors or failures

2004-06-01 Thread Secka-Jallow, Dibor
I need to unsubscribe t this list Thanks Dibor Secka-Jallow Web Developer Atlanta Housing Authority [EMAIL PROTECTED] 404-817-7370 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 10:30 AM To: [EMAIL PROTECTED] Subject: Re: Timeouts, errors or

Re: Timeouts, errors or failures

2004-06-01 Thread Scott Nichol
> I'm new to SOAP and I'm trying to build a client class to access some > web-service. In my client class, I need to be able to determine exactly the > results of my call, because based on those results, there are different > actions that I should take. So I need to be able to differentiate between

Re: Enable HTTP Basic Authentication for soap service

2004-06-01 Thread Scott Nichol
This is a bug in MessageRouter. Its invoke method has the line if (providerType == DeploymentDescriptor.PROVIDER_JAVA) { However, RPCRouter, which does not have the bug, reads if (providerType == DeploymentDescriptor.PROVIDER_JAVA || providerType == DeploymentDescriptor.PR

Re: Deserializer Error

2004-06-01 Thread Scott Nichol
This code smr.mapTypes (Constants.NS_URI_SOAP_ENC,new QName ("", "querySessionBeanReturn"), null, null, sd); provides a mapping for an element named querySessionBeanReturn that is not in a namespace. However, the respone has this tag http://soap.ejb.businessobjects.a2g.infocorpnow.com";>,

RE: Is this list active?

2004-06-01 Thread Anne Thomas Manes
You should be able to use Axis as a client to Apache SOAP without too much trouble. Axis will give you much better support for timeouts and faults. -Original Message- From: Tarek M. Nabil [mailto:[EMAIL PROTECTED] Sent: Sunday, May 30, 2004 12:55 AM To: [EMAIL PROTECTED] Subject: RE: Is t

RE: Is this list active?

2004-06-01 Thread Anne Thomas Manes
You should be able to use Axis as a client to Apache SOAP without too much trouble. Axis will give you much better support for timeouts and faults. -Original Message- From: Tarek M. Nabil [mailto:[EMAIL PROTECTED] Sent: Sunday, May 30, 2004 12:55 AM To: [EMAIL PROTECTED] Subject: RE: Is t

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Anne Thomas Manes
Please send Axis-related questions to the Axis-user list. [EMAIL PROTECTED] -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:55 AM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis service? Dear All, I have defined a s

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Anne Thomas Manes
Please send Axis-related questions to the Axis-user list. [EMAIL PROTECTED] -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:55 AM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis service? Dear All, I have defined a s

RE: Enable HTTP Basic Authentication for soap service

2004-06-01 Thread Anne Thomas Manes
Try using Axis rather than Apache SOAP: http://ws.apache.org/axis   Anne   From: Sandip Satpathy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:15 AM To: [EMAIL PROTECTED] Subject: Fw: Enable HTTP Basic Authentication for soap service   Hi,   Need som

RE: Enable HTTP Basic Authentication for soap service

2004-06-01 Thread Anne Thomas Manes
Try using Axis rather than Apache SOAP: http://ws.apache.org/axis   Anne   From: Sandip Satpathy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:15 AM To: [EMAIL PROTECTED] Subject: Fw: Enable HTTP Basic Authentication for soap service   Hi,   Need som

Parameter order in servlet call to Axis service?

2004-06-01 Thread Guido Lemoine
Dear All, I have defined a simple web service that takes in 3 String parameters and processes these in a string return (CheckOrder.java). I compile with the debug option (-g) so that the parameter names are known to the wsdl. This works OK when called from a stand-alone SOAP client. When I use the

Fw: Enable HTTP Basic Authentication for soap service

2004-06-01 Thread Sandip Satpathy
Hi,   Need some help to enable Basic HTTP Authentication for SOAP service (messaging). I am interested deploying the service in IBM WAS.   A article in http://www.soapuser.com/sb_02jul02.html explains about a possible approach to enable http basic authentication. It says use a modified provi