SOAP PROBLEM - HELP !
Now, I have both "proxies" unchecked, the one in Tools-Preferences and the one in Project Settings.
And in the Release notes of JDeveloer 9i I found a note about Web Services :
<< insert these statement in the constructor of the
stub generated by the wizzard :
System.setProperty( "oracle.soap.transport.1022ContentType",
"true" ); >>
So, I did it, but now I get the following error :
F:\O9iJDevRC\jdk1.3\bin\javaw.exe
ojvm
-classpath
F:\O9iJDevRC\jdev\mywork\WebService\WebService\classes;
F:\O9iJDevRC\jdev\lib\jdev-rt.jar;F:\O9iJDevRC\soap\lib\soap.jar;
F:\O9iJDevRC\lib\xmlparserv2.jar;
F:\O9iJDevRC\jlib\javax-ssl-1_2.jar;
F:\O9iJDevRC\jlib\jssl-1_2.jar;
F:\O9iJDevRC\j2ee\home\activation.jar;
F:\O9iJDevRC\j2ee\home\mail.jar;
F:\O9iJDevRC\j2ee\home\lib\http_client.jar
dateTimePackage.DateTimeServiceStub
Exception in thread main
[SOAPException: faultCode=SOAP-ENV:Server.BadTargetObjectURI;
msg=Unable to resolve target object
(dateTimePackage.DateTimeService):
dateTimePackage.DateTimeService
[java.lang.ClassNotFoundException]]
java.lang.String
dateTimePackage.DateTimeServiceStub.getDate()
void dateTimePackage.DateTimeServiceStub.main
(java.lang.String[])
Process exited with exit code 1.
By the way, the server has static IP.
Any idea about this ??
Thanks !