urn:GoogleSearch
The GoogleSearchBinding Binding
Extensibility Element:
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
 Collapse Operations
Operation: doGetCachedPage
<soap:operation  soapAction="urn:GoogleSearchAction" />
Input: doGetCachedPage
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  namespace="urn:GoogleSearch"
  use="encoded" />
Output: doGetCachedPageResponse
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  namespace="urn:GoogleSearch"
  use="encoded" />

Operation: doGoogleSearch
<soap:operation  soapAction="urn:GoogleSearchAction" />
Input: doGoogleSearch
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  namespace="urn:GoogleSearch"
  use="encoded" />
Output: doGoogleSearchResponse
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  namespace="urn:GoogleSearch"
  use="encoded" />

Operation: doSpellingSuggestion
<soap:operation  soapAction="urn:GoogleSearchAction" />
Input: doSpellingSuggestion
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  namespace="urn:GoogleSearch"
  use="encoded" />
Output: doSpellingSuggestionResponse
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  namespace="urn:GoogleSearch"
  use="encoded" />

 Collapse XML
-<binding  name="GoogleSearchBinding"  type="typens:GoogleSearchPort">
<soap:binding  style="rpc"  transport="http://schemas.xmlsoap.org/soap/http" />
-<operation  name="doGetCachedPage">
<soap:operation  soapAction="urn:GoogleSearchAction" />
-<input>
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"  namespace="urn:GoogleSearch"  use="encoded" />
</input>
-<output>
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"  namespace="urn:GoogleSearch"  use="encoded" />
</output>
</operation>
-<operation  name="doSpellingSuggestion">
<soap:operation  soapAction="urn:GoogleSearchAction" />
-<input>
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"  namespace="urn:GoogleSearch"  use="encoded" />
</input>
-<output>
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"  namespace="urn:GoogleSearch"  use="encoded" />
</output>
</operation>
-<operation  name="doGoogleSearch">
<soap:operation  soapAction="urn:GoogleSearchAction" />
-<input>
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"  namespace="urn:GoogleSearch"  use="encoded" />
</input>
-<output>
<soap:body  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"  namespace="urn:GoogleSearch"  use="encoded" />
</output>
</operation>
</binding>
 Collapse Used-By
Service Port Port Type
GoogleSearchService GoogleSearchPort GoogleSearchPort
Generated by WSDLdoc ©