I need to send and receive data from a web service.

Can someone help me with how to send and receive data?  What tags should I use? 
 I see one called CFInvoke.

Here is a section of the wsdl that I would like to try first.  It is to make a 
basic connection to the service.


- <xsd:complexType name="Connection">
- <xsd:annotation>
  <xsd:documentation>Information used to connect to a 
Server.</xsd:documentation> 
  </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="server" type="xsd:string">
- <xsd:annotation>
  <xsd:documentation>The server's address.</xsd:documentation> 
  </xsd:annotation>
  </xsd:element>
- <xsd:element name="user" type="xsd:string">
- <xsd:annotation>
  <xsd:documentation>The user name.</xsd:documentation> 
  </xsd:annotation>
  </xsd:element>
- <xsd:element name="password" type="xsd:string">
- <xsd:annotation>
  <xsd:documentation>The user password.</xsd:documentation> 
  </xsd:annotation>
  </xsd:element>
- <xsd:element maxOccurs="1" minOccurs="0" name="serialNumber" 
type="xsd:string">
- <xsd:annotation>
  <xsd:documentation>An optional serial number to use for 
connecting.</xsd:documentation> 
  </xsd:annotation>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272224
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