Hello,

I also added debug logging for org.apache.axis. This gave me the following 
additional debug information:
anonymous wrote : 
  | 2005-02-01 09:11:44,918 INFO  [org.jboss.webservice.AxisService] WSDD 
published to: /srv/www/jboss/default/data/wsdl/rciserver.war/Hello.wsdd
  | 2005-02-01 09:11:44,920 DEBUG [org.apache.axis.description.OperationDesc] 
@16c14c0setReturnType({http://test.com/}helloResponse)
  | 2005-02-01 09:11:44,921 DEBUG [org.apache.axis.description.OperationDesc] 
@16c14c0 added parameter >name:       {http://test.com/}hello
  | typeEntry:  null
  | mode:       IN
  | isReturn:   false
  | typeQName:  {http://test.com/}hello
  | javaType:   null
  | inHeader:   false
  | outHeader:  false
  | @c68059<total parameters:1
  | 2005-02-01 09:11:44,928 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://test.com/}helloResponse
  | 2005-02-01 09:11:44,929 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://test.com/}hello
  | 2005-02-01 09:11:44,931 INFO  [org.jboss.webservice.AxisService] Web 
Service deployed: http://grobi:8080/rciserver/Hello
  | 2005-02-01 09:12:51,643 DEBUG [org.apache.axis.transport.http.AxisServlet] 
In AxisServletBase init
  | 2005-02-01 09:12:51,644 DEBUG [org.apache.axis.transport.http.AxisServlet] 
In servlet init
  | 2005-02-01 09:12:51,667 DEBUG 
[org.jboss.webservice.server.ServiceEndpointServlet] doGet: 
http://localhost:8080/ws4ee/services
  | 2005-02-01 09:12:51,692 DEBUG 
[org.jboss.webservice.server.ServiceEndpointServlet] Report available  services
  | 2005-02-01 09:12:52,083 DEBUG [org.apache.axis.description.OperationDesc] 
@6743e2setReturnType({http://www.w3.org/2001/XMLSchema}string)
  | 2005-02-01 09:12:52,125 DEBUG [org.jboss.webservice.server.InvokerProvider] 
initServiceDesc: service=rciserver.war#Hello
  | 2005-02-01 09:12:52,170 DEBUG 
[org.jboss.webservice.handler.HandlerChainBaseImpl] Create a handler chain for 
roles: []
  | 2005-02-01 09:12:52,171 DEBUG 
[org.jboss.webservice.handler.HandlerChainBaseImpl] init: [config=null]
  | 2005-02-01 09:12:52,176 DEBUG [org.apache.axis.description.ServiceDesc] 
Enter: syncOperationToClass  org.apache.axis.description.OperationDesc
  | name:        hello
  | returnQName: {http://test.com/}helloResponse
  | returnType:  {http://test.com/}helloResponse
  | returnClass: null
  | elementQName:{http://test.com/}hello
  | soapAction:  null
  | style:       document
  | use:         literal
  | numInParams: 1
  | method:null
  |  ParameterDesc[0]:
  |   name:       {http://test.com/}hello
  |   typeEntry:  null
  |   mode:       IN
  |   isReturn:   false
  |   typeQName:  {http://test.com/}hello
  |   javaType:   null
  |   inHeader:   false
  |   outHeader:  false
  |  
  |  
  | 2005-02-01 09:12:52,176 DEBUG [org.apache.axis.description.ServiceDesc] 
Sync method: public abstract
  |  java.lang.String com.mytest.Hello.hello(java.lang.String,java.lang.String) 
throws java.rmi.RemoteException
  | 2005-02-01 09:12:52,176 DEBUG [org.apache.axis.description.ServiceDesc] 
Number of parameters don't match
  | 2005-02-01 09:12:52,209 FATAL [org.apache.axis.InternalException] Exception:
  | java.lang.Exception: The OperationDesc for hello was not synchronized to a 
method of com.mytest.Hello.
  | 
followed by above backtrace. It says that my implemented method with two 
parameters does not match the required method with one message. Aren't the 
handlers supposed to handle this? Or is this a misunderstanding on my part and 
I have to implement a method using one parameter only (of the 
Hello_hello_RequestStruct class)?

Thanks for your patience.

Yours
Stephan Siano


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864525#3864525

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864525


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to