RE: CXF Dynamic Client -- Provider com.bea.xml.stream.MXParserFactory not found

2007-08-20 Thread velidandas
-activation_1.1_spec-1.0-M1.jar velidandas wrote: > > Could not fix even after copying wstx-asl-*.jar. > > getting the below stack trace > ** > Exception in thread "main" javax.xml.stream.FactoryConfigurationError: > Provider com.bea.xml.stream.MXPar

Service Method List

2007-08-20 Thread velidandas
Hi, I am working with CXF dynamic client with complex types. It is working fine by generating all the proxies dynamically for the given wsdl. Is there a way to get a list of all the service methods for a given WSDL using CXF? If this is available, then Is there a way to get a list of Input an

Dynamic Client

2007-08-06 Thread velidandas
Hi, I have a dynamic client working with complex type classes generated. But WSDL being referred has many classes to be generated which is taking lot of time. I want to optimize this by just generating only the classes required to invoke the web service. For example to invoke one web service met

Dynamic Client

2007-08-06 Thread velidandas
-- View this message in context: http://www.nabble.com/Dynamic-Client-tf4223087.html#a12013306 Sent from the cxf-user mailing list archive at Nabble.com.

Re: JAXBElement

2007-08-03 Thread velidandas
to do it. Thanks & Regards, Srinivas. gdprao wrote: > > I remember that I too have faced the same problem once. When I changed > that element in XSD with minoccurs=1, it generated String type correctly > instead of JAXBElement. > > Thanks, > Durga > > >

JAXBElement

2007-08-02 Thread velidandas
I am getting the String parameter types being set as JAXBElement type. How to send String type parameter types here. Srinivas. -- View this message in context: http://www.nabble.com/JAXBElement-tf4207085.html#a11967724 Sent from the cxf-user mailing list archive at Nabble.com.

Could not find DynamicClientFactory class.

2007-08-02 Thread velidandas
Hi, I downloaded apache-cxf-2.0-incubator.zip from http://incubator.apache.org/cxf/download.html. After extracting the zip file I could not find DynamicClientFactory class in the API Documentation, where as the online documentation is showing this class. Please let me know, Is there something