1 7 8 package test.wsdl.interop3.import3; 9 10 public class SoapInteropImport3BindingImpl implements test.wsdl.interop3.import3.SoapInteropImport3PortType { 11 public test.wsdl.interop3.import3.xsd.SOAPStruct echoStruct(test.wsdl.interop3.import3.xsd.SOAPStruct inputStruct) throws java.rmi.RemoteException { 12 return inputStruct; 13 } 14 15 public test.wsdl.interop3.import3.xsd.SOAPStruct[] echoStructArray(test.wsdl.interop3.import3.xsd.SOAPStruct[] inputArray) throws java.rmi.RemoteException { 16 return inputArray; 17 } 18 19 } 20 | Popular Tags |