No serializer found... (AXIS 1.2 alpha)

2003-12-16 Thread Airline Pedestal
Hi, I tried switching to AXIS 1.2 alpha. Now it throws an exception saying no serializer found for one of my classes. It is true that I did not register one, but I don't need it before. The class that it is complaining about is a component of a larger object which has registered type mappin

RE: XMLA response xml query

2003-12-16 Thread Sumeet Satish Agarkar
thnx Graeme, We were previously using xmla sdk1.0 With the 1.1 ver the return tag does not have the xsd:String type.   What were the changes you implemented for changing the handling of soap resp?   Hence the data type mismatch error does not replicate.     Regards, Sumeet Agarka

RE: Proxying SSL certificates

2003-12-16 Thread Rick Kellogg
Rodrigo, It has been my experience you will not find the performance acceptable. Using SSL once is expensive. Multiple passes will really hurt. Just my opinion. Rick -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 9:30 AM To: [EMAIL PR

RE: Proxying SSL certificates

2003-12-16 Thread Rick Kellogg
Rodrigo, It has been my experience you will not find the performance acceptable. Using SSL once is expensive. Multiple passes will really hurt. Just my opinion. Rick -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 9:30 AM To: [EMAIL PR

Re: How do I get Axis to return ASCII characters instead of the decimal equivalent?

2003-12-16 Thread Hainer Neil
Problem resolved. Thanks. Hainer Neil wrote: What do I have to do to get Axis to return ASCII characters?  I seem to be getting the decimal equivalent of those characters. This is what my Axis client sends to my Axis Service: POST /axis/services/GenerateOWL HTTP/1.0

How do I get Axis to return ASCII characters instead of the decimal equivalent?

2003-12-16 Thread Hainer Neil
What do I have to do to get Axis to return ASCII characters?  I seem to be getting the decimal equivalent of those characters. This is what my Axis client sends to my Axis Service: POST /axis/services/GenerateOWL HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, a

Re: What is Axis doing with my String return type?

2003-12-16 Thread Hainer Neil
Please disregard. I am going to re-submit my question. Thanks. Hainer Neil wrote: Hi, When I run the classes that make up my service outside of Axis I get output like this: When I access my classes from Axis, my output looks like this: 60631201091083211810111411510510613449464834321

RE: XMLA response xml query

2003-12-16 Thread Graeme Riddell
  Sumeet, did you make progress? When I implemented XMLA Execute support within our product line, I did so largely by reference to the xmla1.1.doc document on this XMLA.org site:   http://www.xmla.org/docs_pub.asp     Additionally, the system that I happened to be testing against sent back a

What is Axis doing with my String return type?

2003-12-16 Thread Hainer Neil
Hi, When I run the classes that make up my service outside of Axis I get output like this: When I access my classes from Axis, my output looks like this: 606312010910832118101114115105106134494648343210111099001051101036134117116102455634636213106082698185698384321051101121171166134

RE: Couldn't find trusted certificate

2003-12-16 Thread Stuart Miller
In the case where you don't need client-authentication (a client-side certificate), then you only need to ensure the Issuer of the server cert from https://www.verisign.com (ie. the CA certificate) is in your 'trustStore'. The default truststore for JDK1.4 is a JKS K

disregard -- Re: [Java-XML SIG]

2003-12-16 Thread Mitch Gitman
Please disregard previous message. Apologies.

Java-XML SIG

2003-12-16 Thread Mitch Gitman
Dennis, What's the status of the Java-XML SIG? I see there hasn't been a meeting the last couple months.

Can we stream the results from the soap method

2003-12-16 Thread Praveen Peddi
HI all, We are using axis on serverside and soap on client side. I am trying to write a method in soap service that returns thousands of objects that are converted into xml elements. Returning the whole response as an xml string is taking for ever. I am wondering if I can send the response a

initializing a SOAP service before it gets invoked - can it be done?

2003-12-16 Thread Mark D. Hansen
I've got a SOAP service that takes a long time to initialize because it is creating a instance of a relational dabatase, opening a JDBC connection, etc. This initialization gets done in a static initialization block in the service - so it only happens once. But, it seems like Axis doesn't insta

Proxying SSL certificates

2003-12-16 Thread Rodrigo Ruiz
Hi all, I am developing a web service(I will call it frontend) that must act as a client for a second web service(backend). The backend service expects a user certificate for authentication purposes, and I would like to configure the frontend service to also require a user certificate, and use

SV: NoSuchMethodError when trying to use a webservice

2003-12-16 Thread Jørgen Ramskov
Hans Jakob Skovenborg wrote: > Hi Joergen > Did you use WSDL2Java to build your WebService client stub. > It generates the following class'es for you. > You should have 2 implementing classes, a ServiceLocator.java and a > bindingStub.java + 2 interface class'es for those. You should also > have so

RE: Couldn't find trusted certificate

2003-12-16 Thread Leo de Blaauw
Hi, [Leo de Blaauw]  I get the infamous "Exception in thread "main" javax.net.ssl.SSLHandshakeException: Couldn't find trusted certificate" error.  [Leo de Blaauw]  Looks like you dont trust the server you are connecting to. I just load the key and trust store trough setting the system param

Re: NoSuchMethodError when trying to use a webservice

2003-12-16 Thread Hans Jakob Skovenborg
Hi Joergen Did you use WSDL2Java to build your WebService client stub. It generates the following class'es for you. You should have 2 implementing classes, a ServiceLocator.java and a bindingStub.java + 2 interface class'es for those. You should also have some Value Beans Could you show your impl

Attachments memory consumption

2003-12-16 Thread Rodrigo Ruiz
Hi all, I am currently designing some libraries for transfering files through web services. I will provide different services, depending on the client code requirements. For example, I have already developed a simple web service that receives / returns the file contents as a Base64 encoded str

NoSuchMethodError when trying to use a webservice

2003-12-16 Thread Jørgen Ramskov
I'm trying to use a webservice that's provided to me. I'm using it in a servlet running on Tomcat 4.0.6 and Sun Java build 1.3.1_02-b02 on a Windows 2k server. The error I get is this: === Cut === root cause java.lang.NoSuchMethodError at org.apache.axis.deployment.wsdd.WSDDDocument.(WSDDDocu

Help Needed in Installing

2003-12-16 Thread Dhanush Gopinath
Hi All,   I have a Solaris Server v8 running. I want to Install Axis on that. I have untarred an axis binary and installed it. But some how the classpaths  are not getting set and I am not able to start Axis. Please Help me out.   Thanks & Regards Dhanush *

Remote client can't talk to server

2003-12-16 Thread Yves
Hi, I've got a small java app running that works in a client/server relationship on MY computer, but when I go to run the app from a completely different machine I get ye old "Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/AxisFault" does this mean, that since it's h

R: Axis Bug?

2003-12-16 Thread Tevoi Andrea
yes, i know that there is no validation. but my web services need to mantain all informations, including that restriction... so i suppose that axis isn't compliant with jax-rpc. > -Messaggio originale- > Da: Gurkan, Ozzie (MAN-Corporate) [mailto:[EMAIL PROTECTED] > Inviato: lunedì 15 dice

FORM-based authentication?

2003-12-16 Thread Tore Halset
Hello! We have an old web application that I have added some web services and a java client to. The web application is deployed in jboss+tomcat as a single war. The war uses FORM-based authentication. The java client posts the username and password to the authentication servlet and keeps to JS