Re: Axis C++ WebService Messages calls with Complex Types and Arrays throws Exception: m_iExceptionCode=72 m_sMessage=0x00a50580 Cannot deserialize the requested element

2006-11-16 Thread Adrian Dick
Hi, It would aid diagnosing your deserialization problem if you could capture the SOAP request/response messages. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) G Sabarinath [EMAIL PROTECTED] wrote on 16/11/2006 14:38:26: Hi, I am able to develop

Re: Simple axis server

2006-11-07 Thread Adrian Dick
___ Adrian Dick ([EMAIL PROTECTED]) news [EMAIL PROTECTED] wrote on 07/11/2006 11:19:29: Hi listers, Can somebody tell me how many connection the simple server can handle. Can I adjust this and in where. I am now using axis 1.5... thanks in advance Roel

Re: Memory Leak with version1.6b

2006-10-11 Thread Adrian Dick
Hi, Have you followed the advice given here: http://ws.apache.org/axis/cpp/arch/mem-management.html Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Markus Heinisch [EMAIL PROTECTED] wrote on 11/10/2006 10:15:48: Hello, I'm new to AXIS_CPP. I have

Re: Can Axis C++ services be deployed using IIS server instead of apache?

2006-10-05 Thread Adrian Dick
Hi, Out of the box, you cannot deploy Axis C++ services to IIS. However, it should be possible to write an IIS module, similar to those for Apache included with Axis C++. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Vijaya Bhaskar Peddinti [EMAIL

Re: Axis C++ SOAP 1.2 faults

2006-09-19 Thread Adrian Dick
to implement this function, and it doesn't look like I'm going to anytime soon. Of course, this is an open source project so anybody can take this issue and proposal and donate a suitable implementation back to the community. Regards, Adrian ___ Adrian Dick ([EMAIL

Re: Handlers, client.wsdd, change soap body on request/response path

2006-09-11 Thread Adrian Dick
install]/include/axis/IMessageData.hpp ). Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Krankurs Leonid [EMAIL PROTECTED] wrote on 11/09/2006 14:02:53: Could anybody please clarify if the following can be done by Axis C++ 1.6 client side (all methods

Re: Problem in checkout Axis C++ from SVN

2006-09-08 Thread Adrian Dick
Hi, I'm not an SVN expert, but the Apache infrastructure guys have written a page here (http://www.apache.org/dev/version-control.html) which you may find of use, in particular the Anonymous Subversion section. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED

RE: axis c++ 1.4

2006-09-07 Thread Adrian Dick
Hi, Is this the entirety of your trace log ? Are you also using startup trace? Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Popuri, Monica [EMAIL PROTECTED] wrote on 06/09/2006 11:47:05: Thanks Adrian, Samisa: Atleast I can see the logs but I

RE: axis c++ 1.4

2006-09-07 Thread Adrian Dick
of problem. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Popuri, Monica [EMAIL PROTECTED] wrote on 07/09/2006 11:54:39: Not sure, i have tried to debug the problem till code level. The output of simple_axis_server command is : Warning - The WSDDFilePath file

RE: axis c++ 1.4

2006-09-06 Thread Adrian Dick
Hi, If you build with trace, you can enable trace to aid determining the problem. Instructions for using trace can be found here: http://ws.apache.org/axis/cpp/TraceGuide.html Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Popuri, Monica [EMAIL

Re: An exception is trown when creating an instance of Call class

2006-08-24 Thread Adrian Dick
___ Adrian Dick ([EMAIL PROTECTED]) Krankurs Leonid [EMAIL PROTECTED] wrote on 24/08/2006 05:17:12: Hi, What lib(s) and dll(s) from build must be used for utilization of invoke method of Call object? I looked in from C:\Axis\ws-axis\c\tests\auto_build\testcases\dynamic

RE: Accessing C++ web service from JSP Client

2006-08-24 Thread Adrian Dick
addition is to ensure endpoint is correct for Axis C++, which will be in the form: http://hostname/axis/service name Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Murali Konnipati [EMAIL PROTECTED] wrote on 24/08/2006 11:05:55: Hi Adrian, Thank you

Re: To see the soap message...

2006-08-23 Thread Adrian Dick
::getAttributeAs... and getElementAs methods. Have you tried using the WSDL2Ws tooling to generate the client stubs and service skeletons for you? This will provide all the appropriate serialization/deserialization logic based on your WSDL. Regards, Adrian ___ Adrian

Re: Where to deallocate memory for server-sided return values?

2006-08-23 Thread Adrian Dick
Hi, If you're using Axis C++ 1.6beta (or a more recent nightly build) the combination of the Axis engine and generated server skeletons will ensure the value returned from the service is deallocated. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) [EMAIL

Re: Apache axis not loading...

2006-08-22 Thread Adrian Dick
___ Adrian Dick ([EMAIL PROTECTED]) Raju, Prabhakar \(P.\) [EMAIL PROTECTED] wrote on 21/08/2006 21:09:18: Hi, The problem is not with apache. My build did not create this file libaxiscpp_mod2.so. When I turned the flags on for apache 2 modules, g++ failed just before building apache20 libs

RE: Apache axis not loading...

2006-08-22 Thread Adrian Dick
. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Raju, Prabhakar \(P.\) [EMAIL PROTECTED] wrote on 22/08/2006 13:43:04: Nothig specific I could see. Is there a trace or log of compilation? It just said failed with error code 1. FYI -Original Message

Re: What is the best AXIS C++ practice to implement request/response MEP

2006-08-22 Thread Adrian Dick
a handful of testcases which you could use for examples. These can be found in the SVN repository here: http://svn.apache.org/viewvc/webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/ Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) leo_k2 [EMAIL PROTECTED

RE: Query about Axis-C version

2006-08-18 Thread Adrian Dick
compatible with the compiler/linker you're using for your application? Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Jacoud Bastien [EMAIL PROTECTED] wrote on 18/08/2006 09:49:51: Hi, This is one of errors I obtained: D:\DOCUME~1\A118733\LOCALS~1\Temp

Re: Installation problems on Windows XP

2006-08-03 Thread Adrian Dick
) Hope that helps. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Vijaya Bhaskar Peddinti [EMAIL PROTECTED] wrote on 03/08/2006 07:25:25: Hi all, I am trying to install axis-c-1.6b-Win32 with Apache 2.2.3 and I am getting the following error: The Apache

Re: trouble about c++ client using vc6

2006-07-03 Thread Adrian Dick
___ Adrian Dick ([EMAIL PROTECTED]) iamnxm [EMAIL PROTECTED] wrote on 03/07/2006 08:09:07: I have successfully set up a axis-java webservice. I try to call it with a c++ client. There are my steps : 1) Deploying my web service using AdminClient Tool. 2) Show WSDL via add ?WSDL to the end

Re: Axis C++ client getting Aborted

2006-06-22 Thread Adrian Dick
Hi, Can you try turning on trace and startup trace. Details of how to do this (and some useful entries to watch out for) can be found here: http://ws.apache.org/axis/cpp/TraceGuide.html Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Bhatt, Nitin

RE: Axis can't find my xerces library

2006-06-08 Thread Adrian Dick
Xerces-C 2.6.0 (as the highest level compatible with the compilers across our build machines). Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Yair Zaslavsky [EMAIL PROTECTED] wrote on 08/06/2006 15:13:20: As explained in previous emails, I am trying

RE: Axis can't find my xerces library

2006-06-08 Thread Adrian Dick
, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Yair Zaslavsky [EMAIL PROTECTED] wrote on 08/06/2006 15:42:43: Good day Adrian (and all), I'm compiling Axis C- 1.6B with Xerces-C 2.2.0. I fail to build Xerces-C 2.2.0 I tried building (as experiment) Xerces-C 2.7.0

Re: xsd_Base64

2006-06-01 Thread Adrian Dick
of 18,446,744,073,709,551,615, sufficient for most needs. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Pawel Pustelnik [EMAIL PROTECTED] wrote on 31/05/2006 20:38:27: Hello All, What is the maximum size of the xsd_Base64 array? I am asking because I found

RE: AxisEngineException

2006-05-17 Thread Adrian Dick
for an exising value within your generated stubs and re-run. If this resolves your problem, can you raise a Jira issue and we will fix WSDL2Ws so it no longer has this behaviour. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Cheng, John [EMAIL PROTECTED] wrote

RE: Crash in XercesHandler.cpp with in response

2006-05-16 Thread Adrian Dick
? Thanks, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Iwan Tomlow [EMAIL PROTECTED] wrote on 15/05/2006 16:41:16: Hm, sorry I didn't make this clear enough: when looking at the data over the wire, the ampersand is escaped correctly. The webservice is deployed

RE: AxisEngineException

2006-05-16 Thread Adrian Dick
, to capture the on-the-wire messages when making these two subsequent calls? A copy of your WSDL would also be helpful, so we can ensure the correct names and values are being used throughout. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Cheng, John [EMAIL

RE: Crash in XercesHandler.cpp with in response

2006-05-16 Thread Adrian Dick
___ Adrian Dick ([EMAIL PROTECTED]) Iwan Tomlow [EMAIL PROTECTED] wrote on 16/05/2006 10:01:03: Sure, this is the on-the-wire message (in which I had to replace some personal data for confidentiality). The amp; in employerName causes XercesHandler to parse the data in 2 steps

RE: Crash in XercesHandler.cpp with in response

2006-05-16 Thread Adrian Dick
Excellent news!!! When the final release becomes available in the next few days, you may wish to consider upgrading to Axis C++ 1.6 , as a number of memory issues (like this one) and leaks have been resolved since 1.5. Adrian ___ Adrian Dick ([EMAIL PROTECTED

Re: AxisEngineException

2006-05-10 Thread Adrian Dick
tracefile here so we can look for any problems. As for project files, see my response to another recent question here: http://marc.theaimsgroup.com/?l=axis-c-userm=114724798004149w=2 Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Cheng, John [EMAIL PROTECTED

Re: Deployment of Axis C++ 2.0 vs. 1.6?

2006-05-10 Thread Adrian Dick
Hi, See some comments below. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) [EMAIL PROTECTED] wrote on 10/05/2006 07:50:16: Hi, We are thinking about using axis-c++ in one of our current projects. During our analysis several questions about using

Re: Compilation under Visual Studio

2006-05-10 Thread Adrian Dick
___ Adrian Dick ([EMAIL PROTECTED]) Kovgan, Peter [EMAIL PROTECTED] wrote on 08/05/2006 15:59:30: I have found Visual Studio project files under VC. I have following errors trying to compile AxisDevelopment.sln (last version I checked out just now): Error 91 fatal error C1083: Cannot open source

Re: Known exception

2006-04-10 Thread Adrian Dick
, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Atanacio Reyes [EMAIL PROTECTED] wrote on 08/04/2006 19:04:43: Hi. I'm trying to deploy the calculator example, and on client side, I have the next error. Exception: Cannot deserialize the requested element

Re: Fwd: Axis response n namespace in array

2006-04-04 Thread Adrian Dick
if this is still a problem in the 1.6beta release? Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Roel Bindels [EMAIL PROTECTED] wrote on 03/04/2006 21:22:31: Hello listers, I'm having some troublems with the response message. I'm using axis 1.5 as soap server

Re: Axis C++ 1.6beta

2006-03-30 Thread Adrian Dick
(here: http://issues.apache.org/jira/browse/AXISCPP ) and attaching the diff files. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Petr Cvachoucek [EMAIL PROTECTED] wrote on 30/03/2006 13:20:27: Hi again, I did some more investigations and seems

Re: compilation problem

2006-03-28 Thread Adrian Dick
) with the component of WSDL processing - RPC, and then attach your WSDL file to the issue. Many Thanks, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Olivier Destrebecq [EMAIL PROTECTED] wrote on 27/03/2006 19:25:52: Can you check the data type of the compilation

Re: Failed to call delayed quotes sample web service by Axis C++ and VC 6

2006-03-27 Thread Adrian Dick
://ws.apache.org/axis/cpp/install-guide.html#Installing_Client for detail on setting configuration) Thanks, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Bo Xie [EMAIL PROTECTED] wrote on 27/03/2006 08:17:28: Hi, I tried to build SOAP C++ Windows Client to call

Re: Runtime problem getting Calculator sample to work

2006-03-27 Thread Adrian Dick
and memory improvements since 1.5 final, in addition to a number of other fixes and some new function. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Gabriel Malik [EMAIL PROTECTED] wrote on 25/03/2006 17:51:32: Hi, I'm trying to get the sample CalculatorDoc

Re: Failed to call delayed quotes sample web service by Axis C++ and VC 6

2006-03-27 Thread Adrian Dick
to that local port (using the setEndPoint() method on your generated Stub) When you run the client the tcp monitor tool will show the SOAP/HTTP request and response messages. Copy these into a text file and attach to the Jira issue. Many Thanks Adrian ___ Adrian Dick

Re: AIX 32 bit built

2006-03-24 Thread Adrian Dick
Hi, At the start of the log file, is a snapshot of various environment variables, including AXISCPP_DEPLOY, which may be worth checking. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Antoine Galataud [EMAIL PROTECTED] wrote on 24/03/2006 10:31:07: Hi

Re: Errors running wsdl2ws

2006-03-21 Thread Adrian Dick
___ Adrian Dick ([EMAIL PROTECTED]) Petr Cvachoucek [EMAIL PROTECTED] wrote on 21/03/2006 06:01:52: Yes we had the same problem, may be this is also your case. It is not related to linux, its a problem on all platforms. The calculator sample tried to set endpoint to http://localhost/axis

Re: Application, Session or Request scope

2006-03-21 Thread Adrian Dick
know how you get on with trying this. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Antoine Galataud [EMAIL PROTECTED] wrote on 21/03/2006 12:43:45: Sorry, I haven't been really clear with what I wanted to do. I'll try to clarify my thoughts a little

Re: Problem with multiple service/ports in a single WSDL file

2006-03-09 Thread Adrian Dick
Hi, The Axis C++ WSDL2Ws tool currently only supports a single service/port within a WSDL file. There is a Jira issue requesting the addition of this feature ( http://issues.apache.org/jira/browse/AXISCPP-906 ). Regards, Adrian ___ Adrian Dick ([EMAIL

Re: newbie problems part 2: compiling simple_axis_server

2006-03-09 Thread Adrian Dick
Hi, Looking at the point it fails, it is trying to build WSDL2Ws.jar, so it is more likely you're missing one of the pre-req JARS (see list here: http://ws.apache.org/axis/cpp/clientuser-guide.html#Pre_reqs ). Adrian ___ Adrian Dick ([EMAIL PROTECTED

Re: newbie problems part 2: compiling simple_axis_server

2006-03-09 Thread Adrian Dick
Hi, These JARs are shipped with the binary package of Axis C++. Alternatively, these are Jars from Axis (Java) and it's pre-reqs. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Lukasz Michalski [EMAIL PROTECTED] wrote on 09/03/2006 16:50:18: On Thursday 09

Re: Client Exception: N7axiscpp19AxisEngineExceptionE

2006-03-01 Thread Adrian Dick
Hi, The Axis C++ 1.5 binaries were produced using the Xerces-C 2.2.0 binaries. If you wish to use a different version of Xerces-C you will need to re-build the Axis C++ XMLParser library from source, against your desired version. Regards, Adrian ___ Adrian

Re: exception code 61

2006-02-28 Thread Adrian Dick
. If you wish to use source, you can get this from SVN (see instructions here: http://ws.apache.org/axis/cpp/developers-guide.html#checkingOut ) Adrian ___ Adrian Dick ([EMAIL PROTECTED]) WebSphere MQ and ESB Development IBM United Kingdom Ltd. Tel: +44-(0)-1962-819212

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-28 Thread Adrian Dick
Hi, Can you try turning on start up trace. Set the following environment variable to point to the log file you wish to create: AXISCPP_STARTUP_TRACE eg: AXISCPP_STARTUP_TRACE=c:\test\starttrace.txt Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Yaron

Re: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-27 Thread Adrian Dick
path at runtime. Check the latest install/config instructions here: http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Yaron Cohen [EMAIL PROTECTED] wrote on 27/02/2006 07:25:15: Hi, I have the same

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-27 Thread Adrian Dick
if using binary package). Adrian ___ Adrian Dick ([EMAIL PROTECTED]) WebSphere MQ and ESB Development IBM United Kingdom Ltd. Tel: +44-(0)-1962-819212 Notes: Adrian Dick/UK/[EMAIL PROTECTED] Yaron Cohen [EMAIL PROTECTED] wrote on 27/02/2006 08:57:14: Hi

Re: Solaris Axis C++ compilation problem

2006-02-27 Thread Adrian Dick
Hi, Have you tried using the latest code from SVN, as I believe a fix may already have been included. Instructions for accessing this are available here: http://ws.apache.org/axis/cpp/developers-guide.html#checkingOut Regards, Adrian ___ Adrian Dick ([EMAIL

Re: Problem communicating strings with Apache Axis 1.3 toolkit

2006-02-23 Thread Adrian Dick
Hi, I have raised Jira issue AXISCPP-938 ( http://issues.apache.org/jira/browse/AXISCPP-938 ) to follow the progress of this problem. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Michael Thadani [EMAIL PROTECTED] wrote on 03/02/2006 00:14:17: Hi

Re: AxisC++ 1.5 fail retrieve string arrays in SOAP message?

2006-02-22 Thread Adrian Dick
. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Tao Yang [EMAIL PROTECTED] wrote on 21/02/2006 23:52:33: Just in case someone else may want to know my lesson here. It turns out this is happening because I always return a array whose last item is null

Re: empty array of complex type crashes the client

2006-01-30 Thread Adrian Dick
for improving testcases and adding in support for the remaining features - if you believe you've identified such an item please do let us know. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Guilhem Tardy [EMAIL PROTECTED] wrote on 28/01/2006 02:36:06: Hi, I

Re: empty array of complex type crashes the client

2006-01-27 Thread Adrian Dick
Hi, I think the complete WSDL will aid in better understanding the problem you're seeing here - plus the SOAP response message that is failing. Thanks, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Guilhem Tardy [EMAIL PROTECTED] wrote on 27/01/2006 15:55:36

Re: Problem while execueting axis c++ client application

2006-01-24 Thread Adrian Dick
Hi, A lot of work has been done in the area of memory management since Axis c++ 1.5, you may wish to try with the latest nightly build. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) mohan devanoor [EMAIL PROTECTED] wrote on 24/01/2006 05:22:28: hello , i use

Re: empty array of complex type crashes the client

2006-01-24 Thread Adrian Dick
compliance. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Guilhem Tardy [EMAIL PROTECTED] wrote on 23/01/2006 17:21:30: Hi, I would very much appreciate if someone confirms that no problem should arise from an empty array: AdvertiseResponse xmlns

Re: Problem while execueting axis c++ client application

2006-01-24 Thread Adrian Dick
Hi, The 1.6 nightly builds does not generate the stubs for the samples. You can do this using the WSDL2Ws tooling, for the calculator samples use the Calculator.wsdl found in axis-c/tests/auto_build/testcases/wsdls Adrian ___ Adrian Dick ([EMAIL PROTECTED

Re: possible problem with xmlns fields in Envelope

2006-01-23 Thread Adrian Dick
/literal style SOAP message. If you can provide the WSDL used to generate your stubs, and the SOAP request/response messages we will be better able to understand the problem. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Guilhem Tardy [EMAIL PROTECTED] wrote on 22/01

Re: Failure of Google Search API web service using Axis

2006-01-17 Thread Adrian Dick
of the fault detail received. Knowing the detail returned in the Fault will aid in diagnosing the problem, but having the request/responses messages will be particularly useful. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Ashutosh Kumar [EMAIL PROTECTED] wrote on 17/01

Re: Failure of Google Search API web service using Axis

2006-01-16 Thread Adrian Dick
tooling). Also, can you confirm which version of Axis C++ you're using. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Ashutosh Kumar [EMAIL PROTECTED] wrote on 16/01/2006 09:57:09: Hi ! I am trying to call google search api in my c++ clinet code generated

RE: stub transport

2005-12-19 Thread Adrian Dick
(in the correct order!) within the server response file. Once the test has been completed you need to run the following: java org.apache.test.StopTCPMonitor -p port -h host I hope that is of help Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Stettler, Robert [EMAIL

RE: stub transport

2005-12-19 Thread Adrian Dick
Hi, To stop the mock server you should actually use the following command: java org.apache.test.StopMockServer -p port -h host Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Stettler, Robert [EMAIL PROTECTED] wrote on 19/12/2005 12:48:15: Sweet

Re: Use of DataHandler in a webservice

2005-12-16 Thread Adrian Dick
The example originally attached won't work with some recent changes, so I've updated with the correct code. Adrian ___ Adrian Dick ([EMAIL PROTECTED]) John Hawkins/UK/[EMAIL PROTECTED] wrote on 16/12/2005 10:49:19: Hi, OK, so Now that I've woken up

Re: Where to put AxisClient.dll?

2005-10-27 Thread Adrian Dick
Hi, Visual C++ uses the system path to locate libraries, so you will need to ensure the Axis C++ libraries can be found on that path. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Pico Florin [EMAIL PROTECTED] wrote on 27/10/2005 14:58:36: Hi! I

RE: xsd__string always null

2005-10-26 Thread Adrian Dick
Hi, I believe we would only need to modify the if(...) on line 2551 of SoapDeSerializer.cpp (within getXSDType() ) to also include URI_ENC. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) John Hawkins/UK/[EMAIL PROTECTED] wrote on 25/10/2005 18:22:08

Re: Question about Axis xsd__ types

2005-10-17 Thread Adrian Dick
(arrayInput); I hope this is of help. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Kevin Rogers [EMAIL PROTECTED] wrote on 14/10/2005 19:31:35: Hello, I'm having some difficulties dealing with the Axis defined xsd__ types used for De/Serialization

Re: Install Problems on RedHat Enterprise/Apache 2.0.46

2005-09-20 Thread Adrian Dick
. ___ Adrian Dick ([EMAIL PROTECTED]) [EMAIL PROTECTED] wrote on 19/09/2005 20:40:20: I downloaded xerces-c-current.tar.gz which unpacked to xerces-c-src_2_7_0 This appears to have built and installed properly. I then got axis-c-linux-current-bin.tar.gz, which unpacked

Re: SOAP Client Error

2005-09-15 Thread Adrian Dick
://marc.theaimsgroup.com/ I have cross-posted this reply to the user mailing list, and it would be best if we continue this dicussion on that mailing list. Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Hossain, Shopon [EMAIL PROTECTED] wrote on 14/09/2005 17:58:56: Hi

Re: Hello Word from C++ client to Java service returns (null), huh??

2005-08-25 Thread Adrian Dick
___ Adrian Dick ([EMAIL PROTECTED]) Gavin M. Bell [EMAIL PROTECTED] wrote on 24/08/2005 17:17:34: Hello Gentle-people, I have been going through the exercise of getting axis-c++ to work. I am using the axis-c-1.5.0-linux-bin distribution. I have created a Java

Re: Settings for Java Webservice (used by C++-Client)

2005-06-02 Thread Adrian Dick
See remarks below. ___ Adrian Dick ([EMAIL PROTECTED]) Falk Sippach [EMAIL PROTECTED] wrote on 02/06/2005 10:45:01: Hello, I'm still trying to get running a Axis C++ client with a Axis Java webservice. Disabling multirefs is working fine now. But I'm

Re: axis-c ant build error

2005-05-24 Thread Adrian Dick
everything work if we comment out line 39 from ws-axis/c/build/buildClient.xml ? or does the next linker definition fall over? Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Simon Detheridge [EMAIL PROTECTED] wrote on 24/05/2005 09:37:16: I have cpptasks 1.0b3, ant

Re: axis-c ant build error

2005-05-23 Thread Adrian Dick
Hi, This sounds worryingly like the ant script hasn't correctly determined your platform. Could try running ant in verbose mode, and attach the produced output, so we determine which check is failing. $ cd ~/ws-axis/c $ ant -v Thanks, Adrian ___ Adrian Dick

RE: axis 1.5 build failed in FC 3

2005-04-29 Thread Adrian Dick
the above information. Could you check which versions you are using, and upgrade if required. Thanks, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Samisa Abeysinghe [EMAIL PROTECTED] wrote on 29/04/2005 05:09:04: I cannot exactly understand what is going wrong

Re: library http channel

2005-03-18 Thread Adrian Dick
and interim work-around see Jira issue AXISCPP-561 : http://issues.apache.org/jira/browse/AXISCPP-561 Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) krishna [EMAIL PROTECTED] wrote on 18/03/2005 03:02:23: Hi Can you tell me where i can find a package

Re: Problems when building with Ant..

2005-01-31 Thread Adrian Dick
And then builds into: build root/ obj And the package step creates a zip file into: build root/ zips Adrian ___ Adrian Dick ([EMAIL PROTECTED]) WebSphere MQ and ESB Development Tel: +44-(0)-1962-819212 Notes: Adrian Dick/UK/[EMAIL PROTECTED] Chinthana C