RE: AXIS Fault "Required Attribute localType is null"

2007-10-23 Thread Saket Raizada
org:13080/SM/1/Common.xsd#> regards -Saket Raizada From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 1:08 PM To: axis-user@ws.apache.org Subject: RE: AXIS Fault "Required Attribute localType is null" Hi Saket,

RE: AXIS Fault "Required Attribute localType is null"

2007-10-23 Thread Raghu Upadhyayula
Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 7:16 PM To: axis-user@ws.apache.org Subject: RE: AXIS Fault "Required Attribute localType is null" Hi Saket, Can you post your WSDL? From the Axis Fault it looks like you have a variable named "

RE: AXIS Fault "Required Attribute localType is null"

2007-10-23 Thread Saket Raizada
22, 2007 7:16 PM To: axis-user@ws.apache.org Subject: RE: AXIS Fault "Required Attribute localType is null" Hi Saket, Can you post your WSDL? From the Axis Fault it looks like you have a variable named "type" in the Incident object which is defined as not nu

RE: AXIS Fault "Required Attribute localType is null"

2007-10-22 Thread Raghu Upadhyayula
Hi Saket, Can you post your WSDL? From the Axis Fault it looks like you have a variable named "type" in the Incident object which is defined as not nullable in WSDL and you are not setting that in your request. Thanks Raghu From: Saket Rai

Re: AXIS Fault "Required Attribute localType is null"

2007-10-22 Thread Martin Gainty
AXIS Fault "Required Attribute localType is null"The name of the operation parameter needs to be a QName (Qualified Name) following the provided example private void populateAxisService() throws org.apache.axis2.AxisFault { //creating the Service with a unique name _service = new or