473,786 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

This derived key token's parent cannot be found

Hi,

I am working on the Application which will use wse2.0 to get the data from
the server and when I hosted in sharepoint which has wse3.0, I am getting the
following error after some period of time.

Unknown exception
System.Web.Serv ices.Protocols. SoapHeaderExcep tion:
Microsoft.Web.S ervices2.Securi ty.SecurityFaul t: The specified source for the
derivation is unknown ---> System.Exceptio n: WSE512: This derived key token's
parent cannot be found. The reference to the parent token follows:
<wsse:SecurityT okenReference
xmlns:wsse="htt p://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse: Reference
URI="uuid:2a7e1 fc8-d954-4c4a-b7c0-79b228c1d31b"
ValueType="http ://schemas.xmlsoap .org/ws/2004/04/security/sc/sct"
/></wsse:SecurityTo kenReference>.
--- End of inner exception stack trace ---
at
Microsoft.Web.S ervices2.Securi ty.Tokens.Deriv edKeyToken.Load Xml(XmlElement
element)
at
Microsoft.Web.S ervices2.Securi ty.Tokens.Deriv edKeyToken..cto r(XmlElement
element)
at
Microsoft.Web.S ervices2.Securi ty.Tokens.Deriv edKeyTokenManag er.LoadTokenFro mXml(XmlElement element)
at
Microsoft.Web.S ervices2.Securi ty.Tokens.Secur ityTokenManager .LoadXmlSecurit yToken(XmlEleme nt element)
at
Microsoft.Web.S ervices2.Securi ty.Tokens.Secur ityTokenManager .GetTokenFromXm l(XmlElement element)
at Microsoft.Web.S ervices2.Securi ty.Security.Loa dToken(XmlEleme nt
element, SecurityConfigu ration configuration, Int32& tokenCount)
at Microsoft.Web.S ervices2.Securi ty.Security.Loa dXml(XmlElement element)
at
Microsoft.Web.S ervices2.Securi ty.SecurityInpu tFilter.Process Message(SoapEnv elope envelope)
at Microsoft.Web.S ervices2.Pipeli ne.ProcessInput Message(SoapEnv elope
envelope)
at
Microsoft.Web.S ervices2.WebSer vicesExtension. BeforeDeseriali zeServer(SoapSe rverMessage message)
at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.ReadRes ponse(SoapClien tMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String
methodName, Object[] parameters)

Thanks,
Sreedhar
Jan 24 '06 #1
0 1361

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1645
by: Peter Hamilton | last post by:
I am trying to implement inheritance but I am having a difficult time with some concepts. What I am trying to do is have a Child object inherit from the Parent, and when you set a property value at the Parent level, I want all of the children to see this change. Likewise, when I set a Parent's property value in the child object, both the parent and all of the children see the change. Maybe what I am trying to do is not "inheritance" after...
4
512
by: Brad Kartchner | last post by:
I'm attempting to write a program with several child classes derived from a single parent class. The parent class has a couple of variables that need to be present in each of the child classes. However, I need the objects created from each of the derived classes to share these variables with other objects of the same class but not with other objects of the other derived classes. Let me try to clarify with an example:...
2
919
by: Larry Lard | last post by:
My turn to ask a question :) Consider this class hierarchy: 'code starts Public Class CEventSource Public Event MyEvent() End Class Public Class CBaseEventSourceContainer
6
9892
by: Peter Rothenbuecher | last post by:
Hello, when I try to compile the following code with g++ -o client client.c #include<sys/socket.h> #include<stdio.h> #include<stdlib.h> #define ADDRESS "mysocket"; #define MAXLEN 200;
8
18597
by: Manuel | last post by:
Hi! If I've a vector filled with abstract classes, can I push in it the derived classes too? Even if derived classes have new methods? I've done some experiments, and it seem I can push the derived classes, but I can use them only calling the methods declared in abstract class (the new methods declared only in derived classes return an error). Please take a look to my code (hey, this is not an homework!
3
16253
by: Manuel | last post by:
I'm trying to compile glut 3.7.6 (dowbloaded from official site)using devc++. So I've imported the glut32.dsp into devc++, included manually some headers, and start to compile. It return a very strange error. In your experience, where I should looking to find the real error? Surely the sintax of glut is correct... gcc.exe -c glut_bitmap.c -o glut_bitmap.o -I"C:/Dev-Cpp/include" -I"../../include" -D__GNUWIN32__ -W -DWIN32 -DNDEBUG...
0
331
by: Sreedhar | last post by:
I am working on the application which will use wse2.0 to get the data from the server, when I host the application in sharepoint has wse3.0 I am getting the following error. System.Web.Services.Protocols.SoapHeaderException: Microsoft.Web.Services2.Security.SecurityFault: The specified source for the derivation is unknown ---> System.Exception: WSE512: This derived key token's parent cannot be found. The reference to the parent token...
4
4172
by: craig | last post by:
During construction of an object "parent", if you create a subobject that stores a pointer to the parent (through the "this" pointer), will that pointer be valid when the subobject is later called? class Parent { Parent::Parent() { child = new Child( this) }; Child *child; };
5
358
by: kirk_korver | last post by:
Group, I'm trying to understand the problem with the following code. The problem I get is associated with the line "int fmt = format(); " at the bottom of the line. The error I get says that "format does not take 0 arguments". It appears that the version of "format" that returns an INT is NOT available to a derived class. Please notice that there are 2 version of the format function. Is this correct behavior? I get the same error...
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10163
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10108
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7510
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5397
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5532
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3668
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.