RE: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Daleiden, Mike
Sent: Tuesday, November 26, 2002 11:08 AMTo: '[EMAIL PROTECTED]'Subject: RE: Problem Mapping Custom Serializer and Deserializer in WSDD Mike,   I am still having the same problem with this. Do you think, could it have something to do with the way I am calling the operati

RE: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Brian Dillon (ext. 944)
Daleiden, Mike [mailto:[EMAIL PROTECTED]]Sent: 26 November 2002 14:47To: [EMAIL PROTECTED]Subject: RE: Problem Mapping Custom Serializer and Deserializer in WSDD Oops...looking at this again, I think it should be     ta="http://www.fineos.com/XMLSchema/ta" -O

RE: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Brian Dillon (ext. 944)
PROTECTED]Subject: RE: Problem Mapping Custom Serializer and Deserializer in WSDD Brian -   I think the problem is a typo in your WSDD:     http://wsdlService" should be     http://wsdlService" Try that and see if it fixes the problem.

RE: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Daleiden, Mike
--From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 9:28 AMTo: '[EMAIL PROTECTED]'Subject: RE: Problem Mapping Custom Serializer and Deserializer in WSDD Thiago,   Is this not what I am doing by us

RE: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Daleiden, Mike
t: Tuesday, November 26, 2002 9:28 AMTo: '[EMAIL PROTECTED]'Subject: RE: Problem Mapping Custom Serializer and Deserializer in WSDD Thiago,   Is this not what I am doing by using the deploy decriptor below ?       xmlns="http://xml.apache.org/axis/wsdd/&

RE: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Brian Dillon (ext. 944)
Original Message- From: Thiago Leão Moreira [mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 13:14 To: [EMAIL PROTECTED] Subject: Re: Problem Mapping Custom Serializer and Deserializer in WSDD This is the error??? org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRPCExcept

Re: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Thiago Leão Moreira
ber 2002 13:14 To: [EMAIL PROTECTED] Subject: Re: Problem Mapping Custom Serializer and Deserializer in WSDD This is the error??? org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRPCException: Null serializer factory specified.javax.xml.rpc.JAXRPCException: Null serializer factory s

RE: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Brian Dillon (ext. 944)
lto:[EMAIL PROTECTED]] Sent: 26 November 2002 13:14 To: [EMAIL PROTECTED] Subject: Re: Problem Mapping Custom Serializer and Deserializer in WSDD This is the error??? org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRPCException: Null serializer factory specified.javax.xml.rpc.J

Re: Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Thiago Leão Moreira
This is the error??? org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRPCException: Null serializer factory specified.javax.xml.rpc.JAXRPCException: Null serializer factory specified. Thiago Brian Dillon (ext. 944) wrote: Hi, I have custom serializers and deserializers whic

Problem Mapping Custom Serializer and Deserializer in WSDD

2002-11-26 Thread Brian Dillon (ext. 944)
Hi, I have custom serializers and deserializers which I need to use to provide the mapping for our Object Types. However when I tried to deploy this mapping using;; http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";