Local works fine, AS blows up?
Date: Thu, 8 May 2003 14:41:43 -0500
Message-ID: <b9ebtn0ne2_at_enews3.newsguy.com>
I have developed a Web Service and when I deploy it to my local OC4J all methods work fine with no problems. However, when I deploy it to our 9iAS Enterprise Edition, I get the following error message:
ERROR: [SOAPException: faultCode=SOAP-ENV:Client; msg=Unable to set
'specificDate' property: argument type mismatch.
[java.lang.IllegalArgumentException]] STACK TRACE:
[SOAPException: faultCode=SOAP-ENV:Client; msg=Unable to set
'specificDate' property: argument type mismatch.
[java.lang.IllegalArgumentException]]
ops.cmn.ResourceAllocation
mypackage2.OpsBizRscmanagementResourceManagementModuleWSStub.saveResourceAll
ocation(ops.cmn.UserAA, ops.cmn.ResourceAllocation)
OpsBizRscmanagementResourceManagementModuleWSStub.java:184
Specific date is an instance of gregorian calendar (from java.util). I am not sure why this works fine on my local OC4J but has problems on the remote 9iAS.
Any suggestions or helpful hints greatly appreciated.
TIA,
Ewan
Received on Thu May 08 2003 - 21:41:43 CEST