| memory resident dataset ? (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Question, I am using a webservice returning a dataset containing Customer user name & IDS. In web service client (a windows client), i access the same data set for displaying customer Names in two forms. Right now i am calling webservice its dataset to access Customer user name in each form sperately. Means each windows form call the webservice in a sperate call where ever that form is loaded( for... |
|
| Clients of Web Services (11 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi Why the clients of .NET to access to Web Services (inherit of System.Web.Services.Protocols.SoapHttpClientProtocol) needs the WDSL if the exported method is RPC/Encoded? Thanks in advance. Javi |
|
| WebService Download < - > Save (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi, I have a WebService with a WebMethod what return a Byte[]. This value I want to save in a file in the hard disk of the client application what is ASP.Net Client..... How I do this ? How the browser show me a Save Dialog and save the Byte[] to Hard Disk ? Roosevelt |
|
| Wierd Error using mscorlib.dll (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngvs] to [aspngwebservices] by Devin devinr@drone interactive.com Hi All Any idea why this would occur if I just created an Hello web Service? Following is what appears in my browser. Thanks Deepak Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your ... |
|
| Error returned from a web service, serialization! (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi All, [I don't know where to post this so I will start in this list] I just built my first web service which is making a call to a SQL server and should return back a SqlDataReader. After compiling this service and invoking it, the following error is produced: " System.InvalidOperationException: There was an error reflecting 'System.Data.SqlClient.SqlDataReader'. System.InvalidOperationException... |
|
| Need to run WebService under Admin acct. (W2K) (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have a web service that requires admin privileges to do its work. Does anyone have an example of how to do this? I digged thru my archive & found a ScottGu notes saying identity userName ... / only works for XP. Seems to be the case since none of what I tried w/ identity / worked. I have W2K, BTW. Any info greatly appreciated. |
|
| Design Consideration for Web Services (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello group. I have a question regarding some design and performance considerations for Web Services. I have not found a good article that addresses some of these questions and if you could point me in the right direction that would be very helpful. Using VB and the SOAP toolkit I would normally create a COM component and register in the COM interface to get the benefits of object and connection p... |
|
| transaction problem (7 replies) |
| ASPFriends.com 'aspngwebservices' list |
| hi all i have created one web page(.aspx) and i have this page in one machine..i have 2 web servicess in other machine...i am using 2 web servicess in my .aspx page...in first web service i am inserting one recored in into table1...and in second webservice i am inserting one record into table2...i want to put this in transaction...(i want to commit if records inserted in to 2 tables successfuly ot... |
|
| Passing XML from an IE web service behavior (3 replies, VIP) |
| ASPFriends.com 'aspngwebservices' list |
| I'm trying to call a web method that accepts XML as a parameter from an Internet Explorer Web Service Behavior... The web method takes a single parameter. The type of that parameter is currently set to be a string. Its contents will be XML. The web service is called using an IE web service behaviour. The result is an error. It occurs within the ASP.NET Web Service pipeline as it's parsing the para... |
|
| adding a reference to a Web Forms (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello, I have an aspx page and I want to use an assembly that is created by the soapsuds tool. But will I load the page, it says: You must add a reference to assembly System.Runtime.Remoting. Is there someone who can help me to add it in the reference? Thank you very much! Mark Joya |
|
| Having a problem consuming a web service (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have written a web service, works great. I have deployed it to a production server, again, x copy deploy, service works great. I have written another web app that consumes this service. On the development machine it works great. Now when I deploy this application to the production server, I am timing out on the request to the web service. I configured the web service to use localhost. What if an... |
|
| help me (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| i have problem with web service in asp.net if i want send data from client to web service with data beside image just using parameters function web service but if image how method to save image from client to webservice can help me |
|
| Java client consumer (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. NextPartTM 000 3756617e be3c 4424 96d7 79f6ea4ba8e4 Content Type: multipart/alternative; boundary " NextPart 001 01C1E0E6.72C83D70" NextPart 001 01C1E0E6.72C83D70 Content Type: text/plain Anyone have any sample code that uses a java consumer (console app or swing ... |
|
| Console accessing ws (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| My console app can access a webservice when it retrives say a string, but for some reason database access is not working. The webservice is connecting to the db, not my console application but I receive this error: An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll Additional information: The ConnectionString property has not been initialized. The web ser... |
|
| Calling a web service (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi all I have a strange situation I have a small web service that returns a DataSet, and is set up in a hosting server. If I call the web service from a browser windows I can see the DS returned. When I try to call the WS from a tiny windows application I get the following error on the call to the web service function (new statement is ok) An unhandled exception of type 'System.Net.WebException' o... |
|
| WSDL Location and Modifying WSDL (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello, I am creating a web service. I want to know where the wsdl file is saved when I create the web service using .NET. I know that we can get the wsdl by using http://localhost/Myservice.asmx?wsdl. The reason why I am asking this is I want to modify the wsdl. My next question is : My webservice has some methods which takes parameters where a parameter can take one of few values.. like E (EAST),... |
|
| Webmethod not returning dataset... (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngdata] to [aspngwebservices] by devin devinr@drone interactive.com I've been trying to get a WebMethod work, and it does, on Beta2. But not on v1, and all the books I can get ahold of seem to be Beta2 and don't help me with what the problem is. It's Wrox sample code (from "Professional Web Services), and I have asked them about it, but so far no response. I hope someone here can he... |
|
| Web service class-method (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by devin devinr@drone interactive.com Hi friends I have written a small Web service methods . I have two Class that have Inherits System.Web.Services.Web Service . under each class there is a method . The code Builds , but when i see it in Browser only one method is recognized "getcurrencytype" . other method is not displayed "getday " . please le... |
|
| Converting VC++ COM to Web Services (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi Is it possible to convert existing VC ATL COMponents into a WebService. If YES please let me know the details. ALL HELP in this regard would be appreciated. Thanks in advance. Ram. See Dave Matthews Band live or win a signed guitar http://r.lycos.com/r/bmgfly mail dmb/http://win.ipromotions.com/lycos 020201/splash.asp |
|
| WS-Security (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Yesterday IBM, Microsoft, and Verisign announced a joint specification for WS Security v1.0 http://www 106.ibm.com/developerworks/library/ws secure/ Yasser Shohoud Web Services Training and Resources www.LearnXmlws.com Upcoming training class: .NET: Real World Web Services Washington D.C. June 3 7 http://www.learnxmlws.com/training/ |
|
| XML http Request (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngvs] to [aspngwebservices] by devin devinr@drone interactive.com I found information doing this XML http request (Posting XML to a service and receiving the response) but I have not found anything for asp.net. Does anyone have any examples or links for examples... I have found quite a bit of information on creating the web service for this, but nothing really for calling it... I am... |
|
| XML Serialization problem (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello, I am trying to serialize my custom object to XML (using XMLSerializer), and return it as an XMLDocument from my webmethod. However, when I go through the serialization process, for some reason the Xml that is generated ends up having 3 name space attributes. I really don't understand why this is happening (it is causing an exception when I try to load into the XML dom object as well). I onl... |
|
| changing the order of display of webmethods in webservice test page (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi All, Is there any way to change the order in which the Methods (WebMethod) of a Webservice displayed in the Web service Test Page created bt .NET ? Thanks, Alwin Do You Yahoo!? Yahoo! Tax Center online filing with TurboTax http://taxes.yahoo.com/ |
|
| Webservice - return image to client Problem. (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| MessageHello all. I have a webservice, that uses MsSQL database. It takes an image from a client, and sends it to the webservice, then saves into a database. This part works fine. But now I have binary string in database, and I cannot send back to client and display it. Thanks for any help. Mike I will try to supply everything necessary. [ WebMethod ] public string GetCustomerID(string UserName,st... |
|
| Proxy Question (8 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have a web service that I want to access from several different ASP.Net pages and ASP.Net webservices. I used the wsdl tool and visual basic compiler to create a proxy class. How do I set it up so all of the Clients are using the same proxy class? I know I can reference the class using Studio .NET, but that copies the proxy class dll(Assembly) into the local project's bin folder. I would like to... |
|