Does JBOss support using generated stubs to access web services ?

eg could I use :
    //create service and port
    HttpProxySampleService service = new HttpProxySampleService_Impl();
    HttpProxySamplePortType port = service.getHttpProxySamplePortTypeSoapPort();
port.doSomething();

or do I have to use the dynamic proxy of DII method of invocation ?

many thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949839#3949839

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949839


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to