Advertisement
Advertisement
| 06.17.2008 at 02:23AM PDT, ID: 23490863 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: |
CREATE ENDPOINT SQLEP_AWProducts STATE = STOPPED AS HTTP ( PATH = '/AWproducts', AUTHENTICATION = (INTEGRATED), PORTS = ( CLEAR ), CLEAR_PORT = 90, SITE = 'p004795' ) FOR SOAP ( WEBMETHOD 'prProductList' (name='AdventureWorks.dbo.prProductList', schema=STANDARD), WEBMETHOD 'prProductStockInfo' (name='AdventureWorks.dbo.prProductStockInfo', schema=STANDARD), WEBMETHOD 'fnProductPhoto' (name='AdventureWorks.dbo.fnProductPhoto'), BATCHES = ENABLED, WSDL = DEFAULT, DATABASE = 'AdventureWorks', NAMESPACE = 'http://Adventure-Works/Products' ) GO ALTER ENDPOINT SQLEP_AWProducts STATE = STARTED |