| Thread | Last Post | Replies |
|
| Response receives following error while calling a WebService: (500) Internal Server Error | 30 May 2006 08:39 GMT | 1 |
I get the following error when trying to make the following call Dim objResponse As HttpWebResponse objRequest = CType(WebRequest.Create(strURL), HttpWebRequest) at line
|
| Pass Files to Web Service | 30 May 2006 05:18 GMT | 2 |
I want to write a web service that provides a method to store on the server, any files passed to it. Which .Net technology should be used to provide this support? It should be generic in nature since I want to pass it a variety of
|
| WSE and Image | 29 May 2006 23:11 GMT | 1 |
I'm writing a WSE web service. Now, I want to send the Image Object from the web service to client, but the exception: "Cannot convert from WebServiceWse.Image to System.Drawing.Image". Can you tell me how to solve this problem?
|
| Newbie - where to start regarding web based purchasing | 29 May 2006 14:25 GMT | 5 |
I am looking for a stating point in terms of setting up the credit card purchasing part of a web site. I have not done this before and wonder what approach people use? If anyone could point me in the right direction (politely!) I would be very
|
| Error Soap exception : Server was unable to process request. | 29 May 2006 10:45 GMT | 2 |
We are haveing a problem with a webservice. Sometimes it generate a SOAP exception. We found a lot of information about giving users access to the temp folder, (using google) - but that did not solve the problem.
|
| Can't debug web services project | 29 May 2006 08:33 GMT | 2 |
I just setup a new PC and am in the process of getting all of my projects migrated from the old pc to the new one and working again. One solution contains a vb.net 1.1 winforms project and a web services project. Normally I can debug and step from the winforms project into the ...
|
| web service client calls from Windows Server 2000 | 29 May 2006 07:47 GMT | 3 |
After successfully calling our vendor's web service from my local XP machine, I pushed the solution to our development server running Windows Server 2000. Our vendor tells me we are somehow pinging their server, but we are not sending the SOAP request envelope. I put a HTTP ...
|
| Web Service killing a process? | 29 May 2006 04:34 GMT | 2 |
I have noticed that ASP.NET 2.0 is using "w3wp" process. Is there a way to know the name & id of each Web Service running instance so I will able to kill the WS instance I want? Regards,
|
| dotnet not recognizing SOAP response | 28 May 2006 23:32 GMT | 2 |
We insisted one of our vendors provide a web service interface, but they are a PHP shop and barely cobbled together a service, without WSDL. So I hacked together a WSDL, which seems mostly right, except the generated reference.cs says the results array consists of one null ...
|
| WSE 3.0 - Windows, WindowsCE and Linux | 28 May 2006 03:26 GMT | 2 |
I must make web service in VS 2005 that can be used from Windows, WindowsCE and Linux systems. Which is best practice for security? It is possible use web service with implemented WSE 3.0 from Linux systems
|
| passing complex data types with vbscript? | 27 May 2006 23:06 GMT | 3 |
We have a set of .NET web services to provide access to our data. They use complex data types for both incoming data and return data. We are attempting to help another group access this web service from vbscript/ASP. Is this possible? I have found a few posts scattered
|
| How to use WSDL file | 27 May 2006 20:09 GMT | 1 |
How to use WSDL file provided by my CRM application (Salesforce.com) in my own ASP.NET application. Please follow the steps to get WSDL file. Click on the following link to get connected with Salesforce.com CRM application : -
|
| Generated proxy class conflicts with custom class | 27 May 2006 19:35 GMT | 5 |
An ASP.NET 2.0 web site contains a web form and a web service. The web form consumes the web service. There is a Book class in the App_Code folder. The web service exposes a method that returns a Book object. The consumer expects to receive a Book object. However the Book ...
|
| Authenticate SOAP Message only no GET OR POST | 27 May 2006 19:29 GMT | 5 |
i need to write a webservice which will accept only soap message NO POST or GET. i can see this in WSE using RequestSoapContext.Current but we don;t want to use WSE, is there way ?
|
| xsd | 27 May 2006 19:13 GMT | 2 |
I have got two xsd files. The first file is containing some complex types (for example a product structure). The second file is containing the structure for some messages that a web service will send. The messages are returning the product structure. The second file has importing ...
|