| Thread | Last Post | Replies |
|
| Web service proxy calling a client-side method | 10 Sep 2005 15:59 GMT | 1 |
Scenario: I am calling a web method from a WinForms method. The proxy of the web service then checks one of it's settings. Depending on the setting I want the proxy to call a method in the instance of the WinForms class that called the web method. Once
|
| Beginner Web Service error: Object reference not setHello, | 09 Sep 2005 19:09 GMT | 2 |
I'm just getting started with web services. I've written one that takes an integer and searches an Oracle database for that customer ID. I want it to return all records with that customer ID. Below is the code of the ASMX page:
|
| Help with webservice to read, store data to and write xml using vb | 09 Sep 2005 17:15 GMT | 2 |
I have a project that requires an XML webservice that will receive an xml file. The webservice will need to read the XML file, download a pdf file from a URL stored in the XML file then store the xml data to a SQL table and finally send back an XML confirmation file.
|
| WebProxy.GetDefaultProxy is empty. | 09 Sep 2005 07:22 GMT | 2 |
I am using the WebProxy.GetDefaultProxy() function to read the IE settings, but it's returning an empty WebProxy object. Are there any known reasons why this is not reading the proxy settings in IE 6? Thanks, Sam
|
| Problem with SSL with a sub domain | 09 Sep 2005 03:47 GMT | 5 |
We have install a valid SSL certificate issued to www.mycompany.com on our web server running IIS 6.0 / win2003 SP1. Then we have created a sub domain pointing to the same server for our web services at ws.mycompany.com. We have properly installed the server certificate on the ...
|
| Commercial Certificate | 08 Sep 2005 22:55 GMT | 9 |
Has anyone used WSE with a commercially issued certificate from a CA ? Where do I get a CA X.509 cert from.. couldnt find any link on Verisign's site.
|
| individual XML web services work, but not when "daisy-chained"? | 08 Sep 2005 19:06 GMT | 14 |
I have two XML web services originally created via WSDL docs/.NET tool, which have essentially the same methods and data types, and which work fine when individually run. However, when I try to "daisy-chain" them (because they eventually will have to run on different systems, ...
|
| Accessing webservices from VC++ | 08 Sep 2005 16:49 GMT | 1 |
We have a client/server application that is written in VC++/MFC. We are trying to integrate with a 3rd party product that exposes its data through a web service. I am trying to figure out the best way to approach this. It seems like .NET provides the greatest support for ...
|
| .NET client cannot talk to Axis web service | 08 Sep 2005 10:54 GMT | 2 |
I have a Java-based (Axis) Web Service and am trying to write a .NET client in C#. I run into two different problems. 1. if the WSDL was generated using the Axis defaults then .NET cannot update its web reference. It complains that datatype 'String' is undefined.
|
| WebService - Multiple Access | 08 Sep 2005 07:48 GMT | 2 |
I have developed a webservice which is used for LIVEUPDATES for win application. Method is used for donwloading new files from server to Clients PC. It is working OK when one user is accessing method, but stuck when many users try to access method.
|
| signature policy | 07 Sep 2005 21:51 GMT | 5 |
I have the following scenario: I have a web service who must authenticate every request to make sure it originates from someone who has a x.509 certificate issued by a specific CA, let's say BIS. Let's say that the web service has BIS's private key. I want to use policy to ...
|
| WSE 3.0 Beta1 | 07 Sep 2005 21:44 GMT | 9 |
The WSE Team has just released their Beta. You can download this at: http://www.microsoft.com/downloads/details.aspx?familyid=2896249a-d107-4f19-b8e7 -b01da67a5c02&displaylang=en Please let us know if you run into any issues with this Beta. Thanks,
|
| how do I remove extra data from serialize XML string of a DataSet | 07 Sep 2005 17:20 GMT | 1 |
I want to serialize an object which contain the DataTable. As DataSet is MarshalByRef object and is serializable. I am using it directly. Even my data is also serialize and save it to XML file. Now as DataSet serialize, it's creating some extra information (schema
|
| WSE 2.0 and .NET Visual Studio 2003 | 07 Sep 2005 14:38 GMT | 1 |
I created a ASP .NET Web application in the Visual Studio to act as a client to a Web service signed by an X509 Certificate. Then I right clicked on the application and clicked "WSE Settings 2.0", I specified the client request to be signed by an X509 certificate. But when I ...
|
| WEB Service help needed | 07 Sep 2005 10:45 GMT | 1 |
Hi I would like to have some help with web service . I have a ASPX page with four buttons . Each of the button will pull some data from SQL Server database and show on the web page . When a user will click on the
|