> After a little while of sorting out the webservice service > layer, we can now use native CF webservice calls in our > system that talks to a Java XFire service. > > There is a problem though, one of the methods requires a > stringToStringMap. The WSDL is as follows: > <xsd:complexType name="string2stringMap"> > <xsd:sequence> > <xsd:element name="entry" minOccurs="0" > maxOccurs="unbounded"> > <xsd:complexType> > <xsd:sequence> > <xsd:element name="key" type="xsd:string" > minOccurs="0" maxOccurs="1" /> > <xsd:element name="value" type="xsd:string" > minOccurs="0" maxOccurs="1" /> > > </xsd:sequence> > </xsd:complexType> > </xsd:element> > </xsd:sequence> > </xsd:complexType> > > This in theory should be a Structure, as per the documentation here: > http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFus > ion_MX_Applications_with_CFML/webservices6.htm#1168427 > > Well, thats what it says it publishes. Has anyone got this > working? I have had it working with other complex types but I > am not able to send it what is basically a hashmap!
Have you tried creating a CFC that maps to this custom type? http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19169 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254809 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

