blob: 77c7af0cb7f75c40c3fcdbe1b9a3224ed60b6e90 [file] [log] [blame]
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
* This file contains declaration of the web service
*/
#if !defined(__LARGERETURNINGSTRING_SERVERSKELETON_H__INCLUDED_)
#define __LARGERETURNINGSTRING_SERVERSKELETON_H__INCLUDED_
#include <axis/AxisUserAPI.hpp>
#include <axis/ISoapAttachment.hpp>
#include "AxisServiceException.hpp"
class LargeReturningString
{
public:
LargeReturningString();
public:
virtual ~LargeReturningString();
public:
void onFault();
xsd__string getLargeString( xsd__int Value0);
xsd__int setLargeString( xsd__string Value0);
xsd__string setRoundTripLargeString( xsd__string Value0 ,xsd__int Value1);
public:
xsd__string myString;
};
#endif /* !defined(__LARGERETURNINGSTRING_SERVERSKELETON_H__INCLUDED_)*/