Topic profile page for Web Service.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Web Service.
Topic "Web service" was discussed 15,522 times on 1,536 sites in last 3 months
Started 21 hours, 58 minutes ago (2009-12-02 22:02:00)
by zhwen
Hi, I am writing a .NET 2.0 client to call a third-party web service via the proxy class generated by the WSDL.exe tool. When I am making a request to the web service, the SOAP request sent do not have the namespace prefix for the tags. eg. ... ... However, the third-party web service needs the prefixes in order to work. eg. ... ... How do I make ...
Started 1 day, 6 hours ago (2009-12-02 13:09:00)
by ravinder.verell...
My goal is to list the calendar events of a specific user. Here is what I'm doing: 1) Get the Calendar of that user using getcalendars. Ex: calendars = getCalendars(participantInfo, null, null); 2) Get the events from the Calendar using getEvents. Ex: calendarEvents = getEvents(participantInfo, participantCal.getCalendarInfo().getArtifactID(),. ..
Started 1 day, 8 hours ago (2009-12-02 11:17:00)
by monkie
I have written a simple web service in PERL and am trying to get it working with the BDC. More specificly the MS Application Definition Designer tool errors when executing either my Finder or Specific Finder instances. My web service receives a string, writes to a log file and returns a different string. When executing my 'Specific Finder' method instance from within the MS ADD ...
Started 1 day, 8 hours ago (2009-12-02 11:14:00)
by oidm
Hello Gurus, Can anybody tell me how can we include a JAVA code within the tjspSelfRegistrationTiles.jsp page? so that we can make a external web service call which includes the logic of validating the UDF values? The requirement is to validate the value of a field provided by the user on the OIM self registration page. If the user has provided invalid...
Started 1 day, 9 hours ago (2009-12-02 10:20:00)
by Haresh22
Hi, I am developing a web service application using Visual studio 2008 . I have got installed IIS 6.0 and windows server 2003 in my system. I am not able to connect to microsoft access database from web service application. I have configured the IIS 6.0 to ODBC logging according to the link http://support.microsoft.com/kb/245243 . But the same application runs fine in windows application . ...
Started 1 day, 10 hours ago (2009-12-02 09:55:00)
by marvel610
Hi, It's my first post, so please don't beat in case of some mistakes :) I'm starting my adventure with Sharepoint. Now I use Virtual Disk from MS: WSS 3.0 SP1 VPC Image. Soon I'll try Office Enterprise edition (it's gonna be my target enviroment). Anyway, I'd like to use some external web service on my sharepoint portal, eg. like this: http://www.xmethods.net/ve2/ViewListing.po;...
Started 1 day, 10 hours ago (2009-12-02 09:13:00)
by NumbLock
Hello all. Just wanted to let everyone know about my free yquote web service. It retrieves a detailed quote from yahoo and returns a quote structure. It is available at http://services.hendersonsoftware.com/yq/yquote.as mx
Started 1 day, 10 hours ago (2009-12-02 09:07:00)
by user10225283
Hi all, I would like to know how we can identify the web service processes, the java sessions, which are being executed in a DataBase from .Net 2.0 Our customer wants to know, what is the process thar are running in the RDBMS, bur they just can see the Machine and not the exactly process of that machine which is using it. Since DataBase, it i's ...
Started 1 day, 14 hours ago (2009-12-02 05:38:00)
by wouvis
I have been reading alot about pushing via ws-eventing and web services... But haven't really found what I'm looking for when it comes to a decent example of using a Java Web Service for pushing certain objects (like new messages) to a client. The thing is that I would subscribe my client to a certain web service. The web service would handle transferring of messages: users can send messages ...
Started 1 week, 1 day ago (2009-11-25 08:43:00)
by Irinel Crm
Hi, Can anyone tell me what is the difference between those 2 types of authentification? 1)on-premise 2)IFD For me those look the same Is there a way to become independent of Active Directory? Thanks!
Started 1 week ago (2009-11-26 04:29:00)
by SweetMustard
Hi to all, Q about throwing Excaption from WebService to client: I build WS which connect to DAL class --> DB, if connections not succeed than DAL throw Excaption. Excapion catch at WS [WebMethod] - the one who called the DAL and than return to client ( [WebMethod] is string type) : return ex.Message; the problam: when ex catch on client side ...
Started 3 days, 3 hours ago (2009-11-30 16:30:00)
by h_alvarez21
Estoy usandio Visual Studio 2008, con VB.NET y soy nuevo en esto, estoy tratando de leer un web service from http://www.bccr.fi.cr/flat/bccr_flat.htm Pero me da el siguiente error: Could not find default endpoint element that references contract 'wsbccr.wsIndicadoresEconomicosHttpGet' in the ServiceModel client ...
Started 1 week, 1 day ago (2009-11-25 15:05:00)
by PFriedl
Hi all, I'm very new to web services, and I'm having a little trouble. I've got a service that has a method like so: _ Public Function GetRate(ByVal Order As Order, ByVal ItemList As ShippingItemList) As RateItemList As an example, the Order object looks like this: _ Public Class Order _ Public Property OrderID() As String .... My problem is that our client...
Started 1 week, 1 day ago (2009-11-25 07:12:00)
by jyest1978
Hi all I am developing an application and users are going to click a linkbutton to download a .pdf file from website. Web service is used to generate the file, and I get the file as byte array. The question is that, how can I somehow set the byte array into httpresponse directly so that they can download it? in my case, the web host server might not allow me to save a file to disk ...
Started 6 days, 2 hours ago (2009-11-27 17:10:00)
by CraigL
Hi guys, I am writing a C# WinForms application that I'm hoping will speak to a c# WebService being hosted on a remote server. I have never built a webservice. On the remote server, I have a /httpdocs folder. I am using VS2008. I 'published' my project, via FTP, to that folder. I note that it created a few files in that folder as well as a BIN folder with the dll and pdb. The only change I ...
Started 5 days, 23 hours ago (2009-11-27 20:23:03)
by harry_potter
Assume that you are developing a web application that shows currency exchange rates for a bank web site. The rates are stored in an IBM Mainframe in the bank and rates are available through web services. Each time a user accesses the rates page, the page makes a request to the mainframe. This generates too much load on the mainframe. Especially most of the time the rates delivered is the same. ...
Started 3 days, 14 hours ago (2009-11-30 05:11:27)
by ay1585
Hi All, I am new to working with web services. I am working on an ASP.NET application in which the Web service contains BE,BL,DAL. A service reference is given in my application and the web service URL is given in web.config. I want to know if there is any way in which I can specify the URL without giving it in web.config? Recently I attended an interview where I was asked the following ...
Started 1 week, 1 day ago (2009-11-25 02:59:00)
by Satrughan
Hi,I have 2 computer systems one running on vista and the other running on win 7.Both the systems have IIS7 and are running on the same network. I published a webservice on both the systems and tried to access.On the Win 7 system i cant access the webservice but on the Win Vista system its running perfectly fine. Is there any reason why is this so..