org.superbiz.servlet
Class WebserviceClient

java.lang.Object
  extended by org.superbiz.servlet.WebserviceClient

public class WebserviceClient
extends Object


Constructor Summary
WebserviceClient()
           
 
Method Summary
static void main(String[] args)
          Unfortunately, to run this example with CXF you need to have a HUGE class path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebserviceClient

public WebserviceClient()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Unfortunately, to run this example with CXF you need to have a HUGE class path. This is just what is required to run CXF:

jaxb-api-2.0.jar jaxb-impl-2.0.3.jar

saaj-api-1.3.jar saaj-impl-1.3.jar

cxf-api-2.0.2-incubator.jar cxf-common-utilities-2.0.2-incubator.jar cxf-rt-bindings-soap-2.0.2-incubator.jar cxf-rt-core-2.0.2-incubator.jar cxf-rt-databinding-jaxb-2.0.2-incubator.jar cxf-rt-frontend-jaxws-2.0.2-incubator.jar cxf-rt-frontend-simple-2.0.2-incubator.jar cxf-rt-transports-http-jetty-2.0.2-incubator.jar cxf-rt-transports-http-2.0.2-incubator.jar cxf-tools-common-2.0.2-incubator.jar

geronimo-activation_1.1_spec-1.0.jar geronimo-annotation_1.0_spec-1.1.jar geronimo-ejb_3.0_spec-1.0.jar geronimo-jpa_3.0_spec-1.1.jar geronimo-servlet_2.5_spec-1.1.jar geronimo-stax-api_1.0_spec-1.0.jar jaxws-api-2.0.jar axis2-jws-api-1.3.jar

wsdl4j-1.6.1.jar xml-resolver-1.2.jar XmlSchema-1.3.1.jar

Throws:
Exception


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.