Just to close the loop on this one I did this in my client and it worked!

          
  |             File file=new File("HRMapping.xml");
  |             URL mappinglocation =file.toURL();
  | 
  |             file=new File("ws4ee-deployment.xml");
  |             URL ws4eeMetaData =file.toURL();
  |             
  |             URL url = new 
URL("http://metal:8080/ark-web-ears-ark-ejb-SNAPSHOT/services/HRFacade?wsdl";);
  |             QName qname = new QName("http://com.al.ark.ejb.hr";, 
"HRService");
  |             String portName = "HREndpoint";
  |             ServiceFactoryImpl factory = 
(ServiceFactoryImpl)ServiceFactory.newInstance();
  |             Service service = factory.createService(url, mappinglocation, 
ws4eeMetaData,  qname, null );
  |             HREndpoint endpoint = 
(HREndpoint)service.getPort(HREndpoint.class);



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

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


-------------------------------------------------------
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

Reply via email to