RE: Errors running wsdl2ws

2006-03-21 Thread Lei Tang
In my case I used the cpp files generated from wsdl2ws and it has the right endpoint http://localhost/axis/Calculator. My client app is really simple: #include "Calculator.hpp" int main() { Calculator c; int result = c.add(10, 20); printf("The result is %d", result);

RE: WS-I Basic Security Profile

2006-03-21 Thread John Hawkins
axiscpp does have ssl. support which has satisfied most users thus far - this was put in before ws-i security profile was around. We have concentrated on being ws-i profile 1.0 and then 1.1 compliant (when it came) So, sure, ws-i * profiles would be great but in reality the time taken would be t

RE: WS-I Basic Security Profile

2006-03-21 Thread Andy Weiss
Interesting ... No criticism here, just curiosity: If Axis CPP does not support the WS-I Basic Security Profile ... then what do web service clients written in CPP do? Do they consume web services which do not require authentication? Do they consume web services which require authentication us

RE: Axis C++ 1.6B Ant build failure at generateCHeaders

2006-03-21 Thread Frank Voellmann \(fvoellma\)
More information: Windows Server 2003 EE SP1 Ant 1.6.5 Java SDK 1.4.2.11 Ant-contrib 1.0b2 Cpptasks-1.0b3 MSVC++ 6.0 Apache 2.0.55 Xerces 2.2.0 C:\axiscsrc\ws-axis\c>set ALLUSERSPROFILE=C:\Documents and Settings\All Users ANT_HOME=C:\ant\apache-ant-1.6.5 APACHE2_HOME=C:\Apache Group\Apache2 APPDA

RE: Java client array encoding causes troubles for AxisCPP service

2006-03-21 Thread Jonathan G Beakley \(beakley\)
Adrian, Thanks for your response. I have created Jira entry AXISCPP-952 https://issues.apache.org/jira/browse/AXISCPP-951 Let me know if you think anything else is needed. Thanks again, -Jonathan Beakley [EMAIL PROTECTED] > -Original Message- > From: Adrian Dick [mailto:[EMAIL PROTE

Re: Java client array encoding causes troubles for AxisCPP service

2006-03-21 Thread Adrian Dick
Hi, Handling of arrays for rpc/encoded web services is a suprisingly complex problem. The SOAP spec provides several different, but apparently equivalent, techniques. One of which is that employed by Axis C++ serialiation, another of which is that used by Axis Java. Regrettably, it would appear

Re: Application, Session or Request scope

2006-03-21 Thread Adrian Dick
Hi, There is already a mechanism in place to do this. As part of WrapperClassHandler, from which the generated wrapper class is inherited, there are the init and fini methods. These methods are called respectively as the service library is loaded (ie: first invocation of service) and unloaded (ie

Re: Axis C++ Stubs

2006-03-21 Thread John Hawkins
Hi, here's my opinion - others might see it differently ! Axis CPP is far more stable than it used to be - Memory management is much improved in 1.6. axiscpp concentrates on doc/lit rather than rpc - Axis Java has support for both but not sure whether they are up to the same standard. AxisCPP *p

Re: Application, Session or Request scope

2006-03-21 Thread Antoine Galataud
Sorry, I haven't been really clear with what I wanted to do. I'll try to clarify my thoughts a little :I get a web service library, that handles the web service technical part and access to business objects. But my business part is heavy to initialize, and I want to do it only once, so when a first

Re: Application, Session or Request scope

2006-03-21 Thread John Hawkins
Antoine, Can I clarify what you're trying to do here? Are you trying to have a stateful session with a particular instance of a service i.e. the same service gets called twice? Or pass context across the-wire on subsequent uses of the same stub? thanks, John. "Antoine Galataud" <[EMAIL PR

Re: Errors running wsdl2ws

2006-03-21 Thread Adrian Dick
Hi, Thanks for pointing out the mistake within the endpoint used by the sample, we shall update this immediately. I have to admit surprise at the particular error you're seeing from the fault, and we shall investage why this is occuring. Regards, Adrian ___ Ad

Re: Application, Session or Request scope

2006-03-21 Thread Antoine Galataud
Hi !I've found no way to solve my scope issue for the moment, I'm still looking for a way to do this (application scope, not handlers).Thanks for any idea !2006/3/16, Antoine Galataud < [EMAIL PROTECTED]>:It doesn't work : in fact, I succeeded in getting a session scope, e.g I request the service 2

Re: AIX 32 bit built

2006-03-21 Thread Antoine Galataud
Thanks a lot !2006/3/21, John Hawkins <[EMAIL PROTECTED]>: Xerces 2.7 worked fine. We'll upgrade the build to use this asap. "Antoine Galataud" <[EMAIL PROTECTED]> 21/03/2006 08:54 Please respond to "Apache AXIS C User List" To "Apache AXIS C User Li

Re: AIX 32 bit built

2006-03-21 Thread John Hawkins
Xerces 2.7 worked fine. We'll upgrade the build to use this asap. "Antoine Galataud" <[EMAIL PROTECTED]> 21/03/2006 08:54 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject Re: AIX 32 bit built Hi, It could be great to upgrade bin

Re: AIX 32 bit built

2006-03-21 Thread Antoine Galataud
Hi, It could be great to upgrade binaries on website, so a end-user can take it, develop, and run. In my opinion, you should provide both source and binary release, and giving advice about how to compile correctly the source one. For the binary release, it could be easier to have a built version i