| Thread | Last Post | Replies |
|
| I'm need effective software for ad and SEO | 01 Nov 2006 00:34 GMT | 1 |
Anybody can recommend me URL's to order private soft fo advertising internet-projects? It's really important to me. Please, help. Thanks for all...
|
| Soap Fault in Policy Assertion | 31 Oct 2006 20:49 GMT | 4 |
I'm building a custom policy assertion, that I want to use to evaluate my soap message and return a soap fault if there is something wrong. But how do I return a soap fault from a SoapFilter ProcessMessage method? I tried throwing a Exception, but that crashes my host application ...
|
| Configuring UDDI | 31 Oct 2006 19:19 GMT | 1 |
I want to Configure UDDI how can i do that?Give some usefull links to learn more about Webservices
|
| Strange Asychronous Call Behavior | 30 Oct 2006 20:05 GMT | 2 |
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 ...
|
| WSE 3.0 custom signature | 30 Oct 2006 17:10 GMT | 2 |
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
|
| Asynchronous call question- app isn't doing what I expect. | 30 Oct 2006 16:57 GMT | 3 |
I suspected that the comm routine in my compact framework app wasn't acting asyncronously, so I remodelled it using a simple hello world service with a 5 second sleep. I call the same begin method sequentially ten times. What I expect to see is the end method fire
|
| Logged WSE 2.0 error: WSE350 | 30 Oct 2006 03:23 GMT | 11 |
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
|
| Adding namespace to element inside soap body | 29 Oct 2006 22:41 GMT | 2 |
.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).
|
| Removing timestamp in WSE 3.0 | 29 Oct 2006 22:39 GMT | 4 |
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´t understand this header and I need to remove
|
| Yahoo Finance | 29 Oct 2006 18:29 GMT | 2 |
Is there a way to get a list of stock quotes from yahoo finance into you c# application? I looked on the yahoo finance page and cannot see a wsdl end point. Can somebody please point me in the right direction?
|
| Basic Profile 1.1 | 29 Oct 2006 01:01 GMT | 2 |
I have a web service with four operations in it - add/amend/delete/retrieve. Not surprisingly, add and amend require the same data; with delete and retrieve each requiring just a key field. Concepts of re-use tell me that my XSD should define the data once and the key field once ...
|
| WebService and UserControl doesn't work | 28 Oct 2006 13:11 GMT | 1 |
When my UserControl calls a webservice's method I receive the following exception: "There is an error in XML document (1, 220)." I'm running with VS 2005 (UserControl Test Container).
|
| how to set restriction attributes in wsdl file? | 28 Oct 2006 11:49 GMT | 1 |
Hello, Dose anybody knows how to set the minLength, maxLength for a string property in a class within web service that will be the element attributes in the wsdl file? same cases are minValue and maxValue for a integer, whitespace for string
|
| Send XML without SOAPEnvelope wrapper? | 28 Oct 2006 11:47 GMT | 2 |
I'm a Web Services newbie and I'm hoping some more experienced developers can help me out. I've written a .NET 2.0 web service that takes an XML file as input. The SOAP envelope is pre-defined within the XML document.
|
| Where I can put initialization code in a .Net Web Service? | 28 Oct 2006 05:12 GMT | 1 |
I put my initialization code (ex. DataSource.ConnectionString definition etc...) in the public Service() method: diring a debug I noticed that that method is called at every call of a WebMethod so now I think that that is not the "right" place where to put any initialization ... ...
|