Web-Services and Me

Very personally speaking –

I love Web-services

if (you are a developer, don’t know what they are and interested)

{

      start with Apache Axis2

} else if (you know what they are, know Spring basics and curious about me falling in love with them all-over again

{

      try Apache CXF

}

One thought on “Web-Services and Me”

  1. Hi i am newbie in webservice, i have tried non-blocking invocation. Using single transport its working fine but using dual transport it not working..
    [ERROR] AxisConfiguration getRepository returns null, cannot deploy scripts
    Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/http/HttpResponseFactory
    at org.apache.axis2.transport.http.SimpleHTTPServer.init(SimpleHTTPServer.java:115)
    at org.apache.axis2.engine.ListenerManager.addListener(ListenerManager.java:205)
    at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java:123)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:182)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at org.apache.axis2.client.ServiceClient.sendReceiveNonBlocking(ServiceClient.java:616)
    at org.apache.axis2.client.ServiceClient.sendReceiveNonBlocking(ServiceClient.java:573)
    at spring.Testnbi.main(Testnbi.java:130)
    Please help me out………..

Leave a Reply to Arthi Cancel reply

Your email address will not be published.