Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 96810 invoked from network); 2 Feb 2004 04:43:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Feb 2004 04:43:48 -0000 Received: (qmail 31600 invoked by uid 500); 2 Feb 2004 04:43:28 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 31587 invoked by uid 500); 2 Feb 2004 04:43:28 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 31569 invoked from network); 2 Feb 2004 04:43:28 -0000 Received: from unknown (HELO relay.pair.com) (209.68.1.20) by daedalus.apache.org with SMTP; 2 Feb 2004 04:43:28 -0000 Received: (qmail 96371 invoked from network); 2 Feb 2004 04:43:37 -0000 Received: from unknown (HELO LANKABOOKOLD) (220.247.218.128) by relay.pair.com with SMTP; 2 Feb 2004 04:43:37 -0000 X-pair-Authenticated: 220.247.218.128 From: "Susantha Kumara" To: "Apache AXIS C Developers List" Subject: RE: HP UX 11.0 Date: Mon, 2 Feb 2004 10:50:58 +0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4925.2800 In-Reply-To: <40113003.1070609@iq-work.de> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I wonder how this bug still persists ?? Please rename all SUCCESS to AXIS_SUCCESS. Then it should work fine. Thanks, Susantha. > -----Original Message----- > From: Mario Dorr [mailto:m.doerr@iq-work.de] > Sent: Friday, January 23, 2004 8:30 PM > To: axis-c-dev@ws.apache.org > Subject: HP UX 11.0 > > > Hi all! > > >Yes please. Test with the recent code in cvs Axis C++ head, which is > >intended for the next release and is feature riched. Please subscribe to > >Axis C++ developer mailing list(http://ws.apache.org/axis/mail.html) and > >send mail to axis-c-dev@ws.apache.org. Your > >contributions as suggestions and patches is greatly appreciated. > > I've now AXIS C++ 1.0 (Released: December 29, 2003) working von HPUX 11. > The compilation was diffucult, because you will need some updates and > the xerces makefile was not configured to build with gcc on HPUX. Maybe > someone is interesting on details for documentation... > > Now i have some problems in the wsdl2ws tool (i think bugs) to make a > webservice on server site. Im getting from my WSDL file this simple > function (Note: Its important for me to use C not C++ (option: -lc)): > > error* GetSimNo(int SubId,MSISDNSIM* gtRpcSimMsisdn); > > This all seems to be ok, but if i compile, i will get some errors about > undeclared identifiers: Axis_TypeName_error and SUCESS. > > If i call wsdl2ws with -lc++ option, there will be in error.h three more > lines: > #include > static const char* Axis_URI_error = "urn:someNamespace"; > static const char* Axis_TypeName_error = "error"; > > I've copied the three lines to the c version, but i have not found the > SUCCESS definition...where is it? > > Greeting Mario > > > > > > > >