| WS newbie stuff (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi all, Im new to the webservices scene and am looking for good articles/tutorials on the web, or even a good book. Anyone have recommendations? Thanks, Dan |
|
| Accessing Web Service from Classical ASP (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi Guys, I am learing and working on .Net for quite some time. Right now, i need to access a Web Service from Classical ASP pages. The WebService is a VC COM wrapped with SOAP (created using SOAP ToolKit 2.0). Any help in this regard is 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 02020... |
|
| How to use the XML that is returned from a Web service (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi I have been experimenting with consuming some publicly available Web services like the weather web service at www.vbws.com. I was able to retrieve the weather conditions for my area by using the following code behind VB: Imports System.Net Public MustInherit Class weather Inherits System.Web.UI.UserControl Protected WithEvents Weather As System.Web.UI.WebControls.Label Private Sub Page Load(ByV... |
|
| Webservice Error (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by Marcie Jones marciejones@yahoo.com Hi all Whenever we run a basic webservice on our server (ie the one that is in both the VB and C# projects by default) they always return the error System.InvalidOperationException: Unable to generate a temporary class (result 1). error CS1595: 'string' is defined in multiple places; using definition from 'C:\... |
|
| webservice return datatype (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by devin devinr@drone interactive.com Hi, All, Most web service examples I have seen return simple data types such as string or integer for a webmethod call. This is easy for a client such as an ASPX page to define a variable of string or int to take the return value. But in Microsoft's IBuySpyStore sample site, there is an InstantOrder webservice... |
|
| Connect to Unix Box ..Any ideas? (15 replies, VIP) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngstart] to [aspngwebservices] by devin devinr@drone interactive.com Guys Does anyone have an idea as to how I would be able to connect to a remote Unix Solaris box and execute some scripts using VB com or .net component? Please let me know of any ideas or thoughts that you may have. Thanks and expecting some ideas. Regards Deepak |
|
| proxy class for web service: to make or not to make? (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have added a web service reference to my web consumer client. Then it can see the methods of the internet web service and call w/o trouble both in the VS IDE and on localhost. When I deploy/copy the client to the same server that the service resides, it fails with an exception: System.Net.WebException: The request failed with HTTP status 404: Not Found. Any thoughts why? Do I need to make a prox... |
|
| webservice with SOAP behind a firewall problem! (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| HELP PLEASE!!! i can't find out how to specify the proxy for the google asp web service!!! it uses soap as this snippet of the code shows.. ............................................. [System.Web.Services.Protocols.SoapRpcMethodAttribute("urn:GoogleSearchAction", RequestNamespace "urn:GoogleSearch", ResponseNamespace "urn:GoogleSearch")] [return: System.Xml.Serialization.SoapElementAttribute("re... |
|
| locating web services (7 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by Dana Coffey denigma@bellsouth.net Hi All I'm having trouble locating web servcies on my machine. I have created a simple web service which I have tested and it works. However when I try to find this web service via Visual Studio, the option to search for web references on my local server does not exist. This is the case for 2 different machine ... |
|
| Problem in getting Data using WebService (8 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi Folks, I have problem in getting data by using Webservice Here is the code: *************************************************************************************************************** Private Const CONNSTR As String "SERVER ABC;TRUSTED CONNECTION Yes;DATABASE TESTING" WebMethod() Public Function GetProblems(ByVal sProdID As String) As DataSet Dim sSQL As String Dim bSelectedWorked As Boolea... |
|
| adding web reference - NOT vs.net? (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Alright folks, I'm sure this is downright moronically easy, but I cannot for the life of me find an example of how to add a web reference to a file without going through the VS.NET editor! Can anyone show me what this code looks like? Thank you! Rachel |
|
| WebService to COM+ (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have a webservice that processed a queued component. However, my queued component only gets into the queue and never gets processed. Am I suppose to program a reciever???? I am calling a method that should send out an email, thats the method thats queued. I am not recieving any emails. What am I doing wrong? It just goes to the dead letter queue. Thanks Sincerely, Jeff King Lead Developer Starga... |
|
| Late-binding Web References (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by Yannick Smits dotnet@stepcompany.com How would I go about "Late binding" a Web Reference. I have a Web App that contains a Web Reference (myWebRef). This Web Service simply returns a System.Data.DataSet object. My "Early binding" looks like this: myWebRef.myWebClass ws new myWebRef.myWebClass(); DataSet ds ws.myMethod(); I now have a need to ha... |
|
| Creating Web Services (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| **************************Disclaimer************************************ Information contained in this E MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E MAIL in any manner whatsoever is strictly proh... |
|
| web services questions... (11 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi folks, I have a couple questions... I think they're pretty simple, I'm just losing my mind here. We finally did get vs.net for me to work on this web service (it's the microsoft MapPoint one). I'm working on my local machine with personal web server and the .NET framework installed. I've opened VS.NET, created a new project, created a new item, and then cut and pasted the code from the site (pu... |
|
| Session State between webservices (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi, I am enable to maintain session state among different web services. I set a session in a webmethod of webservice A and I try to call the session in a webmethod of webservice B without any success. I set the attribute enablesession to true to the 2 webmethods. Did anyone encouter this problem ? Thanks, Djindo |
|
| Attachment (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I am using .NET client to access a web service running in Apache Axis. I want to send SOAP attachment in SOAP messages. I know Apache Axis does support that but I have read that Visual Studio .NET version1 has no implementation for SOAP attachment. Is this true?? Is there any other way to send large files through SOAP messages? Thanks Join the world s largest e mail service with MSN Hotmail. http:... |
|
| 401 calling web service (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by devin devinr@drone interactive.com I'm getting the dreaded 401 error trying to invoke a web service. I've set the IIS virtual directory to Anonymous, running as IUSR machine and set the credentials to DefaultCredentials, but still the same. I can call the service with GET from IE but not when using a SOAP proxy. I even set the Anonymous account... |
|
| Web Service HTC (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Guys, I have a Web service on Site A, but an html file and htc file on Site B. The htc file manipulates the data from the web service. It seems to work fine when the Web service is on the same server as the htc file, but when they are on different sites, the htc file returns an "access is denied" error message. I guess it is being denied access to the outside Web service for some reason. I was tol... |
|
| how to consume complexType in Web Service (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Copied from [winforms cs] to [aspngwebservices] by Clint Barton hawkeye@aspelite.com I am able to consume a Web service in a WinForm if it returns a string, like this: Output.Text ph.GetContactInfo("8238392734"); But how to I consume a complex type, for instance, if I want to display the Name and Address of the information being returned from this phone directory web service: http://ws.serviceobje... |
|
| Implementing with Web Service~! (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello, guys. I'm just trying to make a simple web service by using .NET. U may access it by the url below; http://www.rhombask.pe.kr/WebService/BoardList.asmx Please insert "asp" or "notice" in the baDb parameter. As you can see the DataSet throughout the web service. umm~~! By the way, I got a problem to solve out. Please see the source below: //myBoard in the webservice source, it returns DataSe... |
|
| RPC/Encoded .Net services (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi people, I use the apache server and language PHP to communicate with .Net services. I know that the apache server is RPC/encoded and I must configure the .Net Service from document ( default ) to RPC. The problem seems to appear when invoking a .Net method that receives arguments and returns a DataSet. It returns an error message indicating that the Dataset isn t compatible with the encoded ser... |
|
| Line Breaks (2 replies, VIP) |
| ASPFriends.com 'aspngwebservices' list |
| Hello, I have component that takes a string as a parameter, does some processing, and then returns the string. When I normally, if line breaks exist, they show up. However, if I allow this component to be accessed through a web service the line breaks "disappear". Is there anyway to control this? Thanks, Scott |
|