It would appear that potentially the issue I'm having is with enumerated
types.
This is the definition in the wsdl :
<s:simpleType name="TriValue">
<s:restriction base="s:string">
<s:enumeration value="True" />
<s:enumeration value="False" />
<s:enumeration value="Either" />
</s:restriction>
</s:simpleType>
and this is the parameter in the method I'm trying to access :
<s:element minOccurs="1" maxOccurs="1" name="hasRatings"
type="s0:TriValue" />
In my <cfinvoke> I have this argument :
<cfinvokeargument name="hasRatings" value="Either"/>
I was pointed at this thread from the UK Dev list from back in August:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg08530.html
Douglas tells me that he, from an idea given to him by Sean Corfield,
had to download the wdsl, edit it and then access the web service
through this instead. Unfortunately, this isn't an option for me.
We've had a few months go past since then and the web services header
hotfix
(http://www.macromedia.com/support/coldfusion/ts/documents/webservices_header.htm)
at the beginning of November, so I was wondering if any one has a
solution to this or any ideas that I can try??
TIA
Stephen
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

