Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 43949 invoked from network); 25 Aug 2005 14:51:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2005 14:51:38 -0000 Received: (qmail 8306 invoked by uid 500); 25 Aug 2005 14:51:37 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 8255 invoked by uid 500); 25 Aug 2005 14:51:37 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 8242 invoked by uid 99); 25 Aug 2005 14:51:36 -0000 X-ASF-Spam-Status: No, hits=-9.3 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 25 Aug 2005 07:51:36 -0700 Received: (qmail 43922 invoked by uid 65534); 25 Aug 2005 14:51:36 -0000 Message-ID: <20050825145136.43921.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r240083 - in /webservices/axis/trunk/java/modules/security/interop: ./ org/ org/apache/ org/apache/axis2/ org/apache/axis2/oasis/ org/apache/axis2/oasis/ping/ org/apache/axis2/oasis/ping/PingPortSkeleton.java ping.wsdl service.xml Date: Thu, 25 Aug 2005 14:51:35 -0000 To: axis-cvs@ws.apache.org From: ruchithf@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ruchithf Date: Thu Aug 25 07:51:27 2005 New Revision: 240083 URL: http://svn.apache.org/viewcvs?rev=240083&view=rev Log: Adding the missing interop directory Added: webservices/axis/trunk/java/modules/security/interop/ webservices/axis/trunk/java/modules/security/interop/org/ webservices/axis/trunk/java/modules/security/interop/org/apache/ webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/ webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/oasis/ webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/oasis/ping/ webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/oasis/ping/PingPortSkeleton.java webservices/axis/trunk/java/modules/security/interop/ping.wsdl webservices/axis/trunk/java/modules/security/interop/service.xml Added: webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/oasis/ping/PingPortSkeleton.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/oasis/ping/PingPortSkeleton.java?rev=240083&view=auto ============================================================================== --- webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/oasis/ping/PingPortSkeleton.java (added) +++ webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/oasis/ping/PingPortSkeleton.java Thu Aug 25 07:51:27 2005 @@ -0,0 +1,40 @@ +/* + * Copyright 2004,2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.axis2.oasis.ping; + +import org.xmlsoap.ping.PingResponse; +import org.xmlsoap.ping.PingResponseDocument; + /** + * Auto generated java skeleton for the service by the Axis code generator + */ + public class PingPortSkeleton { + + + /** + * Auto generated method signature + * @param param4 + + */ + public org.xmlsoap.ping.PingResponseDocument Ping(org.xmlsoap.ping.PingDocument param4 ){ + PingResponseDocument response = PingResponseDocument.Factory.newInstance(); + PingResponse pingRes = response.addNewPingResponse(); + pingRes.setText("Response: " + param4.getPing().getText()); + return response; + } + + } + \ No newline at end of file Added: webservices/axis/trunk/java/modules/security/interop/ping.wsdl URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/security/interop/ping.wsdl?rev=240083&view=auto ============================================================================== --- webservices/axis/trunk/java/modules/security/interop/ping.wsdl (added) +++ webservices/axis/trunk/java/modules/security/interop/ping.wsdl Thu Aug 25 07:51:27 2005 @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: webservices/axis/trunk/java/modules/security/interop/service.xml URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/security/interop/service.xml?rev=240083&view=auto ============================================================================== --- webservices/axis/trunk/java/modules/security/interop/service.xml (added) +++ webservices/axis/trunk/java/modules/security/interop/service.xml Thu Aug 25 07:51:27 2005 @@ -0,0 +1,17 @@ + + + org.apache.axis2.oasis.ping.PingPortSkeleton + + + + + + UsernameToken + org.ruchith.sample1.PWCallback + + + + NoSecurity + + +