Re: anyType support fixed

2002-09-27 Thread Bob Cotton
> "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

RE: anyType support fixed

2002-09-27 Thread Glen Daniels
> 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

RE: anyType support fixed

2002-09-27 Thread Tom Jordahl
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

RE: anyType support fixed

2002-09-27 Thread Tom Jordahl
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

Re: anyType support fixed

2002-09-26 Thread Bob Cotton
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

RE: anyType support fixed

2002-09-26 Thread Glen Daniels
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

RE: anyType support fixed

2002-09-26 Thread R J Scheuerle Jr
cc: Subject: RE: anyType support fixed 09/26/200

RE: anyType support fixed

2002-09-26 Thread Glen Daniels
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: &#x

RE: anyType support fixed

2002-09-26 Thread Tom Jordahl
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