* Tests input only operations on the Java binding for the shopping cart scenario via WSDL
*/
public void testWSDL_Java_InputOnly() throws Exception {
debug("\n*** TEST INPUT ONLY OPERATION USING JAVA BINDING ***");
WSIFServiceFactory factory = WSIFServiceFactory.newInstance();
WSIFService service =
factory
.getService(
wsdlPath + "ShoppingCartAll.wsdl",
"http://www.shoppingcart.com/definitions/ShoppingCartInterface",
// serviceNS,
"ShoppingCart_JavaService", // serviceName,