| Thread | Last Post | Replies |
|
| Webservice and Compact Framework | 26 May 2005 15:23 GMT | 4 |
I am running a .net application on a PPC 2003 device that passes large amounts of data to/from a .Net webservice. Once the data is passed to the webservice we need to spin through all of the records looking for changes and the response time to the mobile device is prohibative. ...
|
| Using SoapClient to initiate a Web Service | 26 May 2005 10:50 GMT | 3 |
Is it possible to use a SoapClient derived class to send a message to a Web Service (eg a .asmx file)? It it is, does anyone have any code they could point me at that actually does this ! Thanks
|
| certifcate permision to ASPNET | 26 May 2005 06:02 GMT | 1 |
how to add/make ASPNET access/permission to my certificate? http://support.microsoft.com/?kbid=895971 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winhttp/http/wi nhttpcertcfg_exe__a_certificate_configuration_tool.asp im confused... still doesn't work
|
| simpleton pointer | 26 May 2005 03:16 GMT | 2 |
I've been programming ASP.NET using VB.NET for about a year now, and have gone down the Dreamweaver coding myself route rather than the Visual Studio way. I'm new to web services and I've been given the task of setting up a
|
| Encoded WebService SOAP Header? | 26 May 2005 03:06 GMT | 1 |
I have a public web server that runs behind a firewall at a hosting facility. We own and control the server. I need to make occasional updates and changes to data stored in SQL and am unable to establish any type of VNP or SSL connection to the server due to hardware restrictions at ...
|
| Return Dataset? | 26 May 2005 01:57 GMT | 3 |
I'm relatively new to web services and I was wondering why, when authors create a web service that queries a database, that they don't just return the dataset object in the exposed method as in the following fragment:
|
| loading an xml document from file vs. memory stream | 25 May 2005 19:17 GMT | 2 |
I need to read am xml node using an xmlNodeReader and selectSingleNode. This works fine when I save the file first and then use xmlDocument.load(uri), with the uri the location of the saved xml file. But when I try to load the xml document by passing the xmlDocument.load method a ...
|
| XmlNode - generation of WSDL problem | 25 May 2005 19:07 GMT | 1 |
I am writing a web service that accepts and returns an XML message - I know the issues behind this but want to be able to process the messages generically using XSD / XSLT. My problem occurs with the way the .NET framework appears to handle the
|
| Can Application_BeginRequest return a DataSet and stop normal webmethod flow? | 25 May 2005 19:03 GMT | 1 |
I am implementing a couple of webservices (all in the same web project) that will access several backoffice systems to get and update different types of information. All the methods in the several webservices return a DataSet with the information requested. All the methods of the ...
|
| Adding SoapReceivers for runtime-added IPs | 25 May 2005 15:36 GMT | 1 |
I have a Windows Service which is hosting a WSE web service over TCP (WSE 2.0 SP3). On startup, I call this code for each of the available IP addresses: Uri address = new Uri("urn:MyService");
|
| How to capture request and response XML files from client side? | 25 May 2005 01:16 GMT | 1 |
I have a VB.Net program that consumes a web service. When calling the web service from my program, I would like to be able to capture and evaluate the request xml going out and the response xml that comes back. I think this is very important in debugging (that's what I am doing ...
|
| Apache Using Dime | 24 May 2005 22:40 GMT | 1 |
As you can tell, new to WSE. Trying to download a Dime SOAP message from an Apache server as a web service. The call requires the setting of a header element. The OuputTrace.webinfo appears to be correct, including the required header
|
| managed c++ webservice problem | 24 May 2005 21:20 GMT | 1 |
i create a webservice and added my old .h and .cpp files. it compiles fine but gives me a runtime error... System.NullReferenceException: Object reference not set to an instance of an object.
|
| How to process SOAP complex types with C#.net ? | 24 May 2005 11:07 GMT | 1 |
I'm new in using visual studio .net 2003 and web services. I found the web reference feature very useful and easy to use for handling web service methods which return simple types. However, i want to consume a web service method which returns a complex type. I cannot seem to do ...
|
| Getting up to speed with WebServices | 24 May 2005 11:06 GMT | 1 |
I need to get up to speed with web services quickly. I will be starting a new project soon in couple days. I have experience with ASP.NET C# and VB.NET, but no Webservices exp. I understand the basic concepts behind ws, the concept of soap, etc. Where is a good place to begin - ...
|