If you ever find you have the following exception when trying to create stubs for your web services: java.net.MalformedURLException: unknown protocol: c make sure that the path in which your WSDL resides does not have spaces in the any of…
If you ever find you have the following exception when trying to create stubs for your web services: java.net.MalformedURLException: unknown protocol: c make sure that the path in which your WSDL resides does not have spaces in the any of…
When you are thinking about using web services with Java on mobile devices there are 2 main parsers you can use. These are: J2me web services (JSR172) (for more details you can read this introductory article: http://developers.sun.com/mobility/apis/articles/wsa/) kSOAP 2.0 (for more…
This is for people who like would like to use WSIF on Oracle BPEL Process manager but cannot find a step by step tutorial on how to do it. A lot of these steps are very manual and I am…