Bugzilla – Attachment 170679 Details for
Bug 322400
[System.Web.Services] SOAP-Problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
implementation of this simple web-service
MyTestService.asmx.cs (text/plain), 296 bytes, created by
Thomas Wiest
on 2006-10-20 21:59:00 UTC
(
hide
)
Description:
implementation of this simple web-service
Filename:
MIME Type:
Creator:
Thomas Wiest
Created:
2006-10-20 21:59:00 UTC
Size:
296 bytes
patch
obsolete
> >using System; >using System.Web.Services; > >namespace Test >{ > [WebServiceBinding(ConformanceClaims=WsiClaims.BP10,EmitConformanceClaims = true)] > public class MyTestService:System.Web.Services.WebService > { > [WebMethod] > public string SayHello(string name) > { > return "Hello "+name; > } > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 322400
:
170676
|
170677
|
170678
| 170679 |
220559