| Thread | Last Post | Replies |
|
| HttpWebRequest adding junk characters | 04 Aug 2005 21:19 GMT | 2 |
I am trying to invoke a remote Web Service that accepts XML data over https but the server is returning a "The data at the root level is invalid. Line 1, position 1." error. I checked with the provider and he said that they were receiving following on their server... Notice the ...
|
| help needed with wsdl | 04 Aug 2005 20:43 GMT | 1 |
I have 2 problems with the following wsdl 1. I cant create a soap header for method GetStoreInformation . This header needs to pass the Authorization object. 2. The Authorization object is not available in the project even though
|
| VC++ sproxy generated SOAP-requests support NTLM? | 04 Aug 2005 18:57 GMT | 1 |
Hallo all, I have to find a bug in an existing software I have taken over from someone that left our company. It's written in VC++ 7.1 using ATL and connects to a webservice calling a method there. (It's a Windows Service running in a DLL with svchost.exe using a thread that ...
|
| How to call a WebService from VC++? | 04 Aug 2005 18:46 GMT | 1 |
I need to call a function in a WebService from a VC++ 7.1 project. The WebService requires NTLM authentication and should be the user of the calling program. How should this be done? I have found this article from Microsoft:
|
| WSE352: The size of the record uuid exceed its limit | 04 Aug 2005 15:46 GMT | 1 |
Iam trying to transfer more than 2 documents from one machine to another as DIME attachments. On server side: strExport = "C:\Srilatha\1.pdf"
|
| WSE 2.0 TCP authentication | 04 Aug 2005 14:50 GMT | 3 |
If I make make my web service communication work over TCP using SoapClient and SoapService, can I still use policy files or should I implement all the security related stuff, i.e. override Authenticate, implement my own SecurityTokenManager etc.
|
| found response content 'application/dime', but expected 'text/xml' | 04 Aug 2005 13:50 GMT | 3 |
Our objective is to move a document from one machine to another using web services. We have a ASP.Net web service project called "GetDocumentService" that references Microsoft's WSE 2 SP1 dll.
|
| Using System.Net.WebClient to access Web Service. Please help. | 04 Aug 2005 09:42 GMT | 2 |
Greetings! I have a project that needs to access a web service. My problem is this web service is provided via CGI. I cannot do a "Web Reference" to it to add in my dotnet project. I'm planning to use instead the System.Net.WebClient
|
| Disposed vs Finalize | 03 Aug 2005 23:59 GMT | 1 |
I am calling some unmanaged code from a WebService class and want to ensure that the resources are released when the WebService class is disposed. Should I put the cleanup code in the WebServices Disposed event or override the Finalize method?
|
| printing from a webservice | 03 Aug 2005 21:07 GMT | 1 |
Background to the story : Calling a webservice from an IPAQ to a server , wevservice prints to networked printers Server 2003
|
| Code vs. Policy problem on WSE 3 client | 03 Aug 2005 20:35 GMT | 1 |
I have a weird problem I am running into. I am using the UsernameOverCertificate turnkey scenario with WSE 3.0. I am using a CustomUsernameTokenManager class where I am overriding the AuthenticateToken method so I can do custom authentication.
|
| Using an ASP.NET Web Service from classic ASP? | 03 Aug 2005 04:39 GMT | 1 |
We have written a .NET XML web service that serves up system parameters for our ASP.NET applications. It's been extremely useful for centralizing our system parameters across multiple environments. It's been so successful that some of our ASP developers also would like to ...
|
| Enabling HTTP Post to invoke web services | 03 Aug 2005 04:06 GMT | 3 |
I am calling a .Net web service from a traditional ASP page. I am using the ServerXMLHttp object. For example: sWebSvcUrl = "http://.....asmx" Set oSXH = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
|
| Error loading Microsoft.Web.Services2 Configuration Section | 02 Aug 2005 22:11 GMT | 1 |
I have a client that consumes a web service. When I install this client at one site, everything works OK. When I install this client at a second site, I get the following error: WSE032: There was an error loading the microsoft.web.services2
|
| CreateObject Failure | 02 Aug 2005 21:15 GMT | 1 |
I have a webservice that is attempting to issue a CreateObject call for a COM+ component. When the code passes the name of a load balanced node, it fails. When the code passes a name of one of the servers in the cluster, it works.
|