You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirae-dev@ws.apache.org by da...@apache.org on 2005/07/13 08:06:14 UTC

svn commit: r216117 - in /webservices/mirae: mirae_latest/ trunk/ trunk/genstub/example8/ trunk/genstub/lk/opensource/wsmobile/ trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ trunk/genstub/ws_mobile_point/ trunk/lib/ trunk/samples/documents...

Author: damitha
Date: Tue Jul 12 23:06:12 2005
New Revision: 216117

URL: http://svn.apache.org/viewcvs?rev=216117&view=rev
Log:
unnecessary folder mirae_latest was removed

Removed:
    webservices/mirae/mirae_latest/
Modified:
    webservices/mirae/trunk/genstub/example8/ArrayOf_xsd_string.java
    webservices/mirae/trunk/genstub/example8/Student.java
    webservices/mirae/trunk/genstub/example8/StudentOpIF.java
    webservices/mirae/trunk/genstub/example8/StudentOpStub.java
    webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorIF.java
    webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorStub.java
    webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuote.java
    webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuoteRequest.java
    webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOfAirFareQuote.java
    webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOf_xsd_string.java
    webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteIF.java
    webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteStub.java
    webservices/mirae/trunk/genstub/ws_mobile_point/ArrayOf_xsd_int.java
    webservices/mirae/trunk/genstub/ws_mobile_point/Point.java
    webservices/mirae/trunk/genstub/ws_mobile_point/PointIF.java
    webservices/mirae/trunk/genstub/ws_mobile_point/PointStub.java
    webservices/mirae/trunk/lib/mirae.jar
    webservices/mirae/trunk/lib/wsdl2ws_j2me.jar
    webservices/mirae/trunk/samples/documentsamples/echo/org/soapinterop/ArrayTestPortTypeStub.java
    webservices/mirae/trunk/system.properties
    webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client1/SBGGetAirFareQuote-client1.jad
    webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client1/SBGGetAirFareQuote-client1.jar
    webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client2/SBGGetAirFareQuote-client2.jad
    webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client2/SBGGetAirFareQuote-client2.jar
    webservices/mirae/trunk/tests/functional/client/calculator/build.xml
    webservices/mirae/trunk/tests/functional/client/calculator/calculator.jad
    webservices/mirae/trunk/tests/functional/client/calculator/calculator.jar
    webservices/mirae/trunk/tests/functional/client/point/point.jad
    webservices/mirae/trunk/tests/functional/client/point/point.jar
    webservices/mirae/trunk/tests/functional/client/wst/wst.jad
    webservices/mirae/trunk/tests/functional/client/wst/wst.jar

Modified: webservices/mirae/trunk/genstub/example8/ArrayOf_xsd_string.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/example8/ArrayOf_xsd_string.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/example8/ArrayOf_xsd_string.java (original)
+++ webservices/mirae/trunk/genstub/example8/ArrayOf_xsd_string.java Tue Jul 12 23:06:12 2005
@@ -1,11 +1,29 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package example8;
+
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class ArrayOf_xsd_string  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class ArrayOf_xsd_string  implements org.apache.mirae.xml.rpc.InOutParameter{
 	public ArrayOf_xsd_string(){
 		obj=new java.util.Vector();
 	}

Modified: webservices/mirae/trunk/genstub/example8/Student.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/example8/Student.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/example8/Student.java (original)
+++ webservices/mirae/trunk/genstub/example8/Student.java Tue Jul 12 23:06:12 2005
@@ -1,11 +1,29 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package example8;
+
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class Student  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class Student  implements org.apache.mirae.xml.rpc.InOutParameter{
 	private java.util.Vector obj;
 	
 private org.apache.mirae.xml.rpc.InOutParameter childObj;	private java.lang.String name;

Modified: webservices/mirae/trunk/genstub/example8/StudentOpIF.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/example8/StudentOpIF.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/example8/StudentOpIF.java (original)
+++ webservices/mirae/trunk/genstub/example8/StudentOpIF.java Tue Jul 12 23:06:12 2005
@@ -1,9 +1,25 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package example8;
-/*This interface is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side representation of the web service. 
-*/
 
+/**This interface is automatically generated by 
+ * WSDL2WS_J2ME tool
+ * The client side representation of the web service. 
+ */
 public interface StudentOpIF   {
 	public java.lang.String getStudentDetail(java.lang.String param0)throws Exception;
 	public example8.Student getStudentObj(java.lang.String param0)throws Exception;

Modified: webservices/mirae/trunk/genstub/example8/StudentOpStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/example8/StudentOpStub.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/example8/StudentOpStub.java (original)
+++ webservices/mirae/trunk/genstub/example8/StudentOpStub.java Tue Jul 12 23:06:12 2005
@@ -1,9 +1,25 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package example8;
-/*This class is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side stub of the web service. 
-*/
 
+/**This class is automatically generated by 
+ * WSDL2WS_J2ME tool
+ * The client side stub of the web service. 
+ */
 public class StudentOpStub implements example8.StudentOpIF{
 
 	private java.lang.String enduri;

Modified: webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorIF.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorIF.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorIF.java (original)
+++ webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorIF.java Tue Jul 12 23:06:12 2005
@@ -1,9 +1,25 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package lk.opensource.wsmobile;
-/*This interface is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side representation of the web service. 
-*/
 
+/**This interface is automatically generated by 
+ * WSDL2WS_J2ME tool
+ * The client side representation of the web service. 
+ */
 public interface CalculatorIF   {
 	public int add(int param0,int param1)throws Exception;
 	public int sub(int param0,int param1)throws Exception;

Modified: webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorStub.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorStub.java (original)
+++ webservices/mirae/trunk/genstub/lk/opensource/wsmobile/CalculatorStub.java Tue Jul 12 23:06:12 2005
@@ -1,9 +1,25 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package lk.opensource.wsmobile;
-/*This class is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side stub of the web service. 
-*/
 
+/**This class is automatically generated by 
+ * WSDL2WS_J2ME tool
+ * The client side stub of the web service. 
+ */
 public class CalculatorStub implements lk.opensource.wsmobile.CalculatorIF{
 
 	private java.lang.String enduri;

Modified: webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuote.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuote.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuote.java (original)
+++ webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuote.java Tue Jul 12 23:06:12 2005
@@ -1,11 +1,29 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes;
+
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class AirFareQuote  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class AirFareQuote  implements org.apache.mirae.xml.rpc.InOutParameter{
 	private java.util.Vector obj;
 	
 private org.apache.mirae.xml.rpc.InOutParameter childObj;	private java.lang.String errorMessage;

Modified: webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuoteRequest.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuoteRequest.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuoteRequest.java (original)
+++ webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/AirFareQuoteRequest.java Tue Jul 12 23:06:12 2005
@@ -1,11 +1,29 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes;
+
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class AirFareQuoteRequest  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class AirFareQuoteRequest  implements org.apache.mirae.xml.rpc.InOutParameter{
 	private java.util.Vector obj;
 	
 private org.apache.mirae.xml.rpc.InOutParameter childObj;	private java.lang.String returnDate;

Modified: webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOfAirFareQuote.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOfAirFareQuote.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOfAirFareQuote.java (original)
+++ webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOfAirFareQuote.java Tue Jul 12 23:06:12 2005
@@ -1,11 +1,29 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes;
+
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class ArrayOfAirFareQuote  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class ArrayOfAirFareQuote  implements org.apache.mirae.xml.rpc.InOutParameter{
 	public ArrayOfAirFareQuote(){
 		obj=new java.util.Vector();
 	}

Modified: webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOf_xsd_string.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOf_xsd_string.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOf_xsd_string.java (original)
+++ webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/ArrayOf_xsd_string.java Tue Jul 12 23:06:12 2005
@@ -1,11 +1,29 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes;
+
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class ArrayOf_xsd_string  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class ArrayOf_xsd_string  implements org.apache.mirae.xml.rpc.InOutParameter{
 	public ArrayOf_xsd_string(){
 		obj=new java.util.Vector();
 	}

Modified: webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteIF.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteIF.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteIF.java (original)
+++ webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteIF.java Tue Jul 12 23:06:12 2005
@@ -1,9 +1,25 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes;
-/*This interface is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side representation of the web service. 
-*/
 
+/**This interface is automatically generated by 
+ * WSDL2WS_J2ME tool
+ * The client side representation of the web service. 
+ */
 public interface SBGGetAirFareQuoteIF   {
 	public uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes.AirFareQuote[] getAirFareQuote(uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes.AirFareQuoteRequest param0)throws Exception;
 	public java.lang.String[] getAirlines()throws Exception;

Modified: webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteStub.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteStub.java (original)
+++ webservices/mirae/trunk/genstub/uk/co/dsdata/ws/travel/sbg/SBGAirFareQuotes/SBGGetAirFareQuoteStub.java Tue Jul 12 23:06:12 2005
@@ -1,9 +1,25 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes;
-/*This class is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side stub of the web service. 
-*/
 
+/**This class is automatically generated by 
+ * WSDL2WS_J2ME tool
+ * The client side stub of the web service. 
+ */
 public class SBGGetAirFareQuoteStub implements uk.co.dsdata.ws.travel.sbg.SBGAirFareQuotes.SBGGetAirFareQuoteIF{
 
 	private java.lang.String enduri;

Modified: webservices/mirae/trunk/genstub/ws_mobile_point/ArrayOf_xsd_int.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/ws_mobile_point/ArrayOf_xsd_int.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/ws_mobile_point/ArrayOf_xsd_int.java (original)
+++ webservices/mirae/trunk/genstub/ws_mobile_point/ArrayOf_xsd_int.java Tue Jul 12 23:06:12 2005
@@ -1,11 +1,29 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package ws_mobile_point;
+
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class ArrayOf_xsd_int  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class ArrayOf_xsd_int  implements org.apache.mirae.xml.rpc.InOutParameter{
 	public ArrayOf_xsd_int(){
 		obj=new java.util.Vector();
 	}

Modified: webservices/mirae/trunk/genstub/ws_mobile_point/Point.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/ws_mobile_point/Point.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/ws_mobile_point/Point.java (original)
+++ webservices/mirae/trunk/genstub/ws_mobile_point/Point.java Tue Jul 12 23:06:12 2005
@@ -1,11 +1,29 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package ws_mobile_point;
+
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 /**
  * <p>This class is genarated by the tool WSDL2WS_J2ME.
  * It take care of the serialization and the desirialization of
  * the parameter types. 
-*/public class Point  implements org.apache.mirae.xml.rpc.InOutParameter{
+*/
+public class Point  implements org.apache.mirae.xml.rpc.InOutParameter{
 	private java.util.Vector obj;
 	
 private org.apache.mirae.xml.rpc.InOutParameter childObj;	private int x;

Modified: webservices/mirae/trunk/genstub/ws_mobile_point/PointIF.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/ws_mobile_point/PointIF.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/ws_mobile_point/PointIF.java (original)
+++ webservices/mirae/trunk/genstub/ws_mobile_point/PointIF.java Tue Jul 12 23:06:12 2005
@@ -1,9 +1,25 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package ws_mobile_point;
-/*This interface is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side representation of the web service. 
-*/
 
+/**This interface is automatically generated by 
+ * WSDL2WS_J2ME tool
+ * The client side representation of the web service. 
+ */
 public interface PointIF   {
 	public java.lang.String getName(java.lang.String param0,java.lang.String param1)throws Exception;
 	public int add(int param0,int param1)throws Exception;

Modified: webservices/mirae/trunk/genstub/ws_mobile_point/PointStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/genstub/ws_mobile_point/PointStub.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/genstub/ws_mobile_point/PointStub.java (original)
+++ webservices/mirae/trunk/genstub/ws_mobile_point/PointStub.java Tue Jul 12 23:06:12 2005
@@ -1,9 +1,25 @@
+/* 
+ * Copyright 2001-2004 The Apache Software Foundation. 
+ *  
+ * Licensed under the Apache License, Version 2.0 (the "License"); 
+ * you may not use this file except in compliance with the License. 
+ * You may obtain a copy of the License at 
+ *  
+ *      http://www.apache.org/licenses/LICENSE-2.0 
+ *  
+ * Unless required by applicable law or agreed to in writing, software 
+ * distributed under the License is distributed on an "AS IS" BASIS, 
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+ * See the License for the specific language governing permissions and 
+ * limitations under the License. 
+ */
+
 package ws_mobile_point;
-/*This class is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side stub of the web service. 
-*/
 
+/**This class is automatically generated by 
+ * WSDL2WS_J2ME tool
+ * The client side stub of the web service. 
+ */
 public class PointStub implements ws_mobile_point.PointIF{
 
 	private java.lang.String enduri;

Modified: webservices/mirae/trunk/lib/mirae.jar
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/lib/mirae.jar?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/mirae/trunk/lib/wsdl2ws_j2me.jar
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/lib/wsdl2ws_j2me.jar?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/mirae/trunk/samples/documentsamples/echo/org/soapinterop/ArrayTestPortTypeStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/documentsamples/echo/org/soapinterop/ArrayTestPortTypeStub.java?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/samples/documentsamples/echo/org/soapinterop/ArrayTestPortTypeStub.java (original)
+++ webservices/mirae/trunk/samples/documentsamples/echo/org/soapinterop/ArrayTestPortTypeStub.java Tue Jul 12 23:06:12 2005
@@ -25,7 +25,7 @@
 	private java.lang.String enduri;
 	private javax.xml.namespace.QName SOAPAction;
 	public ArrayTestPortTypeStub() throws Exception{
-		this.enduri="http://localhost:8080/axis/services/arrayTest";
+		this.enduri="http://localhost:4444/axis/services/arrayTest";
 		this.SOAPAction = new javax.xml.namespace.QName("array");
 	}
 

Modified: webservices/mirae/trunk/system.properties
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/system.properties?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/system.properties (original)
+++ webservices/mirae/trunk/system.properties Tue Jul 12 23:06:12 2005
@@ -21,7 +21,7 @@
 version=mirae-1.0
 j2me-home=/home/kurinchikumaran/programs/WTK2.1
 tomcat-home=/home/kurinchikumaran/programs/tomcat/jakarta-tomcat-4.1.24
-mirae.home=/home/kurinchikumaran/work/workspace/mirae-4
+mirae.home=/home/kurinchikumaran/work/workspace/mirae/mirae/trunk
 ant_home=/home/kurinchikumaran/programs/ant
 build.debug=true
 wtk.home=${j2me-home}

Modified: webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client1/SBGGetAirFareQuote-client1.jad
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client1/SBGGetAirFareQuote-client1.jad?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client1/SBGGetAirFareQuote-client1.jad (original)
+++ webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client1/SBGGetAirFareQuote-client1.jad Tue Jul 12 23:06:12 2005
@@ -1,5 +1,5 @@
 MIDlet-Jar-URL: SBGGetAirFareQuote-client1.jar
-MIDlet-Jar-Size: 3490
+MIDlet-Jar-Size: 3036
 MIDlet-Name: SBGGetAirFareQuote-client1
 MIDlet-Vendor: hSenid International
 MIDlet-Version: 1.0.

Modified: webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client1/SBGGetAirFareQuote-client1.jar
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client1/SBGGetAirFareQuote-client1.jar?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client2/SBGGetAirFareQuote-client2.jad
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client2/SBGGetAirFareQuote-client2.jad?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client2/SBGGetAirFareQuote-client2.jad (original)
+++ webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client2/SBGGetAirFareQuote-client2.jad Tue Jul 12 23:06:12 2005
@@ -1,5 +1,5 @@
 MIDlet-Jar-URL: SBGGetAirFareQuote-client2.jar
-MIDlet-Jar-Size: 3630
+MIDlet-Jar-Size: 3173
 MIDlet-Name: SBGGetAirFareQuote-client2
 MIDlet-Vendor: hSenid International
 MIDlet-Version: 1.0.

Modified: webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client2/SBGGetAirFareQuote-client2.jar
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/SBGGetAirFareQuote-client2/SBGGetAirFareQuote-client2.jar?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/mirae/trunk/tests/functional/client/calculator/build.xml
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/calculator/build.xml?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/tests/functional/client/calculator/build.xml (original)
+++ webservices/mirae/trunk/tests/functional/client/calculator/build.xml Tue Jul 12 23:06:12 2005
@@ -77,7 +77,7 @@
     
         <!-- Start the MIDlet suite. For the time being I put
              wait=false -->
-    	<!--<wtkrun jadfile="calculator.jad" device="DefaultColorPhone" wait="false" classpathref="this.classpath"/>-->
+    	<wtkrun jadfile="calculator.jad" device="DefaultColorPhone" wait="false" classpathref="this.classpath"/>
 
     </target>
 </project>

Modified: webservices/mirae/trunk/tests/functional/client/calculator/calculator.jad
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/calculator/calculator.jad?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/tests/functional/client/calculator/calculator.jad (original)
+++ webservices/mirae/trunk/tests/functional/client/calculator/calculator.jad Tue Jul 12 23:06:12 2005
@@ -1,5 +1,5 @@
 MIDlet-Jar-URL: calculator.jar
-MIDlet-Jar-Size: 3357
+MIDlet-Jar-Size: 2932
 MIDlet-Name: CalcClient
 MIDlet-Vendor: hSenid International
 MIDlet-Version: 1.0

Modified: webservices/mirae/trunk/tests/functional/client/calculator/calculator.jar
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/calculator/calculator.jar?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/mirae/trunk/tests/functional/client/point/point.jad
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/point/point.jad?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/tests/functional/client/point/point.jad (original)
+++ webservices/mirae/trunk/tests/functional/client/point/point.jad Tue Jul 12 23:06:12 2005
@@ -1,5 +1,5 @@
 MIDlet-Jar-URL: point.jar
-MIDlet-Jar-Size: 3424
+MIDlet-Jar-Size: 2998
 MIDlet-Name: PointClient
 MIDlet-Vendor: hSenid International
 MIDlet-Version: 1.0

Modified: webservices/mirae/trunk/tests/functional/client/point/point.jar
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/point/point.jar?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/mirae/trunk/tests/functional/client/wst/wst.jad
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/wst/wst.jad?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
--- webservices/mirae/trunk/tests/functional/client/wst/wst.jad (original)
+++ webservices/mirae/trunk/tests/functional/client/wst/wst.jad Tue Jul 12 23:06:12 2005
@@ -1,5 +1,5 @@
 MIDlet-Jar-URL: wst.jar
-MIDlet-Jar-Size: 3312
+MIDlet-Jar-Size: 2897
 MIDlet-Name: wst
 MIDlet-Vendor: wst
 MIDlet-Version: wst

Modified: webservices/mirae/trunk/tests/functional/client/wst/wst.jar
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/tests/functional/client/wst/wst.jar?rev=216117&r1=216116&r2=216117&view=diff
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: mirae-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: mirae-dev-help@ws.apache.org