> "Glen" == Glen Daniels <[EMAIL PROTECTED]> writes:
Glen> How could that possibly make any sense? If you have a type
Glen> which you are never going to be able to receive, what good
Glen> does it do to put an "anyType" placeholder there?
>>
>> We've registered a custom s
> Glen> How could that possibly make any sense? If you have a type
> Glen> which you are never going to be able to receive, what good
> Glen> does it do to put an "anyType" placeholder there?
>
> We've registered a custom serializer for Locale. Although we don't
> pass it as a param
EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 9:06 PM
To: [EMAIL PROTECTED]
Subject: Re: anyType support fixed
>>>>> "Glen" == Glen Daniels <[EMAIL PROTECTED]> writes:
Glen> Wow. I apparently missed that change.
Glen> How could that po
parameters.
I wonder if the same would work for operation parameters?
--
Tom Jordahl
Macromedia Server Development
-Original Message-
From: Glen Daniels [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 6:10 PM
To: '[EMAIL PROTECTED]'
Subject: RE: anyType support fixed
gt;> -Original Message- From: R J Scheuerle Jr
>> [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002
>> 6:18 PM To: [EMAIL PROTECTED] Subject: RE: anyType
>> support fixed
>>
>>
>>
>> Yeah, you are missing som
r [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 6:18 PM
> To: [EMAIL PROTECTED]
> Subject: RE: anyType support fixed
>
>
>
> Yeah, you are missing something..
>
> If WSDL2Java (or ?WSDL) cannot convert a java class into a
> wsdl type, then
> a messag
cc:
Subject: RE: anyType support fixed
09/26/200
could expect to serialize/deserialize them!!
If I'm understanding what you're proposing here, I'm -1 to it. (am I missing
something?)
--Glen
> -Original Message-
> From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 5:59 PM
> To:
Thanks Rich!
Verified that anyType comes out in the right places for this service:
public class MyService {
public String myop(MyStruct in, java.util.Locale locin) {
return "out";
}
}
public class MyStruct {
public java.util.Locale loc;
public String name;
}
I don't k