[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service

2009-08-18 Thread PeterJ
Is this on the client side? Looks like a JAR file is missing from the classpath. The missing class is in client/jboss-common-client.jar and client/jbossall-client.jar in 4.2.3 (I don't have a copy of 4.2.1 handy to check there). View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service

2009-08-18 Thread lucastoledo
Hi there, I am running jboss-4.2.1.GA and I am encountering the exact problem. I followed the instruction posted in the last reply (copying - jaxb-api.jar - jboss-jaxws.jar - jboss-saaj.jar from client\ to lib\endorsed\ ) and it caused a new type of problem. Here is the log error: | 14:31:

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service (problem in JBoss 4.2 used to

2009-01-22 Thread KIRAN KUMAR A
Type http://localhost:8080/tutorial/CalculatorBean?wsdl in IE browser address bar and store this in CalculatorBean.wsdl in a folder. Go to the folder and use wsconsume CalculatorBean.wsdl. Now go to the generated class file ClaculatorBeanService.class file and make this to java code by java decom

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service

2008-04-25 Thread schmil
On changing to JAX-WS i got the following Error message: 2008-04-23 17:39:08,214 ERROR [OrderServiceClient] Exception during Webservice call: | java.lang.IllegalArgumentException: Cannot obtain wsdl service: {http://localhost:8080/ina}DitaServiceHandlerService we have [{urn:ina:ws:dita:de}Dit

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service

2008-04-24 Thread pramod_bs
I think you are using JAX-RPC client. Try using JAX-WS client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146514#4146514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146514

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service - Help

2008-02-03 Thread [EMAIL PROTECTED]
Please double check the namespace/name of your Service in your wsdl contract. Also consider running wsconsume against your wsdl to automatically generate your client artifacts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125951#4125951 Reply to the post :

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service - Help

2008-01-22 Thread vaswin
In addition to the above problem, i ve tried with wsrunclient to run the client program. but it also failed. C:\Projects\eclipseLambozworkspace\EchoService\build\classes>wsrunclient uk.co.r egdeveloper.client.EchoClient Starting Test Client Creating a service Using: http://127.0.0.1:808

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service (problem in JBoss 4.2 used to

2007-10-22 Thread burakbayramli
That worked.. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097337#4097337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097337 ___ jboss-user mailing list jboss-us

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service (problem in JBoss 4.2 used to

2007-10-17 Thread [EMAIL PROTECTED]
"burakbayramli" wrote : | | | public class Client | | { | | public static void main(String[] args) throws Exception | | { | | URL url = new URL("http://localhost:8080/ggServices/CalculatorBean?wsdl";); | | QName qname = new QName("http://localhost:8080/ggSe