We are in a position to consume the Web Service hosted in JBOSS as explained above.
We tried to generate proxy classes using VS 2008, but we are not successful in calling the Web Services using WCF.
Please share your views?
...
I have to define a web service contract that afterwards will be used by different software suppliers to implement their servers and clients.
I tried to do it defining classes, making a WCF service and using it to autogenerate WSDL document. The problem with this approach is that inside WSDL there are some specifics concerning binding an...
In a number of projects I plan to create (widgets/local client software) I want to store some user preferences etc. I could do this client side, the widgets have this functionality, or I could store it online somewhere, giving the user access to those preferences on any computer, or after a reinstall etc..
The problem is that I don't wa...
how can i handle wsdl in objective c? maybe manual parsing of xml? any tutorial?
...
Hi,
I have a complex web site in ASP.NET and c# using a class that inherits from XmlSiteMapProvider to build a site map used by asp:menu through asp:SiteMapDataSource.
I would like to build a web service that given the user details will provide the map (based on user roles).
1)I already have the class that inherits from XmlSiteMapProvid...
Should caching, which is a cross cutting concern, be ever turned into a web-service?
The question might be a little weird, but I feel in SOA, a service should be identified based around a business solution, and we should not expose services whose only responsibility is to cache Objects. This does not seem to be a business function at al...
I need a provision of detecting the adult image in the websites where the user uploads the pictures to determine that a picture isn’t acceptable for my site. Can any one suggest the method to do this?
I need kind of open source code/program (PHP) that could be implemented in the website and stops the user to upload the picture. Earlier ...
Hello,
I m invoking a web service and they stop my service calls after an hour,
the hourly limit of 5000 requests for the IP address MY IP :)
has been exceeded.
I m using C#, and is there a way around this?
Can i programatically send the requests as if they are coming from different IP ?
Is that possible?
Thanks
...
Is there a way to host an ongoing process in IIS? Let's say i'm writing an invoicing web site and every so often I need to send out scheduled invoices. This is really part of my invoicing app and I'd like it to be deployed as part of my invoicing app, by copying files to the web server. I don't want the deployment headaches or the awk...
Hey guys,
Over the last few months I've often come across the same Design obstacles when developing certain kinds of distributed applications.
Firstly, let me set out my environment, and distributed applications:
.NET enviroment
All communication is done over HTTP
Applications are often on different servers
Usually is a combination o...
In developing a new web service I haven't been able to find very much information on how companies bill for their web services.
Do you bill by request or only certain requests ie) GET or POST?
-would these be tracked at the application or server level?
Do you bill by bandwidth?
-again how would this be tracked on a per user basis
Do...
hi,
excuse me if i will sound little stupid but this thing had confused me to the core and i have been searching like crazy on net with no ultimate answer so i hope some one would shed more light on this matter.
now i wanna create a portal site and my client require that everything should be AJAX'ed so i have been playing with ASP.NET...
Dim j As New SqlDataSource
Dim xId As String
Dim y = j.ConnectionString("Data Source=pcname;Initial Catalog=database;Integrated Security=True")
Dim query As String
query = "SELECT * FROM x WHERE username =" + Username + " AND Password = " + Password
Dim result = j.SelectCommand(query)
xId = j.SelectParameters('xId')...
For web sites, like Blogger, delicious, Google Reader, each of which has its own way for user to categorize their record/entry/item by keyword/tag/label. I want to unify them all, so is there any service for that?
@Edit: It's the service that should "inject" into these web applications (by calling an external API? ), so that I can selec...
Hi all,
I'm a newbie in web services with jax-ws and I'm a little mixed up with the different
files. I'm doing a simple hello test and I'm trying to explain something.
I successfully installed my web service on Glassfish. I also tested it with a standalone javaoutside the server) My example comes from the helloservice in the javaee5 tu...
Hi, I'm fairly new to WebService developement and have just set up my own webservice (ASP.Net 3.5, Visual Studio 2008 .asmx file).
I can not find a way of setting up my webservice to take parameters on the constructor.
If i create a constructor that takes parameters, it is not then shown when i hook up to the webservice from my applicati...
On a remote client, I'm trying to create a new list in a sharepoint site. Right now, I'm building a CAML string and sending it via http post to my sharepoint site. I've used this method to update list items and create dws folders, but I can't seem to get AddList to work. I get an error "Remove server returned error:NotFound."
here is my...
I'm looking to attempt to simplify address entry into a system where the city textbox has autosuggest initially populated by the user's geolocation. In the past it has seemed that autosuggesting the city name is prohibitively costly without knowing the province/state/country first but it doesn't make sense to require the user to enter t...
hello all,
I am trying to use a software for converting one file format to another, and that I usually use on command line. The input for this software is a file with the content that I want to transform.
I am trying to use this in my webservice. Can I use FileWriter and create a File into which I want to write the contents to be transf...
Hi,
I have a basic web service running that accesses a database and returns XmlDocuments. The database access is defined in a web.config key.
I have multiple types of clients accessing these web services, and if lets say, a client of category 1 accesses the Web service, the WS needs to connect to Database1. ClientCategory2 -> Database ...