Membro desde: 24/02/2008 16:18:39
Mensagens: 109
Localização: Recife-PE
Offline
Olá galera,
estou com um problema quando conecto minha aplicação com um webservice. A aplicação não tá rodando em ambiente web ainda, tô apenas testando numa classe Cliente com um main aki...
O erro q ele tá apontando é:
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXException: Deserializing parameter 'return': could not find deserializer for type {https://cohab.recife/common/webservice/}arrListaFuncionario
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException: Deserializing parameter 'return': could not find deserializer for type {https://cohab.recife/common/webservice/}arrListaFuncionario
at org.apache.axis.message.RPCHandler.onStartChild(RPCHandler.java:277)
at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165)
at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141)
at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:345)
at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)
at org.apache.axis.client.Call.invoke(Call.java:2467)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.provider.habita.webservice.Cliente.autenticaFuncionario(Cliente.java:31)
at com.provider.habita.webservice.Cliente.main(Cliente.java:171)
Alguém sabe oq pode ser esse erro?? Qualquer ajuda será bem vinda.
[]s.
SCJP 6
SCWCD 5
Bacharel em Ciência da Computação - UFPE
http://tiagodev.wordpress.com
- What does a insomniac, agnostic and dislexic man do at night?
- He contemplates about the existence of an All-Mighty Dog.
Membro desde: 24/02/2008 16:18:39
Mensagens: 109
Localização: Recife-PE
Offline
Bom, não consegui resolver o problema, mas modificando o método invocado...
... achei um erro diferente(daí minha esperança desse erro ser mais comum):
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXParseException: The value of the attribute "xmlns:ns1" is invalid. Prefixed namespace bindings may not be empty.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException: The value of the attribute "xmlns:ns1" is invalid. Prefixed namespace bindings may not be empty.
Se alguém puder ajudar, agradeço muuito!
SCJP 6
SCWCD 5
Bacharel em Ciência da Computação - UFPE
http://tiagodev.wordpress.com
- What does a insomniac, agnostic and dislexic man do at night?
- He contemplates about the existence of an All-Mighty Dog.