[JBoss-dev] [JBossWS] - Re: problem to deploy web services

2004-12-16 Thread younes
sorry but i could not see what s wrong. here are wsdl und wsdd under ${jboss.data.dir} [list=]deployment xmlns='http://xml.apache.org/axis/wsdd/' xmlns:java='http://xml.apache.org/axis/wsdd/providers/java' xmlns:soap='http://schemas.xmlsoap.org/soap/encoding/'

[JBoss-dev] [JBossWS] - Re: problem to deploy web services

2004-12-14 Thread younes
Thanks everybody for your help, i did slove the problem. It was just URI Problem. Thanks lot. bye View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858390#3858390 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858390

[JBoss-dev] [JBossWS] - Re: problem to deploy web services

2004-12-13 Thread [EMAIL PROTECTED]
You can turn on debugging on the org.apache.axis category. That should show you the internal structure of the OperationDesc - see where this does not match the methods in your service endpoint interface (SEI) Also, examine the generated wsdd in ${jboss.data.dir}/wsdl and check if if contatins

[JBoss-dev] [JBossWS] - Re: problem to deploy web services

2004-12-13 Thread jasong
Try wrapping your array in a javabean. Alternatively you could define a custom typemapping that uses ArraySerializer but this is for SOAP encoding only. Take a look at this wiki page: WSArrayTypeMapping. -Jason View the original post :

[JBoss-dev] [JBossWS] - Re: problem to deploy web services

2004-12-13 Thread younes
Thanks jasong, it works now. I m on the way to use wscompile. sorry, but an other problem was produced after deploying, wenn i try to views the available services in http://localhost:8080/ws4ee/services AXIS error | Sorry, something seems to have gone wrong... here are the details: |

[JBoss-dev] [JBossWS] - Re: problem to deploy web services

2004-12-12 Thread jasong
The namespace URI in the jaxrpc mapping must match the namespace URI in your wsdl file, it should not be the URI to the webservice. Change | namespaceURIhttp://de.tuberlin.web.services/ToolWebPlug/namespaceURI | to | namespaceURIhttp://interfaces.services.web.tuberlin.de/namespaceURI