Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / March 2006

Tip: Looking for answers? Try searching our database.

WSE842: The service pipeline could not be created Error

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ravi dasari - 27 Mar 2006 06:53 GMT
I am  getting the following error while running an application in WSE 3.0.
Does anyone encountered such an error :

An unhandled exception of type
'System.Web.Services.Protocols.SoapHeaderException' occurred in
System.Web.Services.dll

Additional information: System.Web.Services.Protocols.SoapHeaderException:
Server unavailable, please try later ---> System.ApplicationException:
WSE842: The service pipeline could not be created. --->
System.MissingMethodException: Method
'System.Web.Services.Protocols.SoapServerMessage.ServerType' not found.
  at System.RuntimeType.InvokeMember(String name, BindingFlags
bindingFlags, Binder binder, Object target, Object[] providedArgs,
ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
  at
Microsoft.Web.Services3.WseProtocol.CreateProtocolPipeline(SoapServerMessage
message)
  at Microsoft.Web.Services3.WseProtocol.RouteRequest(SoapServerMessage
message)
  at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
  at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response, Boolean&
abortProcessing)
  --- End of inner exception stack trace ---
  --- End of inner exception stack trace ---

The client code is something like :
ServiceWse srv = new ServiceWse();  
           string str = srv.HelloWorld();
           Console.WriteLine(str);

I am not using any policy even.

Thanks in Advance

Ravi Dasari
Pablo Cibraro - 27 Mar 2006 14:58 GMT
Hi Ravi,

What .NET version are you using ?.
It seems to be a problem with the .NET version because WSE can not find the
property ServerType on the class
System.Web.Services.Protocols.SoapServerMessage

You need .NET 2.0 RC in order to use WSE.

Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax

>I am  getting the following error while running an application in WSE 3.0.
> Does anyone encountered such an error :
[quoted text clipped - 33 lines]
>
> Ravi Dasari

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.