Groups | Blog | Home


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
March 2008
April 2008
May 2008
June 2008
all groups > dotnet web services enhancements > october 2006 > threads for october 22 - 28, 2006

Filter by week: 1 2 3 4 5

WSE 3.0 web reference proxy enum bug
Posted by ~Chris S at 10/27/2006 11:49:02 AM
FYI The enums generated for the wse proxy don't use the values given in the web service. They are either sequential in the case of normal enums, or sequential powers of 2 for enums with the Flags attr. ...more >>


Removing timestamp in WSE 3.0
Posted by F.Mondelo at 10/26/2006 9:19:51 AM
Hi, I need send a message to a Java WebService from a .NET Client. When I use WSE 3.0 to send the message, by default in SOAP Header, WSE adds Timestamp. Java WebService doesn=B4t understand this header and I need to remove it, how can I remove Timestamp header in WSE 3.0? ...more >>

Adding namespace to element inside soap body
Posted by Rasika WIJAYARATNE at 10/25/2006 4:02:02 PM
..NET FW 2.0, WSE 3.0 Hi Everyone, I am calling a Java WS and at the moment they are having trouble with the use of the default namespace in 'getValuationRequest' (see below). What is the fastest way to add a namespace to this element and it's children (preferrably without modifying the pro...more >>

WCF Proxies
Posted by Tatworth at 10/25/2006 9:36:02 AM
Is there any advantage in upgrading from ASP.NET 2.0/WSE 3.0 to WCF RC1 is respect of generated web proxies? Under ASP.NET 2.0/WSE 3.0 if web services A, B, C all have a method that returns a structure COMMON.RESULT, the generated proxies will be A.RESULT, B.RESULT, C.RESULT. Does WCF impro...more >>

UltimateReceiver.GetClientToken<UsernameToken>() returns null
Posted by Zoodor at 10/25/2006 9:22:02 AM
I am using WSE3 with usernametoken authentication and for some reason on the server a call to RequestSoapContext.Current.Credentials.UltimateReceiver.GetClientToken<UsernameToken>() returns null. Now, I know the username token is being sent by the client and received by the web service for ...more >>

SecurityTokenReference
Posted by F.Mondelo at 10/25/2006 6:18:15 AM
Hi, I need to send the next security header to a java application from a ..Net WS Client: <wsse:Security xmlns:wsse=3D"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec= urity-secext-1.0.xsd"> <wsse:SecurityTokenReference> <wsse:Reference ValueType=3D"xxxxx">reference_valu...more >>

WSE 2.0 SP3 will not install on W2K SP4 Server
Posted by TimG at 10/24/2006 7:18:02 PM
Attempting to install the runtime version of WSE 2.0 SP3 gives a popup from Windows Installer: The system administrator has set policies to prevent this installation. Anybody know how to resolve this problem? -- Thanks, Tim...more >>

Web service add reference problem from remote host
Posted by John at 10/24/2006 12:32:38 AM
Hi I had the web service working fine on the local server. I then uploaded the web service to my site on a commercial remote web host. When I try to add reference to it now I get the below error. Description: An error occurred during the compilation of a resource required to service this re...more >>



throwing soap exception from wse? / token manager
Posted by mike wolf at 10/23/2006 6:41:02 AM
Hey everyone, im trying to throw a valid soapexception from a wse service w/ a custom token manager, when ever I throw any exception I get this on the client "Security requirements are not satisfied because the security header is not present in the incoming message" any ideas?...more >>

How to add namespaces in SoapEnvelope (Soap12)
Posted by Anbu at 10/22/2006 11:01:01 PM
Hi All, I need to redirect the SoapEnvelope received from another web service. This service sends the message in Soap12 format. But when i load the content into another soapenvelope using se.LoadXML, the new object becomes Soap11 and unusable. I tried another option to respond to the cal...more >>

MTOM WSE 3.0 Data at the root level is invalid Error.
Posted by SunSmile at 10/22/2006 12:48:02 PM
Hi, I have created WSE 3.0 MTOM enabled asp.net 2.0 WebService. My client(Java Client) which has MTOM enabled on his side is sending the following soap message. Basically he is sending the soap message with MIME attachment. -------------------------------------------------------------------...more >>


DevelopmentNow Blog