| Thread | Last Post | Replies |
|
| entering data by using wsdl(cross) | 22 Nov 2004 18:38 GMT | 1 |
i was given an url bla bla.wsdl i am asked for entering data using this wsdl url? is it possible? how can i do it? must i use asp.net werb services .. any url or example or way t solve it will be appriciated.. please help...
|
| EncryptedData and GetIdElement | 22 Nov 2004 18:06 GMT | 3 |
We are trying to use Microsoft.Web.Services2.Security.EncryptedData for encrypting parts of a XML document. The problem is that the EncryptedData implementation only finds XML element references with the wsu:Id syntax. The XML schema that we are using does not allow inserting the ...
|
| MSI Installer to check if WSE is installed - how? | 22 Nov 2004 18:05 GMT | 2 |
Using Visual Studio for putting together my MSI package, I'm having a hard time setting up a so called "Launch Condition" to check if Web Services Enhancements 2.0 SP1 is installed. It wants a Component Id which the documentation says you should find using something like MSI Spy ...
|
| WS-Policy not always working | 22 Nov 2004 17:59 GMT | 2 |
With the security.policy file appended at the end: 1) I could successfully use it in a Web service client proxy class that does: [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://publisher
|
| Accessing the test page of my web service from a remote machine. | 22 Nov 2004 17:17 GMT | 2 |
for testing purpose i need to acces the test web page from an other machine. Can this be done? How . I 'm getting the following message:
|
| Using digital certificates when calling web services | 22 Nov 2004 17:07 GMT | 2 |
I'm having some difficulty finding the information I need. Maybe someone can point me in the right direction. I need to call methods on a web service defined by one of our vendors. They require, when I make these calls, that I identify myself with a digital
|
| IIS Virtual Directory Create Failure :( | 22 Nov 2004 16:57 GMT | 4 |
System.UnauthorizedAccessException: Access is denied. at System.DirectoryServices.Interop.IAds.SetInfo() at System.DirectoryServices.DirectoryEntry.CommitChanges() at CreateVirtualDirectories.Dal.CreateWebVirtualDirectory.Create
|
| What caused return from XML Web Service to change output format? | 22 Nov 2004 16:31 GMT | 1 |
I wrote a visual Basic .net xml web service that returns xml information back to a classic ASP page. When the classic ASP page receives the response, the xml has been returned in a format that that is setup to be read in an HTML format.
|
| Why does a web service create a copy at runtime ? | 22 Nov 2004 16:20 GMT | 1 |
I have a windows application which uses 2 web services , stored under inetpub. When the user builds this application in VS.NET, the system creates a copy of the web folders, in another folder somehwhere down under the Documents
|
| chiamare c# webservice da vbscript ? | 22 Nov 2004 16:12 GMT | 1 |
Ciao, come faccio a chiamare un webservice scritto in c# da una pagina asp in vbscript ? Ciao a tutti
|
| valid data types to be passed to web methods??? | 22 Nov 2004 08:01 GMT | 3 |
I have a web method in my web service that I would to have a command object passed in as a parameter. But when I compile the service I get the following error: You must implement the Add(System.Data.DataRowView) method on
|
| [newbie] General question about web service | 22 Nov 2004 06:30 GMT | 3 |
I just created my first vb .net web service, but now I ask myself a question: When I call functions of the webservice by a client, I always need to specify its url and the *.asmx file I'm refering to. But, as this web service shall become a commercial application, I don't want to ...
|
| valid data type web method parameters??? | 21 Nov 2004 19:54 GMT | 1 |
I have a web method in my web service that I would to have a command object passed in as a parameter. But when I compile the service I get the following error: You must implement the Add(System.Data.DataRowView) method on
|
| Webservice trouble. | 21 Nov 2004 10:02 GMT | 1 |
I have written a very simple web service with only one "web method". The web method does what it is supposed to do when invoked locally but fails one invoked remotelly with http error 500.
|
| Call a webservice with out using proxy class | 21 Nov 2004 06:32 GMT | 5 |
I need call a webservice without using proxy class, How i can it? Thanks for help Madjid Nasiri
|