Advertisement
Guest User

Untitled

a guest
Apr 18th, 2012
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 29.88 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="UTF-8"?>
  3.  
  4. <wsdl:definitions targetNamespace="http://ws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://ws" xmlns:intf="http://ws" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rpc.xml.coldfusion" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  5.  
  6. <!--WSDL created by ColdFusion version 8,0,1,195765-->
  7.  
  8.  <wsdl:types>
  9.  
  10.   <schema targetNamespace="http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
  11.  
  12.    <import namespace="http://ws"/>
  13.  
  14.    <import namespace="http://xml.apache.org/xml-soap"/>
  15.  
  16.    <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  17.  
  18.    <complexType name="CFCInvocationException">
  19.  
  20.     <sequence/>
  21.  
  22.    </complexType>
  23.  
  24.    <complexType name="QueryBean">
  25.  
  26.     <sequence>
  27.  
  28.      <element name="columnList" nillable="true" type="impl:ArrayOf_xsd_string"/>
  29.  
  30.      <element name="data" nillable="true" type="impl:ArrayOfArrayOf_xsd_anyType"/>
  31.  
  32.     </sequence>
  33.  
  34.    </complexType>
  35.  
  36.   </schema>
  37.  
  38.   <schema targetNamespace="http://ws" xmlns="http://www.w3.org/2001/XMLSchema">
  39.  
  40.    <import namespace="http://xml.apache.org/xml-soap"/>
  41.  
  42.    <import namespace="http://rpc.xml.coldfusion"/>
  43.  
  44.    <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  45.  
  46.    <complexType name="ArrayOf_xsd_string">
  47.  
  48.     <complexContent>
  49.  
  50.      <restriction base="soapenc:Array">
  51.  
  52.       <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
  53.  
  54.      </restriction>
  55.  
  56.     </complexContent>
  57.  
  58.    </complexType>
  59.  
  60.    <complexType name="ArrayOfArrayOf_xsd_anyType">
  61.  
  62.     <complexContent>
  63.  
  64.      <restriction base="soapenc:Array">
  65.  
  66.       <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[][]"/>
  67.  
  68.      </restriction>
  69.  
  70.     </complexContent>
  71.  
  72.    </complexType>
  73.  
  74.   </schema>
  75.  
  76.   <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
  77.  
  78.    <import namespace="http://ws"/>
  79.  
  80.    <import namespace="http://rpc.xml.coldfusion"/>
  81.  
  82.    <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  83.  
  84.    <complexType name="mapItem">
  85.  
  86.     <sequence>
  87.  
  88.      <element name="key" nillable="true" type="xsd:anyType"/>
  89.  
  90.      <element name="value" nillable="true" type="xsd:anyType"/>
  91.  
  92.     </sequence>
  93.  
  94.    </complexType>
  95.  
  96.    <complexType name="Map">
  97.  
  98.     <sequence>
  99.  
  100.      <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
  101.  
  102.     </sequence>
  103.  
  104.    </complexType>
  105.  
  106.   </schema>
  107.  
  108.  </wsdl:types>
  109.  
  110.  
  111.    <wsdl:message name="MessageDeleteResponse">
  112.  
  113.  
  114.       <wsdl:part name="MessageDeleteReturn" type="xsd:anyType"/>
  115.  
  116.  
  117.    </wsdl:message>
  118.  
  119.  
  120.    <wsdl:message name="getSessionTokenResponse">
  121.  
  122.  
  123.       <wsdl:part name="getSessionTokenReturn" type="xsd:anyType"/>
  124.  
  125.  
  126.    </wsdl:message>
  127.  
  128.  
  129.    <wsdl:message name="getGroupsResponse">
  130.  
  131.  
  132.       <wsdl:part name="getGroupsReturn" type="xsd:anyType"/>
  133.  
  134.  
  135.    </wsdl:message>
  136.  
  137.  
  138.    <wsdl:message name="ContactsListResponse">
  139.  
  140.  
  141.       <wsdl:part name="ContactsListReturn" type="xsd:anyType"/>
  142.  
  143.  
  144.    </wsdl:message>
  145.  
  146.  
  147.    <wsdl:message name="getLastOnlineResponse">
  148.  
  149.  
  150.       <wsdl:part name="getLastOnlineReturn" type="xsd:anyType"/>
  151.  
  152.  
  153.    </wsdl:message>
  154.  
  155.  
  156.    <wsdl:message name="MessageDeleteRequest">
  157.  
  158.  
  159.       <wsdl:part name="email" type="xsd:anyType"/>
  160.  
  161.  
  162.       <wsdl:part name="session_token" type="xsd:anyType"/>
  163.  
  164.  
  165.       <wsdl:part name="connect_message_id" type="xsd:anyType"/>
  166.  
  167.  
  168.    </wsdl:message>
  169.  
  170.  
  171.    <wsdl:message name="getContactsGroupsResponse">
  172.  
  173.  
  174.       <wsdl:part name="getContactsGroupsReturn" type="xsd:anyType"/>
  175.  
  176.  
  177.    </wsdl:message>
  178.  
  179.  
  180.    <wsdl:message name="getMeetingListRequest">
  181.  
  182.  
  183.       <wsdl:part name="email" type="xsd:anyType"/>
  184.  
  185.  
  186.       <wsdl:part name="session_token" type="xsd:anyType"/>
  187.  
  188.  
  189.    </wsdl:message>
  190.  
  191.  
  192.    <wsdl:message name="getMeetingListPendingRequest">
  193.  
  194.  
  195.       <wsdl:part name="email" type="xsd:anyType"/>
  196.  
  197.  
  198.       <wsdl:part name="session_token" type="xsd:anyType"/>
  199.  
  200.  
  201.    </wsdl:message>
  202.  
  203.  
  204.    <wsdl:message name="MessageReadResponse">
  205.  
  206.  
  207.       <wsdl:part name="MessageReadReturn" type="xsd:anyType"/>
  208.  
  209.  
  210.    </wsdl:message>
  211.  
  212.  
  213.    <wsdl:message name="QuickSearchResponse">
  214.  
  215.  
  216.       <wsdl:part name="QuickSearchReturn" type="xsd:anyType"/>
  217.  
  218.  
  219.    </wsdl:message>
  220.  
  221.  
  222.    <wsdl:message name="getContactsResponse">
  223.  
  224.  
  225.       <wsdl:part name="getContactsReturn" type="xsd:anyType"/>
  226.  
  227.  
  228.    </wsdl:message>
  229.  
  230.  
  231.    <wsdl:message name="MessageReadRequest">
  232.  
  233.  
  234.       <wsdl:part name="email" type="xsd:anyType"/>
  235.  
  236.  
  237.       <wsdl:part name="session_token" type="xsd:anyType"/>
  238.  
  239.  
  240.       <wsdl:part name="mode" type="xsd:anyType"/>
  241.  
  242.  
  243.       <wsdl:part name="connect_message_id" type="xsd:anyType"/>
  244.  
  245.  
  246.    </wsdl:message>
  247.  
  248.  
  249.    <wsdl:message name="MessageNewResponse">
  250.  
  251.  
  252.       <wsdl:part name="MessageNewReturn" type="xsd:anyType"/>
  253.  
  254.  
  255.    </wsdl:message>
  256.  
  257.  
  258.    <wsdl:message name="getSessionTokenRequest">
  259.  
  260.  
  261.       <wsdl:part name="email" type="xsd:string"/>
  262.  
  263.  
  264.       <wsdl:part name="password" type="xsd:string"/>
  265.  
  266.  
  267.    </wsdl:message>
  268.  
  269.  
  270.    <wsdl:message name="getLastOnlineRequest">
  271.  
  272.  
  273.       <wsdl:part name="email" type="xsd:anyType"/>
  274.  
  275.  
  276.       <wsdl:part name="session_token" type="xsd:anyType"/>
  277.  
  278.  
  279.    </wsdl:message>
  280.  
  281.  
  282.    <wsdl:message name="getProfileResponse">
  283.  
  284.  
  285.       <wsdl:part name="getProfileReturn" type="xsd:anyType"/>
  286.  
  287.  
  288.    </wsdl:message>
  289.  
  290.  
  291.    <wsdl:message name="ContactsGroupsListRequest">
  292.  
  293.  
  294.       <wsdl:part name="email" type="xsd:anyType"/>
  295.  
  296.  
  297.       <wsdl:part name="session_token" type="xsd:anyType"/>
  298.  
  299.  
  300.       <wsdl:part name="contact_delegate_id" type="xsd:anyType"/>
  301.  
  302.  
  303.       <wsdl:part name="connect_contacts_group_id" type="xsd:anyType"/>
  304.  
  305.  
  306.       <wsdl:part name="mode" type="xsd:anyType"/>
  307.  
  308.  
  309.    </wsdl:message>
  310.  
  311.  
  312.    <wsdl:message name="CFCInvocationException">
  313.  
  314.  
  315.       <wsdl:part name="fault" type="tns1:CFCInvocationException"/>
  316.  
  317.  
  318.    </wsdl:message>
  319.  
  320.  
  321.    <wsdl:message name="ContactsGroupsListResponse">
  322.  
  323.  
  324.       <wsdl:part name="ContactsGroupsListReturn" type="xsd:anyType"/>
  325.  
  326.  
  327.    </wsdl:message>
  328.  
  329.  
  330.    <wsdl:message name="getGroupsRequest">
  331.  
  332.  
  333.       <wsdl:part name="email" type="xsd:anyType"/>
  334.  
  335.  
  336.       <wsdl:part name="session_token" type="xsd:anyType"/>
  337.  
  338.  
  339.    </wsdl:message>
  340.  
  341.  
  342.    <wsdl:message name="MessageListRequest">
  343.  
  344.  
  345.       <wsdl:part name="email" type="xsd:anyType"/>
  346.  
  347.  
  348.       <wsdl:part name="session_token" type="xsd:anyType"/>
  349.  
  350.  
  351.       <wsdl:part name="mode" type="xsd:anyType"/>
  352.  
  353.  
  354.       <wsdl:part name="page" type="xsd:anyType"/>
  355.  
  356.  
  357.    </wsdl:message>
  358.  
  359.  
  360.    <wsdl:message name="getContactsGroupsRequest">
  361.  
  362.  
  363.       <wsdl:part name="email" type="xsd:anyType"/>
  364.  
  365.  
  366.       <wsdl:part name="session_token" type="xsd:anyType"/>
  367.  
  368.  
  369.    </wsdl:message>
  370.  
  371.  
  372.    <wsdl:message name="getMeetingListResponse">
  373.  
  374.  
  375.       <wsdl:part name="getMeetingListReturn" type="xsd:anyType"/>
  376.  
  377.  
  378.    </wsdl:message>
  379.  
  380.  
  381.    <wsdl:message name="getProfileRequest">
  382.  
  383.  
  384.       <wsdl:part name="email" type="xsd:anyType"/>
  385.  
  386.  
  387.       <wsdl:part name="session_token" type="xsd:anyType"/>
  388.  
  389.  
  390.    </wsdl:message>
  391.  
  392.  
  393.    <wsdl:message name="QuickSearchRequest">
  394.  
  395.  
  396.       <wsdl:part name="email" type="xsd:anyType"/>
  397.  
  398.  
  399.       <wsdl:part name="session_token" type="xsd:anyType"/>
  400.  
  401.  
  402.       <wsdl:part name="keywords" type="xsd:anyType"/>
  403.  
  404.  
  405.       <wsdl:part name="sort" type="xsd:anyType"/>
  406.  
  407.  
  408.       <wsdl:part name="order" type="xsd:anyType"/>
  409.  
  410.  
  411.       <wsdl:part name="page" type="xsd:anyType"/>
  412.  
  413.  
  414.    </wsdl:message>
  415.  
  416.  
  417.    <wsdl:message name="ContactsListRequest">
  418.  
  419.  
  420.       <wsdl:part name="email" type="xsd:anyType"/>
  421.  
  422.  
  423.       <wsdl:part name="session_token" type="xsd:anyType"/>
  424.  
  425.  
  426.       <wsdl:part name="connect_delegate_id" type="xsd:anyType"/>
  427.  
  428.  
  429.       <wsdl:part name="mode" type="xsd:anyType"/>
  430.  
  431.  
  432.    </wsdl:message>
  433.  
  434.  
  435.    <wsdl:message name="MessageReplyRequest">
  436.  
  437.  
  438.       <wsdl:part name="email" type="xsd:anyType"/>
  439.  
  440.  
  441.       <wsdl:part name="session_token" type="xsd:anyType"/>
  442.  
  443.  
  444.       <wsdl:part name="mode" type="xsd:anyType"/>
  445.  
  446.  
  447.       <wsdl:part name="connect_message_id" type="xsd:anyType"/>
  448.  
  449.  
  450.       <wsdl:part name="meeting_response" type="xsd:anyType"/>
  451.  
  452.  
  453.       <wsdl:part name="connect_message_master_message_id" type="xsd:anyType"/>
  454.  
  455.  
  456.       <wsdl:part name="connect_message_to_delegate_id" type="xsd:anyType"/>
  457.  
  458.  
  459.       <wsdl:part name="connect_message_subject" type="xsd:anyType"/>
  460.  
  461.  
  462.       <wsdl:part name="connect_message_text" type="xsd:anyType"/>
  463.  
  464.  
  465.    </wsdl:message>
  466.  
  467.  
  468.    <wsdl:message name="getMeetingListPendingResponse">
  469.  
  470.  
  471.       <wsdl:part name="getMeetingListPendingReturn" type="xsd:anyType"/>
  472.  
  473.  
  474.    </wsdl:message>
  475.  
  476.  
  477.    <wsdl:message name="MessageListResponse">
  478.  
  479.  
  480.       <wsdl:part name="MessageListReturn" type="xsd:anyType"/>
  481.  
  482.  
  483.    </wsdl:message>
  484.  
  485.  
  486.    <wsdl:message name="MessageReplyResponse">
  487.  
  488.  
  489.       <wsdl:part name="MessageReplyReturn" type="xsd:anyType"/>
  490.  
  491.  
  492.    </wsdl:message>
  493.  
  494.  
  495.    <wsdl:message name="MessageNewRequest">
  496.  
  497.  
  498.       <wsdl:part name="email" type="xsd:anyType"/>
  499.  
  500.  
  501.       <wsdl:part name="session_token" type="xsd:anyType"/>
  502.  
  503.  
  504.       <wsdl:part name="contact_delegate_id" type="xsd:anyType"/>
  505.  
  506.  
  507.       <wsdl:part name="connect_contacts_group_id" type="xsd:anyType"/>
  508.  
  509.  
  510.       <wsdl:part name="connect_message_subject" type="xsd:anyType"/>
  511.  
  512.  
  513.       <wsdl:part name="connect_message_text" type="xsd:anyType"/>
  514.  
  515.  
  516.       <wsdl:part name="connect_meeting_date" type="xsd:anyType"/>
  517.  
  518.  
  519.       <wsdl:part name="connect_meeting_start_time_hour" type="xsd:anyType"/>
  520.  
  521.  
  522.       <wsdl:part name="connect_meeting_start_time_minute" type="xsd:anyType"/>
  523.  
  524.  
  525.       <wsdl:part name="connect_meeting_end_time_hour" type="xsd:anyType"/>
  526.  
  527.  
  528.       <wsdl:part name="connect_meeting_end_time_minute" type="xsd:anyType"/>
  529.  
  530.  
  531.       <wsdl:part name="connect_meeting_location" type="xsd:anyType"/>
  532.  
  533.  
  534.    </wsdl:message>
  535.  
  536.  
  537.    <wsdl:message name="getContactsRequest">
  538.  
  539.  
  540.       <wsdl:part name="email" type="xsd:anyType"/>
  541.  
  542.  
  543.       <wsdl:part name="session_token" type="xsd:anyType"/>
  544.  
  545.  
  546.    </wsdl:message>
  547.  
  548.  
  549.    <wsdl:portType name="Connect">
  550.  
  551.  
  552.       <wsdl:operation name="getProfile" parameterOrder="email session_token">
  553.  
  554.  
  555.          <wsdl:input message="impl:getProfileRequest" name="getProfileRequest"/>
  556.  
  557.  
  558.          <wsdl:output message="impl:getProfileResponse" name="getProfileResponse"/>
  559.  
  560.  
  561.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  562.  
  563.  
  564.       </wsdl:operation>
  565.  
  566.  
  567.       <wsdl:operation name="getGroups" parameterOrder="email session_token">
  568.  
  569.  
  570.          <wsdl:input message="impl:getGroupsRequest" name="getGroupsRequest"/>
  571.  
  572.  
  573.          <wsdl:output message="impl:getGroupsResponse" name="getGroupsResponse"/>
  574.  
  575.  
  576.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  577.  
  578.  
  579.       </wsdl:operation>
  580.  
  581.  
  582.       <wsdl:operation name="MessageReply" parameterOrder="email session_token mode connect_message_id meeting_response connect_message_master_message_id connect_message_to_delegate_id connect_message_subject connect_message_text">
  583.  
  584.  
  585.          <wsdl:input message="impl:MessageReplyRequest" name="MessageReplyRequest"/>
  586.  
  587.  
  588.          <wsdl:output message="impl:MessageReplyResponse" name="MessageReplyResponse"/>
  589.  
  590.  
  591.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  592.  
  593.  
  594.       </wsdl:operation>
  595.  
  596.  
  597.       <wsdl:operation name="MessageRead" parameterOrder="email session_token mode connect_message_id">
  598.  
  599.  
  600.          <wsdl:input message="impl:MessageReadRequest" name="MessageReadRequest"/>
  601.  
  602.  
  603.          <wsdl:output message="impl:MessageReadResponse" name="MessageReadResponse"/>
  604.  
  605.  
  606.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  607.  
  608.  
  609.       </wsdl:operation>
  610.  
  611.  
  612.       <wsdl:operation name="getContacts" parameterOrder="email session_token">
  613.  
  614.  
  615.          <wsdl:input message="impl:getContactsRequest" name="getContactsRequest"/>
  616.  
  617.  
  618.          <wsdl:output message="impl:getContactsResponse" name="getContactsResponse"/>
  619.  
  620.  
  621.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  622.  
  623.  
  624.       </wsdl:operation>
  625.  
  626.  
  627.       <wsdl:operation name="getSessionToken" parameterOrder="email password">
  628.  
  629.  
  630.          <wsdl:input message="impl:getSessionTokenRequest" name="getSessionTokenRequest"/>
  631.  
  632.  
  633.          <wsdl:output message="impl:getSessionTokenResponse" name="getSessionTokenResponse"/>
  634.  
  635.  
  636.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  637.  
  638.  
  639.       </wsdl:operation>
  640.  
  641.  
  642.       <wsdl:operation name="getMeetingListPending" parameterOrder="email session_token">
  643.  
  644.  
  645.          <wsdl:input message="impl:getMeetingListPendingRequest" name="getMeetingListPendingRequest"/>
  646.  
  647.  
  648.          <wsdl:output message="impl:getMeetingListPendingResponse" name="getMeetingListPendingResponse"/>
  649.  
  650.  
  651.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  652.  
  653.  
  654.       </wsdl:operation>
  655.  
  656.  
  657.       <wsdl:operation name="getContactsGroups" parameterOrder="email session_token">
  658.  
  659.  
  660.          <wsdl:input message="impl:getContactsGroupsRequest" name="getContactsGroupsRequest"/>
  661.  
  662.  
  663.          <wsdl:output message="impl:getContactsGroupsResponse" name="getContactsGroupsResponse"/>
  664.  
  665.  
  666.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  667.  
  668.  
  669.       </wsdl:operation>
  670.  
  671.  
  672.       <wsdl:operation name="MessageNew" parameterOrder="email session_token contact_delegate_id connect_contacts_group_id connect_message_subject connect_message_text connect_meeting_date connect_meeting_start_time_hour connect_meeting_start_time_minute connect_meeting_end_time_hour connect_meeting_end_time_minute connect_meeting_location">
  673.  
  674.  
  675.          <wsdl:input message="impl:MessageNewRequest" name="MessageNewRequest"/>
  676.  
  677.  
  678.          <wsdl:output message="impl:MessageNewResponse" name="MessageNewResponse"/>
  679.  
  680.  
  681.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  682.  
  683.  
  684.       </wsdl:operation>
  685.  
  686.  
  687.       <wsdl:operation name="MessageList" parameterOrder="email session_token mode page">
  688.  
  689.  
  690.          <wsdl:input message="impl:MessageListRequest" name="MessageListRequest"/>
  691.  
  692.  
  693.          <wsdl:output message="impl:MessageListResponse" name="MessageListResponse"/>
  694.  
  695.  
  696.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  697.  
  698.  
  699.       </wsdl:operation>
  700.  
  701.  
  702.       <wsdl:operation name="ContactsGroupsList" parameterOrder="email session_token contact_delegate_id connect_contacts_group_id mode">
  703.  
  704.  
  705.          <wsdl:input message="impl:ContactsGroupsListRequest" name="ContactsGroupsListRequest"/>
  706.  
  707.  
  708.          <wsdl:output message="impl:ContactsGroupsListResponse" name="ContactsGroupsListResponse"/>
  709.  
  710.  
  711.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  712.  
  713.  
  714.       </wsdl:operation>
  715.  
  716.  
  717.       <wsdl:operation name="ContactsList" parameterOrder="email session_token connect_delegate_id mode">
  718.  
  719.  
  720.          <wsdl:input message="impl:ContactsListRequest" name="ContactsListRequest"/>
  721.  
  722.  
  723.          <wsdl:output message="impl:ContactsListResponse" name="ContactsListResponse"/>
  724.  
  725.  
  726.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  727.  
  728.  
  729.       </wsdl:operation>
  730.  
  731.  
  732.       <wsdl:operation name="QuickSearch" parameterOrder="email session_token keywords sort order page">
  733.  
  734.  
  735.          <wsdl:input message="impl:QuickSearchRequest" name="QuickSearchRequest"/>
  736.  
  737.  
  738.          <wsdl:output message="impl:QuickSearchResponse" name="QuickSearchResponse"/>
  739.  
  740.  
  741.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  742.  
  743.  
  744.       </wsdl:operation>
  745.  
  746.  
  747.       <wsdl:operation name="getLastOnline" parameterOrder="email session_token">
  748.  
  749.  
  750.          <wsdl:input message="impl:getLastOnlineRequest" name="getLastOnlineRequest"/>
  751.  
  752.  
  753.          <wsdl:output message="impl:getLastOnlineResponse" name="getLastOnlineResponse"/>
  754.  
  755.  
  756.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  757.  
  758.  
  759.       </wsdl:operation>
  760.  
  761.  
  762.       <wsdl:operation name="getMeetingList" parameterOrder="email session_token">
  763.  
  764.  
  765.          <wsdl:input message="impl:getMeetingListRequest" name="getMeetingListRequest"/>
  766.  
  767.  
  768.          <wsdl:output message="impl:getMeetingListResponse" name="getMeetingListResponse"/>
  769.  
  770.  
  771.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  772.  
  773.  
  774.       </wsdl:operation>
  775.  
  776.  
  777.       <wsdl:operation name="MessageDelete" parameterOrder="email session_token connect_message_id">
  778.  
  779.  
  780.          <wsdl:input message="impl:MessageDeleteRequest" name="MessageDeleteRequest"/>
  781.  
  782.  
  783.          <wsdl:output message="impl:MessageDeleteResponse" name="MessageDeleteResponse"/>
  784.  
  785.  
  786.          <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>
  787.  
  788.  
  789.       </wsdl:operation>
  790.  
  791.  
  792.    </wsdl:portType>
  793.  
  794.  
  795.    <wsdl:binding name="connect.cfcSoapBinding" type="impl:Connect">
  796.  
  797.  
  798.       <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  799.  
  800.  
  801.       <wsdl:operation name="getProfile">
  802.  
  803.  
  804.          <wsdlsoap:operation soapAction=""/>
  805.  
  806.  
  807.          <wsdl:input name="getProfileRequest">
  808.  
  809.  
  810.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  811.  
  812.  
  813.          </wsdl:input>
  814.  
  815.  
  816.          <wsdl:output name="getProfileResponse">
  817.  
  818.  
  819.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  820.  
  821.  
  822.          </wsdl:output>
  823.  
  824.  
  825.          <wsdl:fault name="CFCInvocationException">
  826.  
  827.  
  828.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  829.  
  830.  
  831.          </wsdl:fault>
  832.  
  833.  
  834.       </wsdl:operation>
  835.  
  836.  
  837.       <wsdl:operation name="getGroups">
  838.  
  839.  
  840.          <wsdlsoap:operation soapAction=""/>
  841.  
  842.  
  843.          <wsdl:input name="getGroupsRequest">
  844.  
  845.  
  846.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  847.  
  848.  
  849.          </wsdl:input>
  850.  
  851.  
  852.          <wsdl:output name="getGroupsResponse">
  853.  
  854.  
  855.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  856.  
  857.  
  858.          </wsdl:output>
  859.  
  860.  
  861.          <wsdl:fault name="CFCInvocationException">
  862.  
  863.  
  864.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  865.  
  866.  
  867.          </wsdl:fault>
  868.  
  869.  
  870.       </wsdl:operation>
  871.  
  872.  
  873.       <wsdl:operation name="MessageReply">
  874.  
  875.  
  876.          <wsdlsoap:operation soapAction=""/>
  877.  
  878.  
  879.          <wsdl:input name="MessageReplyRequest">
  880.  
  881.  
  882.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  883.  
  884.  
  885.          </wsdl:input>
  886.  
  887.  
  888.          <wsdl:output name="MessageReplyResponse">
  889.  
  890.  
  891.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  892.  
  893.  
  894.          </wsdl:output>
  895.  
  896.  
  897.          <wsdl:fault name="CFCInvocationException">
  898.  
  899.  
  900.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  901.  
  902.  
  903.          </wsdl:fault>
  904.  
  905.  
  906.       </wsdl:operation>
  907.  
  908.  
  909.       <wsdl:operation name="MessageRead">
  910.  
  911.  
  912.          <wsdlsoap:operation soapAction=""/>
  913.  
  914.  
  915.          <wsdl:input name="MessageReadRequest">
  916.  
  917.  
  918.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  919.  
  920.  
  921.          </wsdl:input>
  922.  
  923.  
  924.          <wsdl:output name="MessageReadResponse">
  925.  
  926.  
  927.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  928.  
  929.  
  930.          </wsdl:output>
  931.  
  932.  
  933.          <wsdl:fault name="CFCInvocationException">
  934.  
  935.  
  936.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  937.  
  938.  
  939.          </wsdl:fault>
  940.  
  941.  
  942.       </wsdl:operation>
  943.  
  944.  
  945.       <wsdl:operation name="getContacts">
  946.  
  947.  
  948.          <wsdlsoap:operation soapAction=""/>
  949.  
  950.  
  951.          <wsdl:input name="getContactsRequest">
  952.  
  953.  
  954.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  955.  
  956.  
  957.          </wsdl:input>
  958.  
  959.  
  960.          <wsdl:output name="getContactsResponse">
  961.  
  962.  
  963.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  964.  
  965.  
  966.          </wsdl:output>
  967.  
  968.  
  969.          <wsdl:fault name="CFCInvocationException">
  970.  
  971.  
  972.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  973.  
  974.  
  975.          </wsdl:fault>
  976.  
  977.  
  978.       </wsdl:operation>
  979.  
  980.  
  981.       <wsdl:operation name="getSessionToken">
  982.  
  983.  
  984.          <wsdlsoap:operation soapAction=""/>
  985.  
  986.  
  987.          <wsdl:input name="getSessionTokenRequest">
  988.  
  989.  
  990.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  991.  
  992.  
  993.          </wsdl:input>
  994.  
  995.  
  996.          <wsdl:output name="getSessionTokenResponse">
  997.  
  998.  
  999.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1000.  
  1001.  
  1002.          </wsdl:output>
  1003.  
  1004.  
  1005.          <wsdl:fault name="CFCInvocationException">
  1006.  
  1007.  
  1008.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1009.  
  1010.  
  1011.          </wsdl:fault>
  1012.  
  1013.  
  1014.       </wsdl:operation>
  1015.  
  1016.  
  1017.       <wsdl:operation name="getMeetingListPending">
  1018.  
  1019.  
  1020.          <wsdlsoap:operation soapAction=""/>
  1021.  
  1022.  
  1023.          <wsdl:input name="getMeetingListPendingRequest">
  1024.  
  1025.  
  1026.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1027.  
  1028.  
  1029.          </wsdl:input>
  1030.  
  1031.  
  1032.          <wsdl:output name="getMeetingListPendingResponse">
  1033.  
  1034.  
  1035.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1036.  
  1037.  
  1038.          </wsdl:output>
  1039.  
  1040.  
  1041.          <wsdl:fault name="CFCInvocationException">
  1042.  
  1043.  
  1044.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1045.  
  1046.  
  1047.          </wsdl:fault>
  1048.  
  1049.  
  1050.       </wsdl:operation>
  1051.  
  1052.  
  1053.       <wsdl:operation name="getContactsGroups">
  1054.  
  1055.  
  1056.          <wsdlsoap:operation soapAction=""/>
  1057.  
  1058.  
  1059.          <wsdl:input name="getContactsGroupsRequest">
  1060.  
  1061.  
  1062.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1063.  
  1064.  
  1065.          </wsdl:input>
  1066.  
  1067.  
  1068.          <wsdl:output name="getContactsGroupsResponse">
  1069.  
  1070.  
  1071.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1072.  
  1073.  
  1074.          </wsdl:output>
  1075.  
  1076.  
  1077.          <wsdl:fault name="CFCInvocationException">
  1078.  
  1079.  
  1080.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1081.  
  1082.  
  1083.          </wsdl:fault>
  1084.  
  1085.  
  1086.       </wsdl:operation>
  1087.  
  1088.  
  1089.       <wsdl:operation name="MessageNew">
  1090.  
  1091.  
  1092.          <wsdlsoap:operation soapAction=""/>
  1093.  
  1094.  
  1095.          <wsdl:input name="MessageNewRequest">
  1096.  
  1097.  
  1098.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1099.  
  1100.  
  1101.          </wsdl:input>
  1102.  
  1103.  
  1104.          <wsdl:output name="MessageNewResponse">
  1105.  
  1106.  
  1107.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1108.  
  1109.  
  1110.          </wsdl:output>
  1111.  
  1112.  
  1113.          <wsdl:fault name="CFCInvocationException">
  1114.  
  1115.  
  1116.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1117.  
  1118.  
  1119.          </wsdl:fault>
  1120.  
  1121.  
  1122.       </wsdl:operation>
  1123.  
  1124.  
  1125.       <wsdl:operation name="MessageList">
  1126.  
  1127.  
  1128.          <wsdlsoap:operation soapAction=""/>
  1129.  
  1130.  
  1131.          <wsdl:input name="MessageListRequest">
  1132.  
  1133.  
  1134.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1135.  
  1136.  
  1137.          </wsdl:input>
  1138.  
  1139.  
  1140.          <wsdl:output name="MessageListResponse">
  1141.  
  1142.  
  1143.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1144.  
  1145.  
  1146.          </wsdl:output>
  1147.  
  1148.  
  1149.          <wsdl:fault name="CFCInvocationException">
  1150.  
  1151.  
  1152.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1153.  
  1154.  
  1155.          </wsdl:fault>
  1156.  
  1157.  
  1158.       </wsdl:operation>
  1159.  
  1160.  
  1161.       <wsdl:operation name="ContactsGroupsList">
  1162.  
  1163.  
  1164.          <wsdlsoap:operation soapAction=""/>
  1165.  
  1166.  
  1167.          <wsdl:input name="ContactsGroupsListRequest">
  1168.  
  1169.  
  1170.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1171.  
  1172.  
  1173.          </wsdl:input>
  1174.  
  1175.  
  1176.          <wsdl:output name="ContactsGroupsListResponse">
  1177.  
  1178.  
  1179.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1180.  
  1181.  
  1182.          </wsdl:output>
  1183.  
  1184.  
  1185.          <wsdl:fault name="CFCInvocationException">
  1186.  
  1187.  
  1188.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1189.  
  1190.  
  1191.          </wsdl:fault>
  1192.  
  1193.  
  1194.       </wsdl:operation>
  1195.  
  1196.  
  1197.       <wsdl:operation name="ContactsList">
  1198.  
  1199.  
  1200.          <wsdlsoap:operation soapAction=""/>
  1201.  
  1202.  
  1203.          <wsdl:input name="ContactsListRequest">
  1204.  
  1205.  
  1206.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1207.  
  1208.  
  1209.          </wsdl:input>
  1210.  
  1211.  
  1212.          <wsdl:output name="ContactsListResponse">
  1213.  
  1214.  
  1215.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1216.  
  1217.  
  1218.          </wsdl:output>
  1219.  
  1220.  
  1221.          <wsdl:fault name="CFCInvocationException">
  1222.  
  1223.  
  1224.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1225.  
  1226.  
  1227.          </wsdl:fault>
  1228.  
  1229.  
  1230.       </wsdl:operation>
  1231.  
  1232.  
  1233.       <wsdl:operation name="QuickSearch">
  1234.  
  1235.  
  1236.          <wsdlsoap:operation soapAction=""/>
  1237.  
  1238.  
  1239.          <wsdl:input name="QuickSearchRequest">
  1240.  
  1241.  
  1242.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1243.  
  1244.  
  1245.          </wsdl:input>
  1246.  
  1247.  
  1248.          <wsdl:output name="QuickSearchResponse">
  1249.  
  1250.  
  1251.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1252.  
  1253.  
  1254.          </wsdl:output>
  1255.  
  1256.  
  1257.          <wsdl:fault name="CFCInvocationException">
  1258.  
  1259.  
  1260.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1261.  
  1262.  
  1263.          </wsdl:fault>
  1264.  
  1265.  
  1266.       </wsdl:operation>
  1267.  
  1268.  
  1269.       <wsdl:operation name="getLastOnline">
  1270.  
  1271.  
  1272.          <wsdlsoap:operation soapAction=""/>
  1273.  
  1274.  
  1275.          <wsdl:input name="getLastOnlineRequest">
  1276.  
  1277.  
  1278.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1279.  
  1280.  
  1281.          </wsdl:input>
  1282.  
  1283.  
  1284.          <wsdl:output name="getLastOnlineResponse">
  1285.  
  1286.  
  1287.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1288.  
  1289.  
  1290.          </wsdl:output>
  1291.  
  1292.  
  1293.          <wsdl:fault name="CFCInvocationException">
  1294.  
  1295.  
  1296.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1297.  
  1298.  
  1299.          </wsdl:fault>
  1300.  
  1301.  
  1302.       </wsdl:operation>
  1303.  
  1304.  
  1305.       <wsdl:operation name="getMeetingList">
  1306.  
  1307.  
  1308.          <wsdlsoap:operation soapAction=""/>
  1309.  
  1310.  
  1311.          <wsdl:input name="getMeetingListRequest">
  1312.  
  1313.  
  1314.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1315.  
  1316.  
  1317.          </wsdl:input>
  1318.  
  1319.  
  1320.          <wsdl:output name="getMeetingListResponse">
  1321.  
  1322.  
  1323.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1324.  
  1325.  
  1326.          </wsdl:output>
  1327.  
  1328.  
  1329.          <wsdl:fault name="CFCInvocationException">
  1330.  
  1331.  
  1332.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1333.  
  1334.  
  1335.          </wsdl:fault>
  1336.  
  1337.  
  1338.       </wsdl:operation>
  1339.  
  1340.  
  1341.       <wsdl:operation name="MessageDelete">
  1342.  
  1343.  
  1344.          <wsdlsoap:operation soapAction=""/>
  1345.  
  1346.  
  1347.          <wsdl:input name="MessageDeleteRequest">
  1348.  
  1349.  
  1350.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1351.  
  1352.  
  1353.          </wsdl:input>
  1354.  
  1355.  
  1356.          <wsdl:output name="MessageDeleteResponse">
  1357.  
  1358.  
  1359.             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws" use="encoded"/>
  1360.  
  1361.  
  1362.          </wsdl:output>
  1363.  
  1364.  
  1365.          <wsdl:fault name="CFCInvocationException">
  1366.  
  1367.  
  1368.             <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws" use="encoded"/>
  1369.  
  1370.  
  1371.          </wsdl:fault>
  1372.  
  1373.  
  1374.       </wsdl:operation>
  1375.  
  1376.  
  1377.    </wsdl:binding>
  1378.  
  1379.  
  1380.    <wsdl:service name="Authentication">
  1381.  
  1382.  
  1383.       <wsdl:port binding="impl:connect.cfcSoapBinding" name="connect.cfc">
  1384.  
  1385.  
  1386.          <wsdlsoap:address location="http://www.anotherplace.com/ws/connect.cfc"/>
  1387.  
  1388.  
  1389.       </wsdl:port>
  1390.  
  1391.  
  1392.    </wsdl:service>
  1393.  
  1394.  
  1395. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement