| Thread | Last Post | Replies |
|
| implementation issues in web services? | 07 Dec 2004 19:26 GMT | 3 |
what are the implementation issues in web services? EmJ.
|
| WebService | 07 Dec 2004 19:18 GMT | 1 |
I've done the HelloWorld WebService, installed in a WebServer (INTERNET) When I call it with Windows App it works, if I use a webform it doesn’t (INTERNET) Both of them work in the INTRANET
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 07 Dec 2004 19:14 GMT | 1 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| deserialization arrays in Axis SOAP messages | 07 Dec 2004 18:59 GMT | 3 |
Summary: I have been trying to make requests of a web service provided by Axis using a dotnet client with code generated by wsdl.exe and have been getting exceptions when trying to process the response.
|
| Unable to read data from the transport connection | 07 Dec 2004 18:29 GMT | 1 |
I have created a web service using .Net that sits on a Windows 2003 server. I am calling the web service through a number of PDAs with Pocket PC 2003 on them and again using .NET The web service receives an XML string and dumps it into a SQL table.
|
| download a web page - How?? | 07 Dec 2004 12:17 GMT | 2 |
I am developing a search web service, In prototyping I want to download a web page from the internet. Can anyone tell me how to download a web page from the internet.
|
| FREE asp.net host? | 07 Dec 2004 03:38 GMT | 6 |
is there any free where i can test my asp.net projects
|
| best practices on the creation of webmethods | 07 Dec 2004 03:16 GMT | 14 |
I was wondering if there are any best practices on the creation of webmethods? I'll try to explain this a little more: My problem is that we are changing an existing (large) DCOM application to use web services, but we have like hundreds of different methods you can
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 07 Dec 2004 03:10 GMT | 1 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| Newbie question. | 07 Dec 2004 00:55 GMT | 5 |
Hello - I'm trying to add a wsdl file as a web reference but I continue to receive a download dialog box. I've never seen this behavior before so I'm beginning to wonder if there is something that I'm doing wrong on my end with adjusting
|
| transactions in webservices | 07 Dec 2004 00:43 GMT | 2 |
any one have any idea how transactions could be enabled in webservices. i.e., suppose i've got 2 methods - one to add a contact, & the other to set some miscellaneous details for the contact, in a webservice. Now the client uses the above two methods & if the client is happy with ...
|
| SoapEnvelope SetBodyObject() ? | 07 Dec 2004 00:43 GMT | 4 |
SoapEnveloper.SetBodyObject() allows to add only one object instance into the body. Calling it twice with different instance it won't add another instance into body. What if messages have multiple parts ? Myself, for instance, read schema from WSDL, use xsd.exe tool to generate
|
| deployment of .net web service does not work | 07 Dec 2004 00:39 GMT | 1 |
Can you give me some suggestions of why the xml web service is not working? I have an xml web service that works in my visual studio. net 1.1 environment. I setup this project up for deployment doing the following steps: 1. add a web setup project called "testaddr".
|
| 500 Internal Server? | 06 Dec 2004 23:37 GMT | 3 |
I have created a C# .Net WebServices. The test and WebServices work fine in one PC. But when I move the test to another PC I get "Internal Server Error".
|
| Redirect client webservice location at runtime - VB.Net | 06 Dec 2004 21:23 GMT | 7 |
I would like to programatically redirect the location of a web service from the client machine. Let me explain further. This is the exact process: I would like the client to click a menu bar like Tools -> Server Address and be able to type the location of the webservice. I ...
|