| Thread | Last Post | Replies |
|
| HttpHandler Problem in ASP .NET 2.0 | 11 Jul 2006 16:36 GMT | 6 |
I'm implementing a soapreceiver class in a web site. The required httpHandler tag was also added in the web.config as below. <httpHandlers> <add verb="*" path="Receiver.ashx" type="namespace.class, myassembly"/>
|
| WSE 3 SAML Null principal with SecureConversation enabled | 11 Jul 2006 15:21 GMT | 1 |
I have implemented a SAML token service based upon the STS SAML quickstart. It all hooks up correctly and I can use from an implicit client my secured service's methods as long as I don't enable secure conversation. If I enable secure conversation ( ...
|
| WSE350 Error - Dime attachment Content-Length error | 11 Jul 2006 08:11 GMT | 1 |
Has anyone run across this error below while using WSE? What parameter can be modified to assist in resolving this error? I have a smart client application that communicates with a web service via an ASMX page. It uploads attachments using WSE DIME attachments. When I have ...
|
| Passing strongly-typed datasets from WebService to C# consumer | 11 Jul 2006 01:45 GMT | 1 |
I've a single solution with many projects. I'm using VS2003 and framework 1.1 1. Data project - contains UserData class, inheriting from DataSet, and setting up constants and columns like those found in the Duwamish 7 sample 2. WebServices project - wraps up business logic
|
| MTOM and APACHE Axis | 10 Jul 2006 21:48 GMT | 1 |
If I write a .NET web service that uses MTOM. Can this be consumed by a J2EE application? Thank you in advance.
|
| Web Services, Security, X.509 | 10 Jul 2006 20:11 GMT | 6 |
I can't ask my question without giving a little bit of background. We have a smart client application which consumes an internet-facing private web service. (At this time the web service and the client use WSE 3.0 (specifically usernameOverTransportSecurity) and it is working
|
| Can WSE 2 and WSE 3 coexist on the same machine ? | 10 Jul 2006 16:45 GMT | 1 |
I currently have a VS 2003 project that uses WSE 2. I have VS 2005 installed on the same machine and as a part of migrating a project from VS 2003 to VS 2005, we have decided to use MTOM instead of DIME. Can I install WSE 3 on the same machine and work on the migration?
|
| Cannot Create ActiveX Component on Windows 2003 Server | 10 Jul 2006 04:35 GMT | 5 |
I have a VB.Net 2003 web service to create Acrobat files using Acrobat Professional 7.0.8. The application executes: public class XYZ... Private objBlankDocument As Acrobat.AcroPDDoc
|
| Error Connecting To Web Service through Windows Service | 09 Jul 2006 17:40 GMT | 1 |
I have a windows service that connects to a web service. I can access the web service through a browser just fine on the machine that runs the windows service. When the windows service tries to connect to the web service though I get a "No connection could be made because the ...
|
| Requests a user name and password in the Web service | 09 Jul 2006 17:07 GMT | 1 |
White someone like I directly in the called Web service code an request of the user credentials force, even if these are correct? How: [WebMethod]
|
| Transfer local files to server via web service? | 09 Jul 2006 10:12 GMT | 5 |
Hi List, I would like to transfer files from my local machine to a remote server via a web service which runs on the remote server. Is this possible to do with a .net web service? Ideally I would like to do what an FTP application does
|
| web service return value is a class | 09 Jul 2006 00:13 GMT | 3 |
afternoon, i was hoping someone could offer up some advice. i have a client and web service. the client is consumed by a web site. the client contacts the web service for a result this is a class.
|
| Serialized object? | 08 Jul 2006 20:33 GMT | 1 |
I've gone through the process of serializing an object, using code that I've seen used by several people on the web. I get an XMLdocument type that appears to have all the items from my class in it. Once I have this XMLdoc, how do I pass it to a webservice? I tried but the ...
|
| Receiving arbitary 2-dimensional tables in a WebService method | 08 Jul 2006 19:54 GMT | 1 |
To put simply: I have a WebMethod I wish to be able to accept arbitary two-dimensional tables generated from any client (not .NET only). I have in fact gone down the path of creating a custom "ImportRequest" class which in effect has some
|
| asp.net will not break on exception | 08 Jul 2006 19:47 GMT | 1 |
This is realy frustrating me. I've just converted one of my asp.net webservices to .net 2.0 and am trying to debug it. However, I just can't get it to break on exceptions making it very hard
|