WSE samples don't seem to work.
From: Kevin Burton (rkevinburton@charter.net)
Date: 02/13/03
- Next message: Joe Kaplan: "Re: VB .Net Security Question"
- Previous message: Brian Noyes: "Re: SecurityException for registry access while opening SQL Connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Kevin Burton" <rkevinburton@charter.net> Date: Thu, 13 Feb 2003 14:34:47 -0800
I am trying to explore WSE but all of the samples seem to
give me the error included below. None of the samples can
create the required type. Any ideas?
Thank you.
Kevin
<!--
[HttpParseException]: Could not create
type 'Microsoft.Web.Services.QuickStart.S
umService.AddNumbers'.
at System.Web.UI.SimpleWebHandlerParser.GetType(String
typeName)
at
System.Web.UI.SimpleWebHandlerParser.GetCompiledTypeInterna
l()
at System.Web.UI.SimpleWebHandlerParser.GetCompiledType
()
at
System.Web.UI.SimpleWebHandlerParser.GetCompiledTypeFromCac
he()
at System.Web.UI.WebServiceParser.GetCompiledType
(String inputFile, HttpConte
xt context)
at
System.Web.Services.Protocols.WebServiceHandlerFactory.GetH
andler(HttpCont
ext context, String verb, String url, String filePath)
at System.Web.HttpApplication.MapHttpHandler
(HttpContext context, String requ
estType, String path, String pathTranslated, Boolean
useAppConfig)
at System.Web.MapHandlerExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep
(IExecutionStep step, Boolean& compl
etedSynchronously)
-->
--.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadRe
sponse(SoapClie
ntMessage message, WebResponse response, Stream
responseStream)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke
(String methodN
ame, Object[] parameters)
at
Microsoft.Web.Services.QuickStart.SumService.AddNumbers.Add
Int(Int32 a, In
t32 b) in C:\Program Files\Microsoft WSE\v1.0.2312
\Samples\QuickStart\Clients\Su
mService\AddNumbers.cs:line 37
at
Microsoft.Web.Services.QuickStart.SumService.AddClient.Call
WebService(Int3
2 a, Int32 b) in C:\Program Files\Microsoft WSE\v1.0.2312
\Samples\QuickStart\Cli
ents\SumService\AddClient.cs:line 117
at
Microsoft.Web.Services.QuickStart.SumService.AddClient.Run
() in C:\Program
Files\Microsoft WSE\v1.0.2312
\Samples\QuickStart\Clients\SumService\AddClient.c
s:line 96
at
Microsoft.Web.Services.QuickStart.SumService.AddClient.Main
(String[] args)
in C:\Program Files\Microsoft WSE\v1.0.2312
\Samples\QuickStart\Clients\SumServi
ce\AddClient.cs:line 85
************************
- Next message: Joe Kaplan: "Re: VB .Net Security Question"
- Previous message: Brian Noyes: "Re: SecurityException for registry access while opening SQL Connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|