Cannot load SchemaTypeSystem

2009-10-08 Thread Schalk
. java.lang.RuntimeException: Cannot load SchemaTypeSystem. Unable to load class with name schemaorg_apache_xmlbeans.system.sEFB7B44E94FC7E3BBFB970E23CA0512F.TypeSyste mHolder. Make sure the generated binary files are on the classpath. Any help will be much appreciated. Thanks! Schalk AfriGIS e-mail facility may

RE: Cannot load SchemaTypeSystem

2009-10-08 Thread Schalk
? Thanks for your help. -- Kind Regards Schalk Neethling -Original Message- From: Christian Gosch [mailto:christian.go...@inovex.de] Sent: 08 October 2009 02:13 PM To: axis-user Subject: RE: Cannot load SchemaTypeSystem XMLbeans does not only generate classes, but lots of additional binaries

RE: Cannot load SchemaTypeSystem

2009-10-08 Thread Schalk
constructors exist then if you should not really be using them, or am I missing something? -- Kind Regards Schalk Neethling -Original Message- From: FRYARS, Michael [mailto:fryar...@gmail.com] Sent: 08 October 2009 10:06 PM To: axis-user@ws.apache.org Subject: Re: Cannot load

RE: axis wsdl not working with axis2

2009-10-02 Thread Schalk
I have the exact same issue. If you search on Google, you will find some bug reports related to this. Not sure whether it has been fixed as I am getting it with the latest 1.5 I believe version. -- Kind Regards Schalk Neethling From: Bartolomeo Nicolotti [mailto:bnicolo...@siapcn.it

java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

2009-10-01 Thread Schalk
(ServiceClient.j ava:161) at org.apache.axis2.client.ServiceClient.init(ServiceClient.java:139) at za.co.afrigis.ws.stubs.SpatialSearchStub.init(SpatialSearchStub.java:100) Any ideas? All help much appreciated. -- Kind Regards Schalk Neethling

RE: java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

2009-10-01 Thread Schalk
Hi there Amila, Yes I am testing via a servlet with everything running on Tomcat. I have commons-httpclient-3.1.jar in WEB-INF/lib and thought that would do the trick ;p Will add the jar you suggested and try again. Thanks! -- Kind Regards Schalk Neethling From: Amila Suriarachchi

RE: org.apache.axis2.databinding.ADBException WAS java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

2009-10-01 Thread Schalk
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) -- Kind Regards Schalk Neethling From: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Sent: 01 October 2009 04:02 PM To: axis-user@ws.apache.org Subject: Re: java.lang.ClassNotFoundException: org.apache.http.HttpResponseFactory

Re: [Axis2] Weird error

2007-02-04 Thread Schalk Neethling
Greetings Thilina, Yes, that is exactly what I did in the end and it also resolved the problem for me. Thanks! Thilina Gunarathne wrote: I also ran in to a similar problem sometime back.. Doing a full clean a rebuild in my IDE helped me to get out of it.. HTH, Thilina On 2/1/07, schalk

[Axis2] Web service extensions

2007-02-02 Thread schalk
Hi Everyone, Can anyone point me in the right direction with regards to web service extensions and Axis2. Thanks Schalk -- Open WebMail Project (http://openwebmail.org) - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [Axis2] Weird error

2007-02-01 Thread schalk
Does anyone have any idea about the below? Any and all help much appreciated. schalk wrote: Hi All, When running the following code: log.debug(Set AuthHeader elements...\n); DataServiceStub.AuthHeader authHeaderElements = new DataServiceStub.AuthHeader

[Axis2] Weird error

2007-01-31 Thread schalk
. Thanks! Schalk -- Open WebMail Project (http://openwebmail.org) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Axis2] java.lang.IncompatibleClassChangeError

2007-01-31 Thread Schalk Neethling
(OrderProcessClient.java:74): OrderProcessClient opc = new OrderProcessClient(); opc.setFileData(fileData); opc.sendSOAP(); Any and all help will be very much appreciated. Thanks! Schalk - To unsubscribe, e-mail: [EMAIL PROTECTED

[Axis 2] setting transport to HTTPS

2007-01-22 Thread Schalk
Greetings everyone, When setting options on my ServiceClient I use the following to set the transport protocol: options.setTransportInProtocol(Constants.TRANSPORT_HTTP); My question is, is there a way to set your transport protocol to be HTTPS? Thanks! Schalk

Re: [Axis2 1.1.1] AAR file and web.xml

2007-01-21 Thread Schalk
Hey Garth, I am pretty sure you would need to edit the web.xml inside the axis distribution. Your .aar file should go into the services directory inside the axis distribution. Garth Keesler wrote: I am attempting to deploy a web service that utilizes Database Connection Pooling (DBCP). The

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Schalk
directory in the Axis2 docs[2]. Thanks, Glen [1] http://ws.apache.org/axis/java/install.html#Step5InstallingNewWebServices [2] http://ws.apache.org/axis2/1_1_1/installationguide.html#servlet_container Schalk wrote: Hey Garth, I am pretty sure you would need to edit the web.xml inside the axis

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Schalk
No problem, pleasure Garth. Garth Keesler wrote: I'm not sure what name you go by but, Schalk, you pointed me in the right direction! I modified the Tomcat web.xml file in the conf directory and now, at least, the errors I'm getting indicate that the database pooled connection was actually

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Schalk
as apposed to enforcing this on all application loaded by the container. HTH Schalk Garth Keesler wrote: Good info. It raises another question, however. If I am setting up DBCP for Tomcat, why does the config go in the web.xml for Axis and not Tomcat? Dumb question but does that mean that any

[Axis2] Reading the received SOAP envelope

2007-01-21 Thread Schalk
xmlData, String username, String password) throws XMLStreamException { So I am assuming that the SOAP envelope will be loaded into xmlData, correct? Thanks! Schalk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[Axis2] Axis Fault

2007-01-19 Thread schalk
is: org.apache.axis2.AxisFault: HTTP Transport error : '400' - 'Bad Request' Thanks! Schalk -- Open WebMail Project (http://openwebmail.org) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging from Web Service

2007-01-12 Thread Schalk
Greetings Wayne, This is my log4j.properties and its placed at myapp\WEB-INF\classes\ I copied it over the default Axis .properties file and everything is working fine for me. #Set the level for the root logger to INFO and add its appender(s) log4j.rootLogger=INFO, CONSOLE, LOGFILE #Set my

Re: Logging from Web Service

2007-01-12 Thread Schalk
do you create your Log object? LogFactory? */Schalk [EMAIL PROTECTED]/* wrote: Greetings Wayne, This is my log4j.properties and its placed at myapp\WEB-INF\classes\ I copied it over the default Axis .properties file and everything is working fine for me. #Set the level

RE: SOAPException

2007-01-10 Thread schalk
Sorry to ask this question again but I cannot find any information on it. Does anyone know what might cause the below exception? This happens when a .NET client invokes my service. Thanks! System.Web.Services.Protocols.SoapException: org.apache.axiom.om.impl.llom.OMTextImpl P.S. Should I ask

Axis2 and .NET

2007-01-09 Thread schalk
of web services there should not be but, I just want to be proactive about this and ask the question before getting confronted with it. Thanks! Schalk -- Open WebMail Project (http://openwebmail.org) - To unsubscribe, e-mail: [EMAIL

SOAPException

2007-01-09 Thread schalk
or whatever please let me know. Thanks! Schalk -- Open WebMail Project (http://openwebmail.org) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to enable log4j logging in axis2

2007-01-01 Thread schalk
Yes, everything is there. All you need do is drop your log4j.properties file into the classes directory and then you should be good to go. Someone please help me to setup log4j logging in axis2. Does the axis2.war distribution include all the necessary jar to enable log4j logging? falom --

WSDL and OMElement problems

2006-12-28 Thread schalk
Greetings All, First thing I am unclear about is, when clicking on the link on the deployed services page that should show the WSDL, it gives me the following result: If you wish Axis2 to automatically generate the WSDL, then please use one of the RPC message receivers for the

Re: WSDL and OMElement problems

2006-12-28 Thread schalk
Hi Paul, Here is the services.xml service name=ConfirmationProcessService scope=application descriptionOrder processing web service. Currently implemented for Engen./description parameter name=ServiceClassza.co.cxchange.soap.business.ConfirmationProcessService/parameter operation

Re: Fwd: WSDL and OMElement problems

2006-12-28 Thread schalk
and the fixed up WSDL here: ftp://fremantle.org/schalk (I can't attach files to this mailing list). Paul On 12/28/06, schalk [EMAIL PROTECTED] wrote: Hi Paul, Here is the services.xml service name=ConfirmationProcessService scope=application descriptionOrder processing web service

HTTP Header SOAPAction

2006-12-18 Thread schalk
Hi All, When running the code below I get the following error. any idea... ERROR - [soap-service] - AxisFault Cause: Server did not recognize the value of HTTP Header SOAPAction: urn:anonOutInOp. log.debug(Sending envelope...\n); opClient.execute(true); // Blocking invocation

AxisFault HTTP Header

2006-12-18 Thread schalk
as the following: AxisFault Cause: Server did not recognize the value of HTTP Header SOAPAction: urn:anonOutInOp. Any and all help much appreciated. Thanks! Schalk -- Open WebMail Project (http://openwebmail.org) - To unsubscribe, e-mail

Unknown message label

2006-12-15 Thread schalk
Greetings All, When running the code below I get the following error: Unknown message label In ServiceClient sender = new ServiceClient(); sender.setOptions(options); log.debug(Options set for ServiceClient...\n); sender.addHeader(authorization); OperationClient opClient =

XMLStreamException

2006-12-14 Thread Schalk Neethling
Hi there everyone, My apologies beforehand for the large amount of code etc. I am new to Axis2 and I am currently implementing a web service. All is going well except when executing the code below I get the following error: INFO - [org.apache.commons.httpclient.HttpMethodDirector] - I/O

Re: XMLStreamException

2006-12-14 Thread Schalk Neethling
Greetings Javier, If you could send me the skeleton code that would be very helpful. Thanks! Javier Kohen wrote: El jue, 14-12-2006 a las 23:09 +0200, Schalk Neethling escribió: Hi there everyone, My apologies beforehand for the large amount of code etc. I am new to Axis2 and I am