| Thread | Last Post | Replies |
|
| WSE352: The size of the record uuid:blah-blah exceed its limit | 07 Sep 2005 05:51 GMT | 1 |
I've gotten DIME attachments to work, but I'm running into the infamous 4096 limitation. How can I download a 70 meg file via a DIME attachment? I've tried the maxRequestLength setting <messaging>
|
| wse signature and certificate trust | 07 Sep 2005 04:28 GMT | 1 |
My name is Andrei Matei. I'm new to wse and also to using certificates. I want to know if i've got some things straight and also to clear some up. So, if I want to sign a soap request message, I use a certificate which I attach to the message. The web service receives the signed ...
|
| WSE And Net Stuido | 07 Sep 2005 04:26 GMT | 3 |
Can I run WSE 3 with Net Studio 2002 version 7.0.9955 thank you
|
| How to configure client to make DIME request? | 07 Sep 2005 03:25 GMT | 1 |
How do I configure the client to make a request to a WebService which returns an attachment via DIME? I'm not doing anything special, just instantiating the WebService and calling the method, but I'm finding that ResponseSoapContext.Current = <undefined value> inside the method.
|
| WSE/DIME - ResponseSoapContext.Current = <undefined value> | 07 Sep 2005 03:25 GMT | 3 |
Why isn't the ASP.NET runtime providing a valid reference to the ResponseSoapContext object to my WebService? I'm trying to use WSE and DIME to send attachments via Web Service. I created a brand new WebService project and added in the reference to WSE. I didn't modify the Web ...
|
| Windows Authentication and web services with WSE 2.0 | 07 Sep 2005 01:20 GMT | 1 |
I haven't received a response in the general microsoft.public.webservices forum so I thought I would try this here. Does anyone have a solution to the following issue? I am trying to develop a secure web service with VB.NET and WSE 2.0. I am
|
| problem with INSERT statement | 07 Sep 2005 01:11 GMT | 2 |
i have made an application using C# that access sql2000. this application is just used to insert data to the database. i use something like this in my code: //
|
| How to pass a password to a network service | 07 Sep 2005 01:11 GMT | 3 |
I administer a Server 2003/XP network. A developer has come to me with a proposal to put in a web service-based application. The workstations will be XP and the servers 2003 but he can't use Integrated Windows authentication with the logged-on account because some of the
|
| can a Web Service retrieve data in background? | 07 Sep 2005 01:08 GMT | 3 |
I'm new to Web Services. I'm trying to develop a Web Service that retrieves some data out of a database and sends them to the client as a DataSet when a method is invoked. My question is: Is it possible to run another method on the Web Service
|
| calling Java WS method returning array | 06 Sep 2005 17:22 GMT | 1 |
after parsing WSDL definition of java WebService, C# proxy class contains data strutures (I'm using RPC\encoded): [System.Xml.Serialization.SoapTypeAttribute("DateString", "http:/
|
| 401 Access Denied while accessing WSE 3.0 WebService | 06 Sep 2005 16:32 GMT | 5 |
I have a simple webservice with the HelloWorld method. I have secured it with wse 3.0 usernameOverCertificateSecurity. I can access and invoke the HelloWorld method directly from the browser with the following URL: http://localhost/SLCSecureService/Service.asmx.
|
| Calling web service from ASP | 06 Sep 2005 15:57 GMT | 1 |
I've a requirement to call a web service from an ASP page. As we have only two options, using SOAP Toolkit 3.0 and XMLHttp object, which are not upto my requirement, I thought I will create a compenent using c# which calls the web service and I thought I can call that component ...
|
| Closing TCP Connection | 06 Sep 2005 15:10 GMT | 1 |
How do I close the TCP/IP connection to a web server/web service? I have noticed when I make a SOAP request, a connection is create with the server and it never closes until the calling application is close. I know this because I am watching the IIS performace counter called ...
|
| Sample code to use WSE | 06 Sep 2005 14:17 GMT | 3 |
I have developed a webservice that processes payments. I wanted provide security to this webservice so that all requests are authenticated I don't know where to start to implement security Thanks
|
| DIME - Alive or Dead? | 06 Sep 2005 13:16 GMT | 2 |
I was looking into the WSE 2.0 and noticed DIME which really peeked my interest. Is DIME worth looking at (will it be enhanced, industry supported, etc) or should I stick with sending large binaries as base64? thanks...
|