Posts

BEPl composite

Image
 BPEL(Business Process Execution Language): We can design Synchronous, ASynchronous, Oneway type of Service by Using BPEL When you drag a BPEL Process it will generate 3 files .xsd --- it will process inputs to the webservice and brings output from the webservice .wsdl----it will describe the webservice and locate the webservice ( It will genrate a WSDL URL once you deploy the project) .bpel---- We will see BPEL activities inside the BPEL process. We can design the Business process by using bpel activities 1.Synchronous Process( request - reply) - 1 port :  In Synchronous process you will submit a request and you will get a response with in Some time frame. The default time limit for synchronous process is 45 Sec.. If it exceeds that time limit, you will get timeout error There will be only one port in Synchronous process Input and output will travel in the same port.... Examples: Online ticket booking, Online Order Booking, On-line Money Transfer can we change the default tim...

EM console future

Image
  EM Console features: 1.EM console will help you to test the SOA Projects after Soa project deploys  2.Deployed projects will find under SOA folder-----> SOA infra----> SOA Folders --->partitions--> Deployed Composites    you need to double click on the project and T   est..... 3. Every Deployed SOA Project will generate unique WSDL URL 4. Through EM console we can configure the properties of BPEL, Mediator, Human task.... Through SOA Administration 5. We can Configure the logs through EM console 6. We can view the logs through EM console 7. We can apply the security policies through EM console 8. Through EM console we can deploy and undeploy the SOA projects 9.  Through EM console we can monitor the status of weblogic infra and Performance summary 10. Through EM console we can configure the email driver properties... 11. We can shutdown and Startup the webservices through EM console shutdown: It will shutdown the webservice and you cannot test...

Web services

                Web Services Web Services can convert your application into a Web-application, which can publish its function or message to the rest of the world. The basic Web Services platform is XML + HTTP. Web Services can convert your applications into Web-applications. Web Services are published, found, and used through the Web. What You Should Already Know Before you continue, you should have a basic understanding of the following: HTML XML What are Web Services? Web services are application components Web services communicate using open protocols Web services are self-contained and self-describing Web services can be discovered using UDDI Web services can be used by other applications XML is the basis for Web services How Does it Work? The basic Web services platform is XML + HTTP. XML provides a language which can be used between different platforms and programming languages and still express comp...