| Thread | Last Post | Replies |
|
| Soap connect and dynamic proxy setting | 01 Dec 2004 21:38 GMT | 1 |
My customer uses automatic proxy settings, from a configuration script, as defined in Internet Explorer / Internet options / LAN settings. My program, in C++, can not connect to my web services server using a HttpConnector30object, even though I have stated:
|
| WebService not working when automatic configuration script is acti | 01 Dec 2004 21:36 GMT | 1 |
One of my clients has got the 'Automatic Configuration Script' in LAN Settings set to their proxy settings. Due to this my webservices could not be invoked from their end and gives an 'HTTP : 404 Not Found' error. The credentials are passed to the web services in the following ...
|
| Problem sending XML over SSL | 01 Dec 2004 20:12 GMT | 3 |
I have to send XML string to a remote site app, say, https://blah.blah.com/xmlproc.cgi. I am using the following code: private string SendRequest(string sRequest) {
|
| How to get the data from a WSDL file from a c# Program? | 01 Dec 2004 19:55 GMT | 1 |
I am a beginner of .net. I would like to create an interface which accepts the WSDL url and should return the methods. It is a dynamic call. Is it possible to do that?
|
| CRM webservice error | 01 Dec 2004 15:59 GMT | 3 |
I have thuis webservice. Used to get account information out of microsoft crm. But is reply's an error! can someone see whats the error in this code???? Help! using System;
|
| Web Service added to a Mixed DLL | 01 Dec 2004 15:49 GMT | 1 |
I created a Mixed Managed/Unmanaged .Net MFC application to serve as an interface between my C++ application & my web service. I get the following linker error when I add my web service as a web reference to this Mixed Managed/Unmanaged dll:
|
| SoapExtension logging to SQL | 01 Dec 2004 14:25 GMT | 2 |
Does anyone have an example of a SoapExtension that writes the incoming SOAP request to a table via SQL? I have tried editing the TraceExtension sample code on MSDN with little success. I am not entirely sure what the newStream/oldStream members would be used for in a SQL logging ...
|
| WebService session sessionstate SOAP | 01 Dec 2004 13:43 GMT | 8 |
*Please* help --- I'm tearing my hair out. I want to use sessionstate in a webservice, accessed from a client, written in script (JScript, InfoPath). I have written my webservice (C# .NET). I have marked the method(s) with
|
| WSE 2.0 SP2 Pre-release Announcement | 01 Dec 2004 12:45 GMT | 5 |
We are pleased to announce the availability of WSE2.0 SP2 Pre-release Full product here http://download.microsoft.com/download/6/a/b/6ab540df-0a42-48a3-891d-8f54bcf deb0a/Microsoft WSE 2.0 SP2.msi
|
| Correct pattern of methods invocation on WSDL-generated type | 01 Dec 2004 04:00 GMT | 1 |
Introduction: Assume having a MyApp.MyClass class bearing both data (say, DataSets) and functionality (proprietary methods). A WebService exposes this class via some GetMyClass WebMethod.
|
| PLEASE HELP - object reference not set to instance of an object | 01 Dec 2004 01:03 GMT | 11 |
Using MSXML2.XMLHTTP to create a soap package that contains xml in the body which works perfectly well. But in the web service no matter WHAT I do in my service to reference the passed xmlnode it returns object not set to an instance of the node.
|
| ASP.Net not impersonating for WSE 2.0 | 01 Dec 2004 00:33 GMT | 3 |
I have several web services that use WSE to authenticate calling users. I use a UsernameToken that validates the sent username and password against our SqlServer database. The SqlServer database is on a different machine than the website. For all of my database access I use
|
| Async WS not working well | 01 Dec 2004 00:15 GMT | 1 |
I'm receiving Data from 20 clients around the city and updating my SQLServer DB via an Async WS I'm using DialUp 56kb on each client
|