Hello, I'm trying to use a gSOAP server and a xfire client but I have this 
exception :

17 Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could 
not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: 
Method 'time' not implemented: method name or namespace not recognized
org.codehaus.xfire.fault.XFireFault: Method 'time' not implemented: method name 
or namespace not recognized
        at 
org.codehaus.xfire.fault.Soap11FaultSerializer.readMessage(Soap11FaultSerializer.java:31)
        at 
org.codehaus.xfire.fault.SoapFaultSerializer.readMessage(SoapFaultSerializer.java:28)
        at 
org.codehaus.xfire.soap.handler.ReadHeadersHandler.checkForFault(ReadHeadersHandler.java:111)
        at 
org.codehaus.xfire.soap.handler.ReadHeadersHandler.invoke(ReadHeadersHandler.java:67)
        at 
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
        at org.codehaus.xfire.client.Client.onReceive(Client.java:382)
        at 
org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:139)
        at 
org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
        at 
org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
        at 
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
        at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75)
        at org.codehaus.xfire.client.Client.invoke(Client.java:335)
        at 
org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
        at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
        at $Proxy10.time(Unknown Source)
        at com.thalesgroup.bench.client.Client.startClient(Client.java:54)
        at com.thalesgroup.bench.client.Client.<init>(Client.java:26)
        at com.thalesgroup.bench.client.Client.main(Client.java:19)


It's strange because in my WSDL I declared an operation called Time with a maj T
but in the implementation I have a time method name.


It's means that gSOAP is case sensitive but not xFire... ?

Thank's for your help

Obé



        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to