Halloa

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_ColdFusion_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!

Help?

-- 
Mark Drew
Blog: http://www.markdrew.co.uk/blog/
LinkedIn: http://www.linkedin.com/in/mdrew

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:254802
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to