web-services

Webservice to create account, country state list?

I have a webservice that a developer can use to create a user account, apart of the create user account form, it requires an input of the user's "Postal Address" The Postal address has "Country State Id" Normally, I would provide a list for everything else, but when it comes to country state list it contains thousands and thousands of ...

Server setup for basic forum-style app on iPhone?

I'm not really a server-side person – I generally do iPhone apps, though I've hacked together a few Wordpress sites. I'm curious as to what web technologies people would use for the back-end of an iPhone app whose front end presents as a basic forum. In other words, people can create new threads, and respond to them - with plain text on...

Tutorial about web service

Can anyone give me good tutorial about web service? i find below tutorial with example but doesn't work 1 2 3 for example if i want to show weather in my app should i get data from specific web site or i can get data from yahoo or other site about weather ...

PKIX path building failed: unable to find valid certification path to requested target

Hi Guyz, I am calling some HTTPS web service which the following Client: import java.io.ByteArrayOutputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.PrintStream; import java.net.HttpURLConnection; import java.net.URL; import javax.net.ssl.Htt...

Does Java clients needs specific "Java" certificates when Handshaking with HTTPs servers?

Hi folks, I am writing some Java client to a web service. I am already have xxx_FX.crt and xxx_IE.crt certifications for FF and IE repsectively. I've putted them both in jdk/jre/lib/security but the client still throw the famous exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path buildi...

How can a webservice be secured with authentication when called from ajax client side ?

How do I protect a webservice if it is called from ajax ? Update: I realize that my question didn't reflect what I intended to ask. I don't want user to be able to do the request by pointing to it with its webbrowser but only in the context of my app. ...

Spring ws - AxiomSoapMessage & attachment with MTOM are inline

Hi, im trying to understand how the AxiomSoapMessageFactory handles request (the body & attachment) but i dont understand some points (or they are maybe features) i 'm using AxioSoapMessageFactory like this : <bean id="messageFactory" class="org.springframework.ws.soap.axiom.AxiomSoapMessageFactory"> <property name="payloadCaching"...