WSIFException, no schema elements found
Currently I am working on this framework WSIF, this line keep retrun me WSIFException: no shema elements found. Any idea? operation.executeRequestResponseOperation(input, output, fault); \ ...
Currently I am working on this framework WSIF, this line keep retrun me WSIFException: no shema elements found. Any idea? operation.executeRequestResponseOperation(input, output, fault); \ ...
I created a web project with maven like this: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp Then I run mvn eclipse:eclipse so that an eclipse project is built. Eclipse recognizes all the features of the project but it doesn't recognize it as a web project. Therefor...
Hi, I'm trying to write an application that gets stock quotes from Google Finance and graphs them, in C#. My program uses the HttpWebRequest class to request the source code for the web page containing the stock quote, about every thirty seconds. After getting the source, I then extract the quotes and graph them. My issue is that when t...
Hi, I did a bit of research on the topic, but haven't found the "it" book. Do you have recommendations for books on developing web services? Ideally it explains from the beginning, thought process, development process, maintaining the service, tracking, optimization, and so on. Basically it would guide me through developing web servic...
We have multiple websites under different domains that need to receive our banner ads. We have a server app, in PHP, that returns the HTML for a randomly-generated banner ad. Out of concern for the client side, I don't want to use an iframe nor do I want to include the jquery library because of the weight - I also do not want to duplica...
I am working on an ASP Classic site that uses 3rd party ActiveX controls. I've never worked with ActiveX controls before and I'm not sure where to put the .CAB files on my web server to get them to install through IE when IE can't run the objects. Could someone point me in the right direction? The code in my page to load the object look...
Right now i stuck in my application because of this issue. anyone help to get out of this. Want source code to covert all video format to 3gp and mpeg4 format. i developed this applicatoin on asp.net using c# as a backend language. ...
I guess the title gives most of my question away, I have a university project in which I must design and create a website in php or asp.net I have chosen the asp.net path since I am pretty familiar in php and I prefer C# to php.. Could someone please reference some good online places to visit to do some further learning, and recommend so...
I am trying to generate a route using ASP.NET routing, but I only want it to apply if certain values are numeric. // Routing for Archive Pages routes.Add("Category1Archive", new Route("{CategoryOne}/{Year}/{Month}", new CategoryAndPostHandler())); routes.Add("Category2Archive", new Route("{CategoryOne}/{CategoryT...
Hi Guys, Im looking for a control similar to: http://www.treehugger.com/files/2009/01/built-in-dishwasher-vs-hand-washing-which-greener.php [the control on the left] Could anyone tell me of a good free one that we can distrubute with our web based software preferably that has an Mit licence. Cheers Pq ...
trying to look for an web analytics service(preferably free) which gets the usual stuff, browser, hits, OS, etc. in addition, it needs be able to track user click paths, and some how be able to tie in with my own database, maybe perhaps pass in JSON objects similar to PIWIK. i am tracking user click paths strictly for debugging purpose...
Does anybody has a WebLogic 8.1 two-way SSL full example? I am developing a small web application (1 HTML, 1 Servlet, 1 JSP) to send confidential data. The client could be a web browser. The server is WebLogic 8.1. The information should travel encrypted. Besides, the web application needs to authenticate the client, using more than a ...
It doesn't matter if the back-end is done with PHP, Ruby, Python, ASP.NET, etc. In your opinion, what is the single best tool is for a back end-developer? Why? ...
Hi, When working with OpenID, what differences are there in having WWW in a domain name? I have noticed that some of the sites don't work when entered without the WWW part in the domain name. What is the reason for this? Can this have an effect on OpenID delegation? ...
Hello, Recently I've been asked to develop a small web site/application. The site should have some code behind it as in any web application, and the client also needs CMS editing capabilities. He is familiar with Joomla, so he wants the same experience. I have vast experience in writing ASP.NET (C#), and almost no experience in PHP. ...
Good Morning Stack Overflow, I'm new to asp.net and have a problem I'm trying to sort out, maybe you can help? The result im looking for is that the data goes into CANRADcontacts and CANRADcollreg which share a common ID. I am populating the database via a web form, and can't quite get the SQL correct, please see this example; Protec...
Stackoverflowers, I am debating between 2 scenarios for handling the display of a product catalog for a website redesign I am performing. I will be using the IIRF isapi filter to perform the rewriting for an asp.net website. Here is what the urls will look like www.domain.com/catalog/productgroup1 www.domain.com/catalog/productgroup2...
I have to connect to secured webservice, I am passing in the credentials while calling the service But I am getting following error message while calling service "An error was discovered processing the < wsse:Security > header" I am using basicHttpBinding with security mode set to "Transport" The endpoint address points to secu...
I will be hosting weekly a couple hours session at university aimed at teaching some of our better students web-programming. These people are pretty proficient at computers and some are good at web. What web-technologies would you teach in 2010 for a semi-advanced students team? What would you include? And what would you omit to teach? ...
Hi. I'd like to know if there is any way to draw hardware-accelerated 3D graphics in the web. What is the best technology for this? Java/Flash/Silverlight or maybe could it done with JavaScript? Maybe HTML5? Thanks. ...