Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 54cac1c2268db633d66eeff1b4faa585 > files > 593

frepple-doc-0.8.1-3.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>C++ API frePPLe: webservice.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="../styles.css" rel="stylesheet"  type="text/css">
</head>
<body>
<div id="container">

<div id="menubar"> 
<div id="logo" align="center">
<br/><img src='../frepple.bmp' alt="frepple" /><br/>
<a href='http://www.frepple.com/'>
<strong>a Free<br/>Production Planning<br/>Library</strong>
</a>
</div>
<div id="menu">
<br/>
<h3><a href='../Main/HomePage.html'>Main</a></h3>
<h3><a href='../UI/Main.html'>User Manual</a></h3>
<h3><a href='../Tutorial/Main.html'>Tutorial</a></h3>
<h3><a href='../Frepple/Main.html'>Reference Manual</a></h3>
<h3><a href='../Main/FAQ.html'>FAQ</a></h3>
<h3><a href='index.html'>C++ API</a></h3>
<br/>
</div>  
</div>

<div id="content">
<br/>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_cfc6129efafb4deb1379318d01a4b532.html">modules</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_1fb731018ee43e669063132ba9c17b7b.html">webservice</a>
  </div>
</div>
<div class="contents">
<h1>webservice.h</h1><a href="a00254.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/***************************************************************************</span>
<a name="l00002"></a>00002 <span class="comment">  file : $URL: https://frepple.svn.sourceforge.net/svnroot/frepple/trunk/modules/webservice/webservice.h $</span>
<a name="l00003"></a>00003 <span class="comment">  version : $LastChangedRevision: 1013 $  $LastChangedBy: jdetaeye $</span>
<a name="l00004"></a>00004 <span class="comment">  date : $LastChangedDate: 2009-08-06 17:41:53 +0200 (Thu, 06 Aug 2009) $</span>
<a name="l00005"></a>00005 <span class="comment"> ***************************************************************************/</span>
<a name="l00006"></a>00006 
<a name="l00007"></a>00007 <span class="comment">/***************************************************************************</span>
<a name="l00008"></a>00008 <span class="comment"> *                                                                         *</span>
<a name="l00009"></a>00009 <span class="comment"> * Copyright (C) 2007 by Johan De Taeye                                    *</span>
<a name="l00010"></a>00010 <span class="comment"> *                                                                         *</span>
<a name="l00011"></a>00011 <span class="comment"> * This library is free software; you can redistribute it and/or modify it *</span>
<a name="l00012"></a>00012 <span class="comment"> * under the terms of the GNU Lesser General Public License as published   *</span>
<a name="l00013"></a>00013 <span class="comment"> * by the Free Software Foundation; either version 2.1 of the License, or  *</span>
<a name="l00014"></a>00014 <span class="comment"> * (at your option) any later version.                                     *</span>
<a name="l00015"></a>00015 <span class="comment"> *                                                                         *</span>
<a name="l00016"></a>00016 <span class="comment"> * This library is distributed in the hope that it will be useful,         *</span>
<a name="l00017"></a>00017 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of          *</span>
<a name="l00018"></a>00018 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser *</span>
<a name="l00019"></a>00019 <span class="comment"> * General Public License for more details.                                *</span>
<a name="l00020"></a>00020 <span class="comment"> *                                                                         *</span>
<a name="l00021"></a>00021 <span class="comment"> * You should have received a copy of the GNU Lesser General Public        *</span>
<a name="l00022"></a>00022 <span class="comment"> * License along with this library; if not, write to the Free Software     *</span>
<a name="l00023"></a>00023 <span class="comment"> * Foundation Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,*</span>
<a name="l00024"></a>00024 <span class="comment"> * USA                                                                     *</span>
<a name="l00025"></a>00025 <span class="comment"> *                                                                         *</span>
<a name="l00026"></a>00026 <span class="comment"> ***************************************************************************/</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="comment">/* The contents of this file is automatically processed into a WSDL</span>
<a name="l00029"></a>00029 <span class="comment"> * service definition file.</span>
<a name="l00030"></a>00030 <span class="comment"> * See the gsoap documentation for the right format and supported constructs.</span>
<a name="l00031"></a>00031 <span class="comment"> */</span>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="preprocessor">#ifndef DOXYGEN</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span>
<a name="l00035"></a>00035 <span class="comment">/* Typedefs to help gsoap map the types to XML data types. */</span>
<a name="l00036"></a>00036 <span class="keyword">typedef</span> <span class="keywordtype">double</span> xsd__double;
<a name="l00037"></a>00037 <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> xsd__int;
<a name="l00038"></a>00038 <span class="keyword">typedef</span> <span class="keywordtype">bool</span> xsd__boolean;
<a name="l00039"></a>00039 <span class="keyword">typedef</span> <span class="keywordtype">char</span>* xsd__string;
<a name="l00040"></a>00040 <span class="keyword">typedef</span> time_t  xsd__dateTime;
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 <span class="comment">//gsoap frepple service name: frepple</span>
<a name="l00043"></a>00043 <span class="comment">//gsoap frepple service namespace: urn:frepple</span>
<a name="l00044"></a>00044 <span class="comment">//gsoap frepple service style: rpc</span>
<a name="l00045"></a>00045 <span class="comment">//gsoap frepple service encoding: encoded</span>
<a name="l00046"></a>00046 <span class="comment">//gsoap frepple service namespace: http://192.168.0.137/static/frepple.wsdl</span>
<a name="l00047"></a>00047 <span class="comment">//gsoap frepple service location: http://192.168.0.137:6262</span>
<a name="l00048"></a>00048 <span class="comment">//gsoap frepple service documentation: frePPLe - a free Production Planning Library</span>
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 <span class="keyword">class </span>frepple__DemandInfo
<a name="l00051"></a>00051 {
<a name="l00052"></a>00052   <span class="keyword">public</span>:
<a name="l00053"></a>00053     xsd__string name;
<a name="l00054"></a>00054     xsd__string item;
<a name="l00055"></a>00055     xsd__int priority;
<a name="l00056"></a>00056     xsd__double quantity;
<a name="l00057"></a>00057     xsd__dateTime due;
<a name="l00058"></a>00058 };
<a name="l00059"></a>00059 <span class="keyword">struct </span>frepple__DemandInfoResponse {frepple__DemandInfo _return;};
<a name="l00060"></a>00060 
<a name="l00061"></a>00061 <span class="comment">//gsoap frepple service method-action: demand &quot;&quot;</span>
<a name="l00062"></a>00062 <span class="keywordtype">int</span> <a class="code" href="a00253.html#a5d6570d16d1d21d05b084b5e9706d3dd">frepple__demand</a>(xsd__string name, <span class="keyword">struct</span> frepple__DemandInfoResponse &amp;result);
<a name="l00063"></a>00063 
<a name="l00064"></a>00064 <span class="keyword">struct </span>frepple__PostResponse {xsd__int _return;};
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 <span class="comment">//gsoap frepple service method-action: post &quot;&quot;</span>
<a name="l00067"></a>00067 <span class="keywordtype">int</span> <a class="code" href="a00253.html#a04278e7f339215f032b5568f0e47fcd6">frepple__post</a>(xsd__string data, <span class="keyword">struct</span> frepple__PostResponse &amp;result);
<a name="l00068"></a>00068 
<a name="l00069"></a>00069 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="align: right;"><small>Documentation generated for frePPLe by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"/></a></small></address>
</div>
</div>
</body>
</html>