I created a test client with wsf/jython
LOG_FILE_NAME = "C:/AutoTestLogs/autotest.log"
END_POINT = "http://69.4.2.75/Ecommerce/Services/CreditCheck.asmx"
def testWebService():
try:
print " Sending OM : " , req_payload_string
client = WSClient({"to" : END_POINT, "action" : "http://CreditGateWay/Ecommerce/Services/CreditCheck/GetReport"}, LOG_FILE_NAME)
req_message = WSMessage(req_payload_string)
res_message = client.request(req_message)
print " Response Message: " , res_message
except WSFault, wse:
Hi,
I am developing a webportal to interact with Siebel UCM Database through webservices.I got the WSDL from the UCM team.I generated the client from the WSDL. I am using RAD 7.0,WAS and JAX-RPC for my application.The architecture proposed for this application is as mentioned below.
JSF (Screens or UI) developed -- Will map to the Page bean components- will map to the WSDL Service registered in an ESB or local java class will now invoke the actual method in Siebel UCM
Apache Axis2 is an opensource framework for webservices which is widely used today ,and its implementation is available in both java and c. Axis2 is independent of the underlying transports which takes the Messages to it.Axis2 Engine is concentrating on the SOAP processing. Users can select transports to suite their requirement and that transports are responsible for injecting Axis2Messages to the Axis2Engine.So Axis2 Engine is dealing only with this Axis2MessageContex build from the underlying transport framework.
Why it is called a module system for Java and why it is called dynamic. Lets make ourselves more clear here. OSGi technology is currently based on Java and it tries to fix some of the issues which have been there from the very beginning of Java. OSGi is a widely adopted technology these days. It is used almost everywhere from embedded applications to server side applications. Being said that, what is so special about OSGi?
Read more on http://tech.jayasoma.org/2009/06/osgi-dynamic-module-system-for-java.html
In a gloomy Sunday while waiting till a T20 cricket game starts I wrote a blog on AR(Tachitect or Markitect)CHITECT. By exploding my thought on that subject. You can read it from here.
I wrote a detailed blog by elaborating the component architecture of WSO2 ESB, You can read it by using this
.
Didier Grossemy - 5 Ways To Boost Your Business