Home All Groups Group Topic Archive Search About

WebMethod_doesn=B4t_show_up_in_WSDL

Author
8 Nov 2006 4:45 PM
buki
Hi,

I created a service sndpoint with the following script (which worked
fine):
CREATE ENDPOINT SpDocSearch
STATE = STARTED

AS HTTP (
  PATH = '/SpDocSearchWebService',
  PORTS = (CLEAR),
  AUTHENTICATION = (INTEGRATED )
)

FOR SOAP(
  WEBMETHOD 'QueryDocsDatabase'
    (   NAME = db.dbo.fn_SearchDocsFulltext'
      , SCHEMA = STANDARD
      , FORMAT = ALL_RESULTS
    )
  , WSDL = DEFAULT
  , LOGIN_TYPE = MIXED
  , DATABASE = '¨db'
  , NAMESPACE = 'http://www.tempuri.org'
  , SCHEMA = STANDARD
)

I can retrieve the wsdl, but the porttype doesn´t show a
QueryDocsDatabase method..
What am I missing?

thanks.

regards,

andi

AddThis Social Bookmark Button