Calling SOAP web service from (javascripte) jaggery
Here I am going to call web services in http://localhost:9765/services/BAMToolboxDepolyerService?wsdl from jaggery (javascripte code). This sample testing web servies runnning in WSO2 BAM.Thinks that i...
View ArticleLightweight Directory Access Protocol (LDAP)
The Lightweight Directory Access Protocol (LDAP) is an application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. In the early...
View ArticleApache Directory Studio Tutorial for LDAP
This post will explain Apache Directory Studio features for LDAP. http://directory.apache.org/studio/ (Download it from here)Apache Directory Studio is Eclipse based LDAP browser and directory client....
View ArticleBrowse LDAP in WSO2 Identity Server (IS)
Here I am using WSO2-IS-4.0.0 and Apache Directory Studio to browse it. (my last post explain Apache Directory Studio features) [1] Start wso2 IS from wso2is-4.0.0\bin>wso2server.bat[2] Open Apache...
View ArticleWSO2 CEP Tutorial - Complex Event Processor
WSO2 Complex Event Processor (CEP) is Solution if you looking for extremely high performing and massively scalable systems. If need more data or information to read go to references[1] Here I am going...
View ArticleWSO2 CEP with ActiveMQ JMS Broker
If you need simple WSO2 CEP simple sample Try out this. This post explain how use WSO2 CEP and ActiveMQ JMS Broker to publish and subscribe events.Prerequisite install ActiveMQ JMS Broker. Before...
View ArticleModifying Registry keys in Windows
Introduction for Registry KeysThe Windows Registry is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. It contains settings for low-level...
View ArticleTopics in WSO2 Message Broker
This Post explains Topics in WSO2 Message Broker (MB) with Subscribing and Publishing.For this we will write two java clients.TopicSubscriber.java to Subcribe for messagesTopicPublisher.java to to...
View ArticleList All Web Services in WSO2 Carbon/Product
I just came across nice command in wso2 carbon. That nice Command is valid for wso2 carbon or wso2 products. Form this command we can list down all web servics calls that wso2 product or instance have....
View ArticleClient For ActiveMQ
This Post explains Topics in Active MQ (Message Broker) with Subscribing and Publishing.For this we will write two java clients.As we did for wso2 Message BrokerTopicSubscriber.java to Subcribe for...
View ArticleAndroid Application to get Phone/OS Details
Add uses-permission “android.permission.READ_PHONE_STATE” <uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>private void initViews() { phoneSysCode =...
View ArticleWSO2 MB with External Cassandra
Here is steps to follow for achieve the task[1] Download cassandra from http://cassandra.apache.org/[2] Unzip "apache-cassandra-1.2.0-bin.tar.gz" in "C:/" drive[3] Cassandra configuration files can be...
View ArticleInvoke a web service with Jaggery (with Payload)
Same days go I have wrote a post, how to call web services from jaggery (JavaScript mode). But there we call for web services where there is no payload. It is just one parameter to added but lot of...
View ArticleRunning jaggery javascript app inside proxy
In this post I'm going to illustrate how to running jaggery (javascript) App (Jaggery server) inside proxy. [1] Stop jaggery server if it is running.[2]Go to <jaggery-Home>/bin/ from CMD[3]Entry...
View ArticleCarbon Platform Exploring front-end and a back-end
The Carbon platform made of a front end and a back end. Therefore its architecture allows to deploy its front end as a separate web-app. This capability is greatly useful when we are working multiple...
View ArticleAdding module for Jaggery
If you need any module or (jaggery code) to reuse in jaggery. we can add module in to jaggery easily I will be explain how to do it. we can reuse that module from jaggery applications in that...
View ArticleCarbon Admin Services in RESTful
As Carbon platform made of a front-end and a back-end. Backend contain SOAP Web services interface. But can I can access this in RESTful mode or Front end Java scripte? There is not much clear API for...
View ArticleWhat is SOA (service-oriented architecture)?
SOA (service-oriented architecture) is a style of software architecture that can be used in designing and developing software as form of interoperable services. There are 3 things that are coming in to...
View ArticleEnabling SSO in WSO2 User Engagement Server (UES)
Currently wso2 User Engagement Server (UES) is in ALPHA stage and it can contain jaggery APPs (javascritp applications) or webapps with gadgets. There you will need to have Single sign-on (SSO) for...
View ArticleEnabling the HL7 Transport for WSO2 ESB
Posting is mainly for new WSO2 ESB Users and it is for basic users. Here I am using wso2esb 4.6.0 and here the location for download WSO2 Enterprise Service BusStart WSO2 ESB from...
View Article