Thanks Jason. I have tried to create the stubs using wscompile as per the instructions pointed to by the Wiki page (link: Consuming a web service using JAX-RPC), but I get the following error: error: modeler error: model error: invalid entity name: "schema" (in namespace: "http://www.w3.org/2001/XMLSchema") This error does not occur using AXIS. The wscompile command I used: wscompile -gen:client ../ws-config/gne.xml The gne.xml config file:
| <?xml version="1.0" encoding="UTF-8"?> | <configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config"> | <wsdl location="http://gnesearch.au.flitech.net/service/search.asmx?WSDL" packageName="mystuff.datastore.external.gne"/> | </configuration> | NOTE that the WSDL url is internal and so does not need a proxy - nor is it accessible from the outside (sorry). So as you can see I am dammned anywhere I go! BTW I will raise a new thread on this error as soon as possible. If you think the WSDL file is incorrect, then I'm happy to send it, but as I said AXIS generates the stubs fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869939#3869939 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869939 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
