Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 17133 invoked from network); 18 Aug 2008 10:55:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 10:55:13 -0000 Received: (qmail 39511 invoked by uid 500); 18 Aug 2008 10:55:11 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 39500 invoked by uid 500); 18 Aug 2008 10:55:11 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 39489 invoked by uid 99); 18 Aug 2008 10:55:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 03:55:11 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 10:54:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KV2Nn-0006Ji-Em for axis-c-user@ws.apache.org; Mon, 18 Aug 2008 03:54:43 -0700 Message-ID: <19029258.post@talk.nabble.com> Date: Mon, 18 Aug 2008 03:54:43 -0700 (PDT) From: Martina08 To: axis-c-user@ws.apache.org Subject: RE: Axis CPP new user - how to access an existing web-service In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: martin.willitzkat@gmx.de References: X-Virus-Checked: Checked by ClamAV on apache.org hi, Nadir Amra what do you mean with rebuild? I have a problem by Linking. My Error Message is: "undefined reference to =C2=B4Calculator::Calculator()=C2=B4 "=20 So i go to the SVN-site and take many modified Files and replace the old Files(Installation-Files v1.6b). my command is: g++ c.cpp -I$AXISCPP_HOME/include -L$AXISCPP_HOME/lib -ldl -L/libaxis_client.so -o calculator I despair on that problem :(, please help me ... Nadir Amra wrote: >=20 > Not sure VS 2005 is supported. I think earliest VS we use is 2006. Not= =20 > sure it matters although I thought I would bring it up.=20 >=20 > Did you rebuilt axis from latest code in svn? >=20 > Nadir Amra >=20 >=20 > Deepak Warrier wrote on 07/24/2008 11:24:46= =20 > AM: >=20 >> Hi Nadir, >> Thanks much for your response. >> I did make some progress- I was able to link and build it using=20 >> Visual Studio 2005!! I guess the Axis Win32 binaries were not=20 >> compatible with Eclipse CDT.=20 >> However while executing the exe I did get an error - The error=20 >> occurs within the following constructor : >>=20 >> AppSBBean::AppSBBean() >> :Stub(" ", APTHTTP1_1) >> { >> m_pCall->setEndpointURI("http://localhost: >> 9080/LookAheadWSHttpRouter/services/AppSBBean"); >> } >> The errors is of the form: >> Unhandled exception at 0x7c812a5b in TestWebServiceClient.exe:=20 >> Microsoft C++ exception: HTTPTransportException at memory location=20 >> 0x0012f550.. >>=20 >> Do you have an idea what might be going wrong? >> Thanks much. >>=20 >> Deepak >>=20 >>=20 >>=20 >>=20 >>=20 >> > To: axis-c-user@ws.apache.org >> > CC: axis-c-user@ws.apache.org >> > Subject: Re: Axis CPP new user - how to access an existing web-service >> > From: amra@us.ibm.com >> > Date: Thu, 24 Jul 2008 10:28:26 -0500 >> >=20 >> > Have you read the user guides at=20 >> > http://ws.apache.org/axis/cpp/documentation.html? >> >=20 >> > You will need to bind your client application to the axis_client dll. >> >=20 >> > If the address of the service in wsdl is correct, you do not need to= =20 > do=20 >> > anything. >> >=20 >> > One last thing. You should build AXIS from SVN repository since it has= =20 >=20 >> > dozens of fixes that are not in the binaries. Hopefully. so, we will= =20 >> > release 1.6 but until then, build axis yourself. >> >=20 >> >=20 >> >=20 >> > Nadir Amra >> >=20 >> >=20 >> > Deepak Warrier wrote on 07/24/2008=20 > 10:08:40=20 >> > AM: >> >=20 >> > >=20 >> > > Hi >> > >=20 >> > > I am trying to generate client code to access a predefined web- >> > > service using AxisCPP (on Windows using Eclipse CDT). I was able to= =20 >> > > generate the client-side stubs using WSDL2ws for the corresponding= =20 >> > > WSDL. Do I need to specify the web-service elsewhere explicitly=20 >> > > (like a config file)? Are the client-side stubs enough to be able to >> > > connect to the web-service? >> > > I am getting linking errors within my client code!! >> > > Can someone help? >> > > Thanks much >> > > Deepak >> > >=20 >> > >=20 >> > >=20 >> > >=20 >> > > Keep your kids safer online with Windows Live Family Safety. Help=20 >> > > protect your kids.=20 >> > >=20 >> > > Stay in touch when you're away with Windows Live Messenger. IM=20 >> > > anytime you're online. >> >=20 >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org >> > For additional commands, e-mail: axis-c-user-help@ws.apache.org >> >=20 >>=20 >>=20 >> Keep your kids safer online with Windows Live Family Safety. Help=20 >> protect your kids. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-c-user-help@ws.apache.org >=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/Axis-CPP-new-user---how= -to-resolver-linker-errors-tp18618582p19029258.html Sent from the Axis - C++ - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org