| Thread | Last Post | Replies |
|
| Cannot connect to Web service or ASP.NET website from another mach | 20 Oct 2005 22:17 GMT | 2 |
I have the simple Hello World web service running in debug mode on my development machine (XP Pro SP2). I'm using VS2005. I'm able to access it from my machine. When I try to access it from another machine (also XP pro SP2), using the URL:
|
| .NET Form Client Connection to .Net Web Service via SSL | 20 Oct 2005 21:50 GMT | 2 |
Hi Experts, I consider myself an advanced .NET developer but I am new to SSL. My question is both simple and perhaps foolish. I have a .NET Form client consuming a .NET WS via an https request.
|
| Notify web service client | 20 Oct 2005 15:24 GMT | 4 |
I am looking into using web services within a new framework I am putting together and can see the benefit of being able to use a web service to provide access to system by clients. As part of the design I would like to implement the observer pattern from
|
| WSE2.0 + ISA = WSE816 | 20 Oct 2005 10:41 GMT | 3 |
I have an ISA server redirecting internet traffic to an internal server. The problem is that the <To> address in the message is changed by ISA, from the external address, to the internal address of the IIS server. Here's the detailed exception that is thrown:
|
| Webservice error | 20 Oct 2005 09:18 GMT | 2 |
I've got a webproject that calls a webservice 4 times to check information in an CRM system. These checks are made in an asynchronous process. These processes call an instance of the webservice class, there all the functions of the webservice are grouped in functions.
|
| Error in client proxy generation using SP3 | 20 Oct 2005 08:28 GMT | 1 |
When I used WSE SP2 to generate a client proxy for a client configured to use WSE I got both the WS client proxy class AND the client proxy class including WSE 2.0 which gets named <webservicename>Wse. the first inherits like this:
|
| how do I convert a positional flat file to xsd? | 20 Oct 2005 03:18 GMT | 1 |
I'm using 2005 VB.NET to create a web service that validates an xsd and xml file but need to get the positional flatfile into an xsd format. Has anyone tried this before or know of some links that can help? Thanks,
|
| Need help on x509 certificate installation | 20 Oct 2005 03:09 GMT | 1 |
I've create the following certificate using makecert.exe version 5.131.2157.1 (Come with .Net SDK v.1.1) makecert -cy authority -r -n "CN=Test Authority" -sr localmachine -ss "Trust"
|
| Exception : Server unavailable, please try later | 19 Oct 2005 21:42 GMT | 4 |
System.Web.Services.Protocols.SoapHeaderException: System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please try later ---> System.Security.Cryptography.CryptographicException: Cryptography_CSP_NoPrivateKey\n at
|
| WSE 3.0 Authentication - Security requirements are not satisfied because ...... | 19 Oct 2005 19:57 GMT | 2 |
I am trying to do UserNameOver Certificate auth and the inner exception I get is "Security requirements are not satisfied because the security header is not present in the incoming message."
|
| The server committed an HTTP protocol violation | 19 Oct 2005 17:25 GMT | 3 |
We have been using the the National Weather Service webservice(http://www.weather.gov/xml/) for a while. A couple weeks ago they made some changes and moved the url of the wsdl(http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl).
|
| performance callig web service through ASP.NET application | 19 Oct 2005 17:00 GMT | 1 |
I have a question. How much (performance) does it cost to keep business logic in web service and to use it through client(asp.net). Is the flexibility worth the performance??? Or is it better to put all the logic to asp.net? Can't make my mind, please help.
|
| XML and SOAP WebServices, etc... | 19 Oct 2005 16:48 GMT | 2 |
What's the difference between XML Web-services, SOAP Web-Services, etc...?
|
| Simple question ?? | 19 Oct 2005 16:22 GMT | 5 |
I am a beginer in web services and would like to get your advise and comments. First of all I have heard that the use of web services is to make heterogen system to collaborate each other within a standard way. Now if you know the platform you are going to deploy your application ...
|
| WSE 2.0 - Message Expired | 19 Oct 2005 14:42 GMT | 2 |
I am using an HttpWebRequest to make a soap request to a web service. I am buidling my own WSE header information to send over. When I do, I get a Message Expired Error. However, the input file from the tracing file I got from the webservice shows the following timestamp:
|