gdaniels 02/03/04 17:05:24
Modified: java/test/wsdl/interop3/docLit
WSDLInteropTestDocLitPortBindingImpl.java
Log:
Move data objects to the correct package.
Revision Changes Path
1.2 +2 -2
xml-axis/java/test/wsdl/interop3/docLit/WSDLInteropTestDocLitPortBindingImpl.java
Index: WSDLInteropTestDocLitPortBindingImpl.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/test/wsdl/interop3/docLit/WSDLInteropTestDocLitPortBindingImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WSDLInteropTestDocLitPortBindingImpl.java 28 Feb 2002 15:26:27 -0000 1.1
+++ WSDLInteropTestDocLitPortBindingImpl.java 5 Mar 2002 01:05:24 -0000 1.2
@@ -12,11 +12,11 @@
return echoStringParam;
}
- public org.soapinterop.ArrayOfstringLiteral
echoStringArray(org.soapinterop.ArrayOfstringLiteral echoStringArrayParam) throws
java.rmi.RemoteException {
+ public test.wsdl.interop3.docLit.xsd.ArrayOfstringLiteral
echoStringArray(test.wsdl.interop3.docLit.xsd.ArrayOfstringLiteral
echoStringArrayParam) throws java.rmi.RemoteException {
return echoStringArrayParam;
}
- public org.soapinterop.SOAPStruct echoStruct(org.soapinterop.SOAPStruct
echoStructParam) throws java.rmi.RemoteException {
+ public test.wsdl.interop3.docLit.xsd.SOAPStruct
echoStruct(test.wsdl.interop3.docLit.xsd.SOAPStruct echoStructParam) throws
java.rmi.RemoteException {
return echoStructParam;
}