| Thread | Last Post | Replies |
|
| WebService in Production | 16 Dec 2003 22:07 GMT | 3 |
I'm having problem running Webservice in the production environment. I had no problem on my dev box but as soon as I moved into the production server, I'm seeing following errors System.InvalidOperationException: Unable to generate a temporary class
|
| Web Services (Deploy a Service) | 16 Dec 2003 21:19 GMT | 3 |
I have a Web Service developed in .NET on Windows XP and it works perfectly. I want to deploy it to our Intranet server(Windows2003). What is the procedure to do this. I do not think I should
|
| dbconcurrencyexception | 16 Dec 2003 19:51 GMT | 1 |
I have a web service wich using data adapter's update method to update an SQL database. I use "catch dbconcurrencyexception" because either the row was changed by someone else or deleted by the dba, let's try get the updated row. However I do not receive error and update successful.
|
| unable to access web page on development machine | 16 Dec 2003 17:01 GMT | 1 |
I am trying to run a simple asp.net page using Visual Studio Net Pro 2002 and getting an error 403.1 Forbidden: Execute Access Forbidden. It works ok on my machine at home. I'm not sure if our firewall might be interferring
|
| Exception handling question | 16 Dec 2003 14:53 GMT | 3 |
I have an ASP.NET web site and service. The site calls methods from the web-service. Whenever a service call throws an exception, I'd like to get the exception message.
|
| Client Side Webservices | 16 Dec 2003 09:49 GMT | 1 |
I hope that someone can help me with this problem. I am currently writing a Web Application that uses client side webservice technology utlizing the webservice.htc file from mircosoft. For the longest time everything had been
|
| The same web.config and global.asax files | 16 Dec 2003 08:37 GMT | 6 |
I have to project: one ASN.NET project and another - Web Service in the same solution. I want to use the same web.config and global.asax files. Does it possible? Thanks,
|
| WSDL Error | 16 Dec 2003 06:45 GMT | 1 |
I am trying to return a static wsdl file (instead of having asmx generateit dynamically). Unfortunately I am running into the following error. 1) Using the WebServiceBindingAttribute I specify the relative location of my wsdl file.
|
| Html encoding SOAP response | 15 Dec 2003 20:30 GMT | 1 |
Is there anyway I can make my xml webservice not htmlencode the response from a call to an API? I have: public int PerformOperation(string operation, out string result)
|
| Receive and return bare XML in C#/ASP.NET Web Service | 15 Dec 2003 20:27 GMT | 2 |
All I wanted to do was implement a web service where I'd receive an XML document and return one in response. I'd already figured out how to use XmlReader and XmlWriter classes to do the XML work I need to do. And all that fancy ASP.NET serialization really got in my way.
|
| connecting server expecting http post | 15 Dec 2003 20:12 GMT | 2 |
I am just putting up a online store and i need to communicate with Payment Service Providers (PSP) Server over https They expect data to come as a part of http post.Just have basic knowledge of webservice and i would like to know if creating a webservice to communicate
|
| Passing parameter using XML data | 15 Dec 2003 20:10 GMT | 2 |
I hava a question as below: * Web Service * C# * paramter as XML data
|
| Authentication | 15 Dec 2003 08:25 GMT | 3 |
I have a web services pages that is pulling is DataSet. The local VB.NET uses this DataSet to print some reports and then sends the status back to the web service indicating whether it failed or not. The local VB.NET application is initiated from an ASPX page. The whole ASP.NET ...
|
| Databinding Marshalled Data From WebService | 13 Dec 2003 07:32 GMT | 7 |
I have a web service which returns a collection of class object (see below). I want to consume this service in another web application by binding it to a List control The data returns from the web service, however when I bind the data I get the following error
|
| How to create a proxy class without a WSDL document? | 12 Dec 2003 20:03 GMT | 4 |
I'm new to web services, so please forgive my ignorance. I need to create an interface with a third party Web Service. From what I understand about Web Services, I need to create a proxy class that will let me call the Web Methods that are expose by the third party's
|