| Thread | Last Post | Replies |
|
| Install certificate (crt) | 28 Apr 2004 06:08 GMT | 1 |
I developed a web form application which works with web server using web services and SSL. I also created a setup project to install my client application. This setup also must install certificate (certificate is in distributive
|
| Debuging Soap Extension | 27 Apr 2004 20:57 GMT | 4 |
If I set Break Point inside my class which overrides SoapExtension and use my WebService in my client application (in the same VS.NET Solution) it don't stop's in this Break Point.... 8-((( But executes SoapExtension..... If I set my web Service as a Startup Project the web ...
|
| return xml | 27 Apr 2004 17:01 GMT | 3 |
The following function is used in my webservice which returns a dataset. I now need to return the dataset as xml and have no idea how to do it.
|
| Dynamically call a web service from an activeX ? | 27 Apr 2004 14:12 GMT | 6 |
Hello you all ! I've created a web service and an active X referencing and calling this web service. All is correct when I work with Visual studio (localhost), but I have
|
| Calling web service from unmanaged code | 27 Apr 2004 14:10 GMT | 5 |
I've created a web service in C# and need to call it from unmanaged code (C++). I've imported the web reference into my C++ project, all is OK. I can generate (using sproxy) the file service.h and all works great.
|
| Application_Error won't fire for web services ? | 27 Apr 2004 12:08 GMT | 1 |
I'm having problem to have the Application_Error fire on web service type projects (it works ok on asp.net projects) what might the the issue ? thank you in advance
|
| Calling a Java Web Service From C# | 26 Apr 2004 21:26 GMT | 1 |
Our client has a web service that we need to call to return us information about their customers. We pass in state and customer account number and it returns customer information in XML as a string. Their web service is a web service written in Java and expects a soap packet ...
|
| Calling further data from client | 26 Apr 2004 21:22 GMT | 1 |
I have an application that requires more than 1 round trip to the server. By this I mean 1. The client calls the Web Service sending some data 2. The Web service processes this data but requires further data from the client. So the web service calls the client. 3. The Web service ...
|
| Error : Cannot serialize member | 26 Apr 2004 21:19 GMT | 1 |
Server Error in '/IISManage' Application. ---------------------------------------------------------------------------- ---- Cannot serialize member System.ComponentModel.Component.Site of type
|
| Calculate content-length | 26 Apr 2004 21:17 GMT | 3 |
Before I POST my soap message, I need to fill out the Content-Length for my content to tbe sent over. For the case below: POST /SoapExamples/simpleService.asmx HTTP/1.1 Host: localhost
|
| Controlling HHTP headers of Web Service | 26 Apr 2004 07:26 GMT | 2 |
My application uses a Web service that can return a very large data result. In some cases, the data returned from the Web service could be 25MB or more. The web service supports the ability to compress the data by setting the Accept-Encoding HTTP header. How can I do this on my ...
|
| How To control how WSDL generate schema for nested .NET classes ? | 25 Apr 2004 23:00 GMT | 4 |
is there any attrubute I can place on the web service side to control how nested types are defined in the WSDL ? basically I'd like that such a definition public class a1 {
|
| Hashtables And Webservices | 25 Apr 2004 18:16 GMT | 6 |
I want to Return Objects to clients using Webservice. I have attached samplecode below. (It is very simplified) But it doesn?t work very well because i understand that Hashtables can?t be serialized to XML because of the IDictionary interface. The thing is that we
|
| I can not run existing web service to other machine (as soon as possible) | 25 Apr 2004 16:22 GMT | 3 |
wrote 3 asp web service on my computer. I copyed my all souce files in my solut?on to another computer. I want to develop my program at this computer after now. But, web serviceses can not be run at other compter. I get same error Line 39:
|
| Proper way to return a Dataset to InfoPath from a WebService | 24 Apr 2004 14:54 GMT | 2 |
I am trying to figure out the proper way to return a .net dataset to InfoPath so that it likes it and the schema looks normal. InfoPath seems to want pure standard XML, nothing else. IP SP1 can read a standard .NET dataset, but the structure is very strange
|