[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=] the wsdl [list=] http://interfaces.services.web.tuberlin.de"; xmlns:impl="http://interfaces.services.web.tuberlin.de"; xmlns:intf="http://interfaces.servic

[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=bb&op=viewtopic&p=3858390#3858390 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858390

[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-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 : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[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 t

[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 | http://de.tuberlin.web.services/ToolWebPlug | to | http://interfaces.services.web.tuberlin.de | Also, you are using SOAP encoding, which is de