| Thread | Last Post | Replies |
|
| Using policy in a WebMethod | 30 Aug 2005 16:12 GMT | 5 |
Hi I was wondering if there is any way to use a policy in a WebMethod that is inside of an .asmx. The key here is that I need to use a policy only in a couple of WebMethod not in all the Webservice. I know that policy aplies for a .asmx but I will like to know if it's
|
| WS-Policy | 30 Aug 2005 15:52 GMT | 3 |
can anybody please give me some URL to a tutorial explaining how to setup WS-Policy and u tilize it in Client. I came accross setting up WS-Policy but i couldn't find out how do i call web service methods then ? after setting up a WS-Policy if i call a method of webservice i always ...
|
| Could not create type 'MyGolfMart.WebServices.ccService' | 30 Aug 2005 14:19 GMT | 4 |
Hi all i made a web service but when i tried to use it i faced some troubles, an error msg from the IExplorer : Parser Error Message: Could not create type
|
| carriage return in a string disappears | 30 Aug 2005 12:25 GMT | 2 |
I have a web method that returns a string. When I return a string that has a carriage return and line feed in it ("\r\n") on the client side I only receive a string including the line feed ("\n"). The carriage return disappeared.
|
| Security Exception | 30 Aug 2005 11:36 GMT | 1 |
If I use a web service that I created through a custom control on a windows form it works fine. However, if iput this control on a webform usinf the <object...classid..> label, i get an security error when i call the web service
|
| Avoiding a FileInUse access | 30 Aug 2005 11:25 GMT | 2 |
In my web service, it has to return an image from a file located at a specific virtual dir. Another concurrent app, running on the server, is periodically modifying that particular file.
|
| cache dataset on server accross WS calls | 30 Aug 2005 10:56 GMT | 2 |
I want to cache a dataset on a server via a web service. I was thinking of caching it in a session object and returning the session ID as a string in the web service back to the windows client. Then I want the windows client to call a aspx page passing in the sessionID as a ...
|
| SOAP with attachments? | 30 Aug 2005 09:31 GMT | 1 |
How can I transfers a binary file with soap? Must I convert it to MIME format? Can any other languages using DIME? Thanks for any help.
|
| How to send whole file between server's and client's side? | 30 Aug 2005 09:19 GMT | 1 |
I need to send file between Client and Service. How to do it? For example: I imagine that I should make public method (on the server side)
|
| WSE 3.0: How to Sign a SOAP Message by Using a User Name and Passw | 29 Aug 2005 19:18 GMT | 5 |
Can someone show me how this is done in WSE 3.0 using code. I can see how this is done in numerous articles for WSE 2.0: MessageSignature sig = new MessageSignature(userToken); requestContext.Security.Elements.Add(sig);
|
| How to use my own CodeDomProvider with wsdl.exe? | 29 Aug 2005 16:52 GMT | 1 |
/language: option of wsdl.exe says that it accepts a fully-qualified name of a class implementing System.CodeDom.Compiler.CodeDomProvider. Although I was able to provide MCppCodeProvider provider only (that needs to use too complicated string):
|
| Where to use XLang? | 29 Aug 2005 16:50 GMT | 1 |
The have been said that XLANG using in Web-services with BizTalk integration. But there is some ways to use Xlang and web-services created like interface/working thread/realization w/out using BizTalk? Could smb demystify where XLANG could be applied?
|
| New to WebServices.... but this should work, no? | 29 Aug 2005 16:41 GMT | 4 |
Howdy, Here is my script in file OrderStatus.asmx: Imports System.Web.Services <System.Web.Services.WebService(Namespace:="http://tempuri.org")> _
|
| Encrypting name and password | 29 Aug 2005 04:51 GMT | 1 |
I'm build a windows application where I pass the user id and password to WS to authenticate the user. I'd like to create a private key to encrypt the information before passing it to the WS. The WS will, in turn, decrypt the information using the private key to authenticate the ...
|
| SOAP Help | 29 Aug 2005 03:36 GMT | 7 |
I am in dire need of help in trying to get the client code for a web service to work. i don't have a WSDL for the service so i created my own ASP.NET service to test with. i converted the DTD files that i was given to xsd files and used the xsd tool to create the classes. i used ...
|