|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WebMethod_doesn=B4t_show_up_in_WSDLI 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 |
|||||||||||||||||||||||