Hello ,
I am new to axis ,I have created a web servcie with couple of methods using axis2 and deployed it on tomcat.And am calling that web service from my android program with the help of ksoap.But wen i call a method which doesn't take any parameter am gettin fine reply from web service which i can able to see on my screen,But wen i c...
Is it possible in IE8 without using third party plugin like Java?
...
Hello,
First of all i success to programming a client for an Axis 1.2 web service, but for Axis2 i don't know how i can do, and the tutorial in Apache don't really help me.
Here my code :
import java.net.URL;
import javax.xml.namespace.QName;
import org.apache.axis.client.Call;
import org.apache.axis.client.Service;
public class E...
I looked already and could't find anyting good.
So a question is, are there any good web frameworks that would allow to easily develop GUI for the majority of high end phones? By this I mean
It would have to work "the same" on majority of high end phones (forget the low cost ones)
It would have to simplify the development and hide th...
I have a custom web part in SharePoint that has one property. Here is it:
// Specify report path
private string _report_path = string.Empty;
[WebBrowsable(true),
Personalizable(true),
WebDisplayName("Enter Path"),
WebDescription("Embeds an OBIEE Report in the portal"),
SPWebCategoryName("Report")]
public...
Following this question I get a message on the retrieved page that "Your browser does not support JavaScript so some functionality may be missing!"
If I open this page with web(url) in MATLAB web browser and accept certificate (once per session), the page opens properly.
How can I save the page source from the browser with a script? O...
We are trying to design 6 web services, which will serve another client component. The client component requires data from the web service we are implementing.
Now, the problem is, there is not 1 Web Service we are implementing, there is one Web Service which the client component hits, this initiates a series (5 more) of Web Services wh...
Also, can you SEND any header back? (return headers) when you run a web server?
Or, are headers limited?
...
Hi.
I have some web services and I am creating a web client using ws-import.
When creating the client I have this line:
MyServiceService service = new MyServiceService();
It works fine as it is.
I have the same web service running on another server and I was wondering if I could access them using the same client. Is it possible t...
I want to reuse a WebRequest object so that cookies and session would be saved for later request to the server. Below is my code. If i use Post function twice on the second time at
request.ContentLength = byteArray.Length;
it will throw an exception
This property cannot be set after writing has started!
But as you can see
...
The context: My question relates to improving web-page loading performance, and in particular the effect that javascript has on page-loading (resources/elements below the script are blocked from downloading/rendering).
This problem is usually avoided/mitigated by placing the scripts at the bottom (eg, just before the tag).
The code ...
Right now I am using this code to download files (with a Range header). Most of the files are large, and it is running 99% of CPU currently as the file downloads. Is there any way that the file can be written periodically so that it does not remain in RAM constantly?
private byte[] GetWebPageContent(string url, long start, long finish)
...
Ning provides a structured content dump of Ning sites when requested. I was wondering whether a) the schema for this dump is publically specified and b) any open-source web applications can use such a dump to populate a community website.
...
I don't think I'm missing anything. Then again I'm kind of a newbie.
def GET(self, filename):
name = urllib.unquote(filename)
full = path.abspath(path.join(STATIC_PATH, filename))
#Make sure request is not tricksy and tries to get out of
#the directory, e.g. filename = "../.ssh/id_rsa". GET OUTTA HERE
assert full[:l...
Hi folks,
I'm trying to use Visual Studio 2010 (but this also happens with VS2008) as my web server for all locahost development.
When i go into the properties for my web application (sigh, it's a legacy web FORMS app) and check the Web tab .. then check the Use Local IIS Web Server option ... it only allows me to create a virtual dire...
Hi all,
I read some paragraphs in a book saying that it is not possible to do a partial postback for web, even AJAX is employed. Ajax will postback everything and update only ajaxfied controls.
However, on pages I made using ajax, I used Fiddler to monitor the transportation. I found when the page initial load, it loaded everything incl...
From wikipedia:
The Web Services Description Language
(WSDL, pronounced 'wiz-dəl') is an
XML-based language that provides a
model for describing Web services.
But in most cases, I found that WSDL is used in conjunction with SOAP. but as far as I know, if the WSDL is a language to describe web services. there should be possibl...
I am trying trying to build a web service with client and server side soap attachment. Could you guide to any edocs which would help me learn this in simple steps.
Environment:
java
jax-rpc with attachment handler
Thanks in advance
...
I start with describing the problem itself. Rather than a problem I'm looking for a better solution. I have a asp.net page which has a bunch of images and a link underneath it, Each image is infact the latest rendering of the link underneath it.
I scheduled a bat script which runs every hour to fetch the images through IECapt a web page...
I’m currently working on a small web app that allows people to search for music album covers. However, I’m having a problem getting my PHP proxy to work. Right now I’m using a simple PHP proxy script to grab the HTML from Google’s image result page, and parse it to find the first image result (I can’t use the image search API because it ...