Re: No serializer found for class (works with 1.1 but not 1.2RC2)

2005-02-26 Thread Shantha Kumar
Please return a array instead of implementing a list. If list is the only way to go about use castor for serialization SK - Original Message - From: "Airline Pedestal" <[EMAIL PROTECTED]> To: Sent: Sunday, February 27, 2005 2:06 AM Subject: No serializer found for class (works with 1.1

newbie::WSDL2Java::Very Basic help required

2005-02-26 Thread Chris Elliott
I have made myself a successful web service using the .jws method and managed to edit the client code from the "calculator" sample to get it to work. All good! But now I need to take it to another level, and get the client code for a "custom deployed" from its WSDL. It is easy to deploy the servic

Using axis ant task with typed enums

2005-02-26 Thread Ulrich Ackermann
Hi, I have a problem using something like typed enums in the signature of my webservice methods (don't know if 'typed enums' is the right term). E.g.: public class MyEnum { private String attribute = null; public static MyEnum VALUE_1 = new MyEnum("value1"); // other static values g

org.jboss.net.jmx.MBeanProvider - deployment descriptor

2005-02-26 Thread Northex
I am want to expose my MBean (JBoss 4.0) as a web service using Axis. I did everything as documented for Axis and have the service working great. BUT, Axis is not using MBeanProvider to get the instance of the object. I want only one instance of my object created and it should be shared by both JB

No serializer found for class (works with 1.1 but not 1.2RC2)

2005-02-26 Thread Airline Pedestal
Please someone help me. I've been trying to figure this out for a year! I have typeMappings in my client which define mappings from my XML schema to my Java objects and custom (de)serializers to use. With AXIS 1.1, my code works!!! With AXIS 1.2 Since my Java Class implements the java

unable marshal XML representation to string in memory - please help

2005-02-26 Thread babloosony
Hi All, I have below classes and I am trying to return Forecast class object as a return type of a web service method that is exposed using AXIS 1.2 RC2 and JiBX : Temperature.java --- import java.io.*; public class Te

Document/Literal problem with .NET client

2005-02-26 Thread Murad
Hello, I am using Axis1.2RC2. .Net clients successfully make a request and axis also produces a successful response(see through TCP monitor). But as a return value I am getting null.Proxy client is generating without giving any error(I am using wsdl.exe comes with visual studio.net).With default o

Re: Problem with JDK 1.5

2005-02-26 Thread venkatesh
I downloaded the Apache Axis 1.2 RC2. Now it is working fine in Tiger. Is it a patch? Thankx for ur mail - Original Message - From: "Sebastien Mayemba Mbokoso" <[EMAIL PROTECTED]> To: Sent: Saturday, February 26, 2005 2:52 PM Subject: Re: Problem with JDK 1.5 Sorry i don't know if Tig

Re: Problem with JDK 1.5

2005-02-26 Thread Sebastien Mayemba Mbokoso
Sorry i don't know if Tiger is supported by Axis actually. Did you try to retrieve the Axis code source and compiling them with Tiger ? On Sat, 26 Feb 2005 12:23:40 +0530, venkatesh <[EMAIL PROTECTED]> wrote: > > Hi All, >Is Apache Axis 1.2 supports JDK 1.5 bcos i'm getting this exception w