Re: Download latest bin file of Axis C++

2007-08-13 Thread Nadir Amra
There is no nightly builds done for Axis C++. you will have to download from SVN and build it yourself. Nadir K. Amra Velesevich Ilya [EMAIL PROTECTED] wrote on 08/13/2007 05:31:24 AM: Hi... I want download latest bin file of Axis C++ from SVN - http://svn.

RE: Download latest bin file of Axis C++

2007-08-13 Thread Shailesh Srivastava
Hi, You need to download the Latest Sources from the SVN and then build it locally using ANT to get the bin files. Hope it helps, Regds, -Shailesh From: Velesevich Ilya [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 4:01 PM To:

RE: WS-Addressing : Adding reference parameters?

2007-08-13 Thread Jamie Lyon
Okay, this now works fine for adding parameters for things such as replyto, however does Axis2/C support binding message address properties, as per the spec below? http://www.w3.org/TR/ws-addr-soap/#bindrefp I've tried doing the following: axiom_node_t* node = NULL; axiom_namespace_t* ns =

Download latest bin file of Axis C++

2007-08-13 Thread Velesevich Ilya
Hi... I want download latest bin file of Axis C++ from SVN - http://svn.apache.org/repos/asf/webservices/axis/trunk/c/bin/ but instead bin-file this catalog contain README.txt only. How I can get latest bin file of Axis C++?? Thanks!

Re: Axiom Questions

2007-08-13 Thread Subra A Narayanan
Hey Samisa, With regards to my second question: I am not talking about reading part of the attachment. What I am asking is can I read part of the file from the disk and attach it to the message? 'axiom_data_handler_create' takes in a file name but no offset. I can read a part of the file using

Re: Axis2/C - USERNAME and PASSWORD

2007-08-13 Thread Michael Mole
That's great news! Is there a version where I should be able to pick up those changes? Thanks, Mike Michael J Molé Software Engineer IBM Software Group - Rational (781)676-2710 Dumindu Pallewela [EMAIL PROTECTED] 08/13/2007 07:38 AM Please respond to Apache AXIS C User List

Re: Download latest bin file of Axis C++

2007-08-13 Thread Velesevich Ilya
I download from http://svn.apache.org/repos/asf/webservices/axis/trunk/c/vc/project files. From http://svn.apache.org/repos/asf/webservices/axis/trunk/c/src/ - source files. Open with Visual Studio 2003: AxisDevelopment.sln file path to *.cpp in this solution don't match with file path in src

Re: Download latest bin file of Axis C++

2007-08-13 Thread Nadir Amra
Try ant...http://ws.apache.org/axis/cpp/antbuild-guide.html Nadir K. Amra Velesevich Ilya [EMAIL PROTECTED] wrote on 08/13/2007 07:43:39 AM: I download from http://svn.apache.org/repos/asf/webservices/axis/trunk/c/vc/ project files. From

Re: Axis2/C - USERNAME and PASSWORD

2007-08-13 Thread Dumindu Pallewela
We have not released Axis2/C after HTTP Authentication was added. You may use the current svn trunk [1] if you prefer. -Dumindu. [1] https://svn.apache.org/repos/asf/webservices/axis2/trunk/c Michael Mole wrote: That's great news! Is there a version where I should be able to pick up those

Re: |AXIS2] [AXIS2C] c-stubs: memset in axis2_TYPE_create missing

2007-08-13 Thread Dr. Florian Steinborn
On Wed, 08 Aug 2007 11:30:23 +0200, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Fixed in modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl Samisa... Great thing! I can see it in the SVN but when I download the axis2-1.3-SNAPSHOT-src.zip 13-Aug-2007

[Rampart/C | Neethi/C] Possible to get the current x509 security certificate from a policy?

2007-08-13 Thread Jamie Lyon
Hi, Is it possible to get the OpenSSL construct (or some other form) of policy out of the current neethi policy? I don't mind whether it's done directly via neethi, or via some other interface once that policy has been applied to a client using axis2_svc_client_set_policy. I'm

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-13 Thread Subra A Narayanan
Samisa, Its still the same case. Request with line breaks fails, without the line breaks works fine. I started the simple axis server with gdb. I didnt get a backtrace at all. See the text below [EMAIL PROTECTED] bin]# gdb ./axis2_http_server GNU gdb 6.3 Copyright 2004 Free Software Foundation,

Re: Axiom Questions

2007-08-13 Thread Subra A Narayanan
I think thats what I was looking for. I will try it out and let you know. Thanks!! On 8/13/07, Kaushalye Kapuruge [EMAIL PROTECTED] wrote: Subra A Narayanan wrote: Hey Samisa, With regards to my second question: I am not talking about reading part of the attachment. What I am

Re: |AXIS2] [AXIS2C] c-stubs: memset in axis2_TYPE_create missing

2007-08-13 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: On Wed, 08 Aug 2007 11:30:23 +0200, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Fixed in modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl Samisa... Great thing! I can see it in the SVN but when I download the

Re: Axis2/C - USERNAME and PASSWORD

2007-08-13 Thread Samisa Abeysinghe
Dumindu Pallewela wrote: We have not released Axis2/C after HTTP Authentication was added. You may use the current svn trunk [1] if you prefer. Lets pack a nightly build so that they could pick up the source. I can even do an RC1 of 1.1 today. Samisa... -Dumindu. [1]

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-13 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Samisa, Its still the same case. Request with line breaks fails, without the line breaks works fine. I started the simple axis server with gdb. I didnt get a backtrace at all. See the text below hmmm. Looking at the gdb output, I cannot think of any possible reason

Re: WS-Addressing : Adding reference parameters?

2007-08-13 Thread Samisa Abeysinghe
Jamie Lyon wrote: How easy would it be to implement adding reference params to the 'to' header? I have created a JIRA with a possible patch at: http://issues.apache.org/jira/browse/AXIS2C-668 The code is working fine for my requirements, but may need slight modification before inclusion

Re: [Rampart/C | Neethi/C] Possible to get the current x509 security certificate from a policy?

2007-08-13 Thread Manjula Peiris
Hi Jamie, Please see my comments inline. BTW Your requirement is not very clear. Can you please emphasize more on this. On Mon, 2007-08-13 at 16:51 +0100, Jamie Lyon wrote: Hi, Is it possible to get the OpenSSL construct (or some other form) of policy out of the current neethi policy?

Re: Axis2/C - USERNAME and PASSWORD

2007-08-13 Thread Dumindu Pallewela
Samisa Abeysinghe wrote: Dumindu Pallewela wrote: We have not released Axis2/C after HTTP Authentication was added. You may use the current svn trunk [1] if you prefer. Lets pack a nightly build so that they could pick up the source. I can even do an RC1 of 1.1 today. +1 -Dumindu.

Re: Axis2 HttpCoreNIOSSLSender Chunked Transfer Encoding

2007-08-13 Thread wolverine13
dims, Thanks for your advice, unfortunately the axis1 server is not my own, and I don't know if I can convince them to switch to another TransoportReceiver. I think, I'll take the business logic and port the service to axis1, it's not complex at all. Thanks, Vadim Chubarov

Re: Emailing

2007-08-13 Thread keith chapman
You can filter the mails using the to field for the moment though. I use this method (BTW i havent seem any spasm mails on the axis user or dev list, so should work). Thanks, Keith. On 8/13/07, Demetris G [EMAIL PROTECTED] wrote: Either way I am not really concerned whether it says Axis2 or

Re: Emailing

2007-08-13 Thread Demetris G
Sure - that should work for spam control. How about automatic filing? I wonder if I can figure something out through the To: field for automatic filing as well. Thanks Keith keith chapman wrote: You can filter the mails using the to field for the moment though. I use this method (BTW i

Cannot find WSDL file when using Maven2 WSDL2Code Plug-in

2007-08-13 Thread Sebastien ARBOGAST
I'm trying to integrate WSDL2Code plugin into my Maven2 project, but the WSDL file I want to use as a source is generated by another module of my project. So I'm trying to set a relative path in wsdlFile, something like: wsdlFile

Val Gamerman is out of the office till 08/20/2007

2007-08-13 Thread GAMERMV
I will be out of the office starting 08/13/2007 and will not return until 08/20/2007. I will respond to your message when I return. If this is an emergency you can try to call me on my cel. 216-965-7921. I will have very limited cell. phone reception. For THI-RTR Web Service please contact:

NullPointerException at org.apache.axis.message.SOAPBody.addBodyElement(SOAPBody.java:167)

2007-08-13 Thread Dennis Kieselhorst
Hello, I have some problems with my webservice application when there is a high request count. Found the following exception in the logs: 18:16:11 ERROR org.apache.axis.SOAPPart Exception: java.lang.NullPointerException at

RE: exceptions on init

2007-08-13 Thread Jorge Fernandez
Hi again, I saw that DependencyManager.initServiceClass is the method that calls init and all it does with exception is logging them. Is there any way for me to destroy the session when an exception was thrown?? Thanks, Jorge Fernández Jorge Fernandez [EMAIL PROTECTED] escribió: Hi, Can

[Axis2]Add SOAP header elements in synchronous response

2007-08-13 Thread Andrew Martin
I have a service with this in the services.xml: service name=Service scope=application parameter name=ServiceClassorg.regenstrief.service.Service/parameter operation name=handle messageReceiver class=org.apache.axis2.receivers.RawXMLINOutMessageReceiver/ /operation /service It invokes

Axis2 service not returning SOAP Message

2007-08-13 Thread John Pfeifer
I noticied something bizarre that just started happening with my web service. The response returned from Axis2 does not contain the Soap Envelop or Body. The only thing that is returned is the XML reponse that my application generated. I can't seem to find a stacktrace anywhere and I'm not

Re: Axis2 service not returning SOAP Message

2007-08-13 Thread keith chapman
What is the version of Axis2? and what is the content-type of the response message? Thanks, Keith. On 8/13/07, John Pfeifer [EMAIL PROTECTED] wrote: I noticied something bizarre that just started happening with my web service. The response returned from Axis2 does not contain the Soap

passwordCallbackClass

2007-08-13 Thread Pavan Madiraju
Is there any way that we can configure the client and service policy without coding the PWCBHandler so that I can keep all the security information in the policy. ramp:passwordCallbackClass org.apache.rampart.samples .policy.sample02.PWCBHandler/ramp:passwordCallbackClass Can I complete

null values in attributes (hierarchies with ADB)

2007-08-13 Thread Jorge Fernandez
Hi, I'm observing that when I have an object with array attributes, ADB behaves different depending on whether that attribute is inherited or not. If I have an inherited array, and I don't call its set method, that element won't appear in the SOAP message. The client will see that the array

RE: Java2WSDL Method translation issue?

2007-08-13 Thread Glenn Williams
Yes it is the same problem. I'm not sure from reading the issue if its going to be fixed or not. It is only a problem with properties that are all uppercase, for example getFICO. The get is not uppercase, just the property. If I change the name to: getFico, it works fine. But that's a limitation I

RE: returning complex object with Axis2

2007-08-13 Thread feh
Thank you! I do have a question - the complex object in question is an existing class; that is, I'm not in a position to generate the code for the class via the well-known processes. That being the case, how does Axis know how to generate the response XML? There isn't any data binding

1.3 release link broken

2007-08-13 Thread Justin Permar
Hi, I'd like to get the 1.3 release. The link on your website seems to be temporarily broken: http://ws.apache.org/axis2/download/1_3/download.cgi Please let me know how I can get it (release tag for subversion will work for me just fine). Thanks much.

Re: exceptions on init

2007-08-13 Thread Deepal jayasinghe
hi Jorge , Unfortunately no way to do that. Please create a JIRA so that we can fix that for 1.4 release. Thanks Deepal Hi again, I saw that DependencyManager.initServiceClass is the method that calls init and all it does with exception is logging them. Is there any way for me to destroy

Re: 1.3 release link broken

2007-08-13 Thread Deepal jayasinghe
Hi Justin , Thanks for finding that , we are in the process of building the site. Thanks Deepal Hi, I’d like to get the 1.3 release. The link on your website seems to be temporarily broken: http://ws.apache.org/axis2/download/1_3/download.cgi Please let me know how I can get it (release

Re: 1.3 release link broken

2007-08-13 Thread Rupal Soni
Hi Deepal, Do we know how long can that take. or is there any other alternative to download 1.3 version. Deepal jayasinghe [EMAIL PROTECTED] wrote: Hi Justin , Thanks for finding that , we are in the process of building the site. Thanks Deepal Hi, I’d like to get the 1.3 release. The

Re: 1.3 release link broken

2007-08-13 Thread Deepal jayasinghe
please use http://ws.apache.org/axis2/download/1_3/download.html Thanks Deepal Hi Deepal, Do we know how long can that take. or is there any other alternative to download 1.3 version. */Deepal jayasinghe [EMAIL PROTECTED]/* wrote: Hi Justin , Thanks for finding that , we are in

Re: 1.3 release link broken

2007-08-13 Thread David Robertson
Hi Deepal, The links off of that page don't work yet. -David Robertson Deepal jayasinghe wrote: please use http://ws.apache.org/axis2/download/1_3/download.html Thanks Deepal Hi Deepal, Do we know how long can that take. or is there any other alternative to download 1.3 version.

Re: 1.3 release link broken

2007-08-13 Thread Deepal Jayasinghe
Try the following http://www.apache.org/dist/ws/axis2/1_3/ Note : it takes at least two hours to update the web site. Thanks Deepal David Robertson wrote: Hi Deepal, The links off of that page don't work yet. -David Robertson Deepal jayasinghe wrote: please use

Re: 1.3 release link broken

2007-08-13 Thread Rupal Soni
Thanks Deepal. The links to download (e.g ZIP) are not working on this page. Deepal jayasinghe [EMAIL PROTECTED] wrote: please use http://ws.apache.org/axis2/download/1_3/download.html Thanks Deepal Hi Deepal, Do we know how long can that take. or is there any other alternative to download

[AXIS2] Which axis2 1.3 jars to bundle

2007-08-13 Thread Pantvaidya, Vishwajit
Forwarding with [AXIS2] prefix and some updates. I added the following jars: - axis2-kernel-1.3.jar, axis2-ant-plugin-1.3.jar, axis2-codegen-1.3.jar, axis2-mtompolicy-1.3.jar, axis2-LICENSE.txt - activation, commons-codec-1.3.jar, commons-httpclient-3.0.1.jar, logging and xbean2.2.0 jars

RE: [AXIS2] Which axis2 1.3 jars to bundle

2007-08-13 Thread Pantvaidya, Vishwajit
Saw that doc says codegen also needs wsdl4j-1.6.2 and stax-api jar. Added them as well. From: Pantvaidya, Vishwajit [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 10:48 AM To: axis-user@ws.apache.org Subject: [AXIS2] Which axis2 1.3 jars to bundle

Axis1.4 client hiting an Axis 2.0 service

2007-08-13 Thread Kandalam, Anjana
Hi, I am using Axis1.4 client to hit an Axis2.0 webservice. I am getting a file not found exception for the service. I have not upgraded to wsdl2.0. Is this valid?? Anjana Kandalam Private Client Group - AIG Work: 908-679-2608 Cell: 908-596-0424

Michael Rheinheimer/Austin/IBM is out of the office.

2007-08-13 Thread Michael Rheinheimer
I will be out of the office starting 08/13/2007 and will not return until 08/22/2007. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related

Re: 1.3 release link broken

2007-08-13 Thread Rupal Soni
Hi, The links for downloading the Code Generator Wizard MyEclipse Plug in(http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_3/axis2-eclipse-codegen-wizard-1.3.zip) and Service archive Wizard dont work. I do have the plug in directories from previous releases. Should it be

RE: [Axis2][VOTE]Axis2 1.3 release artifacts (#take3)

2007-08-13 Thread Raghu Upadhyayula
+1 Thanks Raghu -Original Message- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Sunday, August 12, 2007 6:51 PM To: axis-user@ws.apache.org Cc: [EMAIL PROTECTED] Subject: Re: [Axis2][VOTE]Axis2 1.3 release artifacts (#take3) +1 Thanks, Ruchith On 8/10/07, Deepal jayasinghe

[Axis2]: Problems invoking ServiceClient

2007-08-13 Thread trevor.baden
Hi, I'm basically following the examples given in the userguide, however, it is failing with the following stack trace: java.lang.ExceptionInInitializerError at org.apache.axis2.deployment.DescriptionBuilder.buildOM(DescriptionBuilder.java:86) at

Re: exceptions on init

2007-08-13 Thread Jorge Fernandez
JIRA 3120 created. Thanks, Jorge Fernández Deepal jayasinghe [EMAIL PROTECTED] escribió: hi Jorge , Unfortunately no way to do that. Please create a JIRA so that we can fix that for 1.4 release. Thanks Deepal Hi again, I saw that DependencyManager.initServiceClass is the method that calls

RE: null values in attributes (hierarchies with ADB)

2007-08-13 Thread Jorge Fernandez
Hola Martin, See you're back. I meant setting the whole array to null. When setting one of the elements, there's no problem. For example, If I have a class disc and a class discography that has an array of discs as attribute, I can perfectly set any of the components to null. Also if I set

Re: Parsing Error

2007-08-13 Thread New AxisU
Thanks Keith, I am not able to see this URL from work, but I will try it from home. On 8/13/07, keith chapman [EMAIL PROTECTED] wrote: You might wanna try this tool available at http://tools.wso2.org:19762/wservices/AarValidatorXSL/ that helps validate your services.xml and your service

Problems with sendReceiveNonBlocking - NullPointerException

2007-08-13 Thread Andi Waltl
Hi, i have a problem with an asynchronous call with two connections. My Client looks like this: ... configurationContext = ConfigurationContextFactory .createConfigurationContextFromFileSystem(repositoryPath, axis2xml); serviceClient = new ServiceClient(configurationContext, null);

Illegal argument exception Local part can not be null when creating QName

2007-08-13 Thread John Joseph
Hi, I am new to Axis. I reaaly appreciate if some one can tell me what am I doing wrong here! I get the following error when I deploy the web service using ant task axis-admin. Created the wsdd using wdsl2java. I have attached my wsdl too. C:\Program Files\Active Endpoints\ActiveBPEL

[Axis 2] version 1.3

2007-08-13 Thread Rupal Soni
Is there any documentation on how to build Axis webservice and client in MyEclipse 5.5.1 version? I dont want to use ant or maven for my build purpose. What is the other way to build axis service and client in MyEclipse environment. - Sick sense

Re: [AXIS2] Which axis2 1.3 jars to bundle

2007-08-13 Thread Chad La Joie
The following is just a guess from personal experience. Hopefully some of the Axis developers will confirm or correct. Pantvaidya, Vishwajit wrote: What are the following jars for / Do I need them: - annogen-0.1.0.jar Used for code generation. Probably used, at least, in JSR-181 support on

[RAMPART] Unable to load rampart-1.2-mar in Axis2-1.3

2007-08-13 Thread Alberto Patino
Hello! I'm trying to run the Rampart 1.2 samples with Axis3 but I got a service deployment error, if I run the samples with Axis 1.2 there is no problem. Also, I tried to download rampart-1.3 module but the link is broken INFO: Deploying web application archive axis2.war [INFO] Deploying

Re: [Axis 2] version 1.3

2007-08-13 Thread keith chapman
You can use the eclipse plugins available at http://ws.apache.org/axis2/tools/index.html to code generate your service and clients. Each plugin has documentation to go with it available at http://ws.apache.org/axis2/tools/1_3/eclipse/servicearchiver-plugin.html

Re: [RAMPART] Unable to load rampart-1.2-mar in Axis2-1.3

2007-08-13 Thread Ruchith Fernando
Please try the rampart-1.29.mar available in Rampart-1.3-RC1 ... IMPORTANT - rampart-1.29.mar is not an official release! Thanks, Ruchith On 8/14/07, Alberto Patino [EMAIL PROTECTED] wrote: Hello! I'm trying to run the Rampart 1.2 samples with Axis3 but I got a service deployment error, if I

Re: [Axis 2] version 1.3

2007-08-13 Thread Lahiru Sandakith
As mentioned in the documentation the plugins can be installed in eclipse 3.1.x higher core versions. I believe that the version of the MyEclipse 5.5.1 uses the Eclipse Core 3.2.2 so just dropping the plugins in to the eclipse_home/plugins directory will enable you to use them. Thanks Lahiru On

[Axis2] SAML security tokens generation

2007-08-13 Thread Christina Larocca
Hi all Axis2 users: I have been managing some web services using UsernameTokens (without using rampart) to convey identities. I've a client that connects to a Token issuer service that provides it an EndpointReference and the Username token needed to authenticate. Now I must remodelate the

Re: [Axis2] SAML security tokens generation

2007-08-13 Thread Dimuthu Leelaratne
Hi Christina, Check the contents under Setting up a Security Token Service available at [1] if you want to set up Rahas. Another sample is available at [2]. If you want to supply your own name identifier in the SAML token please implement the CallbackHanlder like this[3] and specify it in the

UDDI v3 useType Deserialization using Axis 1.4

2007-08-13 Thread Shah, Sumit
Hello, I am trying to de-serialize SOAP response for the Find_binding() API for UDDI v3. Its failing to deserialize 'useType' attribute of the 'accessPoint' element. While trying to get the Type Mapping for 'useType' in org.apache.axis.encoding.TypeMappingImpl#getTypeQNameExact() it gets the

Re: Axis1.4 client hiting an Axis 2.0 service

2007-08-13 Thread keith chapman
Axis2 supports both WSDL 1.1 and WSDL 2.0 so not upgrading to WSDL 2.0 is not a problem. s. Can you be more elaborate as to what your trying to do and the exception that occur. The StackTrace might be helpful too. Thanks, Keith. On 8/14/07, Kandalam, Anjana [EMAIL PROTECTED] wrote: Hi, I

Re: passwordCallbackClass

2007-08-13 Thread Dimuthu Leelaratne
Hi Pavan, As far as I know you cannot completely remove the concept of password call back handler, if you want to put signature or username token. However you can programatically create and add RampartConfig. This way you can get rid of it from the policy.xml file, but still it will exit.

Re: [Axis2] SAML security tokens generation

2007-08-13 Thread Ruchith Fernando
Hi Christina, Rampart supports adding SAML Tokens to the security header in the policy based implementation. You can see an example here : http://marc.info/?l=axis-userm=118665642802630w=2 By the way note that this requires the service to express it requirements in policy and this sample uses

[ANN][Axis2]Axis2 1.3 Released

2007-08-13 Thread Deepal jayasinghe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just over 4 months since the original 1.2 release, we are very proud to announce the release of Apache Axis2 version 1.3. Downloads are available at: http://ws.apache.org/axis2/download.cgi Apache Axis2 is a complete re-design and re-write of