| Thread | Last Post | Replies |
|
| Office Web Services Toolkit No Results From Search | 18 Aug 2005 01:30 GMT | 2 |
I'm having problems similar to the Peter on getting the toolkit to process my WSDL file. It just does nothing. It complains when it does not find the file, but the "Search" never gives back any results. I do not have the import complexity that Peter had. I have tried to ...
|
| Adding Web Reference Error | 17 Aug 2005 21:23 GMT | 1 |
Last week I added several Web References to my Project. All worked correctly. This week I try to add a Web Reference and get the following error. There was an error downloading 'http://myServer/_vti_bin/Lists.asmx'. The request failed with the error message:
|
| XSD to Web Service | 17 Aug 2005 16:17 GMT | 3 |
I have to interact with a web service created by an external company. That company doesn't have a WSDL. They have supplied me with a XSD and some samples of both requests and responses to/from their web service. They are using SOAP to package XML that adheres to the XSD they ...
|
| Webservice receives 0 length array instead of data its invoked with | 17 Aug 2005 08:37 GMT | 3 |
I created a .Net web service by compiling a WSDL file with "WSDL /server" then implementing the resulting abstract class. Relevant sections of the WSDL are a the bottom of this message. When I call the web service using SOAP Scope or by code, no matter what
|
| The signature or decryption was invalid. | 17 Aug 2005 07:01 GMT | 1 |
I've had this set of web services that use KerberosToken for authentication. I've had them running for about a year now until yesterday when I installed the W2K3 SP1. Now when I call the any of the web services I get the error:
|
| WSDLReader:Access is denied error when running a WS CLIENT which uses the MS SOAP Toolkit | 17 Aug 2005 05:54 GMT | 1 |
I am new to webservices and I am trying to get a simple Webservice client in VB (Using Microsoft SOAP Toolkit) to access a webservice on a public site. I get the following error message when I run my webservice client... Runtime Error '-2147024809 (80070057) WSDLReader: Loading of ...
|
| Office 2003 Web Services Toolkit issues | 17 Aug 2005 04:06 GMT | 11 |
I have a few questions regarding the referencing of web services using this toolkit. I am currently trying to reference a specific URL to WSDL that was generated on a local server. Does anyone know of any issues in regards to consuming WSDL for document-literal web services that ...
|
| web service performance issue | 17 Aug 2005 03:51 GMT | 1 |
I noticed that each call to a web service method creates a new instance of the web service class by calling its constructor. As I was not aware of that at the time the code was written I included in the constructor an initialization procedure that prepared the data for all the ...
|
| question and cross platform | 17 Aug 2005 03:49 GMT | 1 |
I write a web service and deploy it on ms server 2003. If i want the method inside the web service to be used by other people who are using Java or .Net. Can i perform that?
|
| Why use WebService rather than Remoting? | 17 Aug 2005 03:03 GMT | 1 |
I'm writng a smart client app which will be used 90% within a LAN and 10% across the Internet though the Internet use may increase over time. I've set off using remoting but have noticed Microsoft suggesting in a number of places that we should use Web Services in preference ...
|
| Web service help needed | 17 Aug 2005 01:37 GMT | 1 |
I've created a web service project in C#. I want it running on a server which is also domain controller. I've installed Oracle Client. I've installed Framework 1.1 and registered it with IIS (aspnet_regiis.exe -i). The next thing is to give ASPNET user full access to Oracle's Bin ...
|
| WSE 2.0 (SP3) and SAML | 16 Aug 2005 23:55 GMT | 1 |
Does WSE 2.0 (SP3) support building SAML compliant SOAP messages? Specifically, does it have API to create SAML info that goes into security elements of SOAP header? Or do I need to manually build the SAML and include it as part of SOAP header?
|
| Soap Based XML webservice creation | 16 Aug 2005 17:17 GMT | 4 |
I am new to this area,please bear with me for this basic question. :) I have an xml schema file xyz.xsd file with me,That contains request and response xml schema ,how can I proceed to create a soap based xml webservice?? Thanks in advance.
|
| Trouble with GET or POST and attaching a cert | 15 Aug 2005 23:34 GMT | 1 |
I have a process where I need to do a GET against a URL and receive an XML response. I have to verify authenticity with this site, so need a cert attached to the post. I was provided ASP code which works fine, but I need to do this in .NET. I'm using Framework 1.1 and WSE2.0.
|
| Client & Server on Same System | 15 Aug 2005 13:27 GMT | 7 |
I want to create an application that can be used both for a server-client model as well as a standalong application. The idea is to write a general server-client application. The standalong then just has both components on the same system. Now the question is if this is a
|