AW: SSL - java.security.cert.CertificateException: Couldn't find trusted certificate

2004-05-06 Thread Benjamin Marcel Flohr
Hi Mark, the error occures because you didnt install the certificate requiered in your keystore. You have to set the trustet Certificat in your Keystore and load this keystore by using this method in your client: (maybe here in your code is missing sth) private static void setHttps() {

schema for apachesoap:Element ??

2004-05-06 Thread Mark D. Hansen
Sorry if this is a dumb question, but I'm having trouble finding an XML Schema definition for type=apachesoap:Element xmlns:apachesoap=http://www.apache.org/xml-soap; Does Apache publish this schema somewhere?

Why use WSDL?

2004-05-06 Thread Robert Mecklenburg
I'm new to axis and web services and I have a basic question. Why bother with wsdl? Here is a service: public class Service { public String doSomething(String name) throws RemoteException { ... return result; } } Here is a client: public class Client { public String add(String

Re: AW: SSL - java.security.cert.CertificateException: Couldn't find trusted certificate

2004-05-06 Thread Magnus Andersson
Hi, I've done a working SSL over AXIS implementation using an own generated keystore file. But I wonder, is there a way to use some kind of standard certificate without having an "own" certificate file ? Magnus- Original Message - From: "Benjamin Marcel Flohr" <[EMAIL PROTECTED]>Date:

Re: map bean to XML

2004-05-06 Thread Pete Clark
This is good, but is there any way to go about it without using this library on the server side? (e.g. have the method still return an Employee bean, and have axis give me the full complex type in the response as an Element and not just one element of the complex type?) - Original Message

Possible bug on Client Stubs and LocalSender

2004-05-06 Thread Hemanth_Setty
Hello, I am trying to use the axis generated client stubs and work with a local transport. I do not want to modify the stubs because the same stubs will potentially be used as http and MQ stubs also. But the way I need to set up Local Transport on the Call object makes it difficult.

Re: URGENT: Axis client deserialization issue

2004-05-06 Thread Jay D
Hi John, Thanks for your reply. Missing Axis libs is not an issue. I have the client running. I get this error when certain data comes. Is this error related to Enum types? Regards JayJohn R Meloro [EMAIL PROTECTED] wrote: If you look into the "stub" generated by AXIS you should eventually

RE: Why use WSDL?

2004-05-06 Thread Hittesdorf,Michael
Some good reasons to use WSDL: 1. WSDL aids interoperability. You can post your WSDL to a directory and any Web Services developer in any technology (Java, .NET, etc.) will have everything they need to build a client to invoke your service (assuming it conforms to established

Character encoding woes

2004-05-06 Thread Kjetil Hustveit
How can one change the character encoding from UTF-8 to ISO-8859-1? I'm developing a small and simple webservice, and it's a bit annoying that I'm using more time figuring out how to change the character encoding than actually write the service, Unfortunately ISO-8859-1 output is a requirement for

RE: java:MSG style VB Client

2004-05-06 Thread Satrusalya, Prassana
Thanks. Do you mean I can still use MSG style but the anyType should be replaced by schema. Is there Wondering if you know about any sample/ example where I can get some pointer. -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 7:51 PM

Re: Why use WSDL?

2004-05-06 Thread easterguest
Or put another way, Robert, your simplistic example seems to make WSDL redundant only because you list the web service code. What if I said go and write a client for my web service located at http://www.notveryclever.com/mywebservice What operation are you going to call? What parameters will

RE: Why use WSDL?

2004-05-06 Thread Volkmann, Mark
Title: RE: Why use WSDL? Here are some reasons. 1) You might want compile-time type checking in your client code as opposed to using the dynamic invocation approach you show below. 2) You might want to invoke your web services from other programming languages that will require WSDL so that

RE: Character encoding woes

2004-05-06 Thread Samir Shaikh
Try to pass the options when the jvm is invoked. -Dfile.encoding=ISO-8859-1 -Original Message- From: Kjetil Hustveit [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 9:01 AM To: [EMAIL PROTECTED] Subject: Character encoding woes How can one change the character encoding from

RE: schema definition for DataHandler

2004-05-06 Thread Mark D. Hansen
Did you ever get an answer to this? I'm having a similar issue. Where is the schema for things like apachesoap:DataHandler, apachesoap:Element? Are we supposed to generate these ourselves using tools like JAXB and the java interface definitions? Thanks, Mark -Original Message-

DII and parsing error in Axis 1.2beta

2004-05-06 Thread Yannick Beauce
Title: Message Hi all, I've been trying to use the DynamicInvoker example from Axis 1.2beta on the following WSDL file : http://www28.brinkster.com/hegdes/NumberToWords.asmx?WSDL I end up with that error : Exception in thread "main" AxisFault faultCode: