From 65e45e70e1f38fc542a49d72cefda3b92bbbaf46 Mon Sep 17 00:00:00 2001 From: Ali Akbar <aliraal12@gmail.com> Date: Wed, 30 Nov 2016 13:15:22 +0700 Subject: [PATCH] Update token IdentService --- ChatService/nbproject/ant-deploy.xml | 41 +- ChatService/nbproject/project.properties | 2 +- .../classes/org/IdentService/DBAccount.class | Bin 1331 -> 1337 bytes .../org/IdentService/RandomString.class | Bin 1393 -> 1399 bytes .../org/IdentService/RetrieveAccount.class | Bin 4635 -> 4665 bytes .../classes/org/IdentService/login.class | Bin 6760 -> 6716 bytes .../classes/org/IdentService/logout.class | Bin 4685 -> 4712 bytes .../classes/org/IdentService/register.class | Bin 5768 -> 5801 bytes .../classes/org/IdentService/tesKoneksi.class | Bin 2222 -> 2237 bytes .../classes/org/IdentService/validate.class | Bin 4717 -> 4753 bytes IdentService/nbproject/ant-deploy.xml | 41 +- .../nbproject/private/private.properties | 12 +- IdentService/nbproject/private/private.xml | 3 +- IdentService/nbproject/project.properties | 2 +- .../src/java/org/IdentService/login.java | 7 +- .../service/AddEditProduct.java | 30 +- .../service/AddEditProductResponse.java | 18 +- .../kaa/marketplaceservice/service/Buy.java | 30 +- .../service/BuyResponse.java | 18 +- .../service/DeleteProduct.java | 20 +- .../service/DeleteProductResponse.java | 18 +- .../marketplaceservice/service/GetLikes.java | 18 +- .../service/GetLikesResponse.java | 18 +- .../service/GetProduct.java | 20 +- .../service/GetProductResponse.java | 18 +- .../service/GetPurchases.java | 18 +- .../service/GetPurchasesResponse.java | 18 +- .../service/GetSalesPurchases.java | 20 +- .../service/GetSalesPurchasesResponse.java | 18 +- .../service/GetYourProduct.java | 18 +- .../service/GetYourProductResponse.java | 18 +- .../marketplaceservice/service/IsLiked.java | 20 +- .../service/IsLikedResponse.java | 18 +- .../service/MarketPlaceService.java | 2 +- .../service/MarketPlaceService_Service.java | 2 +- .../service/ObjectFactory.java | 412 +++++++++--------- .../service/ProcedureStatus.java | 18 +- .../service/ProcessLike.java | 22 +- .../service/ProcessLikeResponse.java | 18 +- .../marketplaceservice/service/Product.java | 34 +- .../marketplaceservice/service/Purchase.java | 42 +- .../service/RetrieveAllProduct.java | 18 +- .../service/RetrieveAllProductResponse.java | 18 +- .../service/SearchProduct.java | 22 +- .../service/SearchProductResponse.java | 18 +- .../kaa/marketplaceservice/service/Ts.java | 18 +- .../service/AddEditProduct.java | 30 +- .../service/AddEditProductResponse.java | 18 +- .../kaa/marketplaceservice/service/Buy.java | 30 +- .../service/BuyResponse.java | 18 +- .../service/DeleteProduct.java | 20 +- .../service/DeleteProductResponse.java | 18 +- .../marketplaceservice/service/GetLikes.java | 18 +- .../service/GetLikesResponse.java | 18 +- .../service/GetProduct.java | 20 +- .../service/GetProductResponse.java | 18 +- .../service/GetPurchases.java | 18 +- .../service/GetPurchasesResponse.java | 18 +- .../service/GetSalesPurchases.java | 20 +- .../service/GetSalesPurchasesResponse.java | 18 +- .../service/GetYourProduct.java | 18 +- .../service/GetYourProductResponse.java | 18 +- .../marketplaceservice/service/IsLiked.java | 20 +- .../service/IsLikedResponse.java | 18 +- .../service/MarketPlaceService.java | 2 +- .../service/MarketPlaceService_Service.java | 2 +- .../service/ObjectFactory.java | 412 +++++++++--------- .../service/ProcedureStatus.java | 18 +- .../service/ProcessLike.java | 22 +- .../service/ProcessLikeResponse.java | 18 +- .../marketplaceservice/service/Product.java | 34 +- .../marketplaceservice/service/Purchase.java | 42 +- .../service/RetrieveAllProduct.java | 18 +- .../service/RetrieveAllProductResponse.java | 18 +- .../service/SearchProduct.java | 22 +- .../service/SearchProductResponse.java | 18 +- .../kaa/marketplaceservice/service/Ts.java | 18 +- .../web/WEB-INF/classes/NewServlet.class | Bin 2304 -> 2319 bytes .../service/MarketPlaceService_Service.class | Bin 2964 -> 2973 bytes .../service/ObjectFactory.class | Bin 19338 -> 19338 bytes .../classes/org/saleproject/KAA/DB.class | Bin 1338 -> 1344 bytes .../saleproject/KAA/RestAPI_consumer.class | Bin 1976 -> 2897 bytes .../org/saleproject/KAA/UploadProduct.class | Bin 6384 -> 6429 bytes .../org/saleproject/KAA/tokenParser.class | Bin 1169 -> 1172 bytes KAA-JSP/build/web/catalog.jsp | 7 - KAA-JSP/build/web/login.jsp | 7 +- KAA-JSP/nbproject/ant-deploy.xml | 41 +- KAA-JSP/nbproject/private/private.properties | 12 +- KAA-JSP/nbproject/private/private.xml | 9 +- KAA-JSP/nbproject/project.properties | 2 +- .../org/saleproject/KAA/RestAPI_consumer.java | 33 +- KAA-JSP/web/catalog.jsp | 7 - KAA-JSP/web/login.jsp | 7 +- .../Service/DBMarketPlace.class | Bin 1383 -> 1389 bytes .../Service/MarketPlaceService.class | Bin 12867 -> 12901 bytes .../Service/RestAPI_consumer.class | Bin 2006 -> 2024 bytes .../Service/Validator.class | Bin 5695 -> 5876 bytes MarketPlaceService/nbproject/ant-deploy.xml | 41 +- .../nbproject/private/private.properties | 12 +- .../nbproject/private/private.xml | 2 +- .../nbproject/project.properties | 2 +- .../MarketPlaceService/Service/Validator.java | 8 +- 102 files changed, 1078 insertions(+), 1220 deletions(-) diff --git a/ChatService/nbproject/ant-deploy.xml b/ChatService/nbproject/ant-deploy.xml index 5d33e0d..2d5f877 100644 --- a/ChatService/nbproject/ant-deploy.xml +++ b/ChatService/nbproject/ant-deploy.xml @@ -1,43 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -Copyright (c) 2008, 2016 Oracle and/or its affiliates. All rights reserved. - -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. - -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. - -Contributor(s): ---> <project default="-deploy-ant" basedir="."> <target name="-init-cl-deployment-env" if="deploy.ant.enabled"> <property file="${deploy.ant.properties.file}" /> @@ -47,7 +8,7 @@ Contributor(s): <tempfile prefix="gfv3" property="gfv3.password.file" destdir="${java.io.tmpdir}"/> <!-- do not forget to delete this! --> <echo message="AS_ADMIN_PASSWORD=${gfv3.password}" file="${gfv3.password.file}"/> </target> - + <target name="-parse-sun-web" depends="-init-cl-deployment-env" if="sun.web.present"> <tempfile prefix="gfv3" property="temp.sun.web" destdir="${java.io.tmpdir}"/> <copy file="${deploy.ant.docbase.dir}/WEB-INF/sun-web.xml" tofile="${temp.sun.web}"/> diff --git a/ChatService/nbproject/project.properties b/ChatService/nbproject/project.properties index 4bdefc0..857af17 100644 --- a/ChatService/nbproject/project.properties +++ b/ChatService/nbproject/project.properties @@ -36,13 +36,13 @@ j2ee.deploy.on.save=true j2ee.platform=1.7-web <<<<<<< HEAD ======= -j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar >>>>>>> 267a82ca7eed3c74c463cfce0a377e9ab1f0f69f <<<<<<< HEAD j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar ======= j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar >>>>>>> bcf1435806005cb1ed3347eeb593de560332f805 +j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar j2ee.platform.embeddableejb.classpath=${j2ee.server.home}/lib/embedded/glassfish-embedded-static-shell.jar j2ee.platform.wscompile.classpath=${j2ee.server.home}/modules/webservices-osgi.jar j2ee.platform.wsgen.classpath=${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/DBAccount.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/DBAccount.class index 2d51f58022e2e6575fb5c867ed9b7aea3f625752..0764e61bca3ad7615aa56734c4f6f4559828ffa2 100644 GIT binary patch delta 153 zcmWO0DH6gk06@{7h$PKKzzIOHw`^tK3ltC-BnRRGv0Q?w0>J^e4xXX*Kl3yDwCU&f zdIK>hOM!-_X=qtOB17BIF?20G`T>$yGYA+mGK?(~rka^yu30?NvrxI_!FzF4OUH_} o|B6^`9Ay$8%97eTcI^E{Mk;k2IA%9_m&J-nG*yG3mY+!Ke`q8ZN&o-= delta 172 zcmWO0yKaF|0KoD8IfHYYoCt$3nyBm7qIGNCeHI3>G&X5EXv8H%JcR9=Bz=j-R6`%Y z8+8%(-|+i2C*xkO=RcrG-w@<Mk<_FNX)>CuCZ}->k39L2<P`<~ojz+`3?<5nil(Zl z{kTKn9mT}=YI&pX{flC{VTsYSM2HH)U(?;x*{tWzcr@tkKR#F6*>a(1S=w~GcbW5b WEj`@RL4M1S(QQRQBZ%K~lEe)iaUJRa diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/RandomString.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/RandomString.class index 5506ddb1ff96612a3cb5f901bd4996b8337964e6..3f6f8b0e82ff50274ff1c47c3ed74bd3fab0ef16 100644 GIT binary patch delta 308 zcmXAk%Pxaa6otS2_t#U$ACVLlG(l9UYpbfLYt{WWHzFbus)>$_nuxKaIYTjKZf4*C zyoE<Fk_h6Q80@uHvc8?{{h>c~?d|vF707a+X(OYU)OchXX(g+eQsgvYG7+Yo=bg+r znbkBf=dgm4dAGHoSk$zz<bY+DRuo0Ws-UXZ<>SglRqzgrLip<F@}yE0>a~ZEWlXo6 zTF;pqNl3~($yslSwSW@q0UIO(y4VcpBo@%_WQ%Q+_F~ODj@b>^V_%5Z-{a3!?_P95 z>`%e~Nz>t<%b>aSdqP8`%%gu-7-qzFefH}A6d}(jV|Jt8P89!#CdIgX5&gz<X7LGI Hd8GdUBKs}$ delta 318 zcmXAk%PvD<6otQi9R2He22B(RDI!|x)}kotTIz0MXmmu>rI(}?Nk^TEfuuP@@d!-J z3_O6h@CZf{L7YDZ``as7YbASs>JMFi`+a!@QXFX7Nh&5Z7ReUEOe&@nDNTT6kZH4L z3}y||nr7xqY~EnOv@(iCO^78EST<@!v8q@TRJB$-E*GkTb(9qX6}NO!E((qMgV!sk z-i<^h?mfv_F3Y+@mJNp-F^6t89lGdr=rGt~TL@ja*KVTVmhy?itIByPZ(=*9wd=6Q zz7T1=N1kiez38y`-w9D-UXOh#gWj#(*EB@jd$jK|!;JV|zkmO~3X*1&F~2e3PaF0R Tt%`tr(e{mHmLDJYEsMk-n<Fxa diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/RetrieveAccount.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/RetrieveAccount.class index 00759848580227861e21adb044b6428eb105f057..363e8d3f625a49d4ad347359a16503cb7b9ac163 100644 GIT binary patch delta 1020 zcmY+CS#VTE6o$W^B-5RHTbLnL6q2GURzdLuQ<M}>A*@L$QbZ)81SKS4Bonfc888ww zf}*mCaAi?I0dWNs7%;41N5!x&BB(4bpaO2Z@M1WZhmbtnK7XI{pXKj+mUrLYz2V6J zJDPyL+;$kqtA<%FukpHnykVH_Fo(H@d4~ChHw_C6Z)p}fSf9Jdx1P(}EH*6hFG~%} z4Da}9?`oDibY_KSr9&5=U*S{VGrVtD<-1lp4Xoh<m$iIo_{i|F%O`y5@)_$4>kS(W zh5qex!xz5YXc*_)O@{G?Vnd0c)G)y>w$yLB*^u<hN%Jk5tqxz(=&+6L>Fi*qk9HY$ zI}D)7ut$@+SF<k}P%)JyXusxw=AaC&aB}NPqcw?GbyZw*NOL$jE0Ci?D>YwfzSexB zIU-GxM^hrIr{r0_rP*?nV~UR14-L&9QZVN6+^n)hWkrtEv>d0|>y|dJ%Lz_OC(9}7 z6=~U#vOYPM)6{!SX`O>-7_7+f`lM$Jvz+CeqHA^S#7KF(x+)TnRn}BQBg01JkH{}6 zkCrAZ-*H|Mj3<f{Q{sw1{$rN!xuCgd`GFs0PRmbR^7;n*hh$>QWv<BBmaF{i)dwHU z`h{N=ZnUl@RvRr!#44kf-?(PE&Uwr4GVqq*z@C3t{-j=W!*Y{bn!hZ6^N;0U{*&f; zgB~58JJd2JnW+~93rA|6(2UX)Xr4sL;pWNlh<q)C(VF&*R#r+20a9ASvXi6b3ySk8 zo+ef5r*_B;G!!xxhq=`84A0`Sgi6LyB&)ZY62=R9fc276ET{vG3>R+^9of$yN(F`F z5A|b$pfK6oAj)%S;h$up_++6tOc^oKRWD(bGfASoRfr0Srtxr4xze!8TN~<;QcaE5 z9Lg+e6*T#t>ROF#OhO}I3UqBDy`Aj)EdP0?-l0<<+)nHB_jD_fi0FR7%L^BDYx@>$ m<BDmrIgR0dz1w;NOqbjMFY=Pu3=|D=dpXVwW{yS0dF3tx1K-jB delta 999 zcmY+C>u;1*5XOIJx4Y-`eUH#;LdX&lFc7~e4Use<sRaTh7@Baa++k_yLKj<Fx(h7| z6u~P+L0>@-Z`>3VR9G$oic;hv0?J*yfZU<sAK(jhPNTK`aAuyFd1lU;IkT_Vx?T+@ z9_~K~^rP8hAd3wz`HW_X6H5&*dyL@~!>fkZ46hsBFf7wFdRWI@?(~~Jqj<}(!Wk<K zZyVlmX@TZlk1njztoG>Y__G}KJ;NHqTIYJ-YhWE8_|)*B;UmMxK6CiQr<V1G4Tg<| z@y^<0*zEMDhRIHUW|(S-8>Sgb4P~y_N_XiN!&X;LF8^Hfg~v9wdwj`P*?i3ohjtn= z9s}5A*saOhquHAYsica1quHm~ukecMrzdLC$?DlD%>m7~nZ{6|^1jm?)O@e`A#*vL zr+Qir(PTNykBZI(J%@}KTry!~QICprRb`>&2u(p=WciavIc7Odogz|@SJ77@KRH7e z<ds#I&o696|E8P>nj^93&zw}mf^FegZ_6o8E261%X?ku-5gIYv@(aIe&REWJ&T^g$ zL2>k%!Iq0$vi!zng`HPgnJkb0mlSC=Ex+@J!cWxKBx@7#bh0X8`IEmaS2%6CDz7~o z9r(oGmTS~$u3K(!Q*+C5n>&`f+>>_<9rSE*(GbhHOn<#1I&pwzlxDPMjFxX!BK)Bu zhRJCm7p>{YXk&$22oY`z%lehbiHh?%#*!uVAMeyH)G(e2cr;SaL?+?0nkptUMYe1` zWlR<Hh<xuj;(|J{mtv*~>P!=ZC>4|=<I5N36nRVm_nA&PTKH#3h)=eLqs(9?+3G1_ zRFITtAC<!_iAH!js(hZOGHA-_9j;<_(45mP-qujp)~>5HHJUjZ0ksfoA-hA{|Fhh9 z@*nVMD7Qnesn)&~Y0+8C4a##%y0@Q2`?z8rb-{(){66iyAsG)cx%s>x`Y{wQinSoc LLKaOzrD*sEOGD4w diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/login.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/login.class index 5371d1e459b9d919c2df7acf3a6c141b1e234a15..277a3c5f67972f286188ac1932a28efae5576215 100644 GIT binary patch delta 2782 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 HwV~$&Y49Dw delta 2805 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 Hr{Um-n7$F~ diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/logout.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/logout.class index ccfd5e751d219473a8f2b67866bab4cb123998c6..8b95b90309a2ccc042402b7db83fb16bf70fe44f 100644 GIT binary patch delta 1059 zcmZ9KX>gQ95Qd-GYbM`Lf(ZqtGzt`0mQ`rVlF}a_Rv`;mqOq)?f*M@H%7V!*WH(&u zu0c^yl;cB#H>e<rps=EV5fQ}$K@e2D?*kRQ05vFtp8QA=e@u5zPrq-!Ju}<;?Cq1^ zdUV4^pdUv)2GQg(gIkN}&uxa8QEulBXJ#2@d)&!ghB=124fh!48s=%{dz8>*Sm3-L zWg+((?sJ=F!y?1|4)%cNL634CGBmi7hc%CQRL~S9|0s(MOAL=id7LMrEM=J?;rx?^ z<<384c-j%J&^+UD1}mLerFmBKoMyF0U)Fe>MZx1to;R#@OfMK-G^}%7)*Ch$(k^V) zyrgOIc$tkJudu1;R9<DX3t#hO=+_NfG;b(Ewdqt!(aqmvPAr_GYE;h_&6}FHG;hl= z3NJRbHZd_fKAp;FwrbuftOyKM#oJ^u&34VZ(#dZP&Wr4@?BqRvZm7rU0=Mj9x8;34 zP;?p4YjD+t)gv#9^-N~#>jnz7<wJJ+J3`aT_wbQ4w0ulX5gt&PJbR$!6LNk{xO?wU z8KUSqAwD@?Sr<=@tE^5oq^HEk)FmvR@ww#-zVw^JJtALOzUCXhC4ByABFgeD--$BI z_xxb_k-ZAjm`OCG;`M_3NkHY1{uO)pSz+7BQ;BTlh|7mtVovlg?DNx+>f-(U>N3AM z^Si$@(y#j;jw+JL#<PtXMWE_p%by(ZPtt==K4>{aPV<-LZ~oD=S`PEC<v)%Trs>wm zs1cegG*@b_(u_oji4GAnOjaAEXievej;dfA0fHUJ@`p#sib(Qmt|7#=g>5BkRlbJN zggH+h;X2}SJcuofp%yLbH#1gphGFvl39hGz9J3iGIZu3!B;$$VlVt)oU|B9)b<|TV z$QUW9E0J5NAT3cBjtJ^fsyIPe5k8Sg(w7CLz48rm9HdOr8KDYMEjlki^e6E;^lKV5 zlQmP?gQ;Q_w6TQn|4Q5)O)Kj(?DY1*6*r0xaTAwFyP*<aBtD40xHNXk@pp54x#DK| QRDrT{yLHay1s>p*W3;^R5dZ)H delta 1008 zcmZ9KS!|U>6vuyG@4eql=MKfTVvIma6JAJ=h5(w_S`*{~#$b6U6cB+@szvDny@gUO z*A0|KEqvfsS&FDE1;opuEt@DV6;NCN#RYHyt^4xe1JpB(X($i#|DScvIWy-%|D*jA zZI@d114H@8Fr0eB0urg@@}TCSDC2q9!6TYS4Mi-}EYdutd0ewtvqZ7fkVd^`nd2v- zjN?hoQ%-5nEZ3}XX@O#;;aXN{s$9s^if0UcsE?9(mgh9jYZ{}(c_B&-t2HH#*J#!{ zUZ-ht7p_;lXc)i-2QMjJR=lFvXc)*Q!yq;ru4jv;+1<2NvrV(zRe4pjLsRa=2E}WN zq+ut!47=HrdNr@}h7((i4Be{PtJs&!@Dkp2`xOTi2R%%zwxqNwKC`l-TJfghP;y7g zC{Mkmcw2Eeh=d#bcP#JnUeFlM%C@{uo8<$Jc=XK69#L>>;l#1Aer56US^1Wuv;}9w zb%T%bq2(j$JR*5HWrM|Y+$kzAXL{v~`T3pF|0y3c(jzlyvYE#637=X%<3!LL$?{KH zPVsqgJaTiE<qJ+*zT_***L>rlYpP4<R1}w&TFyxL5I;9`jI+UPKhu})&hc%q#4qge z9p77G{NUhx(C!bt=7LN1tK-G-nre@fg4-=W@>4KOjp*HO`I$P!FP2~VP4T<s5B{|L z#ox)5>R*3Su40^GyrM|SZ+imKkpiRTbdZixbdTtY3U!b|sLL(;I6;mt#)(WK%$>>e zX}i3{WbPuujq+|&m@4k!9A+BDDCzzX)5WG4%>hc7L8>hBVoJqkgcoo(_YftJ)hJ^o zmW|@Mm;2};nK5RGmPWg*NV!NoxhPq8P{385mBuTml)41H)3Xy*;t!D__Swvl)(WN3 zTaW?DFkJ&EWK;Sm;+;Z`pa&f^5xFA7J<?4X-KL$}Il0F?;V`v~k#eI%zD+np(3&3W ad->yB9_}%px}a~y4ZXTs@0aux9{3N0S=J^1 diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/register.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/register.class index 7a2a9b0ce89fc92347cd547e313812f040103aa9..1c9ea990b8b887fbabe00a9f33084292e6fe3064 100644 GIT binary patch delta 1278 zcmZ{jdr*{B7{-6^F6=pcdxV8`HNXNgvKwtAp%pQcX4c@0{b4m(Q?r9>fVgY0kY%)1 zUhtA#zHUTOR#tXX!fsf0zu7&rds=q2G%LGksdPT3VepS;zVn{vJLf&m`@GMb(_Xf+ zEWLhT?>eADsvORyOL2#Tk2|wCi{+ZTg51qLURa^I*Wo_y*R0e$pm|X9kmg~<BMv!q zX;yjj>LA@bs_F55)@UBnJnkKPLh+<SK2JH8xL2{(VFX<c>8E)n$U2_Y%=3;ur<t!= zpjoJC*DTU3);zCyLGxmemv}kIE4=DSe9a-s>x%W>{Dv3a^uk+;w;kT$U5C-U=LL&$ zcwe(Y^MOaPF^doRNb|A7C!}pZb3M*aHJ^EjpL^j8%_hxePve)GuN=1UwfD2eYvmiw zx0>%X-)nx*Y*qZI_{m`#+Z}#pM;5>EtA~Em>{R@&_(RA}C1=DF6XS_^Q!JHi5{f1z zn=Xu=-qR*?q}b;CsrXB=%i1J36K2=OXQk?siDt!a#os-7{tXgdtN2H;N3mD2&o*ug zyE`%x(&wI^Sv1O?H-d-}pZJBGs*+PCkDqeR854@@QZpN?Ew_;j5w|O|EnhMvU`rZN zbPAbO(Yo?#BbrXPJP=Wm#koS*U7j7*MjQzmTHLxoN!S<}BH31jksJvb$(1~}BT#L* z_ZSJwP%FzwM1~m|PN$IrBwxsDh_%L|Evfp(==fM;JTWcSWTZd}jf{{3jT|IJZjKrr zD)wNBVX7Q#th$kIrD`ZRL`sz$YN(Y_LPjdyT(0CWBZo_=+pCJoZQc=H@{vNIITcH_ zGz-4THAaq-GTT+Z<4TS;5|v|&l-u4Ny|nOHBcth5QeoscsZ=t?$XGev$O&>{Pq*Hp zrZy;MC>j+r6$z|GiQuU=oMuNKxhTc{83S4VK6@?w1KajhCG7~<#aUcL22Jkv(3HZ# zYt8-pLdwn=wDg>p+v-oZaxo#gCCO|qu?2f&I+rqsJT}QVE~AYw+oXcaNi$SdS?alV zH^N9?Ay;svEx1fpbCqRLl=*U*XOU)%Pch%3EKZiaEU?I-Ms~8$q9A9=R@yBxTrgHP zv&h0B)XPQ|Ta-<QtY8UC?aK)HCQ-{Yt2W}B$ki+((-*TMui;vEQKU3|9oOTh-u5#c z-Dlrnc)$;Z+wbWOiW?O-{m*xE|N1QgYM0dXQGmUv1BU;{0KVN6j8k;v?dNfGXpo`8 Vt@c8nG^{c**k<82o8#m5e*sS`3vmDd delta 1255 zcmZ{jd2G~06vsbr+wM$%JG9%D0^L?iMZB;sjYRpQX(EVdN>cwoi2R|h?IOK)X?I&e zEQ_2~5rrRC>wTeuDB$8%74HiV6vPV!#S_I7ML=ntUt>s#F`4<k@0)kbdoMGq%R9?c zn|pgU0b``XVJh8<TO54cn#~k$)7&1QkvlxNQ*)O?6L)Lw(cG)KPqRvMzv2OhT)H(6 zdUADu2G(dE@|3ljhc%CQVe1s@9g5iC*u;-2(henbJES)9Sb*g`u9@$JKA~BlS*Tg0 zS*%&2>C`-_c}mk0U<FSHSjjV9iO)KO*`#>Rlh1qbf(I`uUUGPuR~$~~RSzu7<u%Rg znm4=@o3nY7w={1%yhF<NGuO+xMf0xb_?`z_HQO}rdo^y?eBkgQA9>1Jua%EApJ;Yy zKGl4t*{Rs2_}t+Ob~}8@SJ`~cHy-;|^POUk;(H+{8E=fnCPrh?)<`nmDwIx&w_X-L zFWn(?B=mz~ui{6+nJ}w1Ix|@xk0lg8DSl25%h)E)FN$9kzbW>)y_qrj-EGb)Ei?SV ze#4&}5OOQa&aN3h`NH!j44;u~ZmKdIWWSrv>L}+Be;NL!OUSAWb!=9ol!<WYE zW>@vIe`9*xOZ-KOKEaT1=lRQmV#FsIMlvPKh+mYu(O)&zh?Z<4js%Ptx{M5x93j6U z(jE!7CF`5Q<0DPcSY4#mNUj8p<Vn7f0vYU%Rzrh@9vxzsCPNK}WSBcuHH3;Jq@>tT zD<wi^GMcDRa*UB<CFJf<r4`n%)N>v#_!G%UvMnL_YO0Nt$#J%={?RHKVdQujY2*ak z`6#`#_(UTo(WT^MBd5qHC8ruGm(z@dWpsM0-mRuhQ8XwT6-~;%OtBC+$HKXG_mPKE z9PM$$E2Gc8zl<Yh`+b`2_S?f4aWa|d=HyK-9(dN$Zx>pv%p{TS$ZO9?C21qb28q+o z<@UlJna(U`lg~~W#}&+>fW0z?E9qdctfPgw)>_C2Uok1>*$bD+daklr6y?4==3AyY z)2CQqSvF_MVHR5EP%ZmdWLba<WDkoiGh94YcCp0LLDb83IxWkgTUK#3*Vr!*^i86c zI$Ld_Zz9*Slq_Gw7I_`Z+%<(GQ`d6?8PwZ;rlb4VLcx)FC`$Tgx?HhB;r`EB*?%4u uPzR*Cj}ZR<W&qzoLgN%Q`A5yTB{*Q9!i{vf7Y#Y1aNwAQo2-wIoBsh8dj@X+ diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/tesKoneksi.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/tesKoneksi.class index 770d8afa50006255f648df8999e1dcf8da558022..b76da22615b7a5da6be2a7101b4ef392fa87479d 100644 GIT binary patch delta 486 zcmZ{g$u2}e6o$X*i>lndiFAYok+4F7YaXvQwt3d(@pfyvrF9D(!%D&fSlpe5kO(UY zD=RPK4N%uYSXk75>ip;bs*-aTdJbK_eLTGYEgYDX;V627gz5FAPtk8Oz@TDC5m5{) zMiirxF%!$rj{9{Y$RtyWX}_6K%qr%5Y+kZpQbN?EltsmoWLdHzC~#7lR4yzqs%!2q zmqdlOS0!tbb&Uwj$ay?*luKnZCz1`xruQx$t8~C(i*1V?TtT5zIW#jEU7d|oBy)%9 zu!b#SY<sVPtI0UK`bmofoq~MFPBw-u_WVXVb}YMlp+DERZ_r|&azW97d+OS0H?wa? zlgHUJH<nIVBuPEo7`Mh+t)xy;FR>*J2ra>3EqWIXpM;Q-zlooe@ks#VXRKG<s84}5 vn`kDF7Vla{%YJ*U-*Z8mu6eZUd9_!nYRmu22s-HW;;OCqH!0}Se1PsR#f(c- delta 450 zcmZ{g%PvDv6o$XuL-)?<Nu&b?6^YI&DRr&eQJ1#v)TK)6PMfp|t<V9ZhF3T<1CJmP zMiL&t$jg{w9}!_-u>QT*`oBMWXFd6E{k50($7i6If=M$&ieVq^*shEyVkRAoD#jG! ziU~zrk&q-!ESH^h&nX{arWG@8Gpm?W%)7A#$)ZUUDU$$8ie<@)WL4m`OXX5ECNM&6 zceRWNq$O*TjKEBu9~MrkrAqlsvM$+h-o!)DB1_I<lPy7m9ZaO+>FiRnwOBnqidk%v zb6!1H;T?7@_UISX+mT|IcJ|#y+L41w{zAW|Z{Lvv=h6rmhve^XjB6tokc1`ek`AfA zE426~wM^^!z>k#tC4MO50}sZJt=AaQ<<-MZx~QYu5h~<7%5d}VdCwOk^vcmppJvi6 V|M`L_{m!Y1HvUct26WcL;3s*~Ky3g3 diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/validate.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/validate.class index 87e9b798eab2e001df559730747abf378617e749..491a2d9d5b60658adf66c9bcad4c0a8a171a69b0 100644 GIT binary patch delta 831 zcmaKqM@-Z~6vltEEIZ?W=dvglJc)AA0|$(n=)uTIIe5{FG0|1`um%Y3E{IrGQSAM% z*n96HiXD5yjvagNy<!1pNJum>CX@HxeDl3;zBifIt!AXftLpYt0&RuYp(7=du?`+e z{ETC~BJ5`Z6BUyblPx~QVJg%7OlO8<rh}$L;o3Y)G27-+KXaJtXCCtvy=`9L(1L|F zEK)4C$P&p?hh;2xh^MeZvC^We6#X1hSS?v&*=ucBr&w=gHz+n*<xPssiY*RXDN_Wk zr&5P)lq<F?b|@;Wxt)?-lHCq_*z2&5{Y|LkfUOQH4mo6SSaC#hRFu_q7T#l$<K<mE zdqvuA$qC6x^9qtvk}An*$r;I6<4JPP_%_OJQ}3n>!_u7Rf@#oPq*~yM#)7f@sKC=b zOLK|Kk}I04Tr(n?>)dc(czeccxG4~+np+ebY0Yi!7=6uM?rHAxK=Y7Cn#Vj5_(O$x z;Yg@YESwY4Jmr}nX<)D*m>wOJo!-NM=E|HrW6biOYdY~lpz@=kNN&(}yrf$5ir0;8 z`LX11c6w$oJCr*h7}31pt>zu?-KxZv2{n9h-z7F{{gDR(T@cI;59rf4Qewka@=5cV zFXnADU-{;?@wFGVZhv2g=HE3x>_9&?zo?VcYcr+L!XpyOD}242_#jC{5|zXx`H}+3 zU`b&^F+@m;Bts>`8kRXTt4Ih4d}Dk)nK+XF34kZ1o+ikD(lGj|!)r<M1n6r1y3c%? lZe%f{p%%nV_A=5f3-k^Ai3vtg?4~BQOa2=jZTKF>{07Nm%_sl> delta 802 zcmaKqSxA&o6vuye(z(}f?#oCeOucADPa$MfU=NWHln)a06oE}R4-+ani`rsitF~G8 zweS0GWwvVBZe?YwR<`ep*}m9|_I-j-5W(U6&;8&3`QLNll=W%p9jR-pssRSjYLHBk zWSW74A{POsEBr2UnW31em}T>`4T>po5oV5Lu7RdVG0(>NiUl^7y2xXpi+mO-#@bkB z5YJ*enTjPgvsALopn&BD5f3XAD{Xd_V!VNe)si)~daa$-Dc0Mz8x$LD=S_;uiY*3P z*{1N?GnE<y*{;~3*s0iM54T&gM^bLEmwg8NsfghKm3DPdamXNv!-^x4qoSg1sE9fy zsj3|2s21I;CC4QvBsG$gl2ek?k~3yPRCzzmS<Y$BQ!8)=L*7t0C~%~uYA$e5a!FIi zWz7|?3gXOBF>z+k=;TN}*90O#bDcuX4Q^^~aa+?sqvj5GHTP%|xO@dU{(vt%<j?YH z?(;wpJHeahO$_E{CXTj9>%puXTl`Qnghv7u4*CMwUR(Z{TFn!lcJ_or{>;P_Z>BFh zLwf_7XFS)u;HB9d-K$GIuS~bIYv0#23Ur<~)1Q&v`J3pDqvVa|E$=kVyf@RFgG7s2 z>>S+VgXSZJl24k?e35+BeB-<32R|#DoMVhgk|b9WkT@hkNk|fw<aHGJLJ}`2ka#-6 zy0ao)2ynMj(oPD7<bMX>@U#<y{HF}dKcW9GVjXTqSnKSx_F^QdOzfxylPrv4vf1Ds X=l+uuOrg*m9y_qx-|SRN?;!FUs<6Gl diff --git a/IdentService/nbproject/ant-deploy.xml b/IdentService/nbproject/ant-deploy.xml index 5d33e0d..2d5f877 100644 --- a/IdentService/nbproject/ant-deploy.xml +++ b/IdentService/nbproject/ant-deploy.xml @@ -1,43 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -Copyright (c) 2008, 2016 Oracle and/or its affiliates. All rights reserved. - -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. - -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. - -Contributor(s): ---> <project default="-deploy-ant" basedir="."> <target name="-init-cl-deployment-env" if="deploy.ant.enabled"> <property file="${deploy.ant.properties.file}" /> @@ -47,7 +8,7 @@ Contributor(s): <tempfile prefix="gfv3" property="gfv3.password.file" destdir="${java.io.tmpdir}"/> <!-- do not forget to delete this! --> <echo message="AS_ADMIN_PASSWORD=${gfv3.password}" file="${gfv3.password.file}"/> </target> - + <target name="-parse-sun-web" depends="-init-cl-deployment-env" if="sun.web.present"> <tempfile prefix="gfv3" property="temp.sun.web" destdir="${java.io.tmpdir}"/> <copy file="${deploy.ant.docbase.dir}/WEB-INF/sun-web.xml" tofile="${temp.sun.web}"/> diff --git a/IdentService/nbproject/private/private.properties b/IdentService/nbproject/private/private.properties index 0a28249..0f61037 100644 --- a/IdentService/nbproject/private/private.properties +++ b/IdentService/nbproject/private/private.properties @@ -1,7 +1,7 @@ -deploy.ant.properties.file=C:\\Users\\Frys\\AppData\\Roaming\\NetBeans\\8.2\\config\\GlassFishEE6\\Properties\\gfv31137312071.properties +deploy.ant.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\config\\GlassFishEE6\\Properties\\gfv3-445781616.properties j2ee.platform.is.jsr109=true -j2ee.server.domain=C:/Users/Frys/GlassFish_Server/glassfish/domains/domain-client -j2ee.server.home=C:/Users/Frys/GlassFish_Server/glassfish -j2ee.server.instance=[C:\\Users\\Frys\\GlassFish_Server\\glassfish;C:\\Users\\Frys\\GlassFish_Server\\glassfish\\domains\\domain-client]deployer:gfv3ee6wc:localhost:4848 -j2ee.server.middleware=C:/Users/Frys/GlassFish_Server -user.properties.file=C:\\Users\\Frys\\AppData\\Roaming\\NetBeans\\8.2\\build.properties +j2ee.server.domain=C:/Users/Ali-pc/AppData/Roaming/NetBeans/8.0.2/config/GF_4.1/domain1 +j2ee.server.home=C:/Program Files/glassfish-4.1/glassfish +j2ee.server.instance=[C:\\Program Files\\glassfish-4.1\\glassfish;C:\\Program Files\\glassfish-4.1\\glassfish\\domains\\domain1]deployer:gfv3ee6:localhost:4848 +j2ee.server.middleware=C:/Program Files/glassfish-4.1 +user.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties diff --git a/IdentService/nbproject/private/private.xml b/IdentService/nbproject/private/private.xml index 092f8c9..63b8113 100644 --- a/IdentService/nbproject/private/private.xml +++ b/IdentService/nbproject/private/private.xml @@ -3,7 +3,8 @@ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> <group> - <file>file:/home/khrs/GitProject/WBD/Tubes3/TugasBesar3_AngularJSandFirebase/IdentService/src/java/org/IdentService/login.java</file> + <file>file:/D:/Kuliah/IF%20ITB/Semester%205/Web%20Based%20Development/TugasBesar3_AngularJSandFirebase/IdentService/src/java/org/IdentService/login.java</file> + <file>file:/D:/Kuliah/IF%20ITB/Semester%205/Web%20Based%20Development/TugasBesar3_AngularJSandFirebase/IdentService/src/java/org/IdentService/validate.java</file> </group> </open-files> </project-private> diff --git a/IdentService/nbproject/project.properties b/IdentService/nbproject/project.properties index 7d79870..d390d25 100644 --- a/IdentService/nbproject/project.properties +++ b/IdentService/nbproject/project.properties @@ -36,13 +36,13 @@ j2ee.deploy.on.save=true j2ee.platform=1.7-web <<<<<<< HEAD ======= -j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar >>>>>>> 267a82ca7eed3c74c463cfce0a377e9ab1f0f69f <<<<<<< HEAD j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar ======= j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar >>>>>>> bcf1435806005cb1ed3347eeb593de560332f805 +j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar j2ee.platform.embeddableejb.classpath=${j2ee.server.home}/lib/embedded/glassfish-embedded-static-shell.jar j2ee.platform.wscompile.classpath=${j2ee.server.home}/modules/webservices-osgi.jar j2ee.platform.wsgen.classpath=${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar diff --git a/IdentService/src/java/org/IdentService/login.java b/IdentService/src/java/org/IdentService/login.java index 96d4bc9..bbe0bf9 100644 --- a/IdentService/src/java/org/IdentService/login.java +++ b/IdentService/src/java/org/IdentService/login.java @@ -98,8 +98,7 @@ public class login extends HttpServlet { Date dt = cal.getTime(); //token akan expire dalam 60 menit Timestamp ts = new Timestamp(dt.getTime()); - String generatedToken = tokenGenerator.nextString(); - generatedToken += ts.getTime(); + String generatedToken = generateToken(request); sql = "insert into token values (\""+ user_id+ "\",\""+generatedToken+"\",\""+ts+"\")"; stmt.executeUpdate(sql); @@ -176,9 +175,9 @@ public class login extends HttpServlet { public String generateToken(HttpServletRequest request){ String token; - String user_agent = request.getHeader("User-Agent"); + String user_agent = request.getParameter("user_agent"); String ip = getClientIpAddress(request); - token = tokenGenerator.nextString() + "#" + user_agent + '#' + ip; + token = tokenGenerator.nextString() + "|" + user_agent + '|' + ip; return token; } diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProduct.java index 95f832f..7db42fd 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProduct.java @@ -13,21 +13,21 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="add_edit_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="add_edit_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProductResponse.java index 87108b6..319fbbd 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="add_edit_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="ProcedureStatus" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="add_edit_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="ProcedureStatus" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Buy.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Buy.java index 480c3ee..6fa3784 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Buy.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Buy.java @@ -13,21 +13,21 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="buy"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="cosignee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="fulladdress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="postalcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="phone_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="buy"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="cosignee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="fulladdress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="postalcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="phone_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/BuyResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/BuyResponse.java index 06abb42..330c547 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/BuyResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/BuyResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="buyResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="buyResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProduct.java index 78014a6..31fc197 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProduct.java @@ -13,16 +13,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="delete_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="delete_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProductResponse.java index 7e7b53b..8d90007 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="delete_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="delete_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikes.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikes.java index 65fef46..6ddd7d7 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikes.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikes.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getLikes"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getLikes"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikesResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikesResponse.java index b4cbda1..9c382b2 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikesResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikesResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getLikesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getLikesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProduct.java index d37af5b..b48f348 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProduct.java @@ -13,16 +13,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProductResponse.java index 49bb710..18c0120 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchases.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchases.java index c5be279..457027b 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchases.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchases.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getPurchases"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getPurchases"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchasesResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchasesResponse.java index 296df54..329bece 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchasesResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchasesResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getPurchasesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getPurchasesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchases.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchases.java index f7e3c5f..cbfe01b 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchases.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchases.java @@ -12,16 +12,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_sales_purchases"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="option" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_sales_purchases"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="option" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java index 6abdfc0..6077ff1 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_sales_purchasesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Purchase" type="{http://Service.MarketPlaceService.KAA.org/}purchase" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_sales_purchasesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Purchase" type="{http://Service.MarketPlaceService.KAA.org/}purchase" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProduct.java index a7aff31..51cef17 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProduct.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getYourProduct"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getYourProduct"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProductResponse.java index 23b03e5..94de12a 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getYourProductResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getYourProductResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLiked.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLiked.java index 96975ec..990d65e 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLiked.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLiked.java @@ -12,16 +12,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="isLiked"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="isLiked"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLikedResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLikedResponse.java index 72e1027..1e32d66 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLikedResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLikedResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="isLikedResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="isLikedResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService.java index 342c6a7..ea0a953 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService.java @@ -14,7 +14,7 @@ import javax.xml.ws.ResponseWrapper; /** * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.11-b150120.1832 + * JAX-WS RI 2.2.10-b140803.1500 * Generated source version: 2.2 * */ diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java index f7d517c..736cef8 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java @@ -13,7 +13,7 @@ import javax.xml.ws.WebServiceFeature; /** * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.11-b150120.1832 + * JAX-WS RI 2.2.10-b140803.1500 * Generated source version: 2.2 * */ diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ObjectFactory.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ObjectFactory.java index 8bea78a..0c274bb 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ObjectFactory.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ObjectFactory.java @@ -24,33 +24,33 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { - private final static QName _ProcedureStatus_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "ProcedureStatus"); private final static QName _Product_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Product"); - private final static QName _Purchase_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Purchase"); - private final static QName _AddEditProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_product"); - private final static QName _AddEditProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_productResponse"); - private final static QName _Buy_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buy"); - private final static QName _BuyResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buyResponse"); - private final static QName _DeleteProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_product"); - private final static QName _DeleteProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_productResponse"); - private final static QName _GetLikes_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikes"); - private final static QName _GetLikesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikesResponse"); - private final static QName _GetPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchases"); + private final static QName _GetProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_productResponse"); + private final static QName _GetSalesPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchasesResponse"); private final static QName _GetPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchasesResponse"); - private final static QName _GetYourProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProduct"); - private final static QName _GetYourProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProductResponse"); + private final static QName _IsLikedResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLikedResponse"); + private final static QName _GetLikesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikesResponse"); + private final static QName _GetLikes_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikes"); + private final static QName _RetrieveAllProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_productResponse"); + private final static QName _Buy_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buy"); private final static QName _GetProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_product"); - private final static QName _GetProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_productResponse"); + private final static QName _SearchProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_productResponse"); + private final static QName _GetYourProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProduct"); + private final static QName _ProcedureStatus_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "ProcedureStatus"); + private final static QName _SearchProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_product"); private final static QName _GetSalesPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchases"); - private final static QName _GetSalesPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchasesResponse"); private final static QName _IsLiked_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLiked"); - private final static QName _IsLikedResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLikedResponse"); private final static QName _ProcessLike_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLike"); - private final static QName _ProcessLikeResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLikeResponse"); private final static QName _RetrieveAllProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_product"); - private final static QName _RetrieveAllProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_productResponse"); - private final static QName _SearchProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_product"); - private final static QName _SearchProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_productResponse"); + private final static QName _ProcessLikeResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLikeResponse"); + private final static QName _BuyResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buyResponse"); + private final static QName _Purchase_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Purchase"); + private final static QName _GetPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchases"); + private final static QName _AddEditProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_productResponse"); + private final static QName _DeleteProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_product"); + private final static QName _GetYourProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProductResponse"); + private final static QName _AddEditProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_product"); + private final static QName _DeleteProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_productResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kaa.marketplaceservice.service @@ -60,43 +60,43 @@ public class ObjectFactory { } /** - * Create an instance of {@link ProcedureStatus } + * Create an instance of {@link GetPurchasesResponse } * */ - public ProcedureStatus createProcedureStatus() { - return new ProcedureStatus(); + public GetPurchasesResponse createGetPurchasesResponse() { + return new GetPurchasesResponse(); } /** - * Create an instance of {@link Product } + * Create an instance of {@link IsLikedResponse } * */ - public Product createProduct() { - return new Product(); + public IsLikedResponse createIsLikedResponse() { + return new IsLikedResponse(); } /** - * Create an instance of {@link Purchase } + * Create an instance of {@link GetLikesResponse } * */ - public Purchase createPurchase() { - return new Purchase(); + public GetLikesResponse createGetLikesResponse() { + return new GetLikesResponse(); } /** - * Create an instance of {@link AddEditProduct } + * Create an instance of {@link GetLikes } * */ - public AddEditProduct createAddEditProduct() { - return new AddEditProduct(); + public GetLikes createGetLikes() { + return new GetLikes(); } /** - * Create an instance of {@link AddEditProductResponse } + * Create an instance of {@link RetrieveAllProductResponse } * */ - public AddEditProductResponse createAddEditProductResponse() { - return new AddEditProductResponse(); + public RetrieveAllProductResponse createRetrieveAllProductResponse() { + return new RetrieveAllProductResponse(); } /** @@ -108,171 +108,171 @@ public class ObjectFactory { } /** - * Create an instance of {@link BuyResponse } + * Create an instance of {@link Product } * */ - public BuyResponse createBuyResponse() { - return new BuyResponse(); + public Product createProduct() { + return new Product(); } /** - * Create an instance of {@link DeleteProduct } + * Create an instance of {@link GetProductResponse } * */ - public DeleteProduct createDeleteProduct() { - return new DeleteProduct(); + public GetProductResponse createGetProductResponse() { + return new GetProductResponse(); } /** - * Create an instance of {@link DeleteProductResponse } + * Create an instance of {@link GetSalesPurchasesResponse } * */ - public DeleteProductResponse createDeleteProductResponse() { - return new DeleteProductResponse(); + public GetSalesPurchasesResponse createGetSalesPurchasesResponse() { + return new GetSalesPurchasesResponse(); } /** - * Create an instance of {@link GetLikes } + * Create an instance of {@link ProcedureStatus } * */ - public GetLikes createGetLikes() { - return new GetLikes(); + public ProcedureStatus createProcedureStatus() { + return new ProcedureStatus(); } /** - * Create an instance of {@link GetLikesResponse } + * Create an instance of {@link SearchProduct } * */ - public GetLikesResponse createGetLikesResponse() { - return new GetLikesResponse(); + public SearchProduct createSearchProduct() { + return new SearchProduct(); } /** - * Create an instance of {@link GetPurchases } + * Create an instance of {@link GetSalesPurchases } * */ - public GetPurchases createGetPurchases() { - return new GetPurchases(); + public GetSalesPurchases createGetSalesPurchases() { + return new GetSalesPurchases(); } /** - * Create an instance of {@link GetPurchasesResponse } + * Create an instance of {@link GetProduct } * */ - public GetPurchasesResponse createGetPurchasesResponse() { - return new GetPurchasesResponse(); + public GetProduct createGetProduct() { + return new GetProduct(); } /** - * Create an instance of {@link GetYourProduct } + * Create an instance of {@link SearchProductResponse } * */ - public GetYourProduct createGetYourProduct() { - return new GetYourProduct(); + public SearchProductResponse createSearchProductResponse() { + return new SearchProductResponse(); } /** - * Create an instance of {@link GetYourProductResponse } + * Create an instance of {@link GetYourProduct } * */ - public GetYourProductResponse createGetYourProductResponse() { - return new GetYourProductResponse(); + public GetYourProduct createGetYourProduct() { + return new GetYourProduct(); } /** - * Create an instance of {@link GetProduct } + * Create an instance of {@link BuyResponse } * */ - public GetProduct createGetProduct() { - return new GetProduct(); + public BuyResponse createBuyResponse() { + return new BuyResponse(); } /** - * Create an instance of {@link GetProductResponse } + * Create an instance of {@link Purchase } * */ - public GetProductResponse createGetProductResponse() { - return new GetProductResponse(); + public Purchase createPurchase() { + return new Purchase(); } /** - * Create an instance of {@link GetSalesPurchases } + * Create an instance of {@link IsLiked } * */ - public GetSalesPurchases createGetSalesPurchases() { - return new GetSalesPurchases(); + public IsLiked createIsLiked() { + return new IsLiked(); } /** - * Create an instance of {@link GetSalesPurchasesResponse } + * Create an instance of {@link ProcessLike } * */ - public GetSalesPurchasesResponse createGetSalesPurchasesResponse() { - return new GetSalesPurchasesResponse(); + public ProcessLike createProcessLike() { + return new ProcessLike(); } /** - * Create an instance of {@link IsLiked } + * Create an instance of {@link RetrieveAllProduct } * */ - public IsLiked createIsLiked() { - return new IsLiked(); + public RetrieveAllProduct createRetrieveAllProduct() { + return new RetrieveAllProduct(); } /** - * Create an instance of {@link IsLikedResponse } + * Create an instance of {@link ProcessLikeResponse } * */ - public IsLikedResponse createIsLikedResponse() { - return new IsLikedResponse(); + public ProcessLikeResponse createProcessLikeResponse() { + return new ProcessLikeResponse(); } /** - * Create an instance of {@link ProcessLike } + * Create an instance of {@link DeleteProductResponse } * */ - public ProcessLike createProcessLike() { - return new ProcessLike(); + public DeleteProductResponse createDeleteProductResponse() { + return new DeleteProductResponse(); } /** - * Create an instance of {@link ProcessLikeResponse } + * Create an instance of {@link GetPurchases } * */ - public ProcessLikeResponse createProcessLikeResponse() { - return new ProcessLikeResponse(); + public GetPurchases createGetPurchases() { + return new GetPurchases(); } /** - * Create an instance of {@link RetrieveAllProduct } + * Create an instance of {@link AddEditProductResponse } * */ - public RetrieveAllProduct createRetrieveAllProduct() { - return new RetrieveAllProduct(); + public AddEditProductResponse createAddEditProductResponse() { + return new AddEditProductResponse(); } /** - * Create an instance of {@link RetrieveAllProductResponse } + * Create an instance of {@link DeleteProduct } * */ - public RetrieveAllProductResponse createRetrieveAllProductResponse() { - return new RetrieveAllProductResponse(); + public DeleteProduct createDeleteProduct() { + return new DeleteProduct(); } /** - * Create an instance of {@link SearchProduct } + * Create an instance of {@link GetYourProductResponse } * */ - public SearchProduct createSearchProduct() { - return new SearchProduct(); + public GetYourProductResponse createGetYourProductResponse() { + return new GetYourProductResponse(); } /** - * Create an instance of {@link SearchProductResponse } + * Create an instance of {@link AddEditProduct } * */ - public SearchProductResponse createSearchProductResponse() { - return new SearchProductResponse(); + public AddEditProduct createAddEditProduct() { + return new AddEditProduct(); } /** @@ -283,15 +283,6 @@ public class ObjectFactory { return new Ts(); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProcedureStatus }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "ProcedureStatus") - public JAXBElement<ProcedureStatus> createProcedureStatus(ProcedureStatus value) { - return new JAXBElement<ProcedureStatus>(_ProcedureStatus_QNAME, ProcedureStatus.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link Product }{@code >}} * @@ -302,66 +293,48 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Purchase }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "Purchase") - public JAXBElement<Purchase> createPurchase(Purchase value) { - return new JAXBElement<Purchase>(_Purchase_QNAME, Purchase.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProduct }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_product") - public JAXBElement<AddEditProduct> createAddEditProduct(AddEditProduct value) { - return new JAXBElement<AddEditProduct>(_AddEditProduct_QNAME, AddEditProduct.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_productResponse") - public JAXBElement<AddEditProductResponse> createAddEditProductResponse(AddEditProductResponse value) { - return new JAXBElement<AddEditProductResponse>(_AddEditProductResponse_QNAME, AddEditProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_productResponse") + public JAXBElement<GetProductResponse> createGetProductResponse(GetProductResponse value) { + return new JAXBElement<GetProductResponse>(_GetProductResponse_QNAME, GetProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Buy }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetSalesPurchasesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buy") - public JAXBElement<Buy> createBuy(Buy value) { - return new JAXBElement<Buy>(_Buy_QNAME, Buy.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_sales_purchasesResponse") + public JAXBElement<GetSalesPurchasesResponse> createGetSalesPurchasesResponse(GetSalesPurchasesResponse value) { + return new JAXBElement<GetSalesPurchasesResponse>(_GetSalesPurchasesResponse_QNAME, GetSalesPurchasesResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link BuyResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchasesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buyResponse") - public JAXBElement<BuyResponse> createBuyResponse(BuyResponse value) { - return new JAXBElement<BuyResponse>(_BuyResponse_QNAME, BuyResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchasesResponse") + public JAXBElement<GetPurchasesResponse> createGetPurchasesResponse(GetPurchasesResponse value) { + return new JAXBElement<GetPurchasesResponse>(_GetPurchasesResponse_QNAME, GetPurchasesResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link IsLikedResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_product") - public JAXBElement<DeleteProduct> createDeleteProduct(DeleteProduct value) { - return new JAXBElement<DeleteProduct>(_DeleteProduct_QNAME, DeleteProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "isLikedResponse") + public JAXBElement<IsLikedResponse> createIsLikedResponse(IsLikedResponse value) { + return new JAXBElement<IsLikedResponse>(_IsLikedResponse_QNAME, IsLikedResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetLikesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_productResponse") - public JAXBElement<DeleteProductResponse> createDeleteProductResponse(DeleteProductResponse value) { - return new JAXBElement<DeleteProductResponse>(_DeleteProductResponse_QNAME, DeleteProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getLikesResponse") + public JAXBElement<GetLikesResponse> createGetLikesResponse(GetLikesResponse value) { + return new JAXBElement<GetLikesResponse>(_GetLikesResponse_QNAME, GetLikesResponse.class, null, value); } /** @@ -374,66 +347,66 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetLikesResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getLikesResponse") - public JAXBElement<GetLikesResponse> createGetLikesResponse(GetLikesResponse value) { - return new JAXBElement<GetLikesResponse>(_GetLikesResponse_QNAME, GetLikesResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_productResponse") + public JAXBElement<RetrieveAllProductResponse> createRetrieveAllProductResponse(RetrieveAllProductResponse value) { + return new JAXBElement<RetrieveAllProductResponse>(_RetrieveAllProductResponse_QNAME, RetrieveAllProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchases }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Buy }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchases") - public JAXBElement<GetPurchases> createGetPurchases(GetPurchases value) { - return new JAXBElement<GetPurchases>(_GetPurchases_QNAME, GetPurchases.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buy") + public JAXBElement<Buy> createBuy(Buy value) { + return new JAXBElement<Buy>(_Buy_QNAME, Buy.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchasesResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchasesResponse") - public JAXBElement<GetPurchasesResponse> createGetPurchasesResponse(GetPurchasesResponse value) { - return new JAXBElement<GetPurchasesResponse>(_GetPurchasesResponse_QNAME, GetPurchasesResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_product") + public JAXBElement<GetProduct> createGetProduct(GetProduct value) { + return new JAXBElement<GetProduct>(_GetProduct_QNAME, GetProduct.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link SearchProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProduct") - public JAXBElement<GetYourProduct> createGetYourProduct(GetYourProduct value) { - return new JAXBElement<GetYourProduct>(_GetYourProduct_QNAME, GetYourProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_productResponse") + public JAXBElement<SearchProductResponse> createSearchProductResponse(SearchProductResponse value) { + return new JAXBElement<SearchProductResponse>(_SearchProductResponse_QNAME, SearchProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProductResponse") - public JAXBElement<GetYourProductResponse> createGetYourProductResponse(GetYourProductResponse value) { - return new JAXBElement<GetYourProductResponse>(_GetYourProductResponse_QNAME, GetYourProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProduct") + public JAXBElement<GetYourProduct> createGetYourProduct(GetYourProduct value) { + return new JAXBElement<GetYourProduct>(_GetYourProduct_QNAME, GetYourProduct.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link ProcedureStatus }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_product") - public JAXBElement<GetProduct> createGetProduct(GetProduct value) { - return new JAXBElement<GetProduct>(_GetProduct_QNAME, GetProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "ProcedureStatus") + public JAXBElement<ProcedureStatus> createProcedureStatus(ProcedureStatus value) { + return new JAXBElement<ProcedureStatus>(_ProcedureStatus_QNAME, ProcedureStatus.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link SearchProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_productResponse") - public JAXBElement<GetProductResponse> createGetProductResponse(GetProductResponse value) { - return new JAXBElement<GetProductResponse>(_GetProductResponse_QNAME, GetProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_product") + public JAXBElement<SearchProduct> createSearchProduct(SearchProduct value) { + return new JAXBElement<SearchProduct>(_SearchProduct_QNAME, SearchProduct.class, null, value); } /** @@ -445,15 +418,6 @@ public class ObjectFactory { return new JAXBElement<GetSalesPurchases>(_GetSalesPurchases_QNAME, GetSalesPurchases.class, null, value); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetSalesPurchasesResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_sales_purchasesResponse") - public JAXBElement<GetSalesPurchasesResponse> createGetSalesPurchasesResponse(GetSalesPurchasesResponse value) { - return new JAXBElement<GetSalesPurchasesResponse>(_GetSalesPurchasesResponse_QNAME, GetSalesPurchasesResponse.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link IsLiked }{@code >}} * @@ -464,21 +428,21 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link IsLikedResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link ProcessLike }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "isLikedResponse") - public JAXBElement<IsLikedResponse> createIsLikedResponse(IsLikedResponse value) { - return new JAXBElement<IsLikedResponse>(_IsLikedResponse_QNAME, IsLikedResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "processLike") + public JAXBElement<ProcessLike> createProcessLike(ProcessLike value) { + return new JAXBElement<ProcessLike>(_ProcessLike_QNAME, ProcessLike.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProcessLike }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "processLike") - public JAXBElement<ProcessLike> createProcessLike(ProcessLike value) { - return new JAXBElement<ProcessLike>(_ProcessLike_QNAME, ProcessLike.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_product") + public JAXBElement<RetrieveAllProduct> createRetrieveAllProduct(RetrieveAllProduct value) { + return new JAXBElement<RetrieveAllProduct>(_RetrieveAllProduct_QNAME, RetrieveAllProduct.class, null, value); } /** @@ -491,39 +455,75 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link BuyResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_product") - public JAXBElement<RetrieveAllProduct> createRetrieveAllProduct(RetrieveAllProduct value) { - return new JAXBElement<RetrieveAllProduct>(_RetrieveAllProduct_QNAME, RetrieveAllProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buyResponse") + public JAXBElement<BuyResponse> createBuyResponse(BuyResponse value) { + return new JAXBElement<BuyResponse>(_BuyResponse_QNAME, BuyResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Purchase }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_productResponse") - public JAXBElement<RetrieveAllProductResponse> createRetrieveAllProductResponse(RetrieveAllProductResponse value) { - return new JAXBElement<RetrieveAllProductResponse>(_RetrieveAllProductResponse_QNAME, RetrieveAllProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "Purchase") + public JAXBElement<Purchase> createPurchase(Purchase value) { + return new JAXBElement<Purchase>(_Purchase_QNAME, Purchase.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchases }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_product") - public JAXBElement<SearchProduct> createSearchProduct(SearchProduct value) { - return new JAXBElement<SearchProduct>(_SearchProduct_QNAME, SearchProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchases") + public JAXBElement<GetPurchases> createGetPurchases(GetPurchases value) { + return new JAXBElement<GetPurchases>(_GetPurchases_QNAME, GetPurchases.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_productResponse") - public JAXBElement<SearchProductResponse> createSearchProductResponse(SearchProductResponse value) { - return new JAXBElement<SearchProductResponse>(_SearchProductResponse_QNAME, SearchProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_productResponse") + public JAXBElement<AddEditProductResponse> createAddEditProductResponse(AddEditProductResponse value) { + return new JAXBElement<AddEditProductResponse>(_AddEditProductResponse_QNAME, AddEditProductResponse.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProduct }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_product") + public JAXBElement<DeleteProduct> createDeleteProduct(DeleteProduct value) { + return new JAXBElement<DeleteProduct>(_DeleteProduct_QNAME, DeleteProduct.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProductResponse }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProductResponse") + public JAXBElement<GetYourProductResponse> createGetYourProductResponse(GetYourProductResponse value) { + return new JAXBElement<GetYourProductResponse>(_GetYourProductResponse_QNAME, GetYourProductResponse.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProduct }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_product") + public JAXBElement<AddEditProduct> createAddEditProduct(AddEditProduct value) { + return new JAXBElement<AddEditProduct>(_AddEditProduct_QNAME, AddEditProduct.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProductResponse }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_productResponse") + public JAXBElement<DeleteProductResponse> createDeleteProductResponse(DeleteProductResponse value) { + return new JAXBElement<DeleteProductResponse>(_DeleteProductResponse_QNAME, DeleteProductResponse.class, null, value); } } diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcedureStatus.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcedureStatus.java index e920737..fcc16e2 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcedureStatus.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcedureStatus.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="procedureStatus"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="procedureStatus"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLike.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLike.java index 37c162c..64be4e7 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLike.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLike.java @@ -13,17 +13,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="processLike"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="like" type="{http://www.w3.org/2001/XMLSchema}boolean"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="processLike"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="like" type="{http://www.w3.org/2001/XMLSchema}boolean"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLikeResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLikeResponse.java index 7bea8ec..43caee4 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLikeResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLikeResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="processLikeResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="processLikeResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Product.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Product.java index 047665e..0270f0f 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Product.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Product.java @@ -13,23 +13,23 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="status_code" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="price" type="{http://www.w3.org/2001/XMLSchema}long"/> - * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> - * <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="status_code" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="price" type="{http://www.w3.org/2001/XMLSchema}long"/> + * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> + * <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Purchase.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Purchase.java index dfa8ba3..f1caf3f 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Purchase.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Purchase.java @@ -13,27 +13,27 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="purchase"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="purchase_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="product_price" type="{http://www.w3.org/2001/XMLSchema}long"/> - * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_image" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="seller_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="buyer_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="buyer_name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="buyer_address" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="postal_code" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="phonenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="purchase"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="purchase_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="product_price" type="{http://www.w3.org/2001/XMLSchema}long"/> + * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_image" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="seller_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="buyer_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="buyer_name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="buyer_address" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="postal_code" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="phonenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProduct.java index 2fd70d4..568a888 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProduct.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="retrieve_all_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="retrieve_all_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java index 82b6f5a..939fd5f 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="retrieve_all_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="retrieve_all_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProduct.java index e97d887..ec65416 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProduct.java @@ -12,17 +12,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="search_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="choice" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="search_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="choice" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProductResponse.java index 5703b45..65cc09a 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="search_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="search_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Ts.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Ts.java index 00ea2e8..27b78dd 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Ts.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Ts.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ts"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="ts"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProduct.java index 95f832f..7db42fd 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProduct.java @@ -13,21 +13,21 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="add_edit_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="add_edit_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProductResponse.java index 87108b6..319fbbd 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="add_edit_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="ProcedureStatus" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="add_edit_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="ProcedureStatus" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Buy.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Buy.java index 480c3ee..6fa3784 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Buy.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Buy.java @@ -13,21 +13,21 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="buy"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="cosignee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="fulladdress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="postalcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="phone_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="buy"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="cosignee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="fulladdress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="postalcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="phone_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/BuyResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/BuyResponse.java index 06abb42..330c547 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/BuyResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/BuyResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="buyResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="buyResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProduct.java index 78014a6..31fc197 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProduct.java @@ -13,16 +13,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="delete_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="delete_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProductResponse.java index 7e7b53b..8d90007 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="delete_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="delete_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikes.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikes.java index 65fef46..6ddd7d7 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikes.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikes.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getLikes"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getLikes"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikesResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikesResponse.java index b4cbda1..9c382b2 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikesResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikesResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getLikesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getLikesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProduct.java index d37af5b..b48f348 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProduct.java @@ -13,16 +13,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProductResponse.java index 49bb710..18c0120 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchases.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchases.java index c5be279..457027b 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchases.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchases.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getPurchases"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getPurchases"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchasesResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchasesResponse.java index 296df54..329bece 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchasesResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchasesResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getPurchasesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getPurchasesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchases.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchases.java index f7e3c5f..cbfe01b 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchases.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchases.java @@ -12,16 +12,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_sales_purchases"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="option" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_sales_purchases"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="option" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java index 6abdfc0..6077ff1 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_sales_purchasesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Purchase" type="{http://Service.MarketPlaceService.KAA.org/}purchase" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_sales_purchasesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Purchase" type="{http://Service.MarketPlaceService.KAA.org/}purchase" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProduct.java index a7aff31..51cef17 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProduct.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getYourProduct"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getYourProduct"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProductResponse.java index 23b03e5..94de12a 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getYourProductResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getYourProductResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLiked.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLiked.java index 96975ec..990d65e 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLiked.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLiked.java @@ -12,16 +12,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="isLiked"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="isLiked"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLikedResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLikedResponse.java index 72e1027..1e32d66 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLikedResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLikedResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="isLikedResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="isLikedResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService.java index 342c6a7..ea0a953 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService.java @@ -14,7 +14,7 @@ import javax.xml.ws.ResponseWrapper; /** * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.11-b150120.1832 + * JAX-WS RI 2.2.10-b140803.1500 * Generated source version: 2.2 * */ diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java index f7d517c..736cef8 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java @@ -13,7 +13,7 @@ import javax.xml.ws.WebServiceFeature; /** * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.11-b150120.1832 + * JAX-WS RI 2.2.10-b140803.1500 * Generated source version: 2.2 * */ diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ObjectFactory.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ObjectFactory.java index 8bea78a..0c274bb 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ObjectFactory.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ObjectFactory.java @@ -24,33 +24,33 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { - private final static QName _ProcedureStatus_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "ProcedureStatus"); private final static QName _Product_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Product"); - private final static QName _Purchase_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Purchase"); - private final static QName _AddEditProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_product"); - private final static QName _AddEditProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_productResponse"); - private final static QName _Buy_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buy"); - private final static QName _BuyResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buyResponse"); - private final static QName _DeleteProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_product"); - private final static QName _DeleteProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_productResponse"); - private final static QName _GetLikes_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikes"); - private final static QName _GetLikesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikesResponse"); - private final static QName _GetPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchases"); + private final static QName _GetProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_productResponse"); + private final static QName _GetSalesPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchasesResponse"); private final static QName _GetPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchasesResponse"); - private final static QName _GetYourProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProduct"); - private final static QName _GetYourProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProductResponse"); + private final static QName _IsLikedResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLikedResponse"); + private final static QName _GetLikesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikesResponse"); + private final static QName _GetLikes_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikes"); + private final static QName _RetrieveAllProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_productResponse"); + private final static QName _Buy_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buy"); private final static QName _GetProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_product"); - private final static QName _GetProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_productResponse"); + private final static QName _SearchProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_productResponse"); + private final static QName _GetYourProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProduct"); + private final static QName _ProcedureStatus_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "ProcedureStatus"); + private final static QName _SearchProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_product"); private final static QName _GetSalesPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchases"); - private final static QName _GetSalesPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchasesResponse"); private final static QName _IsLiked_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLiked"); - private final static QName _IsLikedResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLikedResponse"); private final static QName _ProcessLike_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLike"); - private final static QName _ProcessLikeResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLikeResponse"); private final static QName _RetrieveAllProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_product"); - private final static QName _RetrieveAllProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_productResponse"); - private final static QName _SearchProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_product"); - private final static QName _SearchProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_productResponse"); + private final static QName _ProcessLikeResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLikeResponse"); + private final static QName _BuyResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buyResponse"); + private final static QName _Purchase_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Purchase"); + private final static QName _GetPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchases"); + private final static QName _AddEditProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_productResponse"); + private final static QName _DeleteProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_product"); + private final static QName _GetYourProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProductResponse"); + private final static QName _AddEditProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_product"); + private final static QName _DeleteProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_productResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kaa.marketplaceservice.service @@ -60,43 +60,43 @@ public class ObjectFactory { } /** - * Create an instance of {@link ProcedureStatus } + * Create an instance of {@link GetPurchasesResponse } * */ - public ProcedureStatus createProcedureStatus() { - return new ProcedureStatus(); + public GetPurchasesResponse createGetPurchasesResponse() { + return new GetPurchasesResponse(); } /** - * Create an instance of {@link Product } + * Create an instance of {@link IsLikedResponse } * */ - public Product createProduct() { - return new Product(); + public IsLikedResponse createIsLikedResponse() { + return new IsLikedResponse(); } /** - * Create an instance of {@link Purchase } + * Create an instance of {@link GetLikesResponse } * */ - public Purchase createPurchase() { - return new Purchase(); + public GetLikesResponse createGetLikesResponse() { + return new GetLikesResponse(); } /** - * Create an instance of {@link AddEditProduct } + * Create an instance of {@link GetLikes } * */ - public AddEditProduct createAddEditProduct() { - return new AddEditProduct(); + public GetLikes createGetLikes() { + return new GetLikes(); } /** - * Create an instance of {@link AddEditProductResponse } + * Create an instance of {@link RetrieveAllProductResponse } * */ - public AddEditProductResponse createAddEditProductResponse() { - return new AddEditProductResponse(); + public RetrieveAllProductResponse createRetrieveAllProductResponse() { + return new RetrieveAllProductResponse(); } /** @@ -108,171 +108,171 @@ public class ObjectFactory { } /** - * Create an instance of {@link BuyResponse } + * Create an instance of {@link Product } * */ - public BuyResponse createBuyResponse() { - return new BuyResponse(); + public Product createProduct() { + return new Product(); } /** - * Create an instance of {@link DeleteProduct } + * Create an instance of {@link GetProductResponse } * */ - public DeleteProduct createDeleteProduct() { - return new DeleteProduct(); + public GetProductResponse createGetProductResponse() { + return new GetProductResponse(); } /** - * Create an instance of {@link DeleteProductResponse } + * Create an instance of {@link GetSalesPurchasesResponse } * */ - public DeleteProductResponse createDeleteProductResponse() { - return new DeleteProductResponse(); + public GetSalesPurchasesResponse createGetSalesPurchasesResponse() { + return new GetSalesPurchasesResponse(); } /** - * Create an instance of {@link GetLikes } + * Create an instance of {@link ProcedureStatus } * */ - public GetLikes createGetLikes() { - return new GetLikes(); + public ProcedureStatus createProcedureStatus() { + return new ProcedureStatus(); } /** - * Create an instance of {@link GetLikesResponse } + * Create an instance of {@link SearchProduct } * */ - public GetLikesResponse createGetLikesResponse() { - return new GetLikesResponse(); + public SearchProduct createSearchProduct() { + return new SearchProduct(); } /** - * Create an instance of {@link GetPurchases } + * Create an instance of {@link GetSalesPurchases } * */ - public GetPurchases createGetPurchases() { - return new GetPurchases(); + public GetSalesPurchases createGetSalesPurchases() { + return new GetSalesPurchases(); } /** - * Create an instance of {@link GetPurchasesResponse } + * Create an instance of {@link GetProduct } * */ - public GetPurchasesResponse createGetPurchasesResponse() { - return new GetPurchasesResponse(); + public GetProduct createGetProduct() { + return new GetProduct(); } /** - * Create an instance of {@link GetYourProduct } + * Create an instance of {@link SearchProductResponse } * */ - public GetYourProduct createGetYourProduct() { - return new GetYourProduct(); + public SearchProductResponse createSearchProductResponse() { + return new SearchProductResponse(); } /** - * Create an instance of {@link GetYourProductResponse } + * Create an instance of {@link GetYourProduct } * */ - public GetYourProductResponse createGetYourProductResponse() { - return new GetYourProductResponse(); + public GetYourProduct createGetYourProduct() { + return new GetYourProduct(); } /** - * Create an instance of {@link GetProduct } + * Create an instance of {@link BuyResponse } * */ - public GetProduct createGetProduct() { - return new GetProduct(); + public BuyResponse createBuyResponse() { + return new BuyResponse(); } /** - * Create an instance of {@link GetProductResponse } + * Create an instance of {@link Purchase } * */ - public GetProductResponse createGetProductResponse() { - return new GetProductResponse(); + public Purchase createPurchase() { + return new Purchase(); } /** - * Create an instance of {@link GetSalesPurchases } + * Create an instance of {@link IsLiked } * */ - public GetSalesPurchases createGetSalesPurchases() { - return new GetSalesPurchases(); + public IsLiked createIsLiked() { + return new IsLiked(); } /** - * Create an instance of {@link GetSalesPurchasesResponse } + * Create an instance of {@link ProcessLike } * */ - public GetSalesPurchasesResponse createGetSalesPurchasesResponse() { - return new GetSalesPurchasesResponse(); + public ProcessLike createProcessLike() { + return new ProcessLike(); } /** - * Create an instance of {@link IsLiked } + * Create an instance of {@link RetrieveAllProduct } * */ - public IsLiked createIsLiked() { - return new IsLiked(); + public RetrieveAllProduct createRetrieveAllProduct() { + return new RetrieveAllProduct(); } /** - * Create an instance of {@link IsLikedResponse } + * Create an instance of {@link ProcessLikeResponse } * */ - public IsLikedResponse createIsLikedResponse() { - return new IsLikedResponse(); + public ProcessLikeResponse createProcessLikeResponse() { + return new ProcessLikeResponse(); } /** - * Create an instance of {@link ProcessLike } + * Create an instance of {@link DeleteProductResponse } * */ - public ProcessLike createProcessLike() { - return new ProcessLike(); + public DeleteProductResponse createDeleteProductResponse() { + return new DeleteProductResponse(); } /** - * Create an instance of {@link ProcessLikeResponse } + * Create an instance of {@link GetPurchases } * */ - public ProcessLikeResponse createProcessLikeResponse() { - return new ProcessLikeResponse(); + public GetPurchases createGetPurchases() { + return new GetPurchases(); } /** - * Create an instance of {@link RetrieveAllProduct } + * Create an instance of {@link AddEditProductResponse } * */ - public RetrieveAllProduct createRetrieveAllProduct() { - return new RetrieveAllProduct(); + public AddEditProductResponse createAddEditProductResponse() { + return new AddEditProductResponse(); } /** - * Create an instance of {@link RetrieveAllProductResponse } + * Create an instance of {@link DeleteProduct } * */ - public RetrieveAllProductResponse createRetrieveAllProductResponse() { - return new RetrieveAllProductResponse(); + public DeleteProduct createDeleteProduct() { + return new DeleteProduct(); } /** - * Create an instance of {@link SearchProduct } + * Create an instance of {@link GetYourProductResponse } * */ - public SearchProduct createSearchProduct() { - return new SearchProduct(); + public GetYourProductResponse createGetYourProductResponse() { + return new GetYourProductResponse(); } /** - * Create an instance of {@link SearchProductResponse } + * Create an instance of {@link AddEditProduct } * */ - public SearchProductResponse createSearchProductResponse() { - return new SearchProductResponse(); + public AddEditProduct createAddEditProduct() { + return new AddEditProduct(); } /** @@ -283,15 +283,6 @@ public class ObjectFactory { return new Ts(); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProcedureStatus }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "ProcedureStatus") - public JAXBElement<ProcedureStatus> createProcedureStatus(ProcedureStatus value) { - return new JAXBElement<ProcedureStatus>(_ProcedureStatus_QNAME, ProcedureStatus.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link Product }{@code >}} * @@ -302,66 +293,48 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Purchase }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "Purchase") - public JAXBElement<Purchase> createPurchase(Purchase value) { - return new JAXBElement<Purchase>(_Purchase_QNAME, Purchase.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProduct }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_product") - public JAXBElement<AddEditProduct> createAddEditProduct(AddEditProduct value) { - return new JAXBElement<AddEditProduct>(_AddEditProduct_QNAME, AddEditProduct.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_productResponse") - public JAXBElement<AddEditProductResponse> createAddEditProductResponse(AddEditProductResponse value) { - return new JAXBElement<AddEditProductResponse>(_AddEditProductResponse_QNAME, AddEditProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_productResponse") + public JAXBElement<GetProductResponse> createGetProductResponse(GetProductResponse value) { + return new JAXBElement<GetProductResponse>(_GetProductResponse_QNAME, GetProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Buy }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetSalesPurchasesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buy") - public JAXBElement<Buy> createBuy(Buy value) { - return new JAXBElement<Buy>(_Buy_QNAME, Buy.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_sales_purchasesResponse") + public JAXBElement<GetSalesPurchasesResponse> createGetSalesPurchasesResponse(GetSalesPurchasesResponse value) { + return new JAXBElement<GetSalesPurchasesResponse>(_GetSalesPurchasesResponse_QNAME, GetSalesPurchasesResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link BuyResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchasesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buyResponse") - public JAXBElement<BuyResponse> createBuyResponse(BuyResponse value) { - return new JAXBElement<BuyResponse>(_BuyResponse_QNAME, BuyResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchasesResponse") + public JAXBElement<GetPurchasesResponse> createGetPurchasesResponse(GetPurchasesResponse value) { + return new JAXBElement<GetPurchasesResponse>(_GetPurchasesResponse_QNAME, GetPurchasesResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link IsLikedResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_product") - public JAXBElement<DeleteProduct> createDeleteProduct(DeleteProduct value) { - return new JAXBElement<DeleteProduct>(_DeleteProduct_QNAME, DeleteProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "isLikedResponse") + public JAXBElement<IsLikedResponse> createIsLikedResponse(IsLikedResponse value) { + return new JAXBElement<IsLikedResponse>(_IsLikedResponse_QNAME, IsLikedResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetLikesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_productResponse") - public JAXBElement<DeleteProductResponse> createDeleteProductResponse(DeleteProductResponse value) { - return new JAXBElement<DeleteProductResponse>(_DeleteProductResponse_QNAME, DeleteProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getLikesResponse") + public JAXBElement<GetLikesResponse> createGetLikesResponse(GetLikesResponse value) { + return new JAXBElement<GetLikesResponse>(_GetLikesResponse_QNAME, GetLikesResponse.class, null, value); } /** @@ -374,66 +347,66 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetLikesResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getLikesResponse") - public JAXBElement<GetLikesResponse> createGetLikesResponse(GetLikesResponse value) { - return new JAXBElement<GetLikesResponse>(_GetLikesResponse_QNAME, GetLikesResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_productResponse") + public JAXBElement<RetrieveAllProductResponse> createRetrieveAllProductResponse(RetrieveAllProductResponse value) { + return new JAXBElement<RetrieveAllProductResponse>(_RetrieveAllProductResponse_QNAME, RetrieveAllProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchases }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Buy }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchases") - public JAXBElement<GetPurchases> createGetPurchases(GetPurchases value) { - return new JAXBElement<GetPurchases>(_GetPurchases_QNAME, GetPurchases.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buy") + public JAXBElement<Buy> createBuy(Buy value) { + return new JAXBElement<Buy>(_Buy_QNAME, Buy.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchasesResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchasesResponse") - public JAXBElement<GetPurchasesResponse> createGetPurchasesResponse(GetPurchasesResponse value) { - return new JAXBElement<GetPurchasesResponse>(_GetPurchasesResponse_QNAME, GetPurchasesResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_product") + public JAXBElement<GetProduct> createGetProduct(GetProduct value) { + return new JAXBElement<GetProduct>(_GetProduct_QNAME, GetProduct.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link SearchProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProduct") - public JAXBElement<GetYourProduct> createGetYourProduct(GetYourProduct value) { - return new JAXBElement<GetYourProduct>(_GetYourProduct_QNAME, GetYourProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_productResponse") + public JAXBElement<SearchProductResponse> createSearchProductResponse(SearchProductResponse value) { + return new JAXBElement<SearchProductResponse>(_SearchProductResponse_QNAME, SearchProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProductResponse") - public JAXBElement<GetYourProductResponse> createGetYourProductResponse(GetYourProductResponse value) { - return new JAXBElement<GetYourProductResponse>(_GetYourProductResponse_QNAME, GetYourProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProduct") + public JAXBElement<GetYourProduct> createGetYourProduct(GetYourProduct value) { + return new JAXBElement<GetYourProduct>(_GetYourProduct_QNAME, GetYourProduct.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link ProcedureStatus }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_product") - public JAXBElement<GetProduct> createGetProduct(GetProduct value) { - return new JAXBElement<GetProduct>(_GetProduct_QNAME, GetProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "ProcedureStatus") + public JAXBElement<ProcedureStatus> createProcedureStatus(ProcedureStatus value) { + return new JAXBElement<ProcedureStatus>(_ProcedureStatus_QNAME, ProcedureStatus.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link SearchProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_productResponse") - public JAXBElement<GetProductResponse> createGetProductResponse(GetProductResponse value) { - return new JAXBElement<GetProductResponse>(_GetProductResponse_QNAME, GetProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_product") + public JAXBElement<SearchProduct> createSearchProduct(SearchProduct value) { + return new JAXBElement<SearchProduct>(_SearchProduct_QNAME, SearchProduct.class, null, value); } /** @@ -445,15 +418,6 @@ public class ObjectFactory { return new JAXBElement<GetSalesPurchases>(_GetSalesPurchases_QNAME, GetSalesPurchases.class, null, value); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetSalesPurchasesResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_sales_purchasesResponse") - public JAXBElement<GetSalesPurchasesResponse> createGetSalesPurchasesResponse(GetSalesPurchasesResponse value) { - return new JAXBElement<GetSalesPurchasesResponse>(_GetSalesPurchasesResponse_QNAME, GetSalesPurchasesResponse.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link IsLiked }{@code >}} * @@ -464,21 +428,21 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link IsLikedResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link ProcessLike }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "isLikedResponse") - public JAXBElement<IsLikedResponse> createIsLikedResponse(IsLikedResponse value) { - return new JAXBElement<IsLikedResponse>(_IsLikedResponse_QNAME, IsLikedResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "processLike") + public JAXBElement<ProcessLike> createProcessLike(ProcessLike value) { + return new JAXBElement<ProcessLike>(_ProcessLike_QNAME, ProcessLike.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProcessLike }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "processLike") - public JAXBElement<ProcessLike> createProcessLike(ProcessLike value) { - return new JAXBElement<ProcessLike>(_ProcessLike_QNAME, ProcessLike.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_product") + public JAXBElement<RetrieveAllProduct> createRetrieveAllProduct(RetrieveAllProduct value) { + return new JAXBElement<RetrieveAllProduct>(_RetrieveAllProduct_QNAME, RetrieveAllProduct.class, null, value); } /** @@ -491,39 +455,75 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link BuyResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_product") - public JAXBElement<RetrieveAllProduct> createRetrieveAllProduct(RetrieveAllProduct value) { - return new JAXBElement<RetrieveAllProduct>(_RetrieveAllProduct_QNAME, RetrieveAllProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buyResponse") + public JAXBElement<BuyResponse> createBuyResponse(BuyResponse value) { + return new JAXBElement<BuyResponse>(_BuyResponse_QNAME, BuyResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Purchase }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_productResponse") - public JAXBElement<RetrieveAllProductResponse> createRetrieveAllProductResponse(RetrieveAllProductResponse value) { - return new JAXBElement<RetrieveAllProductResponse>(_RetrieveAllProductResponse_QNAME, RetrieveAllProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "Purchase") + public JAXBElement<Purchase> createPurchase(Purchase value) { + return new JAXBElement<Purchase>(_Purchase_QNAME, Purchase.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchases }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_product") - public JAXBElement<SearchProduct> createSearchProduct(SearchProduct value) { - return new JAXBElement<SearchProduct>(_SearchProduct_QNAME, SearchProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchases") + public JAXBElement<GetPurchases> createGetPurchases(GetPurchases value) { + return new JAXBElement<GetPurchases>(_GetPurchases_QNAME, GetPurchases.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_productResponse") - public JAXBElement<SearchProductResponse> createSearchProductResponse(SearchProductResponse value) { - return new JAXBElement<SearchProductResponse>(_SearchProductResponse_QNAME, SearchProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_productResponse") + public JAXBElement<AddEditProductResponse> createAddEditProductResponse(AddEditProductResponse value) { + return new JAXBElement<AddEditProductResponse>(_AddEditProductResponse_QNAME, AddEditProductResponse.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProduct }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_product") + public JAXBElement<DeleteProduct> createDeleteProduct(DeleteProduct value) { + return new JAXBElement<DeleteProduct>(_DeleteProduct_QNAME, DeleteProduct.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProductResponse }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProductResponse") + public JAXBElement<GetYourProductResponse> createGetYourProductResponse(GetYourProductResponse value) { + return new JAXBElement<GetYourProductResponse>(_GetYourProductResponse_QNAME, GetYourProductResponse.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProduct }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_product") + public JAXBElement<AddEditProduct> createAddEditProduct(AddEditProduct value) { + return new JAXBElement<AddEditProduct>(_AddEditProduct_QNAME, AddEditProduct.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProductResponse }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_productResponse") + public JAXBElement<DeleteProductResponse> createDeleteProductResponse(DeleteProductResponse value) { + return new JAXBElement<DeleteProductResponse>(_DeleteProductResponse_QNAME, DeleteProductResponse.class, null, value); } } diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcedureStatus.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcedureStatus.java index e920737..fcc16e2 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcedureStatus.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcedureStatus.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="procedureStatus"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="procedureStatus"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLike.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLike.java index 37c162c..64be4e7 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLike.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLike.java @@ -13,17 +13,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="processLike"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="like" type="{http://www.w3.org/2001/XMLSchema}boolean"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="processLike"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="like" type="{http://www.w3.org/2001/XMLSchema}boolean"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLikeResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLikeResponse.java index 7bea8ec..43caee4 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLikeResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLikeResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="processLikeResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="processLikeResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Product.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Product.java index 047665e..0270f0f 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Product.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Product.java @@ -13,23 +13,23 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="status_code" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="price" type="{http://www.w3.org/2001/XMLSchema}long"/> - * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> - * <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="status_code" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="price" type="{http://www.w3.org/2001/XMLSchema}long"/> + * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> + * <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Purchase.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Purchase.java index dfa8ba3..f1caf3f 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Purchase.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Purchase.java @@ -13,27 +13,27 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="purchase"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="purchase_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="product_price" type="{http://www.w3.org/2001/XMLSchema}long"/> - * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_image" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="seller_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="buyer_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="buyer_name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="buyer_address" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="postal_code" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="phonenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="purchase"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="purchase_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="product_price" type="{http://www.w3.org/2001/XMLSchema}long"/> + * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_image" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="seller_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="buyer_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="buyer_name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="buyer_address" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="postal_code" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="phonenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProduct.java index 2fd70d4..568a888 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProduct.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="retrieve_all_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="retrieve_all_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java index 82b6f5a..939fd5f 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="retrieve_all_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="retrieve_all_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProduct.java index e97d887..ec65416 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProduct.java @@ -12,17 +12,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="search_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="choice" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="search_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="choice" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProductResponse.java index 5703b45..65cc09a 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="search_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="search_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Ts.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Ts.java index 00ea2e8..27b78dd 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Ts.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Ts.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ts"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="ts"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/web/WEB-INF/classes/NewServlet.class b/KAA-JSP/build/web/WEB-INF/classes/NewServlet.class index 8d8af3f34616c446e678a0054ccd5d4146491086..330d031495f4e3425cb0c01fbf0ba64df7d89f75 100644 GIT binary patch delta 486 zcmZ{gNiRcD7>1wIi*s^&LkzJX5>`l1rRJ-~nrB68riRu~5?!z&c2*Ym7x)QcXCblm zBm5M6*FsoWeD8a{cQ_|GHzoHa*KZ%sFF=H>O(p$?fgpnn`7msV*^Dr17&D9;CJd8? zDb2Kv<7a1lo((d`ykWs#77cO3l3!catk{&3u&E$vSk<g)))fVACY#Ac6;@sS<8@3` zi@c%P)NDybVaG00`{%jLS@uG+t=V~cS7oYJ5)Qkh9QN2(6uC9SvqSOZT&y~sJ3Wa? z+u?weS8Cmc4oS<M4jH->`EDp3jyfFqi*`f1XM0!jx}3g?4#(cBRbicQ`t)wyS*s12 zMop6@q-jP81V;qMWIicIYyKvFQr0H{tRGvxH7rvgVhgS05%FGiyz;l!_U$X$h4bhT nzs^gThN}NEicY$`2h(2vyBVNc`T=@yg$q&i%0$;t7xaAr;z~z( delta 471 zcmZ{g%PvDv6o$XugS~TlLNwArMKG(RR9)(J)U9>Dt4rOrrENk<bik-$W@K<)gqRt4 z03#1!>J_k$h%hi%|JrN)|DV0qy7gW8%FpkQPe2z1lX_x`Aup{AyD*{{HECl^5mzJ> z<BAEzq-4s(a<$WLp79c5Rx#%m^NIz<qH9}{ESvaQF$s`VtV-4->w+q~P%M;U0wdUR zUrva?h9o7~6qt#N%;8z7a9TW<Y)Q5sUPYZ~w%B3UVvl`6jolny7)z!W6HWQj$#Kl$ zfL*82xDKVsSY+uDRNCQuL^FqOA?<MbG<&JP)30yKk@I2%j2!ugH{-_G3`jzfR!N)G z^9l{#aSeJ={|B{5$zR2f%J{&8@k8r7hILfwW;+oo=x|<Svi^6k^NSby-e|sC^Fb%4 jLJj|E1W|gNI~8sD?ex&A{T}-0*SQ+OfDU^Lan9f;b<RU^ diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/kaa/marketplaceservice/service/MarketPlaceService_Service.class b/KAA-JSP/build/web/WEB-INF/classes/org/kaa/marketplaceservice/service/MarketPlaceService_Service.class index 6391415a9a3126e57cac65ed19b2fd2bb5f1ae8f..63ea6d742b8cd6f38440397c3d3fa52ec82cef67 100644 GIT binary patch delta 267 zcmWm9y-tH*6oBFPYoQ+y5(iUJQ>&XM#t@C&{G))1rM5y#t$$4i7Y7%NYcB#<FT!+l z@B+L6Z^YTiw>&2~Iqz`ZoOfsT{rC9=?DJqz=hQ4YvsmI>5lJo#0)ssZosJ|{+pgkL zUG@}xgSO<#AhcK@k))D=#UevVCK(Afx?a)=2mRRd!!%5?$PXu@G>9j0?_>5;HOsn8 z%5a`(4WV5NTE%*;wQV!zMsaJi!m5qKvcP_tzE0ie#}{{)#5QZ(37W-@)+~PYO>sYO k)FRzIkQ^c;M<x}H%Lgl*;FhzFz@y4;P8&ZbU@Is52Rwx<XaE2J delta 232 zcmWm8Jx&5a7{>Ac0OQO~Oh`09qlu**(P(2tT$WLgMQ|4vKZ>n9!L}rO1(UJ$5QdI| z19$-&&tlwZeoyk|$&>f9^U*24|2A9Tj8{X8D5w}3+E~wx;#L!CP7RWgV(hPXo{4Y9 zo~fp<xYrB}O=gO@;=!;_qDU1B!O=8KCU!B8!^oyK$;Oe*m+3Ih<JnjFQ(xze10f#W zN?z!U<t`adZYvMPv-_2!#*3imN_p<yg<iky1hU&y)w)pZ1=P5#zOT`vTV)Hu6?IMu M`dk-;92X4!0W&oxxc~qF diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/kaa/marketplaceservice/service/ObjectFactory.class b/KAA-JSP/build/web/WEB-INF/classes/org/kaa/marketplaceservice/service/ObjectFactory.class index b1dbb36e93dd3ffd649214249f5290fda5a5b490..9a9fb578b0d6888992b376b9bffa18b516e32380 100644 GIT binary patch delta 1485 zcmXw(YiyHc6vyAwcfGOR_HJ$0?$Va6rCZmoy8z*`ceJ~(GR8JGSO_D{*cv1Zkg=H< zqp(Cjh>~UftEllZ2r-6m8PpIUh73at7(^wQh(^N@6EDGt#t$YEJnzH&@a8$^_nhbd zoacX%_s|hKbcAN_QK2o}Gq!hRVt72=yCKolMpDUooNn|OSCQmNugzdkSBx`qg{~xx zho&NYCkOC@&Wjs5MHfh8#^S}O&WRDZ2ruRNP$L)P9(k}Q&yCmQk}_L5wSWE2U73;p z)fMf!;mm%GBA6FML0%aqbxxB#-7_&Z{L~PB*ZI-U-y1qNT4g_0a|5SzJ{-?`7N<;G z(VgE5yQvR1j4gP}vI8@Q71*Os;E{R2=o=o(42@@SR`%ffqBfN2d$ZOq^e@_k^X9cw z0<sn&8a3e+V-@_-VwlX`xMN7+jJ^f7`~+t5Q%G6{jGhId`FbbxmL}{qZo_s{ClZEq z)@nqRu^j{EH2&0g<AilNtwX>Y#OL-UX8kimqZ1jDYA~sfEi(7*+_7h9d}1tvfa7^s z>@VjV7wjf!6RvoxP#&=3pxcMlRYA<uDX0mYph1=kqqfqW>#Qgv8o<8N&8RE=4fEDe zZYn5KF6)UAb#hr0mx{lkZMafBn0u~TPgq>^fVvix4N(1MxZ}HuR(FWs>*AYQdA&xx zNR&6Ar|b`w+=R=)AZF|Jcx21R0o!4RUCd~N+wL3Z?)T?jh%6@R*Sg9*4p?a6y;DIW zUa!2J%Z8kkyB}Ujv|0EtTc3}3*o^BQUp9On*-!`<onhP!g?Y7L+6mEm5H}rnb8}uV z(H3zoZm{J{g<itJNC;`84R>9o_%aga*nyL-H*s4DWql2Z7KXDvH%7JPRep-*ecWKj zZlx5D3%<^^x;qFzM+b2%zLM(k&`^P?pj{@Z0rSQP<~$~jBU;RB69UyuNY+NET2#Ip zGt*KO_@hV%w7S(?7vfpCIDVp~Ikh`xp}45`N3FcmD5@R@Y#c|$>GvC&a649+t#eR} z3uC+y5eIHMG}$MYv4b3I`xQI@D_=ZhS;}PD0?~Xl;fvZPJRPs671&p}0;3I@IaU~I z*$fwM#g<V}D?itG(JX%;-NIzjC9hI!m~M9B*Cti|Q2Ji5CdDDx7FCr`Nb`cJiXzxG zW^YSB3D&IW1Y6#$%I`?O2)0JaW7a3XCq2+|O5m*OhI5T7&qxmiNy6Xk#*0jjNq-B{ zf+;3{F*z>%BUD-yo<4WAJ)zP$98Gx1EAp>6{|Jtxmr6yxCaKbS9N@fM<Y$tqe3HyU zqeCeYth_~)Pm@)!l;RTXFtb@I5Nw@NEZD!yJ|?GNol2!(yINKGGXJHtm#oLpHaEUy zGDrL;V$uaiyBn!CRsMtm;@k$MTAaJU>;k*3Ioz%I1zXat%9p50upVVGCfobuPbn($ zUL_`K^lMf58r2E5QHcvS&g?TDxTe*o)C=|_vl~2SjrA*yf^F<j=_aN-ytIt-BFuF( R)75OsOEp@Wt4(dy{Rfx_(3SuI delta 1492 zcmXw(du&s66vumdyS}z|?WJqGuHCw=uWfAWI@mIBx9c8kb!=-lCLw@@Jw$>5+(x1% zhLPw$7?kasKtc=|h7cu&Atf-4k6{QIVg&sMH5z#t(1a)w5;Y5W?$7bp@0`zhpWpA^ z{fBA)VLE+_P%9PUAr%)|GpVs%BYTD?GU?t#PX}r8GpRje!!K^du&xYFogde=7W^O; zph4%to4OKnex`GDV(s=FqvP1CEt}Rkk<u2!CArbV-gmSP*tK3{q#~_9gBylI`_s(U zOmbX}8^H_OQj4q>9v&SR2xp}rW+X4N+5oyF7yj0k;JEHpEE>{yqEDd8+(r(h^BmZ1 zS%p+y2AA|rxMfOWHm}D}G(0xCbz&6$>H=KMO~9*f!{wX-<m7e3m$MNt^<j}?{xEi; z#jqYnjDv=fr5NrI=M5d$X-?pkoHS<5N%ZAzAUC$?-LU5>$mq9m6$928*Py|)87D1` znDh>!#%iP$pwbGo7%gVg!1irBw@&OC8^z6K5v(@aaL((+HFr?R_pAqO`C{S`b{Uvp z&vE=>=|i_ah#OWTc3EFH8kX)Ndo*YyO5;Mf9;d4Q%Fc&-2~PKY>cu`s5I%DrJ`3EY z6pk&A;c|r!&sSW7!xQ2K@NIb7`COoG_N~TG1>a{U9W_LKtVZAun~@27@hEhK)-Mqg zW@J+~B^wB@RfTY{-im`of6@kF&iCdbWifHq5_ls)wmPvsQX$Shk59~}GNnk5p(=M) zDzp;~iqI$dHWBtx8Q*PKH*K4vb;1z0Tc=AN)21cGg_K+Zm;EtrT0)rd^9%5wr+&5u zvD<Hejn5C3UB_F25H<&L5iPw#&tadp5|c42iUK|yFTb00l&vD#EQ0*yGTwFtvvyYw z!CDc*Ro}l^ho_5huX+>3kS>q#m6`EHU5Hn2z*Jq7>QJXI$7IARk)~-$c4Dx$3PW{u zXsWNr!)QP}u)8%;WNR95B^IMbyev23M7`MB|B;nVxDbueO16ZjZECs|oGt_&n&oGf zWG5G|<yOdF$@3Ypg<Ij-*rS2lYv6OGXo5#!x%sKgV;RxN<*xcHco1!-plUg@;$xF^ zMDrc?wK{1v{Bak4Z&svtH9rf|jCYu9P!#E?=B7#{Mb={~UVsH=Gn!uoi_1pA8sm!e zp5`~fT4Xb`0qMBrzR(kLp71GXQKS=^2ZFWAR>9t2_P*wkU~RHZu!qb}YW`6fwc{hj zg`tE(AL3ZT!(X%7!MCiRg00m<PNBE7Ds&oqS$7M4wpEeNkV$0il0AYIw<*$DvIv%x zy@DNJc8=_VJu4Rrw#aOb3Pkm8*w(nPqg|0cp+e!cRxT4>KQjB2e1i4J0l|_Tiu5^^ z3f3!!1e;?v&-+&Q*C$5=3$Ib6FR4Oh>c`mO!XYLXsaklY<>kUFr&EzG@dHyM`{f$J zCYUYoBT?Ca92M*~v#+R0uyt}wu>LNEzQ$CShyOHFaR=tR;`GgQ(nAfZnypQ4)cyzd C9n>`d diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/DB.class b/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/DB.class index 41d17d8318cb2f3e7eccc17b4666edbf7770d296..ba37c6e8645c1a52c3a0270ffa9adddd806ae5e1 100644 GIT binary patch delta 160 zcmWO0I}*V_0D$3tx5#dGQg8xMc}2V;-mf4YjZwISTR6j(E}%6!g;6_=6Bud#ulb+m zZPL&0`2r&Lh8#6Tps5=|8k(l2rD+>FL@tu9B6jJ~*9;6pMvAd!qL|*(lW;Q4g1w4^ yGxM0UuwM~7iARy84P?Ptd8|q8QHJiuW6Mt9+q3W=H+hlyl1>z5ji8bZNveM@q8Q2m delta 156 zcmWO0I}QOs9Khk<OtJId$wVlGR^|O(>-}cwXvCqEdjg3Ih;9o}JCIWNPVl{KVx#vr zc>)1@OPaEwB2+Ck>Ow<k3N1^Uj*q5m2z+{kLf<lAXc!4&!{i>FRD4wjZ|ayak3T9* rEgS`wjvRSKHa@DX7*>uooA|67-qsPZdtCHQXRNFYDM3;EXEdcBu&oyw diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/RestAPI_consumer.class b/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/RestAPI_consumer.class index 7291845d20e5252c346e689d6d83c25f22edce8c..3434d5267af03308bd4d58eb37277222426b0842 100644 GIT binary patch literal 2897 zcmb_e+jA3j6#lkNx@lN?Zz0H~$Su7QE=sk<OD`aWG%al@rlPn>wrxt14Vw)Y6_ASH z{e}t(Gd}VvGm_5O8HXny{9pVJ9PvAwOVfrKUSx*fZq7NsbNRk=&i1c=fByr(3%KWn zAJetigVS=nDMwhvj2CW9%kh>6XFPb@i+6BVe!r_i_d-KNj;M;53PZ)L7xkF)q7n06 zG$1a=f{Jrqw27NGBvd3-q`cS!Q*6^7oR_DiA|p@Ri*3ltaY2rYa$FL{WjWqc@xF== z6x5hmJDs%^Yz~^%Twoz%rUIFGGMz92$0x@^W03_TYWLG_V0`4%L{LFfa6!MI2NHT} zE--0Z@zfl(8dc-Er6&#BuxNZZo{HPAD%j(%w62tNOe=5=nK45_eK4LfLfK@*u%`4# zf|9178PyZhx)qn-1)<BHk7pF@c5=?>2_tQpl4#(>z(8Qa$k@#GY}8C;vPr{Ye$`Iu zs&UDPW^FpH_Df7})=Eqm=d-k@$c!u~sLN-UGVB1a$W3|?aGat=e9X4fR1KM_6a&W1 z6pgAPEP7+!CT<1>v$L~?WyB^7J?4b3%0v|SDheOW#uIr1HP6C+LYLO9j9|E<f{(n$ zp@mq}h>;Z*(^}^E$fc-}E@ZWS($=HrM)kA<nnU;%_FA#SX4pLn))g=rHwA>Mi;TRf zRLHPy>tjxTkZD6t_OrJX)Xo`pUaDZLzoR10Rej@~G_zLJI2so&Th~&vS76n!7rh!f z(5ayd-5Pq(tzg62HY=c|;VQ1N@OE;u>%cx0S2TQx>lzmE5gW0@6FCycH#B^Vn=GoN zs31^5o1?5?j+_-0BPk9^9)vur8gAhe3Gk^LpK179!f#(YLlvB9_yS)towbH5pebl} zqB;{+;#0#{0@By`hO;t0HaVr?TijsR6*FARm4@$dTXOqe!w&+(k8=Nx9Cz`PhM&=^ zV5g+<toc#Uu#!-IA*>SRw*XsLPp6GkOhM06roN-BN%I%Vy5BO=2|daN87{v$G_PBe zGM=fZ(O-6bmAuj~r@~{K#iUx;pexzurL<@*4^)uKN~kkg!pdxusN(&?N?6g+OC2Yn ztTWiOMQip_nS!Pp3jx<CBxdu9s<1Ic>fyk}WE(1QJ6*(e_q3$Tsw*w)`ZV`4+m+)# zWjVmE%NX{sS)5vze?~$yP*~W1qlP_ilDhiRY!ehtyd+)#keRRA1)PqR#8+v=xA&qI zw~fKew!w|zo=s#k^L$1VW`+gTIf3=qR6J>z^6_!`N92;qWh+}1+xgM-^K)8_D%lHs ztCH2=Jh>hCbU|Tn2YBw|uL$+ke71BhLFrT;p{ld%5vn`8AHns|xwW5X8^5-|X5QU` zT5LrfKZ(s~#{o*)^Y?L(pK$rtf)^P_ao!|i72gk`Hy=+)(UXU|Tgz~Vmr&FB8>(|q z`EWIPnrd_K@>dS)g3HjtT}xO$+MPq)W7LP1(GXrnW4I@WrX@5lp{37NaMI`YxpHU? z_tpG~I-lEDLm#IfJo$SWZH%#@Pwn)nJ~zGQu<<c`Eb;+7!LA&hd*~#371#O4KsBV) zLs-vq7t7jB0QXSl#}U4T2xFM##0XoG(yJ`<I*VRp**AGhpg2Qt+WFVXOAY`XIE9zd zM*#L?6#Y2N2uCP+1+Nmw5dFM{*9pfoBMk6H4gEG^5JOPu)rDbN3yil4&>rP`0Inyz zTBG6(6~|PJs5q|Tgo+^W4_YaELYfq+<ro#NLnZ8gDPVtJuod75ub?3Cj&>8l&D~8~ za@e|zZDFF`zJ%?e9$_Yj=ZX3b{@>Z%*mpOFT~zNb62kZYn~>YwxkW-I*ij&i8X;^U zh&}?ijSzMbzJmm?m*DjiHUaJ^L7O3LQP!WrF<d4tiv<5R#_2J{B|e6GI9Vb~zC}Wj zLeJM6iey^mX*Eu=W=dp5OJtoZk+oPN>rNS2_t%mYEs&LG>f|%Xn!qHJk-?M!753dE bpz2q?NE?AoBEl)B0xfS)h^SC1R;T_0zI(1j delta 812 zcmXYvIa5?o5QV?DUgr52mSKB{%Hp7`11c(`j=Q+9D1tZ$C@NTGpav*a5)7e<(aTLq zrNkM_DJ>!cGyjBD2L1y}?0Y3SeP7>uPWS14KN>z&6~6!d{1rIHazHb=1QBO7oYQb# zaUsAXr{SW8ONz?@39e`uQCwAAQ(O-Sxe<_LG@z0(4daT5fRyH@xT(0Mm<(v-wqi;# zZQ(zEx$<K3%TLR?6aTWOYFp_F*-J~vKK6$kV1GQ}w6x7|Hzd!jMfh~_)new^(n@A} zax|osdm(eo$M2k}+6C_G%mWRJArG02UANPD#N)Wn9defFinrW1AKrS^RzGcGtyxSv z*t(#cY+chtDQj*l5o*JtJzi7kLWkrU#6C3P3OgbEq;ONhJ}B8%(SkbCbV}5xL!x7u zlUB6le3&k+2i6l&s*t<&GG4xf-@S!XL`iTZ6sZ_3lgRg!2*!Gg?AfLej+d#-mr3UP zid2=TE>V+pcj;L#5?*aS>whB|d66$7GaEa<%cMlTE~~mD6?r0Cq<))*kJuYhqNhmH zrfG4N*RmG}ZSuHm4l|&3X|;oHv6rKeW<(rKiidf6S*DLw28EVkjR6WAF;ke6xkM}o zNqcW+njU#=%lDWt`lUpUVc`tO3`Yb9h37FLsz-(4i*Aklh(jn*b)}UProDC21vA!@ z(pd&~N4UNsQVc5+icnFh^ltu8FS#9Ai6z$>8eLJya>{h0$(B*{WYYF~QL~L_-z0~O Rh4BA_-9=iQHm|HR{{UrkYDWM7 diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/UploadProduct.class b/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/UploadProduct.class index 5c1b5dbe661eee7d43f7d4ea91d1d25abf4f4c2a..a5856c7893cda609d34e7485d240e7fd97b10506 100644 GIT binary patch delta 1297 zcmb7@Yfx2H6vuz-UbuVTbGOJtkuV7eHA}lfU_}hmgfcZX*^Kl-r5Z?ti##kYnqv$z zeaYV0u@`ApR%#EaZe>wX^v+DvUY1t&e%Qn8X$7=57K0y~Is3mJd#!c;>p$o0FI-d9 zxn-cI7buoek1953Hb%IQ`yD)>dC+4M-I|9q4{ILLBs7mI9`i7+_Hk!7M|grKH9anP zO7pbl8Q0dUc-AA6=RD@nr+MDhy`X8=EYU30yy#KT$x9wD^NQwGcl}y~ExfMS>hT8K zB5dbP2X^X?Fgtn6<88WK%{!WR74LaWV}r*o-gn*y4t6`}bva95k4G^dYCdxIV+VUR zpC~@{DCIK?)qL*UFC6r0zEphWaVlSHzEOPZQQ^i{uut<{gzx#m<45*uezMd#p!wP9 z^o!<K&2O6DHGgOhYW`IGrT9BBPa0){_4*Y9ia{%g;LW<^!n(!rSZhn068znPro;uo z9LY>t7;CB%QqF3uSyB^?wMHv#e2Tw3=|KKg#WE$LB%rv=Zf*CnD_E+QqLQGJq(nz@ zSSH)I7)h3pv87rVU6wa<c16|Pb7ti>#G9MSEdwKA3Hj?omroZ@B9@pD!&)J^EZR_5 zZe)}TR9UpPb-}XoA#bSDNQysSWmk`uR6{lA*@k%QqPi9%X_78Tu8|BGqhzd|Aelli z)?9C7oMc(nMvibpQ-{`Ss%fc@&WT?fYpGX~ZDhP0sbqqY968G0re>z(8qSwICHY2< zmI6OlPb#%r8<{ARj7*kej7*VZ1v643!?_Z&T;p|Zwe2-=Bge^9BhzH6-=U|3k9U1h zBh&qEoiBy{PJMPkk(^*jPq)$;DV7qepOG1kWMKB0MoyHIgkrxhoa0xAvw|l}D6urW zQqQYXEL7Ah8Wb_aLZs5d>GlkghEg0}F<ccKBtUTZ+Wu{g_JnM5k^R(?X!2{*tHzJa zH4ohjE!HN{n%I%PCz!XGi^z~lMsdiiCHY@(`618WmAScdA9Gp36_(Im>EKGPB3)L~ z$JJb8yVudfwOq#-*>3IitYj<;>`OM0I><)ShDj=J81eW+{;K~nH!5yY+-y-GyPq<} zEs9%9PE&Mt4H72f|Ie}gPSdU|JEZFjt6e`4tZ`xJAb|lcRotdntyohs@h}BPs+BC< n&RTy(){LT&=>T`wEd$)iUDl4X-a32Q+qj#1<|A#~%X;_+-x?C{ delta 1248 zcma)*X;76_7{`Cly%)~8?>!=mEMbrsR^~8-gEiwY#)L9uO*SJ<qggYM7r4k`16WQr z%+!an&G415QnSR$7F%v*QQ2yXEwtKZrR`-I*+OJM=MXX1Z_Rto|Jk4SIsZ9l<IMh& zj@`q(JAqP};ZenA&Fv9txx>L0O^-(%TQzrT?$X??*`~Qiaj%DQx%WAFe}pL8H4ixB zLCr&&hh14*@rXwjk9sWRG0hH__qe8AvqE!;<_V9&4thPF<SEV5F1#~BC(kIJ^>~iw zBfP+i4s6$5VP4{8k5}00a$eQ!R=nm>#Ac7RyzaC&9K7iu?tFHDK95q~(!A~DI}YB} zyr+2IV>Wv%Ea3yEe&`^s`AG4xM>(Hp_9{O0sBrBo_)PP8gmvum=wiR-3p+YrYQAzj zeXaRM^R4DP&G(ugGzSzvDt?MDmIlc_sQ6jYFL?7Vy(qf8E!NW9s`$m<A85=B)y5j5 zLdsbU)hnutV=cv%){f5)7Kndks6Tb3;*jE3#TAO*6u-y2lEPA8_=5q%p9~5U%L?W$ zsHj?W&b%r0ZB31H41Y1;?@GR^h{ODC7@}K9Dl4upv7upSsIuakmZdA_jA~;wBmOFt zdom)1C0t+&+FF)Hn~ek{D998eAxTn_Y&(b&g0ZGLBU-{nJi7fpm6;MTVq}7n6eANQ z)jy=>W~Ui0lyoH-MkYz7t!j(53VHsip}bR!WJ$J>968EJu1pq8;`t5dGGNEE1vTx} zZAOlkJR|v%=lAI8;bUB#9jU<Iqo>MLe^8&Df2<VRIZrY&O^!2iygO!K!I?%*km*9H ze=wZyuMXz~Ph=q86YkWD7b>EPT1B0*7gQ`nDlMFD_Xuey#gQ4~S-}wk1jobn;ndrm zY@IQCYeF>mYtpMGC;FC+#)U>JLo~&Q)At5vG}A%`2Ux^%E+$PXnZT$|YDgN>F8f#W z4`=P@*e92BHLFRN4fb7J!?k3{7J9jk>zO2d++e>oWU|!$WIL%NY$I)aNJU}7x^YzR z{Liyi;VX(P3giw^rYKd+o^_g{e1tF=u1&`nTmQ3<t#_Q3=eQ<kSnh_1V1+Z22MG+b zN>QO$r|6nB?Fa@F*%EG|+cJ9|es506%*0TD_4cFzZsry%v#oZk-R-SxVB`5nE1S3t F{sD76051Rl diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/tokenParser.class b/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/tokenParser.class index e9947b4f2d90b0b0d65f91b5576095848d3b067e..6e50e3a5a8bca4fa92971654320dcc93e699139e 100644 GIT binary patch delta 128 zcmbQpIfc{g)W2Q(7#J8#7)-esxEK_<7?c>4L4*oBgDMvT3rK{8K@CKxg9r_F22FMb zt%+ve7_}$sGU}VLGidWL=rHK=Fz7MpGct&0C6*=X=OpH(>j#$<W#*+jm1gFoq!#fo U7%&)u2qPW_V+NDW{ftb^0A^_x;{X5v delta 108 zcmbQjIg!)s)W2Q(7#J8#7)-brxEK_<7-SigK!h?og9;Y|3rK{8K@~)(fe3YW1`T!w z&535;7_}zrGU{{jFlaOA@G$5y=uOUKlo8NpFyLX(XE5YpFk&!fWRRa&C%<_M;{zrD DhFTEZ diff --git a/KAA-JSP/build/web/catalog.jsp b/KAA-JSP/build/web/catalog.jsp index 380103f..eb78a4b 100644 --- a/KAA-JSP/build/web/catalog.jsp +++ b/KAA-JSP/build/web/catalog.jsp @@ -51,13 +51,6 @@ <div class="information"> <span> <% - /* FirebaseOptions options = new FirebaseOptions.Builder() - .setServiceAccount(new FileInputStream("path/to/serviceAccountKey.json")) - .setDatabaseUrl("https://<DATABASE_NAME>.firebaseio.com/") - .build(); - - FirebaseApp.initializeApp(options);*/ - JSONObject responseJSON = new JSONObject(); JSONObject responseJSON1 = new JSONObject(); org.kaa.marketplaceservice.service.MarketPlaceService_Service service = new org.kaa.marketplaceservice.service.MarketPlaceService_Service(); diff --git a/KAA-JSP/build/web/login.jsp b/KAA-JSP/build/web/login.jsp index 77d90a9..90300e5 100644 --- a/KAA-JSP/build/web/login.jsp +++ b/KAA-JSP/build/web/login.jsp @@ -17,11 +17,12 @@ /* Consuming API using GET method */ String user = request.getParameter("username"); String pass = request.getParameter("password"); - String urlParameter = "username=" + user + "&password=" + pass; String userAgent = request.getHeader("user-agent"); + String urlParameter = "username=" + user + "&password=" + pass + + "&user_agent=" + userAgent; String urlRequest = "http://localhost:8080/IdentService/login?"; RestAPI_consumer consumer = new RestAPI_consumer(urlRequest, urlParameter); - consumer.execute(); + consumer.executePost(); JSONObject responseJSON = consumer.getOutput(); // REST API for Chat Service @@ -39,8 +40,6 @@ String status = (String) responseJSON.get("status"); String generatedToken = (String) responseJSON.get("token"); if (status.equals("OK")) { - Cookie cookie = new Cookie("token", generatedToken); - response.addCookie(cookie); response.sendRedirect("http://localhost:8080/KAA-JSP/catalog." + "jsp?token=" + generatedToken); } else { diff --git a/KAA-JSP/nbproject/ant-deploy.xml b/KAA-JSP/nbproject/ant-deploy.xml index 5d33e0d..2d5f877 100644 --- a/KAA-JSP/nbproject/ant-deploy.xml +++ b/KAA-JSP/nbproject/ant-deploy.xml @@ -1,43 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -Copyright (c) 2008, 2016 Oracle and/or its affiliates. All rights reserved. - -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. - -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. - -Contributor(s): ---> <project default="-deploy-ant" basedir="."> <target name="-init-cl-deployment-env" if="deploy.ant.enabled"> <property file="${deploy.ant.properties.file}" /> @@ -47,7 +8,7 @@ Contributor(s): <tempfile prefix="gfv3" property="gfv3.password.file" destdir="${java.io.tmpdir}"/> <!-- do not forget to delete this! --> <echo message="AS_ADMIN_PASSWORD=${gfv3.password}" file="${gfv3.password.file}"/> </target> - + <target name="-parse-sun-web" depends="-init-cl-deployment-env" if="sun.web.present"> <tempfile prefix="gfv3" property="temp.sun.web" destdir="${java.io.tmpdir}"/> <copy file="${deploy.ant.docbase.dir}/WEB-INF/sun-web.xml" tofile="${temp.sun.web}"/> diff --git a/KAA-JSP/nbproject/private/private.properties b/KAA-JSP/nbproject/private/private.properties index 0a28249..0f61037 100644 --- a/KAA-JSP/nbproject/private/private.properties +++ b/KAA-JSP/nbproject/private/private.properties @@ -1,7 +1,7 @@ -deploy.ant.properties.file=C:\\Users\\Frys\\AppData\\Roaming\\NetBeans\\8.2\\config\\GlassFishEE6\\Properties\\gfv31137312071.properties +deploy.ant.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\config\\GlassFishEE6\\Properties\\gfv3-445781616.properties j2ee.platform.is.jsr109=true -j2ee.server.domain=C:/Users/Frys/GlassFish_Server/glassfish/domains/domain-client -j2ee.server.home=C:/Users/Frys/GlassFish_Server/glassfish -j2ee.server.instance=[C:\\Users\\Frys\\GlassFish_Server\\glassfish;C:\\Users\\Frys\\GlassFish_Server\\glassfish\\domains\\domain-client]deployer:gfv3ee6wc:localhost:4848 -j2ee.server.middleware=C:/Users/Frys/GlassFish_Server -user.properties.file=C:\\Users\\Frys\\AppData\\Roaming\\NetBeans\\8.2\\build.properties +j2ee.server.domain=C:/Users/Ali-pc/AppData/Roaming/NetBeans/8.0.2/config/GF_4.1/domain1 +j2ee.server.home=C:/Program Files/glassfish-4.1/glassfish +j2ee.server.instance=[C:\\Program Files\\glassfish-4.1\\glassfish;C:\\Program Files\\glassfish-4.1\\glassfish\\domains\\domain1]deployer:gfv3ee6:localhost:4848 +j2ee.server.middleware=C:/Program Files/glassfish-4.1 +user.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties diff --git a/KAA-JSP/nbproject/private/private.xml b/KAA-JSP/nbproject/private/private.xml index e5c7c24..72e673d 100644 --- a/KAA-JSP/nbproject/private/private.xml +++ b/KAA-JSP/nbproject/private/private.xml @@ -3,11 +3,10 @@ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> <group> - <file>file:/home/khrs/GitProject/WBD/Tubes3/TugasBesar3_AngularJSandFirebase/KAA-JSP/web/css/style.css</file> - <file>file:/home/khrs/GitProject/WBD/Tubes3/TugasBesar3_AngularJSandFirebase/KAA-JSP/web/login.jsp</file> - <file>file:/home/khrs/GitProject/WBD/Tubes3/TugasBesar3_AngularJSandFirebase/KAA-JSP/web/scripts/app.js</file> - <file>file:/home/khrs/GitProject/WBD/Tubes3/TugasBesar3_AngularJSandFirebase/KAA-JSP/web/catalog.jsp</file> - <file>file:/home/khrs/GitProject/WBD/Tubes3/TugasBesar3_AngularJSandFirebase/KAA-JSP/web/purchases.jsp</file> + <file>file:/D:/Kuliah/IF%20ITB/Semester%205/Web%20Based%20Development/TugasBesar3_AngularJSandFirebase/KAA-JSP/web/login.jsp</file> + <file>file:/D:/Kuliah/IF%20ITB/Semester%205/Web%20Based%20Development/TugasBesar3_AngularJSandFirebase/KAA-JSP/src/java/org/saleproject/KAA/RestAPI_consumer.java</file> + <file>file:/D:/Kuliah/IF%20ITB/Semester%205/Web%20Based%20Development/TugasBesar3_AngularJSandFirebase/KAA-JSP/web/catalog.jsp</file> + <file>file:/D:/Kuliah/IF%20ITB/Semester%205/Web%20Based%20Development/TugasBesar3_AngularJSandFirebase/KAA-JSP/web/register.jsp</file> </group> </open-files> </project-private> diff --git a/KAA-JSP/nbproject/project.properties b/KAA-JSP/nbproject/project.properties index a4fc181..cb7f9ca 100644 --- a/KAA-JSP/nbproject/project.properties +++ b/KAA-JSP/nbproject/project.properties @@ -36,13 +36,13 @@ j2ee.deploy.on.save=true j2ee.platform=1.7-web <<<<<<< HEAD ======= -j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar >>>>>>> 267a82ca7eed3c74c463cfce0a377e9ab1f0f69f <<<<<<< HEAD j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar ======= j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar >>>>>>> bcf1435806005cb1ed3347eeb593de560332f805 +j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar j2ee.platform.embeddableejb.classpath=${j2ee.server.home}/lib/embedded/glassfish-embedded-static-shell.jar j2ee.platform.wscompile.classpath=${j2ee.server.home}/modules/webservices-osgi.jar j2ee.platform.wsgen.classpath=${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar diff --git a/KAA-JSP/src/java/org/saleproject/KAA/RestAPI_consumer.java b/KAA-JSP/src/java/org/saleproject/KAA/RestAPI_consumer.java index 3d81dba..c39b187 100644 --- a/KAA-JSP/src/java/org/saleproject/KAA/RestAPI_consumer.java +++ b/KAA-JSP/src/java/org/saleproject/KAA/RestAPI_consumer.java @@ -6,9 +6,13 @@ package org.saleproject.KAA; import java.io.BufferedReader; +import java.io.DataOutputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; +import java.net.MalformedURLException; import java.net.URL; +import java.util.logging.Level; +import java.util.logging.Logger; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; @@ -30,7 +34,7 @@ public class RestAPI_consumer { public void execute(){ try{ /* Consuming API using GET method */ - String urlRequest = APIURL + URLParameter; + String urlRequest = APIURL + URLParameter.replace(" ", "%20"); URL obj = new URL(urlRequest); HttpURLConnection con = (HttpURLConnection) obj.openConnection(); BufferedReader br = new BufferedReader(new InputStreamReader((con.getInputStream()))); @@ -49,6 +53,33 @@ public class RestAPI_consumer { } } + public void executePost(){ + try { + URL obj = new URL(APIURL); + HttpURLConnection con = (HttpURLConnection) obj.openConnection(); + con.setDoOutput( true ); + con.setRequestMethod( "POST" ); + DataOutputStream wr = new DataOutputStream(con.getOutputStream()); + wr.writeBytes(URLParameter); + wr.flush(); + wr.close(); + con.setReadTimeout(15*1000); + con.connect(); + BufferedReader br = new BufferedReader(new InputStreamReader((con.getInputStream()))); + StringBuilder sb = new StringBuilder(); + String output1; + while ((output1 = br.readLine()) != null) { + sb.append(output1); + } + + /* Parsing */ + JSONParser parser = new JSONParser(); + output = (JSONObject)parser.parse(sb.toString()); + } catch(Exception e){ + e.printStackTrace(); + } +} + public JSONObject getOutput(){ return output; } diff --git a/KAA-JSP/web/catalog.jsp b/KAA-JSP/web/catalog.jsp index 380103f..eb78a4b 100644 --- a/KAA-JSP/web/catalog.jsp +++ b/KAA-JSP/web/catalog.jsp @@ -51,13 +51,6 @@ <div class="information"> <span> <% - /* FirebaseOptions options = new FirebaseOptions.Builder() - .setServiceAccount(new FileInputStream("path/to/serviceAccountKey.json")) - .setDatabaseUrl("https://<DATABASE_NAME>.firebaseio.com/") - .build(); - - FirebaseApp.initializeApp(options);*/ - JSONObject responseJSON = new JSONObject(); JSONObject responseJSON1 = new JSONObject(); org.kaa.marketplaceservice.service.MarketPlaceService_Service service = new org.kaa.marketplaceservice.service.MarketPlaceService_Service(); diff --git a/KAA-JSP/web/login.jsp b/KAA-JSP/web/login.jsp index 77d90a9..90300e5 100644 --- a/KAA-JSP/web/login.jsp +++ b/KAA-JSP/web/login.jsp @@ -17,11 +17,12 @@ /* Consuming API using GET method */ String user = request.getParameter("username"); String pass = request.getParameter("password"); - String urlParameter = "username=" + user + "&password=" + pass; String userAgent = request.getHeader("user-agent"); + String urlParameter = "username=" + user + "&password=" + pass + + "&user_agent=" + userAgent; String urlRequest = "http://localhost:8080/IdentService/login?"; RestAPI_consumer consumer = new RestAPI_consumer(urlRequest, urlParameter); - consumer.execute(); + consumer.executePost(); JSONObject responseJSON = consumer.getOutput(); // REST API for Chat Service @@ -39,8 +40,6 @@ String status = (String) responseJSON.get("status"); String generatedToken = (String) responseJSON.get("token"); if (status.equals("OK")) { - Cookie cookie = new Cookie("token", generatedToken); - response.addCookie(cookie); response.sendRedirect("http://localhost:8080/KAA-JSP/catalog." + "jsp?token=" + generatedToken); } else { diff --git a/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/DBMarketPlace.class b/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/DBMarketPlace.class index 2d4880d136a4e116e5424a53b14b97ade5d088bf..1e0163cfd7fc25fe3a7ba026e6a2ad1fafa47b04 100644 GIT binary patch delta 153 zcmWO0%Mrmq0D$2?d)VFV?12iHG2<;>LA(iqGK?0~pn<(=z|pwnpa6|HX~D?#|1ST> zd`<HHr7s}lXvk4lG&D^^i$K%XbTnN<kG_u}R1AEEj5Lv9%tSHO%oOuSa`t4VS#Wpn uA{Uk=D_0VcTw997?j#CwW7)EER}sj>vghzj#ZBbPI#yIP9@XqbQ2PU+4j0J) delta 146 zcmWO0I}*V_9KhjUw#fdovtu{`72*+Z;!O|-QMiC(=(cqSV{{6mb`g~;80o*_`<jnQ z-@nHb=(9KEscJ%@W~kE;nnEPB3~f3Aims*?WON`54I^UBSeR(0xAfq-t9SBemN^R- ns@PvzO03*b75%j(VdKs!^0$^9>HVcHs$eA1<OGj$R!~&_7q1rT diff --git a/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/MarketPlaceService.class b/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/MarketPlaceService.class index 48d8c8e04f624d9512af5aeffffbf4b026bc41ed..ad801dc36eb26f8f17ef07d1e3213a372bd7674a 100644 GIT binary patch delta 3386 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 biXpJhv(h|%DI6nsE~mq<ME_rR;y3RDbqI!O delta 3334 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 diff --git a/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/RestAPI_consumer.class b/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/RestAPI_consumer.class index bcefd2a8bd2f3a3f6c2f44d578c8417b01f2de43..9b8c42de6e80e91a83df10f66f7bb24c96ece632 100644 GIT binary patch delta 300 zcmXxgJ1>J#9LMqR>4SfIa%kd-h{j+LlcbAAT6c<~Zl!K@>4UnIU}%k+m~AIsgSoL8 zyZ|r2X7>hcg69mDPx8P0hW~r)Ggg25d3gl}xYWeSMCoGMG2@sOvYKWxjycD?u%L;O zb1Vu=!m_ZUF|2CZ$ZJ|zbF2#mjqh%KHiS)KOVi1=up<-|E!VZ`O{4y${IK2)bN|z_ z;ij!c?tAyxHylt>m`ZRPB(BQUL?NFu^bi;hIa0)JL&a^<8*D$O>;@-}Q^Of0d*}6e z=Tz*ImsA(eAKru4pAyo-kT5Ka2&3>#N7(zN8zrP1V@)W=nXr$NmdWrr5vKkCrn52Q delta 268 zcmWm9xlV#X6vgrXFv|6t3=;if2wyCytSmJ|RNTb{_Z@IwS}n9Dv9Yl*nTN0@R$BM~ zK7h|)XJtp!ndVoVoSWS9mHo^%KYridfg!F83FU}96M@OVlrU}Rq#T$D%nEaci1|Q8 zSP&M4C4*(z&`s5lVI{CCtQq2P8?!EK2%Cl+Tf(-mqex%h-QKjCKT7Sohtz%79{ZL9 zYOY7eQQgwuP?5NnN?b)3dyhD_6gUZ-TF!j&Ne}3AF5IggR+lf|`cV(&g%KeVtdJ4^ dFm3vL_D4TT{3K7V14W5Z_beqD^W#&D{{tJkDi8nw diff --git a/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/Validator.class b/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/Validator.class index e8bacc4e46587a9912d84eb96a9f827573449254..d89dafe043b26783e2285ad1ee3edc910f8ea011 100644 GIT binary patch literal 5876 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 R=Yjg~0wwq{A^*V|{x^vqJjwt7 literal 5695 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 diff --git a/MarketPlaceService/nbproject/ant-deploy.xml b/MarketPlaceService/nbproject/ant-deploy.xml index 5d33e0d..2d5f877 100644 --- a/MarketPlaceService/nbproject/ant-deploy.xml +++ b/MarketPlaceService/nbproject/ant-deploy.xml @@ -1,43 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -Copyright (c) 2008, 2016 Oracle and/or its affiliates. All rights reserved. - -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. - -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. - -Contributor(s): ---> <project default="-deploy-ant" basedir="."> <target name="-init-cl-deployment-env" if="deploy.ant.enabled"> <property file="${deploy.ant.properties.file}" /> @@ -47,7 +8,7 @@ Contributor(s): <tempfile prefix="gfv3" property="gfv3.password.file" destdir="${java.io.tmpdir}"/> <!-- do not forget to delete this! --> <echo message="AS_ADMIN_PASSWORD=${gfv3.password}" file="${gfv3.password.file}"/> </target> - + <target name="-parse-sun-web" depends="-init-cl-deployment-env" if="sun.web.present"> <tempfile prefix="gfv3" property="temp.sun.web" destdir="${java.io.tmpdir}"/> <copy file="${deploy.ant.docbase.dir}/WEB-INF/sun-web.xml" tofile="${temp.sun.web}"/> diff --git a/MarketPlaceService/nbproject/private/private.properties b/MarketPlaceService/nbproject/private/private.properties index 0a28249..0f61037 100644 --- a/MarketPlaceService/nbproject/private/private.properties +++ b/MarketPlaceService/nbproject/private/private.properties @@ -1,7 +1,7 @@ -deploy.ant.properties.file=C:\\Users\\Frys\\AppData\\Roaming\\NetBeans\\8.2\\config\\GlassFishEE6\\Properties\\gfv31137312071.properties +deploy.ant.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\config\\GlassFishEE6\\Properties\\gfv3-445781616.properties j2ee.platform.is.jsr109=true -j2ee.server.domain=C:/Users/Frys/GlassFish_Server/glassfish/domains/domain-client -j2ee.server.home=C:/Users/Frys/GlassFish_Server/glassfish -j2ee.server.instance=[C:\\Users\\Frys\\GlassFish_Server\\glassfish;C:\\Users\\Frys\\GlassFish_Server\\glassfish\\domains\\domain-client]deployer:gfv3ee6wc:localhost:4848 -j2ee.server.middleware=C:/Users/Frys/GlassFish_Server -user.properties.file=C:\\Users\\Frys\\AppData\\Roaming\\NetBeans\\8.2\\build.properties +j2ee.server.domain=C:/Users/Ali-pc/AppData/Roaming/NetBeans/8.0.2/config/GF_4.1/domain1 +j2ee.server.home=C:/Program Files/glassfish-4.1/glassfish +j2ee.server.instance=[C:\\Program Files\\glassfish-4.1\\glassfish;C:\\Program Files\\glassfish-4.1\\glassfish\\domains\\domain1]deployer:gfv3ee6:localhost:4848 +j2ee.server.middleware=C:/Program Files/glassfish-4.1 +user.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties diff --git a/MarketPlaceService/nbproject/private/private.xml b/MarketPlaceService/nbproject/private/private.xml index d0de6bf..95cf5e2 100644 --- a/MarketPlaceService/nbproject/private/private.xml +++ b/MarketPlaceService/nbproject/private/private.xml @@ -3,7 +3,7 @@ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> <group> - <file>file:/home/khrs/GitProject/WBD/Tubes3/TugasBesar3_AngularJSandFirebase/MarketPlaceService/src/java/org/KAA/MarketPlaceService/Service/MarketPlaceService.java</file> + <file>file:/D:/Kuliah/IF%20ITB/Semester%205/Web%20Based%20Development/TugasBesar3_AngularJSandFirebase/MarketPlaceService/src/java/org/KAA/MarketPlaceService/Service/Validator.java</file> </group> </open-files> </project-private> diff --git a/MarketPlaceService/nbproject/project.properties b/MarketPlaceService/nbproject/project.properties index ad4b14c..d134daa 100644 --- a/MarketPlaceService/nbproject/project.properties +++ b/MarketPlaceService/nbproject/project.properties @@ -36,13 +36,13 @@ j2ee.deploy.on.save=true j2ee.platform=1.7-web <<<<<<< HEAD ======= -j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar >>>>>>> 267a82ca7eed3c74c463cfce0a377e9ab1f0f69f <<<<<<< HEAD j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar ======= j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar >>>>>>> bcf1435806005cb1ed3347eeb593de560332f805 +j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar j2ee.platform.embeddableejb.classpath=${j2ee.server.home}/lib/embedded/glassfish-embedded-static-shell.jar j2ee.platform.wscompile.classpath=${j2ee.server.home}/modules/webservices-osgi.jar j2ee.platform.wsgen.classpath=${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar diff --git a/MarketPlaceService/src/java/org/KAA/MarketPlaceService/Service/Validator.java b/MarketPlaceService/src/java/org/KAA/MarketPlaceService/Service/Validator.java index db012dd..5b6370a 100644 --- a/MarketPlaceService/src/java/org/KAA/MarketPlaceService/Service/Validator.java +++ b/MarketPlaceService/src/java/org/KAA/MarketPlaceService/Service/Validator.java @@ -31,7 +31,7 @@ public class Validator { /* Validate token to the REST API */ String urlParameter = "token="+token; String urlRequest = "http://localhost:8080/IdentService/validate?"+ - urlParameter; + urlParameter.replace(" ","%20"); URL obj = new URL(urlRequest); HttpURLConnection URLConnection = null; try { @@ -81,7 +81,7 @@ public class Validator { /* Validate token to the REST API */ String urlParameter = "token="+token; String urlRequest = "http://localhost:8080/IdentService/validate?"+ - urlParameter; + urlParameter.replace(" ","%20"); URL obj = new URL(urlRequest); HttpURLConnection URLConnection = null; try { @@ -131,7 +131,7 @@ public class Validator { /* Validate token to the REST API */ String urlParameter = "token="+token; String urlRequest = "http://localhost:8080/IdentService/validate?"+ - urlParameter; + urlParameter.replace(" ","%20"); URL obj = new URL(urlRequest); HttpURLConnection URLConnection = null; try { @@ -181,7 +181,7 @@ public class Validator { /* Validate token to the REST API */ String urlParameter = "token="+token; String urlRequest = "http://localhost:8080/IdentService/validate?"+ - urlParameter; + urlParameter.replace(" ","%20"); URL obj = new URL(urlRequest); HttpURLConnection URLConnection = null; try { -- GitLab