all groups > dotnet web services enhancements > october 2006
Filter by week: 1 2 3 4 5
consume wse 3.0 .net service from java wss4j
Posted by mike wolf baltimore at 10/31/2006 10:09:31 AM
Hey everyone, can some one point me to an example of writting a java
wss4j client to consume a wse .net web service?
... more >>
Remove Nonce & Timestamp
Posted by Red Devil at 10/30/2006 10:55:01 PM
Hi,
Is it possible to remove this 2 element from the outbound soap message?.
My provider is using Java Web Service and it is running on BEA WebLogic. It
seems that they cannot accept Nonce & Timestamp element?
Your input is much appreciated.
Thanks.... more >>
Down grade to WSE 2.0 from WSE 3.0
Posted by Techno_Dex at 10/30/2006 2:46:14 PM
Has anyone had to go through the process of down grading a WSE 3.0 project
down to WSE 2.0? I have an assembly which makes remote calls to WS's at
various client sites. All the WSs on the Client sites are the same, but
located at different URLs and use different X509 Certs via
mutualCertif... more >>
WSE 3.0 custom signature
Posted by avnerus NO[at]SPAM gmail.com at 10/29/2006 1:04:41 PM
Hello!
I'm trying to create the following scenario:
1. Internet Explorer client initiates a command to presentation server.
2. presentation server calls a web service.
3. web service is configured with a policy which requires x509
signature - returns an exception along with the digest value n... more >>
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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
I want to Dynamically Discover Web Services
Posted by John Paul. A at 10/21/2006 6:50:02 PM
Hi,
I have a 3rd party web service running in a Web Server within our network.
The web service sends "Hello" message when joins the network and also sends
"Bye" message when leaves the network.
I want to write a client code to receive the "Hello" message as well as the
"Bye" message sent b... more >>
Logged WSE 2.0 error: WSE350
Posted by Robbert van Geldrop at 10/19/2006 8:54:02 AM
Hello,
I get a WSE 2.0 exception in an acceptance environment. The logged error is:
HTTP/ASMX Message Receive Failure:
Microsoft.Web.Services2.Dime.DimeFormatException: WSE350: In the record
-390353390, the number of bytes in the Data field is less than 409600, which
is the value indica... more >>
Stateful web service using WSE
Posted by JS at 10/19/2006 2:59:16 AM
We are currently securing our web services using WSE. The reason for
this is interoperability. We want our customers to be able clients
using our services with a reasonable effort.
Our progress so far is that we have enabled WS-Security and
WS-Secureconversation using our custom policy asserti... more >>
Recommendations for Web Service Discovery?
Posted by Chris Mullins at 10/18/2006 1:59:09 PM
I'm in the process of building a number of (Web) Services using .NET 3.0 and
WCF. These services are intended to be deployed within the Intranet of a
very, very large orginization.
I need to have a discovery process by which applications can discover these
services. What I really would like... more >>
Invalid URI with WSE 3.0 trying to sign a custom header element
Posted by Mike Logan at 10/17/2006 12:55:03 PM
I am trying to sign a custom header elelment with WSE 3.0 and the
SendSecurityFilter, SecureMessage classes. However I get an invalid URI afer
the SecureMessage is run. Below is the error message and stack trace, and
below that is the source code of the SendSecurityFilter.
{"Invalid URI: ... more >>
Random Cryptography_CSP_NoPrivateKey Error.
Posted by MoonLiver at 10/17/2006 12:31:06 PM
I have an inconsistent error as seen below. Does anyone know how I can
get more specific details from the cause of this error, or what could
be causing it?
Thanks
Brad
TIA
System.Security.Cryptography.CryptographicException:
Cryptography_CSP_NoPrivateKey at
Microsoft.Web.Services2.Secu... more >>
WSE Session
Posted by Mike W at 10/17/2006 7:44:03 AM
We are currently developing a WSE 3.0 service for User Management.
To increase performance we would like to cache certain objects. But the
session object is always null inside of WSE.
We can use the HttpContext.Current.Cache object and it seems to work, but
here are my concerns:
Is t... more >>
Programmatically Set TimeToleranceInSeconds
Posted by Drew Lettington at 10/16/2006 4:03:01 PM
I'm looking for a way to set TimeToleranceInSeconds programmatically in C#,
rather than have its value read from the client app.conf file. Since my
assembly is an Office add-in, users may not have access to the Office
installation directory, nor will they have the expertice to modify
excel.... more >>
90 sec delay
Posted by Damian at 10/13/2006 2:09:54 AM
Hi there
We currently have a WSE 3.0 webservice running which is making use of
usernameForCertificateSecurity. I've overridden the AuthenticateToken
method and all works well when calling the webservice from a
smartclient.
The problem however is that when the token credentials passed the fi... more >>
Setting up Soap Actions in Config files?
Posted by Anbu at 10/11/2006 8:41:27 PM
Hi All,
I need to implement multiple Soap Actions with same functionality. Is
it possible to setup configuration to use the same function with
multiple SoapActions?
I want to avoid the compilation for every changes made for the Action
alone.
[SoapMethod("mymethod1")]
public Soap... more >>
polling frequency of Sql Receive Location
Posted by Don Rixtown at 10/11/2006 5:39:50 PM
Hi,
Quick question: Is there anyway to increase the speed that the SQL
Receive Location requeries when messages are received?
I have "Poll While Data Found" set to true, and it only seems to be
processing 250 or so messages per minute. Is there a way to make this
faster or more parallel?... more >>
WSE 2.0 in Visual Studio 2005
Posted by Tomas Barina at 10/11/2006 12:00:00 AM
Hello,
I have a Visual Studio 2005 project using Web Service, which uses DIME
format for communication. When working with WSE 3.0 a get this error:
{System.InvalidOperationException: Client found response content type of
'application/dime', but expected 'text/xml'.
The request failed with... more >>
How to use WSE 3.0 with WS-Addressing?
Posted by SoftwareGuy at 10/9/2006 6:07:22 PM
Hello,
I have looked at all of the sample files included with WSE 3.0 and have
not been able to find a good sample of how to use WSE to create a SOAP
message with the WS-Addressing headers in it.
Many of the samples seem to show how to receive a SOAP message with
WS-Addressing headers but I... more >>
having problems getting routing working with username token policy
Posted by mike wolf at 10/9/2006 12:36:02 PM
hello all could some one please direct me to docs on setting up a routing
service to work w/ a policy assertion on the destination web service.
I can not seem to get it to work.
I have overwritten the SoapHttpRouter and the GetRequestPolicy() and
GetForwardRequestPolicy to return the serve... more >>
WSE 3 and web farms
Posted by Gary Leighton at 10/6/2006 2:38:01 AM
I'm new to WSE 3 and need some advice on how to support web farms.
My requirement is that my web service calls must be authenticated, signed
and encrypted. Authentication should by by user-id and password.
The authentication needs to be brokered by a seperate web-service from the
target se... more >>
Strange Asychronous Call Behavior
Posted by Don at 10/5/2006 7:22:01 AM
I'm using the following code to call a web service that exists on up to 4
servers. I would expect that execution would block on the call to WaitAll
(I've got a 15 minute timeout coded) until there is a response from all the
web service calls. In my case the code exits WaitAll immediately and b... more >>
WSE Error message list
Posted by JohnH at 10/3/2006 3:01:02 PM
Where can I find a comprehensive list of WSE error messages (for example:
WSE051)?... more >>
WSE 3.0 and Kerberos: Security requirements are not satisfied ... exception
Posted by Mrozik at 10/2/2006 12:08:30 PM
Hi!
I try to run sample comming with WSE 3.0 installation package
(WSSecurityKerberosPolicyService.sln),
but I receive exception:
Calling
http://localhost/WSSecurityKerberosPolicy/WSSecurityKerberosService.asmx
****** Exception Raised ******
<?xml version="1.0" encoding="utf-8"?><soap... more >>
Creating certificates using IIS
Posted by Max S at 10/2/2006 2:52:01 AM
Hi,
I am having trouble getting x509 certificates I have created to work with my
test WSE 3.0 app.
I am currently building an application which involves communication between
web services and clients on different companies networks which may be
communicating either over the internet or v... more >>
|