I tried using the code in the Wiki entry you linked to, changing names and namespaces as appropriate, obviously, and on the call to serviceFactory.createService, I get the exception below. Any idea what on earth it might mean???
Exception in thread "main" javax.xml.rpc.ServiceException: org.xml.sax.SAXException: src-resolve: Cannot resolve the name 'j2ee:dewey-versionType' to a(n) type definition component. @ *unknown*[257,22] | at org.jboss.webservice.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:167) | at sandbox.mette.ws.device.WSClient.main(WSClient.java:55) | Caused by: org.xml.sax.SAXException: src-resolve: Cannot resolve the name 'j2ee:dewey-versionType' to a(n) type definition component. @ *unknown*[257,22] | at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) | at org.jboss.xml.binding.Unmarshaller.unmarshal(Unmarshaller.java:153) | at org.jboss.xml.binding.Unmarshaller.unmarshal(Unmarshaller.java:140) | at org.jboss.webservice.metadata.jaxrpcmapping.JavaWsdlMappingFactory.parse(JavaWsdlMappingFactory.java:62) | at org.jboss.webservice.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:158) | ... 1 more | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864029#3864029 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864029 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
