[JBoss-user] [Installation, Configuration Deployment] - Re: java.io.IOException: No serializer found for class gov.e

2006-01-06 Thread svelidanda
Hi, You may need to create the Serializer/Deserializer class using any JBoss specific ant task. That may help you. Sriniva. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3916049#3916049 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: java.io.IOException: No serializer found for class gov.e

2006-01-06 Thread svelidanda
Sorry, If you have the serializer then you have to register it in your client (if it is external) thru some api.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3916050#3916050 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: java.io.IOException: No serializer found for class gov.e

2006-01-06 Thread svelidanda
Post your client code so that I may try to find any bug.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3916051#3916051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916051

[JBoss-user] [Installation, Configuration Deployment] - Re: java.io.IOException: No serializer found for class gov.e

2006-01-06 Thread [EMAIL PROTECTED]
Hi, I am pasting my web-service client code: public static void main(String[] args) { String urlstr = http://acs-fa-1148:8080/quality-control/QualityControlService?wsdl;; System.out.println(Contacting webservice at + urlstr); try{ URL url = new URL(urlstr); QName qname = new