[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
Here's my code: URL wsdl = new URL(http://localhost:8080/ServizioEJB/Hello?wsdl;); QName qname = new QName(http://servizioDipartimentale.org/,Hello;); try { ServiceFactory factory = ServiceFactory.newInstance(); Service service =

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
well, im checking and it seems the problem is in service.getPort who give this error: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage any clue? View the original post :

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread dwin
ensure that your JDK is 1.5 and not 1..6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012404#4012404 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012404 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
dwin wrote : ensure that your JDK is 1.5 and not 1..6 eerm... right! my jdk is 1.6... didnt imagine that -_- With 1.5.0 it works perfectly! well.. many thanks :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012456#4012456 Reply to the post :