monelli
09-04-2008, 09:39
Salve a tutti...
Io parto da un file wsdl dato che dovrebbe essere corretto.
Ho tomcat correttamente installato ed all'interno gira axis.
Tramite axis-wsdl2java mi creo i file java lato server, mi crea anche il file impl che devo scrivere io completando i metodi.
Compilo il tutto e metto i file class dentro la cartella cleasses di axis
Faccio il deploy
Ed ottengo ciņ:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - ; nested exception is:
org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for getJobsAccountingInfo was not synchronized to a method of it.polito.pad2.PJSstats.PJSStatsSoapBindingSkeleton.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for getJobsAccountingInfo was not synchronized to a method of it.polito.pad2.PJSstats.PJSStatsSoapBindingSkeleton.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:Baracca
Dove getJobsAccountingInfo č un metodo che devo implementare io contenuto nel file impl.
Ho provato anche ad non implementarlo ma mi da lo stesso errore. Sapete di cosa si trata?
Grazie
Io parto da un file wsdl dato che dovrebbe essere corretto.
Ho tomcat correttamente installato ed all'interno gira axis.
Tramite axis-wsdl2java mi creo i file java lato server, mi crea anche il file impl che devo scrivere io completando i metodi.
Compilo il tutto e metto i file class dentro la cartella cleasses di axis
Faccio il deploy
Ed ottengo ciņ:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - ; nested exception is:
org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for getJobsAccountingInfo was not synchronized to a method of it.polito.pad2.PJSstats.PJSStatsSoapBindingSkeleton.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for getJobsAccountingInfo was not synchronized to a method of it.polito.pad2.PJSstats.PJSStatsSoapBindingSkeleton.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:Baracca
Dove getJobsAccountingInfo č un metodo che devo implementare io contenuto nel file impl.
Ho provato anche ad non implementarlo ma mi da lo stesso errore. Sapete di cosa si trata?
Grazie