Re: namespace errors

2004-02-27 Thread Brian Shields
the attachment is not also a parameter.So, with JWSDP, I think you are left to use SAAJ to interact with your service.Scott NicholDo not send e-mail directly to this e-mail address,because it is filtered to accept only mail fromspecific mail lists.- Original Message - From: "Brian Shie

namespace errors

2004-02-26 Thread Brian Shields
Hi All, I have created a webservice using apache soap. One of the service methods accepts a DataHandler object from the javax.activation package. This appears in the WSDL file as a DataHandler from the http://xml.apache.org/xml-soapĀ This is giving a "model error" when stubs are created from a JWSDP

Re: passing parameters to JWSDP services

2004-02-10 Thread Brian Shields
nd the WSDL for the service, that would be a big help.Thanks.Scott NicholDo not send e-mail directly to this e-mail address,because it is filtered to accept only mail fromspecific mail lists.- Original Message - From: "Brian Shields" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTE

passing parameters to JWSDP services

2004-02-09 Thread Brian Shields
Hi all, I am trying to call a JWSDP service from an apache SOAP client. It is working when there are no parameters in the service method. When i add the parameters i get the following error: [Attributes={}] [faultCode=env:Client] [faultString=JAXRPC.TIE.01: caught exception while handling request:

Re: null pointer exception

2002-11-22 Thread Brian Shields
--From: "Brian Shields" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Thursday, November 21, 2002 12:14 PMSubject: null pointer exception> I am getting the following error when i try to invoke a call. I haveno> idea why...i have it working from a different context to the same

null pointer exception

2002-11-21 Thread Brian Shields
I am getting the following error when i try to invoke a call. I have no idea why...i have it working from a different context to the same method. Any ideas where i should start looking for the error??Thanks,BrianError : java.lang.NullPointerExceptionjava.lang.NullPointerExceptionat javax.activation

Parameters??

2002-10-30 Thread Brian Shields
Hi all,A parameter is made up of 4 elements...the name of the variable as a string, the class type of the variable, the variable itself and "constants,NS_URI_SOAP_ENC. this is fine when working with objects, what happens if i want to pass an int or boolean. i could pass an Integer class or Boolean