| How Can I Read and Wrire in flat file(NOTEPAD) in asp.NET (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi All How Can I Read and Wrire in flat file(NOTEPAD) in asp.NET ThankQ venu. |
|
| WSDL ..with style (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| hey all again, It has occured to me that, if I wanted to have true seperation of functionality/style, I could possibly use the WSDL file of my webservices with xslt to generate an HTML(or any other format) page which has all the appropriate input fields based on what the parameter data types are. Something simiral to the test harness page of .NET. Although it would have to be more advanced, since ... |
|
| Web Services Deployment : Referenced Assembly Location (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi all, I've successfully created several web services and invoked them without problem from my own machine. I've even consumed the services from separate machines, but now I'm starting to think about deployment and how exactly this is going to work. Currently, I have the following directory structure for a web service : Web Services MailWebService Bin As of now, all of the assembly references are... |
|
| Example of a one way Soap call (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, Has anyone seen an example of calling a Web Service method (I would guess the equivalent of a void in C# or Sub in VB) that it designed not to return a response? I guess what I'm looking for is an asynchronous outbound only message flow. Can this be achieved by manually butchering the WSDL file or something? Thanks for any help. |
|
| http relay (like loudpc.com) (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I've been designing an application similar to loudpc.com and gotomypc.com. The architecture is basically host server client. The host is behind a firewall and can not accept request from the client directly. The server acts as a relay. The client makes a request to the server via http, the host also makes a request to the server to see if there are any new request that is should respond to. The ho... |
|
| Web Service Newbie Question (about XML) (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have a requirement to develop a web service that takes XML content, parses it into fields, and then stores the content into database fields. For example, one part of the XML text contains information about all of the NT services running on a particular PC, and the web service is supposed to break the 4 pieces of data about each NT service up and store them into the NtServices table on SQL Server... |
|
| Return a method and a type from a web service (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Dear fellow developers, I am in the midst of creating a XML web service that will return a user defined class (ClassA). This class itself contains a function that returns a string and another that returns another class(ClassB). However this service returns an error exception : Exception Details: System.InvalidOperationException: The XML element named 'ValidateUserResponse' from namespace 'http://w... |
|
| Use=Literal (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| We have a Java based service that we are trying to create a .NET client for and are using wsdl.exe to try to create the client stubs. We are getting the error "Specifying a type for use literal messages is not supported". Can anyone shed light on the source of this error? Thanks. kwc |
|
| Generated proxys, VS.NET and WSE (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| When using the "Add Web Reference" feature of VS.NET, a proxy object is automaticlly generated for a web service (If I recall correct). Based on this I have two questions: (1) This autogenerated proxy will only work for "normal" web services that have thier proxy derived from the SoapHttpClientProtocol, correct? The reason I ask is that I know that proxys for WSE enabled web services nees to be de... |
|
| XML Serialization (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I'm currently working with XML Serialization. Whith this code: Class definition //************************* public struct NetPrice { private int ammount; private string currency; [XmlAttribute(AttributeName "currencyISOcode")] public string Currency { get {return currency;} set{currency value;} } [XmlElement(ElementName "ammount")] public int Ammount { get{return ammount; } set{ammount value;} } T... |
|
| WebService Namespace (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I'm creating web services that will be part of an out of the box application. This application will be sold/given to customers, and part of the application is to provide some web services... How do I set the namespace of the WebService [WebService(Namespace "")] How can I make the namespace the address of that specific service (ie. http://xxx.xxx.xxx) I do not want to have a single address lik... |
|
| Webservice with IIS and SQLServer on different W2K boxes (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have an ASP.net (C#) Webservice running stored procedures against a SQLServer database (using System.Data.SqlClient.SqlCommand). My IIS is enforcing Integrated Windows authentication and, I have identity impersonate "true"/ set on the Webservice. My Webservice is hitting the database with the credentials of the user hitting the Webservice. All is working well. Now I want to put the Webservice on... |
|
| Database in Use Error (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Attempting to create a web service linked to an Access database. Added all connection, dataset objects, etc.... but am getting the following error message. How can I configure database for "shared" access? System.Data.OleDb.OleDbException: The Microsoft Jet database engine cannot open the file 'C:\Documents and Settings\Administrator\My Documents\Access Projects\BARCODE.mdb'. It is already opened ... |
|
| ASP.NET WS + COM + SOAP Toolkit interaction (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hello everyone, Let me describe situation. I've got : 1) Web Service written in ASP.NET and C# 2) ActiveX DLL "AssetConfigTypes" with some COM objects written in VB6 as With Apartment Threaded Model, classes from this library used to serialize and deserialize data structures to from custom xml 3) Web Service (1) references COM library (2) 4) Client app in VB 6.0 that calls Web Service using SOAP T... |
|
| Web Services Enhancement Interoperability (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hello, I ve read an article in MSDN site about alternative to use Web Services with DataSet s in environment s which don t use .Net Framework to build and use any Web Services. I ve interesting in know if there are any article aproximately to use Web Services Enhancement with another environment s with don t use .Net Framework to use web services ? |
|
| dime sample error (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| http://msdn.microsoft.com/webservices/building/wse/default. aspx?pull /library/en us/dnwebsrv/html/wsedime.asp I tested these souce... web service [WebMethod] public void GetImage(string[] imageNameCollection) { // Get the SoapContext for the response message SoapContext myContext HttpSoapContext.ResponseContext; // Create an array that returns URIs for the related DIME attachments. string[] retUr... |
|
| Expose Base Class Properties to XML Web Services (6 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Dear developers, If I have a base class exposing a couple of public string variables Eg. Serializable() Public MustInherit Class ABS USER IDENTITY XmlElement(ElementName: "uid") Public uid As String XmlElement(ElementName: "cid") Public cid As String End Class Then I create a sub class to inherit from this base class in this fashion Serializable() Public Class UserIdentity : Inherits ABS USER IDEN... |
|
| Datalist and Webservice (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have a simple webservice the returns a column from a Database....this all works fine. I also have an ASP.net page that I want to consume that service and bind the data to a DataList.... I can't make it work....i have it working for a DataGrid. I was hoping the code would be the same. Here is the Webservice code sample. WebMethod() Public Function DataTest() As DataSet Dim FTconn As SqlConnection... |
|
| deploying a web services consumer (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi there Please consider the following scenario: my development environment: 2 visual studio.net projects in a single solution (.sln) project 1. (Called "Admin") located on machine : http://localhost/Admin contains a webservice called WSInterface.asmx (say) project 2. (Called "Consumer") located on machine : http://localhost/Consumer using the "Add Web Reference" wizard, I create a Reference to th... |
|
| Proxy / WebService (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| At runtime, I am using a Web Service on the web through our proxyserver. I am using the below code: oProxy New WebProxy(" proxy ip address ", 8080) With oProxy .Credentials New NetworkCredential ("myusername", "mypassword") End With o.Proxy oProxy o.Url "http://www.mysite.co.uk/service1.asmx" Try Debug.WriteLine(o.MyComputerName) Catch ex As Exception Debug.WriteLine(ex.ToString) End Try Using the... |
|
| EMERGENCY: Problems with Web Service (5 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I am having some difficulties with my web services. I create them and they work just fine (this is not the problem). Then (seemingly randomly), one or more of the web services just stop working. If you try to access them using Internet Explorer, it indicates: "This web service is using http://tempuri.org/ as its default namespace. Recommendation: Change the default namespace before the XML Web ser... |
|
| Retrieve a file from a file share (5 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| In a web service I need to retrieve a file from a file share located on another machine. I've tried using a FileStream object but get the error "Logon failure: unknown user name or bad password." Is there a way to send the user name/password? Is there a better way to do this? Any help is greatly appreciated. Owen Johnson ojohnson@bandag.com ojohnson63@hotmail.com |
|
| Web Service Methods and Properties (5 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I noticed that in a web service I created that when I call it from a client application, all kinds of properties and methods that I did not create are exposed. Is this necessary? Is it dangerous? Can I block these? If not why? If so, why wouldn't they be blocked by default? What are they for? Stephajn |
|
| Translation of <tr> to <tr> in a soap response (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I've built a web service that is passing data to a Java Web client. The receiving client is having trouble with the translation of " " to "&lt;". I'm assuming this is by design as I am new to Web Services. Is there a way for this translation not to take place? Thanks in advance. Mark |
|
| Web Services Performance (6 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Our web services performance is decreasing a lot every time a new user connects to them. We are expecting to have more than 100 concurrent users and the system is dying when we connect 10 users. By looking at the web server event logs, we can see an entry that says: aspnet wp.exe was recycled because it wassuspected to be in a deadlock state. My question is: Are there any special settings on the w... |
|