| Thread | Last Post | Replies |
|
| Marshal.GetActiveObject throws an exception in a C# webservice but | 17 Feb 2005 02:48 GMT | 28 |
...it does not throw the exception in a C# form. The same code works perfectly in C# forms application. It seems like the computer noes not let ASPNET get into the ROT, where the object I want is. I have experienced with changing users, impersonating and so on, but with no ...
|
| MTOM Spec and WSE 3.0 | 17 Feb 2005 02:18 GMT | 1 |
If there is a more appropriate group to post this in please comment. Given the lack of comments I feel I may not be looking in the correct groups. With the MTOM spec becoming "Offical" then end of January, most now recognize it as the way forward and are stating DIME/SwA as no ...
|
| DIME and cross platform interoperability | 17 Feb 2005 02:14 GMT | 1 |
I have been trying to find a way to send a PDF from my web service. I have had the idea of sending back a byte array, but to be honest the efficiency issue is there and i would like to find another route if possible. I have started to read bits and pieces about DIME and WSE but ...
|
| SQL server front end | 16 Feb 2005 22:41 GMT | 3 |
I'm looking to have an SQL server, which won't be accessed directly, but rather through web services. However, since web services are stateless, I guess I'd have to open and close the connection on each call, which seems rather time consuming.
|
| 403: Access Forbidden | 16 Feb 2005 19:26 GMT | 2 |
i am working on my first web service project. i am writing a webpage that consumes a ws from one of our partners, so i do not have access to the ws code itself. this partner uses certificates for security. the steps they gave me to access it are:
|
| Newbie in need of help | 16 Feb 2005 19:03 GMT | 1 |
I am trying to write a web service that gets a list of users from ActiveDirectory and then returns them as an XmlNode that can be consumed by InfoPath. I am having problems finding a tutorial that will show me how to create an
|
| Upload File Error | 16 Feb 2005 18:29 GMT | 1 |
I'm using Visual Basic .Net to build an E-mail management system. So, I have a WebService hosted in a Windows 2000 Server (IIS 5.0) that I use from my client application to upload files (attachments of the e-mails). The server is in a Data Center located outside our company, and ...
|
| UserNameToken with SendNone on Password | 16 Feb 2005 17:39 GMT | 27 |
Ok, so I have been looking and looking for a solution that is simple and eligent and easy to mainatain (see previous post) that replaces the WSE 1.0 shared secret stuff. I have read through the post about using UserNameToken and just not passing the password and thus both sides ...
|
| Could not find rewource assembly | 16 Feb 2005 17:22 GMT | 4 |
I have a webservice that works perfectly on my server and my test client. I then take the service and client and install them on a different webserver and a different client machine. Parts of the webservice still works however, I have 2 processes, one that retrieves customer ...
|
| want to build asp.net webservice | 16 Feb 2005 16:03 GMT | 1 |
Is it possible to build a webservice in .NET with only .NET framework installed . only .NET framework is installed on my system. visual studio .NET is not installed on my system.
|
| Streaming from webservice problem. This should be chicken feed for WS developers. | 16 Feb 2005 16:00 GMT | 7 |
I have a webservice with a method that returns an instance of System.IO.MemoryStream. For example: [WebMethod]
|
| web service + call method | 16 Feb 2005 14:48 GMT | 1 |
I would like to ask how can I make application, which from user get name of web service, name of method and their parameters. And that program call that method and give back response in Xml format(optional) . It's possible?
|
| WebServices permission? | 16 Feb 2005 14:29 GMT | 1 |
I need to change some attribute in Active Directory. I have write a simple code to change the enabled/disabled status of a user in AD. If I insert this code in a .aspx page, it work's. But the same code in a
|
| Web service | 16 Feb 2005 14:25 GMT | 1 |
I would like to ask. IN my program I have refferences to any web Service. When I want call some method of this service I use: Dim myservice As New cx.dragon.amaral.Calculator
|
| Access Webservice Testpage | 16 Feb 2005 13:44 GMT | 1 |
A webserice runs o a developer pc. If I access the site: http://localhost/sample/test.asmx i could fill in my expected parameters. But I could I do this from a other pc? How I have to do the configuration to have access.
|