RE: OpenClinica Axis2 1.6.2 Error
"Erdmann, Patrick" <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <5A0EA13B57E0864CA29B0ACF33A41A1E2723B8@011-DB3MPN1-023.MGDPHG.emi.philips.com> |
The Errors:
May 02, 2013 3:51:45 PM org.apache.axis2.schema.SchemaCompiler compile
WARNING: No schemaLocation for import of http://openclinica.org/ws/beans; compilation may fail
May 02, 2013 3:51:46 PM org.apache.axis2.schema.SchemaCompiler writeElement
WARNING: Could not find any schema type associated with the Element '{http://openclinica.org/ws/study/v1}listAllRequest'
The WSDL:
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch0="http://openclinica.org/ws/beans" xmlns:sch1="http://openclinica.org/ws/study/v1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://openclinica.org/ws/study/v1" targetNamespace="http://openclinica.org/ws/study/v1">
<wsdl:types xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:beans="http://openclinica.org/ws/beans" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://openclinica.org/ws/beans"><complexType name="eventType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="studySubjectRef" type="beans:studySubjectRefType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="studyRef" type="beans:studyRefType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="eventDefinitionOID" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="location" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="startDate" type="date" xmlns="http://www.w3.org/2001/XMLSchema"/><element minOccurs="0" name="startTime" type="time" xmlns="http://www.w3.org/2001/XMLSchema"/><element minOccurs="0" name="endDate" type="date" xmlns="http://www.w3.org/2001/XMLSchema"/><element minOccurs="0" name="endTime" type="time" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="eventsType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element maxOccurs="unbounded" minOccurs="0" name="event" type="beans:eventType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studySubjectType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element minOccurs="0" name="label" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element minOccurs="0" name="secondaryLabel" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="enrollmentDate" type="date" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="subject" type="beans:subjectType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="studyRef" type="beans:studyRefType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studySubjectWithEventsType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element minOccurs="0" name="label" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element minOccurs="0" name="secondaryLabel" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="enrollmentDate" type="date" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="subject" type="beans:subjectType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="studyRef" type="beans:studyRefType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="events" type="beans:eventsType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="subjectType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element minOccurs="0" name="uniqueIdentifier" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element minOccurs="0" name="gender" type="beans:genderType" xmlns="http://www.w3.org/2001/XMLSchema"/><choice minOccurs="0" xmlns="http://www.w3.org/2001/XMLSchema"><element name="dateOfBirth" type="date" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="yearOfBirth" type="beans:customDateType" xmlns="http://www.w3.org/2001/XMLSchema"/></choice></sequence></complexType><complexType name="studiesType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element maxOccurs="unbounded" minOccurs="0" name="study" type="beans:studyType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studyType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="identifier" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="oid" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="name" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="sites" type="beans:sitesType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="sitesType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element maxOccurs="unbounded" minOccurs="0" name="site" type="beans:siteType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="siteType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="identifier" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="oid" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="name" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studySubjectsType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element maxOccurs="unbounded" minOccurs="0" name="studySubject" type="beans:studySubjectWithEventsType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studyEventDefinitionsType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element maxOccurs="unbounded" minOccurs="0" name="studyEventDefinition" type="beans:studyEventDefinitionType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studyEventDefinitionType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="oid" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="name" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="eventDefinitionCrfs" type="beans:crfsType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="eventDefinitionCrfsType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element maxOccurs="unbounded" minOccurs="0" name="eventDefinitionCrf" type="beans:eventDefinitionCrfType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="eventDefinitionCrfType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="required" type="boolean" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="doubleDataEntry" type="boolean" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="passwordRequired" type="boolean" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="hideCrf" type="boolean" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="sourceDataVerificaiton" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="crf" type="beans:crfObjType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="defaultCrfVersion" type="beans:crfVersionType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="crfsType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element minOccurs="0" name="crf" type="beans:crfObjType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="crfObjType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="oid" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="name" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="crfVersionType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="oid" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="name" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="listStudySubjectsInStudyType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="studyRef" type="beans:studyRefType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studyEventDefinitionListAllType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="studyRef" type="beans:studyRefType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studyMetadataType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="studyRef" type="beans:studyRefType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studyRefType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="identifier" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/><element minOccurs="0" name="siteRef" type="beans:siteRefType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="siteRefType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="identifier" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><complexType name="studySubjectRefType" xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="label" type="beans:customStringType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType><simpleType name="genderType" xmlns="http://www.w3.org/2001/XMLSchema"><restriction base="string" xmlns="http://www.w3.org/2001/XMLSchema"><enumeration value="m" xmlns="http://www.w3.org/2001/XMLSchema"/><enumeration value="f" xmlns="http://www.w3.org/2001/XMLSchema"/></restriction></simpleType><simpleType name="customStringType" xmlns="http://www.w3.org/2001/XMLSchema"><restriction base="normalizedString" xmlns="http://www.w3.org/2001/XMLSchema"><minLength value="1" xmlns="http://www.w3.org/2001/XMLSchema"/><whiteSpace value="collapse" xmlns="http://www.w3.org/2001/XMLSchema"/></restriction></simpleType><simpleType name="customDateType" xmlns="http://www.w3.org/2001/XMLSchema"><restriction base="integer" xmlns="http://www.w3.org/2001/XMLSchema"><pattern value="[1-2][0-9][0-9][0-9]" xmlns="http://www.w3.org/2001/XMLSchema"/><whiteSpace value="collapse" xmlns="http://www.w3.org/2001/XMLSchema"/></restriction></simpleType><simpleType name="customTimeType" xmlns="http://www.w3.org/2001/XMLSchema"><restriction base="integer" xmlns="http://www.w3.org/2001/XMLSchema"><pattern value="[0-2][0-9]:[0-9][0-9]" xmlns="http://www.w3.org/2001/XMLSchema"/><whiteSpace value="collapse" xmlns="http://www.w3.org/2001/XMLSchema"/></restriction></simpleType></schema>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:beans="http://openclinica.org/ws/beans" xmlns:studySubjects="http://openclinica.org/ws/study/v1" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://openclinica.org/ws/study/v1"><import namespace="http://openclinica.org/ws/beans" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="listAllRequest" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="listAllResponse" xmlns="http://www.w3.org/2001/XMLSchema"><complexType xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="result" type="string" xmlns="http://www.w3.org/2001/XMLSchema"/><element maxOccurs="unbounded" minOccurs="0" name="warning" type="string" xmlns="http://www.w3.org/2001/XMLSchema"/><element maxOccurs="unbounded" minOccurs="0" name="error" type="string" xmlns="http://www.w3.org/2001/XMLSchema"/><element name="studies" type="beans:studiesType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType></element><element name="getMetadataRequest" xmlns="http://www.w3.org/2001/XMLSchema"><complexType xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="studyMetadata" type="beans:siteRefType" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType></element><element name="getMetadataResponse" xmlns="http://www.w3.org/2001/XMLSchema"><complexType xmlns="http://www.w3.org/2001/XMLSchema"><sequence xmlns="http://www.w3.org/2001/XMLSchema"><element name="result" type="string" xmlns="http://www.w3.org/2001/XMLSchema"/><element maxOccurs="unbounded" minOccurs="0" name="warning" type="string" xmlns="http://www.w3.org/2001/XMLSchema"/><element maxOccurs="unbounded" minOccurs="0" name="error" type="string" xmlns="http://www.w3.org/2001/XMLSchema"/></sequence></complexType></element></schema>
</wsdl:types>
<wsdl:message name="getMetadataRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:part element="tns:getMetadataRequest" name="getMetadataRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</wsdl:part>
</wsdl:message>
<wsdl:message name="listAllRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:part element="tns:listAllRequest" name="listAllRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</wsdl:part>
</wsdl:message>
<wsdl:message name="getMetadataResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:part element="tns:getMetadataResponse" name="getMetadataResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</wsdl:part>
</wsdl:message>
<wsdl:message name="listAllResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:part element="tns:listAllResponse" name="listAllResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="ws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:operation name="listAll" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:input message="tns:listAllRequest" name="listAllRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</wsdl:input>
<wsdl:output message="tns:listAllResponse" name="listAllResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getMetadata" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:input message="tns:getMetadataRequest" name="getMetadataRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</wsdl:input>
<wsdl:output message="tns:getMetadataResponse" name="getMetadataResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="wsSoap11" type="tns:ws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
<wsdl:operation name="listAll" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
<wsdl:input name="listAllRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
</wsdl:input>
<wsdl:output name="listAllResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getMetadata" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
<wsdl:input name="getMetadataRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
</wsdl:input>
<wsdl:output name="getMetadataResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="wsService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:port binding="tns:wsSoap11" name="wsSoap11" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:address location="http://130.145.248.141:8080/OpenClinica-ws/ws/study/v1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
-----Original Message-----
From: Erdmann, Patrick
Sent: Monday, April 29, 2013 8:41 PM
To: [email protected]
Subject: AW: OpenClinica Axis2 1.6.2 Error
Im only generating client side code. It's Open Clinica -ws - > https://community.openclinica.com/project/openclinica
.
________________________________________
Von: Shameera Rathnayaka [[email protected]]
Gesendet: Montag, 29. April 2013 19:52
An: [email protected]
Betreff: Re: OpenClinica Axis2 1.6.2 Error
Did you only generate client side code(stub)? can you provide small sample(wsdl + services) to reproduce this ?
Cheers,
Shameera.
On Mon, Apr 29, 2013 at 11:12 PM, Erdmann, Patrick <[email protected]<mailto:[email protected]>> wrote:
adb and -u for unwrap
________________________________________
Von: Shameera Rathnayaka [[email protected]<mailto:[email protected]>]
Gesendet: Montag, 29. April 2013 18:57
An: [email protected]<mailto:[email protected]>
Betreff: Re: OpenClinica Axis2 1.6.2 Error
Hi,
what options did you use with wsdl2java?
Thanks,
Shameera.
On Mon, Apr 29, 2013 at 5:41 PM, Erdmann, Patrick <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> wrote:
Hi, thanks for your help.
I fixed this problem by using the 1.7.0-SNAPSHOT. Now I can build new java classes... But, I don't get any data out of the WebService.
Here are my failure Logs:
2013-04-29 14:07:38,304 [DEBUG] Starting class path based discovery
2013-04-29 14:07:38,308 [DEBUG] Loading jar:file:/C:/Users/310119283/.m2/repository/org/apache/ws/commons/axiom/axiom-dom/1.2.14/axiom-dom-1.2.14.jar!/META-INF/axiom.xml
2013-04-29 14:07:38,407 [DEBUG] Discovered implementations: [doom(metaFactory=org.apache.axiom.om.impl.dom.factory.OMDOMMetaFactory,features=[dom(priority=100)])]
2013-04-29 14:07:38,407 [DEBUG] Loading jar:file:/C:/Users/310119283/.m2/repository/org/apache/ws/commons/axiom/axiom-impl/1.2.14/axiom-impl-1.2.14.jar!/META-INF/axiom.xml
2013-04-29 14:07:38,425 [DEBUG] Discovered implementations: [llom(metaFactory=org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory,features=[default(priority=100)])]
2013-04-29 14:07:38,425 [DEBUG] Meta factories:
default: org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory
dom: org.apache.axiom.om.impl.dom.factory.OMDOMMetaFactory
2013-04-29 14:07:38,447 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,447 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,448 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:anonRobustOp
2013-04-29 14:07:38,448 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,448 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: anonRobustOp; operation: org.apache.axis2.description.RobustOutOnlyAxisOperation@20f1fbb4named<mailto:org.apache.axis2.description.RobustOutOnlyAxisOperation@20f1fbb4named<mailto:org.apache.axis2.description.RobustOutOnlyAxisOperation@20f1fbb4named>>: {http://ws.apache.org/namespaces/axis2}anonRobustOp<http://ws.apache.org/namespaces/axis2%7DanonRobustOp><http://ws.apache.org/namespaces/axis2%7DanonRobustOp>
2013-04-29 14:07:38,497 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:234)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,497 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,497 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,497 [DEBUG] Exit: AxisOperation::getInputAction urn:anonRobustOp
2013-04-29 14:07:38,497 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:anonRobustOp; operation: org.apache.axis2.description.RobustOutOnlyAxisOperation@20f1fbb4named<mailto:org.apache.axis2.description.RobustOutOnlyAxisOperation@20f1fbb4named<mailto:org.apache.axis2.description.RobustOutOnlyAxisOperation@20f1fbb4named>>: {http://ws.apache.org/namespaces/axis2}anonRobustOp<http://ws.apache.org/namespaces/axis2%7DanonRobustOp><http://ws.apache.org/namespaces/axis2%7DanonRobustOp>
2013-04-29 14:07:38,498 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:234)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,499 [DEBUG] Client-defined operation name matches default operation name. this may cause interoperability issues. Name is: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp<http://ws.apache.org/namespaces/axis2%7DanonOutonlyOp><http://ws.apache.org/namespaces/axis2%7DanonOutonlyOp>
2013-04-29 14:07:38,500 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,500 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,500 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:anonOutonlyOp
2013-04-29 14:07:38,500 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,500 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: anonOutonlyOp; operation: org.apache.axis2.description.OutOnlyAxisOperation@57f3c049named<mailto:org.apache.axis2.description.OutOnlyAxisOperation@57f3c049named<mailto:org.apache.axis2.description.OutOnlyAxisOperation@57f3c049named>>: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp<http://ws.apache.org/namespaces/axis2%7DanonOutonlyOp><http://ws.apache.org/namespaces/axis2%7DanonOutonlyOp>
2013-04-29 14:07:38,500 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:237)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,500 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,500 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,500 [DEBUG] Exit: AxisOperation::getInputAction urn:anonOutonlyOp
2013-04-29 14:07:38,501 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:anonOutonlyOp; operation: org.apache.axis2.description.OutOnlyAxisOperation@57f3c049named<mailto:org.apache.axis2.description.OutOnlyAxisOperation@57f3c049named<mailto:org.apache.axis2.description.OutOnlyAxisOperation@57f3c049named>>: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp<http://ws.apache.org/namespaces/axis2%7DanonOutonlyOp><http://ws.apache.org/namespaces/axis2%7DanonOutonlyOp>
2013-04-29 14:07:38,501 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:237)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,501 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,501 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,501 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:anonOutInOp
2013-04-29 14:07:38,501 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,501 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: anonOutInOp; operation: org.apache.axis2.description.OutInAxisOperation@69730f59named<mailto:org.apache.axis2.description.OutInAxisOperation@69730f59named<mailto:org.apache.axis2.description.OutInAxisOperation@69730f59named>>: {http://ws.apache.org/namespaces/axis2}anonOutInOp<http://ws.apache.org/namespaces/axis2%7DanonOutInOp><http://ws.apache.org/namespaces/axis2%7DanonOutInOp>
2013-04-29 14:07:38,502 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:240)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,502 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,502 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,502 [DEBUG] Exit: AxisOperation::getInputAction urn:anonOutInOp
2013-04-29 14:07:38,502 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:anonOutInOp; operation: org.apache.axis2.description.OutInAxisOperation@69730f59named<mailto:org.apache.axis2.description.OutInAxisOperation@69730f59named<mailto:org.apache.axis2.description.OutInAxisOperation@69730f59named>>: {http://ws.apache.org/namespaces/axis2}anonOutInOp<http://ws.apache.org/namespaces/axis2%7DanonOutInOp><http://ws.apache.org/namespaces/axis2%7DanonOutInOp>
2013-04-29 14:07:38,503 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
DEBUG_FRAME = org.apache.axis2.client.Stub.addAnonymousOperations(Stub.java:240)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:94)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,503 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,503 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,503 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:listAll
2013-04-29 14:07:38,503 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,504 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: listAll; operation: org.apache.axis2.description.OutInAxisOperation@334b49fcnamed<mailto:org.apache.axis2.description.OutInAxisOperation@334b49fcnamed<mailto:org.apache.axis2.description.OutInAxisOperation@334b49fcnamed>>: {http://openclinica.org/ws/study/v1}listAll<http://openclinica.org/ws/study/v1%7DlistAll><http://openclinica.org/ws/study/v1%7DlistAll>
2013-04-29 14:07:38,504 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:105)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,504 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,504 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,504 [DEBUG] Exit: AxisOperation::getInputAction urn:listAll
2013-04-29 14:07:38,504 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:listAll; operation: org.apache.axis2.description.OutInAxisOperation@334b49fcnamed<mailto:org.apache.axis2.description.OutInAxisOperation@334b49fcnamed<mailto:org.apache.axis2.description.OutInAxisOperation@334b49fcnamed>>: {http://openclinica.org/ws/study/v1}listAll<http://openclinica.org/ws/study/v1%7DlistAll><http://openclinica.org/ws/study/v1%7DlistAll>
2013-04-29 14:07:38,505 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:105)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,505 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,505 [DEBUG] Exit: AxisOperation::getInputAction null
2013-04-29 14:07:38,505 [DEBUG] Entry: AxisOperation::setSoapAction, previous soapAction: null updated soapAction: urn:getMetadata
2013-04-29 14:07:38,505 [DEBUG] Exit: AxisOperation::setSoapAction
2013-04-29 14:07:38,505 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: getMetadata; operation: org.apache.axis2.description.OutInAxisOperation@1a6d1901named<mailto:org.apache.axis2.description.OutInAxisOperation@1a6d1901named<mailto:org.apache.axis2.description.OutInAxisOperation@1a6d1901named>>: {http://openclinica.org/ws/study/v1}getMetadata<http://openclinica.org/ws/study/v1%7DgetMetadata><http://openclinica.org/ws/study/v1%7DgetMetadata>
2013-04-29 14:07:38,506 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:723)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:113)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,506 [DEBUG] Entry: AxisOperation::getInputAction
2013-04-29 14:07:38,506 [DEBUG] Debug: AxisOperation::getInputAction - using soapAction
2013-04-29 14:07:38,506 [DEBUG] Exit: AxisOperation::getInputAction urn:getMetadata
2013-04-29 14:07:38,506 [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:getMetadata; operation: org.apache.axis2.description.OutInAxisOperation@1a6d1901named<mailto:org.apache.axis2.description.OutInAxisOperation@1a6d1901named<mailto:org.apache.axis2.description.OutInAxisOperation@1a6d1901named>>: {http://openclinica.org/ws/study/v1}getMetadata<http://openclinica.org/ws/study/v1%7DgetMetadata><http://openclinica.org/ws/study/v1%7DgetMetadata>
2013-04-29 14:07:38,506 [DEBUG] DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)
DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:877)
DEBUG_FRAME = org.apache.axis2.description.AxisService.addOperation(AxisService.java:727)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.populateAxisService(WsServiceStub.java:113)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:41)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
DEBUG_FRAME = org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
DEBUG_FRAME = com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
DEBUG_FRAME = com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
DEBUG_FRAME = com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
DEBUG_FRAME = com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
DEBUG_FRAME = java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
DEBUG_FRAME = java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
DEBUG_FRAME = java.awt.EventQueue.access$200(EventQueue.java:103)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:688)
DEBUG_FRAME = java.awt.EventQueue$3.run(EventQueue.java:686)
DEBUG_FRAME = java.security.AccessController.doPrivileged(Native Method)
DEBUG_FRAME = java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
DEBUG_FRAME = java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
DEBUG_FRAME = java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
DEBUG_FRAME = java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,530 [DEBUG] OnDemandLogger initialized for class org.apache.axis2.context.AbstractContext is:org.apache.commons.logging.impl.Log4JLogger@55dbc59b
2013-04-29 14:07:38,545 [DEBUG] Trying to find [org/apache/axis2/deployment/axis2_default.xml] using sun.misc.Launcher$AppClassLoader@6469cee6<mailto:sun.misc.Launcher<mailto:sun.misc.Launcher>$AppClassLoader@6469cee6> class loader.
2013-04-29 14:07:38,578 [DEBUG] About to create XMLInputFactory implementation with classloader=sun.misc.Launcher$AppClassLoader@6469cee6<mailto:classloader<mailto:classloader>=sun.misc.Launcher$AppClassLoader@6469cee6>
2013-04-29 14:07:38,579 [DEBUG] The classloader for javax.xml.stream.XMLInputFactory is: null
2013-04-29 14:07:38,615 [DEBUG] StAX implementation at jar:file:/C:/Users/310119283/.m2/repository/org/codehaus/woodstox/woodstox-core-asl/4.1.4/woodstox-core-asl-4.1.4.jar!/ is:
Title: Woodstox XML-processor
Symbolic name: woodstox-core-asl
Vendor: http://woodstox.codehaus.org
Version: 4.1.4
2013-04-29 14:07:38,621 [DEBUG] Detected StAX dialect: Woodstox 4.x
2013-04-29 14:07:38,624 [DEBUG] Created XMLInputFactory = class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory with classloader=sun.misc.Launcher$AppClassLoader@6469cee6<mailto:classloader<mailto:classloader>=sun.misc.Launcher$AppClassLoader@6469cee6>
2013-04-29 14:07:38,624 [DEBUG] Configuration = DEFAULT
2013-04-29 14:07:38,624 [DEBUG] Size of XMLInputFactory map for this configuration = 1
2013-04-29 14:07:38,625 [DEBUG] Configurations for which factories have been cached = [DEFAULT]
2013-04-29 14:07:38,696 [DEBUG] XMLStreamReader is org.apache.axiom.util.stax.dialect.Woodstox4StreamReaderWrapper
2013-04-29 14:07:38,752 [DEBUG] Builder is already complete.
2013-04-29 14:07:38,774 [DEBUG] java.lang.ClassNotFoundException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
2013-04-29 14:07:38,795 [DEBUG] getBundle(org.apache.axis2,org.apache.axis2.i18n,resource,null,...)
2013-04-29 14:07:38,804 [DEBUG] loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis2.resource, locale en_US
2013-04-29 14:07:38,805 [DEBUG] Created org.apache.axis2.i18n.resource, linked to parent null
2013-04-29 14:07:38,806 [DEBUG] getBundle(org.apache.axis2,org.apache.axis2.i18n,resource,null,...)
2013-04-29 14:07:38,806 [DEBUG] org.apache.axis2.i18n.resource::handleGetObject(errorinloadingts)
2013-04-29 14:07:38,808 [DEBUG] A org.apache.axis2.transport.http.CommonsHTTPTransportSender error occurred in loading the transport sender {1}
java.lang.ClassNotFoundException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:188)
at org.apache.axis2.util.Loader.loadClass(Loader.java:261)
at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:711)
at org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:123)
at org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:629)
at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116)
at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64)
at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:210)
at org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150)
at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:143)
at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:44)
at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
at com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
at com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
at com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
at com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
at com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
at com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:688)
at java.awt.EventQueue$3.run(EventQueue.java:686)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2013-04-29 14:07:38,812 [ERROR] Couldn't retrieve the messages from the data client
org.apache.axis2.deployment.DeploymentException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:736)
at org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:123)
at org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:629)
at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116)
at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64)
at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:210)
at org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:150)
at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:143)
at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:44)
at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:30)
at org.openclinica.ws.study.v1.WsServiceStub.<init>(WsServiceStub.java:75)
at com.philips.acqui.WsClient.getStudyList(WsClient.java:69)
at com.philips.acqui.AcquiDataClient.getStudies(AcquiDataClient.java:63)
at com.philips.acqui.AcquiWindow.init(AcquiWindow.java:119)
at com.philips.acqui.AcquiWindow.<init>(AcquiWindow.java:93)
at com.philips.acqui.AcquiWindow.getIntstance(AcquiWindow.java:875)
at com.philips.acqui.Acquisition$1.run(Acquisition.java:84)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:688)
at java.awt.EventQueue$3.run(EventQueue.java:686)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.ClassNotFoundException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:188)
at org.apache.axis2.util.Loader.loadClass(Loader.java:261)
at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:711)
... 30 more
From: Shameera Rathnayaka [mailto:[email protected]<mailto:[email protected]>]
Sent: Thursday, April 25, 2013 9:03 PM
To: [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>
Subject: Re: OpenClinica Axis2 1.6.2 Error
Hi ,
On Wed, Apr 24, 2013 at 7:14 PM, Erdmann, Patrick <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[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]
For interoperability, serialized *schema documents*<http://www.w3.org/TR/xmlschema-1/#key-schemaDoc>, like all other Web resources, may be identified by URI and retrieved using the standard mechanisms of the Web (e.g. http, https, etc.) Such documents on the Web must be part of XML documents (see clause 1.1<http://www.w3.org/TR/xmlschema-1/#c-vxd>), and are represented in the standard XML schema definition form described by layer 2 (that is as <schema><http://www.w3.org/TR/xmlschema-1/#element-schema> element information items).
Cheers,
Shameera.
[1] http://www.w3.org/TR/xmlschema-1/#schema-repr
________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
--
Best Regards,
Shameera Rathnayaka.
email: shameera AT apache.org<http://apache.org><http://apache.org> , shameerainfo AT gmail.com<http://gmail.com><http://gmail.com>
Blog : http://shameerarathnayaka.blogspot.com/
--
Best Regards,
Shameera Rathnayaka.
email: shameera AT apache.org<http://apache.org><http://apache.org> , shameerainfo AT gmail.com<http://gmail.com><http://gmail.com>
Blog : http://shameerarathnayaka.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]<mailto:[email protected]>
For additional commands, e-mail: [email protected]<mailto:[email protected]>
--
Best Regards,
Shameera Rathnayaka.
email: shameera AT apache.org<http://apache.org> , shameerainfo AT gmail.com<http://gmail.com> Blog : http://shameerarathnayaka.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]