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
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
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
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:
--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
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
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