[jboss-user] [JBossWS] - Re: beginner needs help

2007-03-23 Thread nean
every aspect of creating these files. | | And the last thing: i've seen webservice with extremally complex input and output, but someone else created it. | | Best regards | | vitor_b | | Could you explain exactly how you did it? all steps to obtain this please... Thanks

[jboss-user] [JBossWS] - Re: beginner needs help

2007-03-19 Thread nean
i have the same problem than you, it's a problem of mapping, like the object isn't known or built... So if someone have the solution... thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029558#4029558 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBossWS] - Re: Webservice Client consumer

2007-03-19 Thread nean
"openyourmind" wrote : Hi Nean, | | If you check in the wsrunclient.sh you will see that you should set the vm options as follows: | | -Djava.endorsed.dirs=/[jboss_install_path]/jboss/jboss-4.0.5.GA/lib/endorsed | | Hope it helps | Open Your Mind i haven't ws

[jboss-user] [JBossWS] - Re: Webservice Client consumer

2007-03-18 Thread nean
sorry it seems there is somes mod for xml ... i put it again : ? | http://wsSite/";> | | ? | | | | ? | | | | ? | | | | ? | | | | ? | | ? | | | | | ? | | | | | | ? | | ht

[jboss-user] [JBossWS] - Webservice Client consumer

2007-03-18 Thread nean
Hello i have some problems to built a client which can use web services deployed... My config is like : - eclispe jboss IDE 2.0.0 beta - jboss 4.0.5 EJB3 config - jdk 1.5_11 i deploy normaly an EJB3.0 webservice on jboss, and my wsdl is like : anonymous wrote : ? | | | ? |

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-26 Thread nean
this is my error : anonymous wrote : Starting Test Client | Creating a service Using: | http://localhost:8080/test/EchoBean?wsdl | and {http://ejb/jaws}EchoService | Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/xs/XSModel | at org.jboss.ws.

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-22 Thread nean
Else which kind of client can i do in RMI/RPC ? i tried something like that : public class Client { | public static void main(String[] args) throws Exception { | System.out.println("Starting Test Client"); | URL url = new URL("http://HAL:8080/echo/EchoBean?wsdl";); |

[jboss-user] [JBossWS] - Re: new to JbossWS

2007-02-22 Thread nean
Also in this case you can use (WS and EJB3) : jboss IDE eclipse Betat2 (all plugin are already on) jboss 4.0.5GA and sdk 1.5 (not the 1.6 you could have problems with) and you can follow this tutorial : http://www.regdeveloper.co.uk/2007/01/23/ejb_web_services/ but stop before client... View

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-22 Thread nean
thanks it works now. the thing was that i tried with the choice of jdk1.5 but jdk 1.6 installed, but it seems that didn't work correctly the time that i did it. So i uninstalled all an reinstalled all correctly without sdk 1.6. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread nean
all kind of request do this kind of error, a simple SOAP one like a client one. But for exemple with the SAOPUI view i created from the wsdl link this request : http://schemas.xmlsoap.org/soap/envelope/"; xmlns:urn="urn:ejb"> | | | | this is me | |

[jboss-user] [JBossWS] - WebService response problem

2007-02-21 Thread nean
Hello First my configuration is like : - jbossIDE 2 beta 2 bundle (eclipse) - jboss 4.0.5 - jdk 1.6 I'm trying to complete a EJB/web service project, but to test W.S i tried this tutorial : http://www.soapui.org/jbossws/annotations_example.html i did all well normaly, i obtain the wsdl file .