That is a great idea but unfortunately I tried that and it didn't work. Now, if I do that from firefox it works fine but I think the client has to support such a feature. Here is my relevant client code:
| ServiceFactoryImpl factory = (ServiceFactoryImpl)ServiceFactory.newInstance(); | URL wsdlURL = new URL(WSDL_LOCATION); | QName serviceName = new QName(NAMESPACE, SERVICE_NAME); | | Service service = factory.createService(wsdlURL, new URL(JAX_RPC_MAPPING_LOCATION), null, serviceName, PORT_NAME); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904307#3904307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904307 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
