RE: Problem deserializing SOAP response in Axis C++ client

2005-08-05 Thread Dushshantha Chandradasa
Hi Linesh, It would be better if you can attach the wsdl file you are using for that then I can generate the client and test with MockServer. And you can use MockServer for Client side testing. Please refer to ..\ws-axis\c\tests\auto_build\UnitTest_Readme.txt for more information.

RE: Problem deserializing SOAP response in Axis C++ client

2005-08-05 Thread linesh.mahadik
Hi Dushshantha, Please find the attached wsdl. When debugged AxisXmlParserXerces code with a xerces-c_2_6D.dll, itstopped throwing exception like xerces-c_2_2_0.dll (the dll which I was using earlier). However, getElementAsString() is now returning 0 value after deserializing result

RE: Error when running WSDL2Ws

2005-08-05 Thread Bish, Tim
This is my classpath, all the JARs specified are there. CLASSPATH=.;C:\Program Files\Java\jaf-1.0.2\activation.jar;C:\Program Files\Axis\lib\axis-ant.jar;C:\Program F iles\Axis\lib\axis.jar;C:\Program Files\Axis\lib\commons-discovery-0.2.jar;C:\Program Files\Axis\lib\commons-l ogging-1.0.4.jar

Fw: Closing a secure channel

2005-08-05 Thread Fred Preston
Hi Bruce, Using your own SSL puts your problem too far out of scope for me to really know what is going on and to be able to provide useful support. It sounds like you are doing the right sort of things, but as I do not have your environment or bespoke transport/channel code I feel that there

Re: Accents

2005-08-05 Thread Ruchith Fernando
Try changing the character encoding scheme to UTF-16 msgContext.setProperty(SOAPMessage.CHARACTER_SET_ENCODING, UTF-16); On 8/5/05, Christophe Roudet [EMAIL PROTECTED] wrote: I am using Axis 1.1 in rpc. I have some troubles with accents: item name xsi:type=xsd:stringcluLogin/name value

Re: Axis version which supports SOAP with attachments

2005-08-05 Thread Tom Ziemer
Hi, I used 1.2.1, but it had a bug (2084) so I switched to the CVS Version (1.3) which is working nicely. Regards, Tom Mukesh Kumar Maniraj wrote: Hello, Can any one please let me know, which version of axis supports SOAP with attachments, I am using axis 1.1 with activation1.0.1.jar

webservice with inout parameters

2005-08-05 Thread Rogatzki
Hello, I have to implement a SOAP webservice in Java (using tomcat as a servlet container) that offers a method with a given signature. The webservice will be called by a Visual Basic client using the Microsoft SOAP Toolkit. The signature of the method requires a string parameter which is

minOccurs and nillable

2005-08-05 Thread John Baker
Hi, I am using a WSDL file supplied to be by a third party and I suspect it doesn't quite reflect what their .NET server is returning in the SOAP messages. I am getting this exception: java.io.IOException: Non nillable element 'requestCategoryCode' is null. at

Re: minOccurs and nillable

2005-08-05 Thread Anne Thomas Manes
John, There's a difference between missing and null. If the element had a null value, then the element would be there, and it would say requestCategoryCode nil=true/. If the schema says minOccurs=0, then this message is valid. It appears that Axis is not properly handling minOccurs=0. Anne On

Re: minOccurs and nillable

2005-08-05 Thread John Baker
Anne, Yes, I came to the conclusion there was a difference, but I added both purely to try and persuade Axis to handle the error. I think Axis is ignoring the minOccurs=0, despite the fact I can see it being set up in the source code generated: elemField = new

Deployment strange exception

2005-08-05 Thread Antonio Ruiz Martínez
Hello, I have a problem deploying my web service with axis using the AdminClient tool. I get the following error: Processing file deployServicioMessageDocument.wsdd Exception: AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (401)Unauthorized faultActor:

Re: AxisServlet Provide HTML Input Form?

2005-08-05 Thread Davanum Srinivas
+1 from me. None is planned. -- dims On 8/5/05, James Wilson [EMAIL PROTECTED] wrote: I've worked in the past with BEA's web service generation. I found it usefull to have the simple HTML input form they provide for sending test messages into the service. Is there any plans to expand the

Invalid element error - Lower-case property name

2005-08-05 Thread pietila . meghan
I was encountering an Invalid element error when I attempted to receive a response message with my Axis client (Siebel service). I found this error mentioned many times in the axis-user mailing list archives, but was unable to find anyone listing an explanation or a solution. I debugged

RE: Deployment strange exception

2005-08-05 Thread Jhan Yuler
Con ese nombre, imagino que habla español, asi que: Seguramente ese error es porque no está especificando el usuario y la contraseña en la linea de comando al ejecutar el AdminClient. Sin embargo también es posible que la parte de servidor esté identificando la petición del AdminClient como

Re: WSDL2Java and BCEL ?

2005-08-05 Thread Davanum Srinivas
You could always use jdtcore from eclipse to compile the java classes. that does not use tools.jar and is available under a open source license. -- dims On 8/5/05, Murali Yelamanchili [EMAIL PROTECTED] wrote: Hi, Is there a plan to integrate BCEL with Axis WSDL2Java ? Right now, WSDL2Java

Custom HTTP Listener

2005-08-05 Thread Shelli D. Orton
Hello, I'm very new to Axis/Tomcat and am working on my first web service and have a couple of questions. I'm developing on a Win2K box running Tomcat 4.1.31 and Axis 1.2.1. In everything that I've read on deployment of services, it gives good insruction on how to deploy using the AdminClient

Re: Happyaxis reports problems loading libraries, found but with problems

2005-08-05 Thread Thad Humphries
I have almost the problem as Jonathan. I'm running Tomcat 5.5.9 with Java 1.5 on Linux. My message reads: See http://xml.apache.org/security/ {4} The root cause was: org/apache/commons/logging/LogFactory This happens whether I put xmlsec-1.2.1.jar in $CATALINA_HOME/common/lib or

Re: WSDL2Java and BCEL ?

2005-08-05 Thread Jeff Greif
Sun's standard JRE license allows you to distribute a JRE with your app with tools.jar included. Jeff - Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, August 05, 2005 8:03 AM Subject: Re: WSDL2Java and BCEL ? You could always use

Re: Change the Port that Axis Service runs as

2005-08-05 Thread J H
Thanks for trying this on your computer! I have basically the same configuration, JDK 5, Tomcat 5.5, and Axis 1.2.1. 1st Webapp -- Slide (Handles External Webdav Requests via http://localhost:8080/mywebdav, makes axis/soap calls to the second webapp inside of the Tomcat

Re: Happyaxis reports problems loading libraries, found but with problems

2005-08-05 Thread Javier Gonzalez
The first problem could be avoided by leaving xmlsec in the webapp lib dir. As for the second one... I do not know :( On 8/5/05, Thad Humphries [EMAIL PROTECTED] wrote: I have almost the problem as Jonathan. I'm running Tomcat 5.5.9 with Java 1.5 on Linux. My message reads: See

Problem in passing int value from a java client to a .NET Web Service

2005-08-05 Thread sekhar.penugonda
Hi, The problem is related to binding / registering input parameters to proper XSD types. I am trying to access a .NET Web Service from a java client using AXIS. I need to send int Boolean values as input to the web service. Below is the code for adding parameter to the call

RE: Custom HTTP Listener

2005-08-05 Thread Shelli D. Orton
Hi Again, Okay, never mind about the question of where to deploy classes/jars. I have confirmed that on my own. Somehow I missed it while reading the documentation. However, if anyone has any thoughts on sub-classing AxisServlet, they would be most welcome. Thanks again, Shelli -Original

Re: Change the Port that Axis Service runs as

2005-08-05 Thread James Wilson
My last thought is that maybe there something in WebDAV that is getting in the way. -James Quoting J H [EMAIL PROTECTED]: Thanks for trying this on your computer! I have basically the same configuration, JDK 5, Tomcat 5.5, and Axis 1.2.1. 1st Webapp -- Slide (Handles

SAXParser error while compiling ejb sample in axis 1.2.1

2005-08-05 Thread Prashant Bhalesain
Hi , Since yesterday I am trying to compile the ejb sample given with axis 1.2.1 distribution. I tried with every type of parser jar but still I get the same error. I have tried with all possible versions of xml-xerces distribution. If someone tells me which exact version(or jar file) would

[Q] Scope Changes

2005-08-05 Thread Hoying, Ken
Title: [Q] Scope Changes I am new to Axis and web services and am maintaining an existing Axis application. I noticed that our application currently uses the default scope of Request. However, I would like to change the scope to Application. My questions is, does this require the Axis code

RE: Invalid element error - Lower-case property name

2005-08-05 Thread pietila . meghan
All right, I've discovered that those classes I originally generated using WSDL2Java--with the missing meta-data--looked so odd because when I installed WebSphere Application Developer, it had WSDL2Java on the classpath. And it was earlier in the classpath than my Axis 1.2.1 jar. So I've been

Re: WS-Addressing Support

2005-08-05 Thread Davanum Srinivas
Location has moved... http://cvs.apache.org/viewcvs.cgi/ws-addressing/ In your cvs checkout use ws-addressing instead of ws-fx/addressing -- dims On 8/5/05, Paul Grillo [EMAIL PROTECTED] wrote: Can somebody confirm for me the existence or no longer existence of Apache Addressing

RE: [Axis2] 0.95 Release RoadMap

2005-08-05 Thread Chen, Donald
On a Win box, I followed the Axis 1.2 Installation Guide and tried the Run the admin client java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd I am pretty sure the path %AXISCLASSPATH% was set right, but I still got

Exception in thread main java.lang.NoClassDefFoundError: org.apache.commons???

2005-08-05 Thread Chen, Donald
On a Win box, I followed the Axis 1.2 Installation Guide and tried the Run the admin client java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd I am pretty sure the path %AXISCLASSPATH% was set right, but I still

Re: Happyaxis reports problems loading libraries, found but with problems

2005-08-05 Thread Jonathan J. Vargas R.
Hi, I tried with several combinations. I had xmlsec.jar and activation.jar in the same folder, it was tomcat/shared/lib, and it caused the problem I just told you. Then, I though to move xmlsec.jar to the webapp lib directory and left activation.jar into shared/lib, according with the

management application

2005-08-05 Thread Andy Kriger
A while back I ran across an open-source, 3rd party web application that can monitor and manage Axis web services. Of course, now that I need it, I can't find it. Does anyone know of something that fits the bill? thx andy

Exception in thread main java.lang.NoClassDefFoundError: org.apache.commons???

2005-08-05 Thread pietila . meghan
Don, From your copy and paste below, it appears that you put the AXISCLASSPATH variable in quotation marks. Don't do that; you want the shell to fill in the actual value--that's what the percent signs are for. Meghan Pietila Granite Consulting On a Win box, I followed the Axis 1.2

[Axis2] 0.91 (Re: [Axis2] 0.95 Release RoadMap_)

2005-08-05 Thread Davanum Srinivas
Eran, Could we please rename this to 0.91. gives us some breathing room (as per glen in the other email). thanks, dims On 8/5/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Sorry, re-sending with Axis2 prefix. Hi Axis2 Developers/Users, I'd like to propose to release Axis2

Re: management application

2005-08-05 Thread aveitas
Hi Andy, http://sourceforge.net/projects/wsabi4axis http://demo.wsabi.org/index.do Stay tuned for a new release just around the corner. Al Quoting Andy Kriger [EMAIL PROTECTED]: A while back I ran across an open-source, 3rd party web application that can monitor and manage Axis web

axis 12.1 help

2005-08-05 Thread janarbek
Dear wsdl memebers, I am having problem using axis. I am using. Axis 12.1 Tomcat 5.5.9 Java 1.5, But I followed installation guide of axis? 1. when i run the samples i got org.apache.axis or ClaassDefNotfound like this error. does anyone know this kind of things? 2. IF anyone has