http://www.endeca.com/MDEX/conversation/1
The Conversation Service
Conversation-style web service for building applications
Ports:
  • ConversationPort:
    <soap:address  location="http://@HOSTNAME@:@PORT@/ws/conversation" />
    <soap:binding  style="document"
      transport="http://schemas.xmlsoap.org/soap/http" />
  •  Collapse Ports
    Port Binding PortType Summary
    ConversationPort ConversationSoapBinding ConversationPort
  • Address:
    <soap:address  location="http://@HOSTNAME@:@PORT@/ws/conversation" />
  • Binding:
    <soap:binding  style="document"
      transport="http://schemas.xmlsoap.org/soap/http" />
  • Show details. Click here to see detail
     
     Collapse XML
    -<service  name="Conversation">
    <documentation>Conversation-style web service for building applications</documentation>
    <!-- connect the port to the "ConversationSoapBinding" above -->
    -<port  binding="cs:ConversationSoapBinding"  name="ConversationPort">
    <soap:address  location="http://@HOSTNAME@:@PORT@/ws/conversation" />
    </port>
    </service>
    Generated by WSDLdoc ©