| Thread | Last Post | Replies |
|
| asp.net error message | 20 Aug 2006 20:38 GMT | 1 |
Greetings. I am not sure if this is the group to be asking this question but I'm beginning to run out of ideas. I have updated the software to 2005 (VS, MS SQL) and the framework to 2.0 and asp.net 2.0 On several machines when shutting down I get the following error message;
|
| Plz help its very urgent doubt in uploading a webform | 20 Aug 2006 20:36 GMT | 1 |
Hi friends In my system i m having some aspx files which r working fine in my localmachine.but when i try to upload it in web server,it s triggering errors like
|
| Repost: Our web service design for a process flow needs to be mor | 18 Aug 2006 20:04 GMT | 1 |
I am re-posting this message as originially it did not get a single response.. Any ideas? -------------- I am trying to come up with a good design for a web service that has some
|
| Our web wervice design for a process flow needs to be more efficie | 18 Aug 2006 20:00 GMT | 1 |
I am trying to come up with a good design for a web service that has some user logic and business processes involved. Here a small sample of the process flow: ---
|
| No Ports and Methods were found on this page | 18 Aug 2006 04:16 GMT | 2 |
I use Visual studio.net 2003 for develop a web application by communicate with Web service (it has been developed by Java) and I has added web reference but It can’t to and show error message bellow “No Ports and Methods were found on this page”
|
| Flowing Kerberos Credentials from Browser Client to Web App to Web Service App ... | 18 Aug 2006 02:25 GMT | 4 |
I have 3 platforms that must talk. There's an IE browser client, an ASP.NET 2.0 web application and a WSE3-based web service, running in a 2nd ASP.NET2 web application. It's unclear whether the 2 ASP.NET web applications will be running on the same machine.
|
| Content Based Routing - Long Running Web Call | 17 Aug 2006 16:11 GMT | 2 |
I am using content based routing, to route web service calls from a ‘perimeter’ or ‘gateway’ service, to an actual target web service. The content based router has been built by using the SoapHttpRouter class, as outlined in the WSE3.0 documentation, content based routing sample.
|
| WSE 3.0 - Embedding X509 Certificate in Client Code | 17 Aug 2006 15:36 GMT | 3 |
Thanks for reading. I'm trying to authenticate a server with an X509 certificate which is embedded, as a byte[], within the distributed client code -- all the examples I've seen assume you're going to load the cert from the local cert store, but
|
| Parameterized Constructor | 17 Aug 2006 14:52 GMT | 1 |
When I update/add a new web reference to a web service class with a parameterized constructor, what is preventing the generated proxy from including a definition for the parameterized constructor as well as the parameterless one?
|
| avoiding deserialization | 17 Aug 2006 11:51 GMT | 3 |
hi 1. i have a biztalk orchestration that calls my web service. 2. My web service receives the BTS message and deserializes it 3. My webservice then takes the deserialized object and re-serializes it
|
| Sending text to my webmethod returns exception | 17 Aug 2006 07:20 GMT | 1 |
I have a webservice running and I have a method with a string parameter. The method is quering an xml file but i need to enter the exact letter case in the string to get the right reult otherwise is returning me and Exception. for example this xml...
|
| The operation has timed out - Error | 17 Aug 2006 06:45 GMT | 1 |
I am calling a web service to get Latitude and Longitude by sending a zip code. This is happening inside a loop (2000 - 3000 times). After say 80 times, it gives me an error - The operation has timed out. If I continue by pressing F10, the process starts again and everything is ...
|
| How Can I debug WebService?? | 17 Aug 2006 05:48 GMT | 5 |
I have a webservice that I want to debug it line by line.. I enabled the Debug option in WeConfig. but I can't debug that and when I set a break point for it,that dosen't work .
|
| .NET Soap calls fighting each other in Excel XLA's -- URGENT HELP NEEDED!!! | 17 Aug 2006 04:18 GMT | 7 |
Basically the problem is with two separate XLA's loaded in excel that both use .NET to send and receive soap calls. The issue seems to be when both xla's are loaded and one of them tries to send a soap message with a header attached. We checked the raw soap
|
| Webservice - Object´s property d on´t return value | 16 Aug 2006 18:46 GMT | 4 |
Hi, good morning to all. I have a application with webservice and I crate a class that has two atributes, _id and _descricao, but the public property don´t return a value. Please see the code:
|