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 13,966 times on 1,367 sites in last 3 months
Started 17 hours, 6 minutes ago (2009-11-12 05:19:00)
by swapna_here
hi all, We have a ejb application web service that is binded with shedular bc to trigger for every 2 hours and it runs for one and half hours making continous transactions with database.. In the web service a outer for loop will be iterated by fetching list of data from database. And this list will be iterated in the inner for loop. This logic works fine for sometime, but suddenly ...
Started 21 hours, 53 minutes ago (2009-11-12 00:32:00)
by mdjinn31
Hello i want to display information and a module that comes from a web service, is there a modulo or how can i develop a modulo to show the information
Started 1 day, 3 hours ago (2009-11-11 19:12:00)
by Joe Zamora
I've been beating my head against the screen trying to get log4net working in my 3.5 web service. Per community instruction, you should add the following line to the Global.asax.cs file: void Application_Start(object sender, EventArgs e) { // Code that runs on application startup log4net.Config.XmlConfigurator.Configure(); } However, after trying ...
Started 1 day, 6 hours ago (2009-11-11 16:07:00)
by Ramesh_Babu
Hi, I have developed a composite business proxy inquiry. Now I need to establish the same composite inquiry as web services. Any one know how to create web services for a composite business proxy? Please provide if you have any documents on this. Thanks in advance. -Ramesh
Started 1 day, 9 hours ago (2009-11-11 12:43:00)
by asalman.qazi
Hi, I have a Solaris 5.6 having an Oracle database.Now this server is being accessed by a web service interface.I cannot see anything other than httpd daemons running on my server. There is a frequent problem of the stopping of these httpd daemons . Now i am asked to find the root case.I talked to the people supporting the interface so they said they are accessing the oracle database and ...
Started 1 day, 10 hours ago (2009-11-11 11:40:52)
by lsmith999999
Hi there, I'm invoking a web service via a "MethodAsync()" call on my "Page_Load()" thread using the standard asynchronous event pattern. The request is serviced and my "MethodCompleted()" callback event is notified on another thread (standard behaviour for this pattern). For some reason, until I allow the "Page_Load()" thread to exit, my web service calls aren't being sent to the remote ...
Started 1 day, 11 hours ago (2009-11-11 10:54:00)
by SudeepPandey
Hi Friends, I need your help in running the below Web Service client code. I tried running it from both Eclipse and Net Beans IDE. I have generated the stubs and included the necessary libraries also. Whe trying to run, i get the below error message . The error is when the code tries to "Hello port = service .getHelloPort();" java.lang.NullPointerException at HelloClient....
Started 1 day, 12 hours ago (2009-11-11 10:06:00)
by Caran
Hi I?m working on a project which I have to send files (images/ .jpg) from client to server folder. I have to send them as a batch. A batch contains 100 images. If a single file fails the whole transaction should be rolled back and resend. The transaction success or fail should be acknowledged to the client. There may be 10 clients in the application. I would like to know suitable web...
Started 1 day, 12 hours ago (2009-11-11 09:34:00)
by Sundeep Ganiga
Dear all, I have a maintenance database table(having ColA(primary) and ColB(varchar)) being records inserted using asynchronous web service.Before inserting a new record into table on save button click event,i have to check uniqueness of record.So, When i send query request to check with given record Webservice completed event is raised after the save button click event.So, I am not ...
Started 2 days, 21 hours ago (2009-11-10 00:47:00)
by Ajx123
Issue while Connecting to Outlook from Hosted Web service Hi Friends We have developed a web service in asp.Net 3.5, that reads outlook calander appointment on the system on which it is deployed. this web service reads outlook appointment without any issue when Executed from Local Path. but when I deployed it on IIS and invoke...
Started 1 week, 1 day ago (2009-11-04 07:05:00)
by uniquehandle
I have followed the nice introduction to flex and .net web services found at http://www.codeproject.com/KB/aspnet/FlexASPWebSer vice.aspx and get an error when I run the flex app. It looks like a cross domain security issue but I have not been able to solve it so far. I hope someone here will have seen this before and can advise a fix? I've created the db and the asp.net web service. ...
Started 6 days, 14 hours ago (2009-11-06 07:42:00)
by thiyagarajan8
I am using Xcelsius Engage 2008 trial version I am able to create dashboard using a webservice connection But when i try to add another webservice connection in the same dashboard , the connection is disabled. Is this happen since i am using trial version of the software.
Started 1 week, 1 day ago (2009-11-04 07:24:00)
by twix
Can anyone tell me if it is possible to get binary data back from a web service callout? I am using the apex Http, HttpRequest and HttpResponse classes to call an external service that returns a binary file. I then attach that file to an email programatically. Everything works fine, except that my binary data in the attachment is mangled, because of the string conversion on ...
Started 3 days, 8 hours ago (2009-11-09 13:39:00)
by mddean17
Hi, I have a third party Apex web service I can call without issue from PRM Portal via a third party Flex object. With the same Flex object on a Sites page and authenticating with the same Portal user and Site.login(), the web service call fails with the Sites In Construction redirect. I notice if I change the web service endpoint passed into Flex to my Portal endpoint the call is ...