1 7 8 package test.wsdl.interop3.import2; 9 10 public class SoapInteropImport2BindingImpl implements test.wsdl.interop3.import2.definitions.SoapInteropImport2PortType { 11 public test.wsdl.interop3.import2.xsd.SOAPStruct echoStruct(test.wsdl.interop3.import2.xsd.SOAPStruct inputStruct) throws java.rmi.RemoteException { 12 return inputStruct; 13 } 14 15 } 16 | Popular Tags |