Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 18367 invoked from network); 24 Oct 2005 19:43:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Oct 2005 19:43:49 -0000 Received: (qmail 14739 invoked by uid 500); 24 Oct 2005 19:43:48 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 14719 invoked by uid 500); 24 Oct 2005 19:43:48 -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 14701 invoked by uid 99); 24 Oct 2005 19:43:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2005 12:43:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [128.153.5.33] (HELO janus.clarkson.edu) (128.153.5.33) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Oct 2005 12:43:46 -0700 Received: (qmail 26051 invoked by uid 510); 24 Oct 2005 15:36:06 -0400 Received: from johnsocs@clarkson.edu by janus.clarkson.edu by uid 502 with qmail-scanner-1.21 (uvscan: v4.32.0/v4611. Clear:RC:1(128.153.4.131):. Processed in 0.433574 secs); 24 Oct 2005 19:36:06 -0000 X-Qmail-Scanner-Mail-From: johnsocs@clarkson.edu via janus.clarkson.edu X-Qmail-Scanner: 1.21 (Clear:RC:1(128.153.4.131):. Processed in 0.433574 secs) Received: from unknown (HELO crux.clarkson.edu) (128.153.4.131) by 0 with SMTP; 24 Oct 2005 15:36:06 -0400 Date: Mon, 24 Oct 2005 15:36:05 -0400 (EDT) From: "Christopher S. Johnson" To: axis-c-user@ws.apache.org Subject: DLOPEN FAILED ... parser library Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N All - While running my client side service I get the following error. "DLOPEN FAILED in loading parser library" I have added xerces to my windows path and have the following dll's in the same dir as my exe. AxisClient.dll AxisClientC.dll AxisXMLParserXerces.dll HTTPChannel.dll HTTPTransport.dll Any help would be great. Thanks.