| Thread | Last Post | Replies |
|
| WSDL Dilemma | 29 Nov 2004 20:56 GMT | 1 |
I have a solution which has multiple projects. One of the projects is a web service. Another project is a web application. The web application needs to reference the web service. The web application has not had a problem with referencing the exposed web methods and classes in the ...
|
| System.Net.WebException: The request failed with the error message: Object Moved | 29 Nov 2004 20:52 GMT | 1 |
We have a web service that we built with VB.NET and had been working for about 5 months or so, that is until last month. We use this web service to do some updates to our web inventory and that sort of thing from a VB.NET application. Now just about every morning we are
|
| Help - Am I going down the garden path? | 29 Nov 2004 20:46 GMT | 2 |
Couple of questions for all of you. My web pages are currently using my web services to fetch all of there data as xml. The xml is placed in a MSXM4 object then rendered client side with xslt. This works fine, now getting the data back.
|
| Cannot start web page | 29 Nov 2004 20:41 GMT | 1 |
For some time i cannot start SUS admin web console on my SUS server.It says opening page and stays like this for some time.In event wiever i found this error. Source :WAM
|
| Submitting an xml document to a web service | 29 Nov 2004 20:35 GMT | 3 |
Wonder if someone can get me on the right track. I have a web service that returns the xml representation of some data. This returned data is loaded in the client (i.e. 6) into a msxml4 object. The data is then rendered to html with a xsl transformation client side. This ...
|
| Type fidelity - reusing mechanism used by framework to serialize Datasets ?? | 29 Nov 2004 20:12 GMT | 3 |
Can anyone please tell me if you can use the same method that Microsoft uses to ensure the client/server type fidelity of 'Dataset' for custom types ? i.e. Wsdl.exe somehow knows not to generate a proxy class for the
|
| how to return xml document from a web service | 29 Nov 2004 20:04 GMT | 4 |
I have an web service method that accept an xml document and returns a different xml document. Based on the input xml I fill a dataset with information from a database. If the dataset has rows then I need to return those rows to the consumer.
|
| Performance problems with short SOAP messages | 29 Nov 2004 06:49 GMT | 2 |
I'm using a wsdl.exe-generated class to access a web service on the LAN. In case of short messages there is a 200 ms latency per call. If running in the debugger (adds debug info to the SOAP messages), or if setting the UserAgent property to a long string (about 2 KB), the ...
|
| Unable to connect to the remote server | 29 Nov 2004 03:58 GMT | 1 |
I get the error message Unable to connect to the remote server The webservices runs on localhost. What can I do about this?
|
| Debugging HTTP 500 errors | 29 Nov 2004 02:38 GMT | 4 |
I have an ASP.NET webservice that is working ok most of time, but quite frequently the IIS log shows a status 500 being returned to the (.NET) client. The problem is, I have no idea why this is happening. I'm logging all SOAP requests/responses to a file using slightly modified ...
|
| FileNotFoundException | 28 Nov 2004 16:08 GMT | 2 |
I need some help. I generated an enum using EnumBuilder and created an assembly called EnumAssembly.dll into the bin directory of my web service. I not creating this enum while running the web service, I created it before I called the
|
| error in asmx | 28 Nov 2004 12:16 GMT | 2 |
it runs well in my local server but when i post it my server it gives an error how can i solve it? Runtime Error Description: An application error occurred on the server. The current custom
|
| Send Email by Exchange2003 | 28 Nov 2004 12:06 GMT | 3 |
Somebody knows how i can send an email by Exchange 2003 (for the intranet account, not internet account) in a c# webservice? Thanks and Regards
|
| wsdl help | 27 Nov 2004 17:50 GMT | 4 |
i was given an url bla bla.wsdl i am asked for entering data using this wsdl url? is it possible? how can i do it? must i use asp.net werb services .. any url or example or way t solve it will be appriciated.. please help...
|
| Make folder a IIS application by script | 27 Nov 2004 17:22 GMT | 1 |
I wish to use 'Nant' to unzip a folder (which has a web service in it) under the Inetpub/wwwroot folder , and make it a IIS application through a script (maybe VBScript). So, the make file would unzip and make the folder an IIS application .
|