| Thread | Last Post | Replies |
|
| javascript | 15 Nov 2004 23:53 GMT | 2 |
i m having a trouble with javascript. i can t access links detailed with javascript. ie. windows update, launch.com, picchange. i click the links using java but i can t open them. i m not sure what s going with it. i tried about 3 things, and nothing worked. i m its spyware. can ...
|
| Cant connect to webservice | 15 Nov 2004 23:50 GMT | 1 |
My app uses a webservice to get data from the database. The webservice itself is already placed on the production webserver, and connecting with my develop machine over the internet it works fine. The webservice uses wse2 very basic authentication by simply sending a username ...
|
| Publish - Subscribe with Web Services | 15 Nov 2004 23:35 GMT | 1 |
While we await the WS-Eventing specification to be realized, can I use the asynch call back facilities in Web Services to implement a Publish - Subscribe facility with dot net Web Services? Thanks
|
| Unicode and newline characters in XML text sond via Web Service | 15 Nov 2004 23:30 GMT | 1 |
I fill-in text in TEXTAREA tag on HTML page, then send its content via content of XML element parameter sent through WebService function from JavaScript. On client side, I can read my text in debugger as: <Text>?Omr?de? ?hj?lp?</Text>
|
| web service deployment question | 15 Nov 2004 23:20 GMT | 2 |
i have a web service which does xyz stuff...i have a reference of it in my asp.net web application. i call the web service asynchronously and it all works fine on my local computer. i have the url behaviour property set to dynamic. Now my asp.net web application is part of a
|
| Access is denied (newbie .NET developer) | 15 Nov 2004 23:17 GMT | 1 |
Hey gang, I am attempting to teach myself the VS.NET suite and am trying to create a VB/ASP.NET web service. I can successfully create said service on my development machine when using "http://localhost/WebServiceName", however, when I attempt to create the same service in a ...
|
| ASP and PHP | 15 Nov 2004 23:13 GMT | 1 |
Can ASP and PHP live on the same webserver running IIS?
 Signature Laura Mayer Database Administrator
|
| Change search path. | 15 Nov 2004 23:10 GMT | 1 |
I have several web services and they all rely on the assemblies in a root directory. Right now I have something like: A web service B
|
| internal web service calling multiply types of external web servic | 15 Nov 2004 22:58 GMT | 3 |
I am going to be writing a web service in Visual Basic .NET internally for my company. This web service is going to be setup to send various kinds of messages to the internet since the main production servers currently reside in the DMZ. The main production servers are in the ...
|
| Fire Event to Server-side | 15 Nov 2004 22:53 GMT | 2 |
I'm now using TCP socket using user-defined protocol to communicate between two machines (server and client). But now, I'd like to introduce a Web Service in my server-side. If my client software subscribes the web service, does it have the flexibilty to fire a event to server? That ...
|
| install asp net 1.1 | 15 Nov 2004 22:28 GMT | 4 |
I?ve developed a web service and now I need install it in the client machine. I`ve copy the service but when I connect to the service I get an error "asp net 1.1 not instlaed". How can I install it? thaks
|
| Calling an ASP.NET web service from ASP | 15 Nov 2004 22:01 GMT | 1 |
When I call an asp.net web service that returns a string from an asp page, it works fine, but when I call an asp.net web service that returns a class, it does not work. How can I call an asp.net web service that returns a complex type
|
| authentication using custom UsernameTokenManager class..... | 15 Nov 2004 20:56 GMT | 2 |
I have been able to authenticate a user account against Active Directory using the UsernameTokenManager class, what I would like to do is determine if the account has a certain role and check this against the web method that is being called.....
|
| Problem with Async WS | 15 Nov 2004 20:00 GMT | 2 |
I have an async Web service working inside a Try block just like MS says Try Dim cb As New AsyncCallback(AddressOf callbackWs) myWS.BeginUpdater("StringChain", cb, myWS)
|
| Webservice URL | 15 Nov 2004 19:52 GMT | 1 |
I've written a webservide which works fine. I call it from a C# class by using a webreference. But now I want to place my webservice on another webserver and that results in replacing the webreference and recompile the code. My question is how I can prevent this. I used the ...
|