if (!TestUtilities.areWeTesting("ejb"))
return;
debug("\n*** TEST EJB BINDING ***");
WSIFServiceFactory factory = WSIFServiceFactory.newInstance();
WSIFService service =
factory.getService(wsdlPath + "ShoppingCartAll.wsdl", // WSDL file
"http://www.shoppingcart.com/definitions/ShoppingCartInterface", // serviceNS,
"ShoppingCart_EJBService", // serviceName,
"http://www.shoppingcart.com/definitions/ShoppingCartInterface",
// portTypeNS,
"ShoppingCart_EJBPortType" // portTypeName