RE: OpenClinica Axis2 1.6.2 Error

2013-04-25 Thread Erdmann, Patrick
Hi, The wsdl is valid. (Using this validator: http://www.validwsdl.com/) So the WSDL is valid and I also tried to download and I get the same error., From: subrahmanya konduru [mailto:[email protected]] Sent: Wednesday, April 24, 2013 6:43 PM To: [email protected] Subject: Re: OpenClinica

org.apache.axis2.AxisFault: java.util.UUID

2013-04-25 Thread Tania Marinova
  favorite I have made a simple web service which has to update acrive field for the user with the specified uuid. ublic StringUpdateDB(UUID choUUIID )throwsClassNotFoundException{StringstrDelReturn ="UPDATE_FAIL";Class.forName("org.postgresql.Driver");try{conn =DriverManager.getConnection("

Re: org.apache.axis2.AxisFault: java.util.UUID

2013-04-25 Thread Shameera Rathnayaka
This is because, org.apache.axis2.engine.DefaultObjectSupplier try to create a new instance of java.utill.UUID class but there is no nullary constructor for UUID. Thanks, Shameera. On Thu, Apr 25, 2013 at 1:45 PM, Tania Marinova wrote: > > favorite

Re: OpenClinica Axis2 1.6.2 Error

2013-04-25 Thread Shameera Rathnayaka
Hi , On Wed, Apr 24, 2013 at 7:14 PM, Erdmann, Patrick < [email protected]> wrote: > > > The schemaLocation http://openclinica.org/ws/beans is just a HTML site. > Is my wsdl defect? > Yes, according to the XMLSchema specification(4.3.1) Web URI must return a valid XML document part[1]