compilation problem

2006-03-24 Thread Olivier Destrebecq
I downloaded axis 1.6b and am trying to build the client side of a web service. The source file get generated fine, I add the various path to my project an then try to build. I get a bunch of error in the deserialization functions: All of them along those lines: xsd__boolean* p_compilation

RE: WS-I Basic Security Profile

2006-03-24 Thread Nadir Amra
Andy, 1.1 will not be available until end of April. Can you try it with a 1.1 client running on windows or AIX and see if that works? Nadir K. Amra "Andy Weiss" <[EMAIL PROTECTED]> wrote on 03/24/2006 10:20:42 AM: > WSDL and captured response attached. I can't show you the HTTP > headers o

FW: Help with AxisCPP 1.6B fault

2006-03-24 Thread Frank Voellmann \(fvoellma\)
Forwarding to the right list this time :) > -Original Message- > From: Frank Voellmann (fvoellma) > Sent: Friday, March 24, 2006 12:59 PM > To: axis-c-dev@ws.apache.org > Subject: Help with AxisCPP 1.6B fault > > Can anyone suggest possible causes for getting this response > from AXISC

RE: WS-I Basic Security Profile

2006-03-24 Thread Andy Weiss
WSDL and captured response attached.  I can't show you the HTTP headers of the response.   I also attached an XML file that shows the XML requests from both the WSCC/C++ and .NET clients, as well as the HTTP headers. From: John Hawkins [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006

RE: WS-I Basic Security Profile

2006-03-24 Thread John Hawkins
Ok, can you put your wsdl and the captured response here pls. "Andy Weiss" <[EMAIL PROTECTED]> 24/03/2006 15:30 Please respond to "Apache AXIS C User List" To "'Apache AXIS C User List'" cc Subject RE: WS-I Basic Security Profile The client sends a request, and rece

RE: WS-I Basic Security Profile

2006-03-24 Thread Andy Weiss
The client sends a request, and receives a response.  I know this because I see both request and response in the TCP/IP monitor.  After the response is sent from the server, that is when the AxisException is generated. From: John Hawkins [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 20

RE: WS-I Basic Security Profile

2006-03-24 Thread Andy Weiss
This says that WSCC 1.1. is based on Axis C++ 1.5http://www-03.ibm.com/servers/eserver/iseries/software/xml/ From: John Hawkins [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 10:25 AMSubject: RE: WS-I Basic Security Profile What version of wscc are you running with? This header used

RE: WS-I Basic Security Profile

2006-03-24 Thread Andy Weiss
The readme.txt says it is Version 1 Release 0, shipped on or after March 2005.   Can this be the problem?  Where can I get V1R1? From: John Hawkins [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 10:25 AMSubject: RE: WS-I Basic Security Profile What version of wscc are you running

RE: WS-I Basic Security Profile

2006-03-24 Thread John Hawkins
What version of wscc are you running with? This header used to be the case but isn't with the 1.1 code (which is based on AXIS 1.6 ) "Andy Weiss" <[EMAIL PROTECTED]> 24/03/2006 14:49 Please respond to "Apache AXIS C User List" To "'Apache AXIS C User List'" cc Subject RE: W

RE: WS-I Basic Security Profile

2006-03-24 Thread John Hawkins
OK, so, just to confirm - at what point is the message happening - does the client manage to send a request aqnd receive a response? "Andy Weiss" <[EMAIL PROTECTED]> 24/03/2006 14:10 Please respond to "Apache AXIS C User List" To "'Apache AXIS C User List'" cc Subject RE: W

RE: Building on Linux

2006-03-24 Thread Lei Tang
Adrian, I run the "ant -v initialize" and the top a few lines from the output are: Apache Ant version 1.6.2 compiled on May 23 2005 Buildfile: build.xml Detected Java version: 1.5 in: /usr/java/jdk1.5.0_06/jre Detected OS: Linux At the end the output are: pre-init: [property] Loading /usr/loca

RE: WS-I Basic Security Profile

2006-03-24 Thread Andy Weiss
A little more information I just found.   The .NET client's XML request starts off with:xml version="1.0" encoding="utf-8"?> The C++ client's XML reqeust starts off with:xml version="1.0" encoding="http://schemas.xmlsoap.org/soap/envelope/"?>A colleague wonders whether the encoding generated

RE: WS-I Basic Security Profile

2006-03-24 Thread Andy Weiss
Here's the gory details:     I have a webservice written in Java running under Websphere 6.0.2.1.   The webservice employs WS-Security, namely requiring a Username token in the SOAP header.  Any SOAP requests received without the proper WS-Security token will be rejected.  The Username token

RE: WS-I Basic Security Profile

2006-03-24 Thread John Hawkins
You're going to have to give us something to go on here :-) Like - what are you doing. Is this is the client or server? Are you creating a service, calling a method. Have you managed to call the service by this time - etc. etc. etc. "Andy Weiss" <[EMAIL PROTECTED]> 24/03/2006 13:16 Ple

RE: WS-I Basic Security Profile

2006-03-24 Thread Andy Weiss
I am doing that, the line of code I have is this: // Catch an AXIS exceptioncout << "AxisException: " << e.getExceptionCode() << " " << e.what() << endl; And the line I get on the console is, in its entirety:     AxisExeption: 67 From: John Hawkins [mailto:[EMAIL PROTECTED] S

Re: AIX 32 bit built

2006-03-24 Thread Antoine Galataud
That's right, axiscpp.conf file is not processed: if I unset AXISCPP_DEPLOY environment var, then the values outputed in log file (like lib locations and names) are the same.axiscpp.conf file is normally retrieved in $AXISCPP_DEPLOY/etc directory, am I right ? 2006/3/24, John Hawkins <[EMAIL PROTEC

Re: Application, Session or Request scope

2006-03-24 Thread John Hawkins
Could you send me the trace pls. "Antoine Galataud" <[EMAIL PROTECTED]> 24/03/2006 11:31 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject Re: Application, Session or Request scope The logs are clear : it does a loadlib each time a m

Re: Application, Session or Request scope

2006-03-24 Thread John Hawkins
I've not got time to look into this problem but it should not load the libs but it might be creating new instances of the objects. Can you confirm which? "Antoine Galataud" <[EMAIL PROTECTED]> 24/03/2006 10:33 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List

Re: AIX 32 bit built

2006-03-24 Thread John Hawkins
Hmm, looks like your axiscpp_eploy is not being picked up. Check what the trace header file says for any clues. If its not then you can just put the libs in your libpath and they'll get picked up withouth the need for the conf file. "Antoine Galataud" <[EMAIL PROTECTED]> 24/03/2006 10:31

Re: AIX 32 bit built

2006-03-24 Thread Antoine Galataud
Yes, the value is good. All the environments variable seems to be set correctly 2006/3/24, Adrian Dick <[EMAIL PROTECTED]>: > 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 > _

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:

Re: Application, Session or Request scope

2006-03-24 Thread Antoine Galataud
Hi,Could you confirm that it is a normal behavior that axis engine load libs each time a method is called on ? Or is it a mistake in my configuration ?Thanks2006/3/23, Antoine Galataud < [EMAIL PROTECTED]>:Yes that's it. 2006/3/23, John Hawkins < [EMAIL PROTECTED]>: OK, so let me repeat it back t

Re: AIX 32 bit built

2006-03-24 Thread Antoine Galataud
Hi !I suceeded in compiling Axis with xerces 2.7.0 version. It worked just fine.Now I'm getting issues at startup, with simple_axis_server or with apache module. The strange thing is that it seems configuration file parser get correctly the values, but then the values are corrupted with something a

RE: WS-I Basic Security Profile

2006-03-24 Thread John Hawkins
please do an exception.what(); "Andy Weiss" <[EMAIL PROTECTED]> 23/03/2006 20:23 Please respond to "Apache AXIS C User List" To "'Apache AXIS C User List'" cc Subject RE: WS-I Basic Security Profile When using AxisCPP I am receiving:                 AxisExeption: 6

Re: Building on Linux

2006-03-24 Thread Adrian Dick
Hi, Have you tried running "ant -v initialize" as suggested in the original discussion. This will help us determine what ANT/Java and our scripts _think_ you're running. It is possible we don't correctly detect the particular Linux variant you're using. Thanks, Adrian __