yes sorted it was had not changed the class details thank you i need to complete this tonight or i am going to struggle at Uni.
kendo17
Posts
-
Creating Web Service in C# -
Creating Web Service in C#this is the code i am using in the asmx file i have saved it as SimpleStockQuote and it is on my C:
<%@ WebService Language="C#" Class="SimpleStockQuote.XPlatformServices" %>
-- modified at 13:53 Sunday 4th November, 2007 -
Creating Web Service in C#i altered the asmx as so i can call the web service from another language platform Java. I understand that this is the code that i need but dont know what is the correct way to use it.
-
Creating Web Service in C#When i enter the code in the .asmx file it it comes back with error when i build it; could not create type 'StockQuote.XPlatformServices' Any Ideas. Is it that this code does not run from within the program where it is created that it requires to be called from another platform language.:confused:
-
Creating Web Service in C#in the service.cs file
-
Creating Web Service in C#typing in
<%@ WebService Language="C#" Class="StockQuote.XPlatformServices" %>
at top of code page but it does not like this for some reason i am using 2005 web developer, but coding from an old book, can anyone please help The web service will be crossplatform. 1. keyword,identifier, or string expected after verbatim specifier:@ 2. A namespace does not directly contain members such as fields or methods Please HELP Thank You -
Web Service in VB.Net created XML docHi All I am working on a project at present i have half of it done already in VB.net server side but i require to use another language platform to code the client side to consume the XML and display the XML doc. Can anybody explain what i should be looking for to get started on this. This is a crossplatform web service Client/Server with 2 different languages for instance i have done LoanCalcService in VB.Net server side and created with the use of XML doc and now just require to consume XML, SOAP, WSDL etc with another language platform client side and display. Please Thank You Beforehand
-
DataSets, DataTable, DataRow VB.Net 2005Thank You all for your help
-
DataSets, DataTable, DataRow VB.Net 2005Ok got it working just changed the datasets to data.datasets and so on.:-D
-
DataSets, DataTable, DataRow VB.Net 2005I am working on a web service that is from an old VB.Net book and it uses datasets, dataTables to store the data but i am using express web developer creating a ASP web service and coding in VB.Net. But when i enter the VB.net code with the dataset etc it is throwing up errors sayiny that they are not defined, but they are . Sorry about other message was rather tired.
-
DataSets, DataTable, DataRow VB.Net 2005 -
Reference DLL in VB.NET 2003Got it was adding reference to the class and not the client. Thanks Dave you refrehed my memory whne you mentioned class.
-
Reference DLL in VB.NET 2003Trying to add reference to my project by referencing it in References of the project and Right click select add reference/projects tab and selecting the project to reference like Client from Temp but error comes up saying:- A reference to 'ClientApp' could not be added. An assembly must have a 'dll' extension in order to be referenced. Can anyone explain what i require to do.:confused:
-
HELP Create web service step by step tutorialHi Dave I know it is basic stuff but some time when you are looking on the web some people just put all the crap under the sun on it and just does not help thank you
-
HELP Create web service step by step tutorial:confused:Would like to find a simple tutorial that will use web services to return a simple number to start with client/server must be cross platform different language for instance VB.NET to Java but they must consume the same XML or SOAP etc. I am a beginner and have tried several tutorials but they never seenm to be as you would like. They always have errors that i dont understand at present. Can you point me in the right direction been tring this for 10 days now with no success.
-
WebService with ASP.net ERRORI am trying to begin a simple web service application in ASP.NET. The app is to FlightRight, For this simple example, the service will support a single method, called FlightStatus. Clients call this method, passing it a flight number, and our service will return the expected arrival time of the flight. Simple right. not for me . Keep getting this error. Can somebobody please tell me where i am going wrong. Code here
_ Public Function ArrivalTime(ByVal FlightNum As String) As String Dim theTime As String Select Case FlightNum Case 1001 theTime = "12:30 AM EST" Case 2002 theTime = "4:15 PM EST" Case Else theTime = "INVALID FLIGHT NUMBER" End Select Return theTime End Function
Error Access to the path "c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\flyright\1c2b63af\df178987" is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.UnauthorizedAccessException: Access to the path "c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\flyright\1c2b63af\df178987" is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. -
Tutorial beginner on Web Services using VB.NET 2003yes done a tutorial on google ap but was only with vb.net. require something else it seems to be that the tutorials are mostly in c sharp or c++ still looking for another to try. I am hoping for the best got 3 weeks to do it.
-
Tutorial beginner on Web Services using VB.NET 2003Hi All Require a program using VB.NET 2003 that i can use to consume a web service to soap or wsdl and 1 client server but must be cross platform VB and JAVA for instance. Thank You
-
VB.Net 2003 and Access database Web Services Client/ServerThanks again Dave i have done a google ap wich is pretty cool just need to think what i can create on my own or add-on to something else.
-
VB.Net 2003 and Access database Web Services Client/ServerI have done a little VB.net 2003 front end which retrieves data from access database back end some SQL, i know of JAVA, C# etc but never used them. But looks as if i am going to have to start. I may employ third-party libraries or source code as part of your application, but the essential functionality – especially the Web Service, above – must be my own creation. Any third-party libraries or source code you use must be credited in comments within your source code, and in the report