web-services

How to make a dynamic javame wcf web service client?

I'm new on this. And can't find the solution in google. Anybody care to help me out? :) I think it's also called dynamic proxy client ...

Various way to send data to the web server

Client Environment : Windows XP , Internet connection Available, PHP Not installed. Server Environment : CentOS , Internet connection Available, PHP , MYsql installed. Data are stored in files at client machine , suggest better ways to send data fetched from the file to the server. Normally i would be using HTTP request using Curl to s...

WCF identity when moving from dev to prod. environment

I have a web service developed with WCF. In the development environment the endpoint has the following identity section under the endpoint configuration. <identity> <dns value="myservice.devdomain.local" /> </identity> myservice.devdomain.local is the dns name used to reach the development version of the service. The binding used...

Develop web-services aware of user's time zone

I'm developing a client-server application on java. The server offers some operations through a web service. The application must show some content depending on the user's custom date and time; information that is retrieved from the web service. Different users may be in different time zones. I've been thinking on how to store on the se...

Add webservice reference, the classes in different file

Hi, When I add webservice as service reference in my .Net project, it creates a service folder within "Service References". All the interfaces and classes are contained within that service folder. I wanted to know how to split the interface's method and classes. Actually I wanted the web service reference to import classes defined in dif...

Should I re-write all my ASP.NET web-services as WCF?

Is there really an added benefit that worth the bother of spending time converting existing asmx web-services to WCF? (I have about 10 web-services in the project) ...

get 502 bad gateway error when calling a webservice

Hello to all, In my SEAM web application running under JBOSS-AS 4.2.3 there is a plain SOAP message call to a webservice, using SOAPConnection.call(). The call ends up with a org.jboss.remoting.CannotConnectException: Can not connect http client invoker. Invalid HTTP server response [502] - Bad Gateway. Running the same code outside th...

Redirect a custom url with a webservice? Other options?

I have a home server running at home and I want to grant family members access to certain private websites. Reese with password 1234 should type in his url like this: http://www.my.my/reese1234 and get redirected to where I want him to be redirected to. Can I use a webservice for this? If yes, how do I start? (I use ASP.NET and C#) Or ...

How to authentice users with SOAP ?

Do we have to send username/password along with the SOAP message ? In that case, my database server will have to run a query every time to authenticate. Is there a method for token based authentication ? It would be really helpful if someone could point me in the right direction. ...

technologies beside scaling web applications in a distributed nature

Hello, I am interested in theory to scale web applications in a distributed nature, i.e. when there is some platform/stack can be extended by others applications running on different servers, etc. I am researching this field and feels the lack of the right keywords :) Interesting concepts found so far: opensocial through API aka web...

tempDirectory compilation configuration

I'd like to add <compilation tempDirectory="MyPath"/> to the web.config of my webservice. Is it possible to specify a relative path? or it can only take an absolute path? ...

Is there a way to get an ASMX Web Service created in VS 2005 to receive and return JSON?

I'm using .NET 2.0 and Visual Studio 2005 to try to create a web service that can be consumed both as SOAP/XML and JSON. I read Dave Ward's Answer to the question How to return JSON from a 2.0 asmx web service (in addition to reading other articles at Encosia.com), but I can't figure out how I need to set up the code of my asmx file in ...

Preferred Options for Webservice to Android

I need to get an Android app to interface with an XML webservice (it's really just a request which returns XML), but as the data is large and includes some things I don't need (like a huge description block), I was thinking of transforming it via a server into a format that would be good for Android, and also to be reduced considering it...

Accessing Remote ASP.NET Web Services' JSON data

How can I best create a webservice method which returns JSON data that is to be consumed by an application on a different domain? The following article talks about how to set it up: http://www.codeproject.com/KB/webservices/ASPNET_JSONP.aspx I havent tried it out yet but it seems like there are a lot of steps and the ajax client has to...

Most interoperable web service platform for Apache Tomcat JSP platform to be consumed by .NET

For a company that has their stack built on Apache Tomcat and JSP what would be the best web service platform to be leveraged by that infrastructure that would be consumed by .NET client. From the .NET side I know the answer would be Windows Communication Foundation (WCF) but I'm not sure from the other side. ...

how do I make URI of dynamic web reference look in web.config instead of app.config?

I have a class library(DLL) which has a web reference, its dynamic. I have copied the setting into the applicationSettings of the web.config but still it keeps referring to the old URI I had set during develoment. any idea how i can make it take the URI of the web-service from the web.config? ...

webservices, where can find a free web service for Currency convert ?

as topic, I have googing, but still no good result . thanks for your help. Regards ...

Why use Nusoap rather than PHP SOAP ? Any benifits ?

As far as i have scourged the web, i can see an abundance of articles on how to setup Nusoap and use it to setup a soap server/client in PHP. However, none of them seem to point to any advantages of using it than PHP's own native SOAP library. Can anyone tell me what are the pros/cons between : Nusoap PHP SOAP PEAR::SOAP Zend SOAP...

Converting WAR to EAR and other Glassfish stories

Hello! I am really new in this so I hopefully don't make any terrible mistake. I apologize before hand if I have. In my project I was using tomcat and deploying WAR files. But now some bosses wants to deploy EAR files. So there we go. I first downloaded Glassfish (don't know if it's the apropiate application server for a newbie like m...

NULL parameter on javascript call to webservice

I've been following this example from IBM to call a java web service from javascript in an html page http://www.ibm.com/developerworks/webservices/library/ws-wsajax/ a small code snippet to show the communication with the webservice is: var call = new WS.Call('http://localhost:8080/MICE_Server/MapEditorService'); var nsuri = 'http://W...