[Axis2] Use case.

2005-10-21 Thread Ebner Martin
Hello, I'm using Axis2 for my current project. Now it works to send xml input files via Axis2/MTOM, process them, and save the results with hibernate. I've written an ant script, which redeploys the Axis2 web application with my application + hibernate built in. Hibernate starts up at Axis2 start

SOAP Lite and SOAP Faults

2005-10-21 Thread Bell, Douglas
Hello, Anyone have experience using SOAP Lite (PERL) with and AXIS server? Java, C# and even XMLSpy can correctly interprete the SOAP Faults returned. SOAP Lite however only sees a generic 500 error. I've attached a sample of the output below. Any help would be greatly appreciated! Thanks! Doug

Re: error message cause log4j...

2005-10-21 Thread Alberto Filho
Ok, but now, the error message is another... java org.apache.axis.wsdl.WSDL2Java http://localhost:8080/axis/Hello.jws?wsdl log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectR esourceBundle). log4j:WARN Please initialize the log4j system properly. ??? On 10/2

Re: error message cause log4j...

2005-10-21 Thread Ron Reynolds
you need a log4j.properties file in your classpath or you need to call org.apache.log4j.BasicConfigurator.configure(); before any logging starts (i.e., in a static block in your main class) - the log4j.properties file in the WEB-INF/classes directory works better. see previous emails for a good

error message cause log4j...

2005-10-21 Thread Alberto Filho
Hi, i'm brazilian and sorry for my english... I'm getting the following error message trying to deploy my WS. why??? please C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis>java org.apache.axis.client.AdminClient deploy.wsdd log4j:WARN No appenders could be found for log

RE: Axis UTF-8 Encoding Question

2005-10-21 Thread Wesley MacDonald
 Hi,       We are returning an XML document as a "string" from the call to the web service. so inside the soap packet we get:       LA BRASSERIE LABATT LIMITÉE       for example.  This is the way it is being received from Axis       What I would like returned

RE: Axis and Tomcat problem - "(401)Unauthorized"

2005-10-21 Thread Chen, Donald
I could not find the server-config.wsdd file, I use Axis 1.3.    Don   From: naveen babu [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 5:04 PM To: axis-user@ws.apache.org Subject: Re: Axis and Tomcat problem - "(401)Unauthorized"   it is authentication problem,

Re: Axis UTF-8 Encoding Question

2005-10-21 Thread naveen babu
can you be a little detail. try returning the UTF-8 characters in string formatOn 10/21/05, Wesley MacDonald <[EMAIL PROTECTED]> wrote: Hi,      I would like to know why the UTF-8 characters are being returned as html encoded values and is it possible to get them in their native format.  H

Re: Axis and Tomcat problem - "(401)Unauthorized"

2005-10-21 Thread naveen babu
it is authentication problem, if you look at your server-config.wsdd file you should have specified something like i have done, see below from my WSDD file.     Subscriber.wsdl                             and you specify in web.xml  you specify the role as be

RE: Axis and Tomcat problem - "(401)Unauthorized"

2005-10-21 Thread Chen, Donald
Yeah, this error happened when I tried to deploy a WS. Any document available online to show a way to solve this problem? I assume this is a common problem. Thanks, Don -Original Message- From: Ebert, Chris [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 4:45 PM To: axis-user

RE: Axis and Tomcat problem - "(401)Unauthorized"

2005-10-21 Thread Ebert, Chris
This is when you deploy, right? Not once it's deployed? If it's the deploy itself it's a tomcat deploy issue (likely because of configuration). While there might be help here, you'll probably have better luck on one of the tomcat lists (or in the Tomcat doc or FAQ.) Chris -Original Message-

RE: Axis and Tomcat problem - "(401)Unauthorized"

2005-10-21 Thread Mathew, Jose
You might not have http access to the deployed service. It could be a server set up problem rather than an axis problem. -Original Message- From: Chen, Donald [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 3:31 PM To: axis-user@ws.apache.org Subject: Axis and Tomcat problem - "

Axis and Tomcat problem - "(401)Unauthorized"

2005-10-21 Thread Chen, Donald
Hi, there. When I tried to deploy a service, I got FaultString: (401)Unauthorized System Info: Apache 2.0.5.4 Tomcat 5.5.9 Axis: 1.3, Linux OS. Any idea? Thanks, Don

Axis UTF-8 Encoding Question

2005-10-21 Thread Wesley MacDonald
Hi,      I would like to know why the UTF-8 characters are being returned as html encoded values and is it possible to get them in their native format.  Here is an example of a return:         LIMITÉE       The server is running under Tomcat 5.5.9 with Axis 1.2.1 and the client uses

Re: AXIS-PHP issue

2005-10-21 Thread Avinash laddha
Hi Even after doing suggested changes getting same NullPointerException from serve side AXIS. I have noticed one more point that after changing [WSDL_CACHE_USE = 1] in WSDL.Php getting this warning Warning: fopen( ./wsdlcache/40d294f488aed60866a6fce079d369cd .wsdl): failed to open stream: No su

RE: Pointers to Open source for XML transformation tool

2005-10-21 Thread Uday Kamath
sandeep http://www.stylusstudio.com/text_file_to_xml.html stylus studio is a good tool in doing this, use thier evaluation and try -Uday From: Sandeep Gaikwad [mailto:[EMAIL PROTECTED] Sent: Fri 10/21/2005 1:49 AM To: axis-user@ws.apache.org Subject: Pointers to

re: Axis and Mappoint.NET problem - "(405)Method Not Allowed"

2005-10-21 Thread Bob
OK, I worked out the 405 was because I was using the wrong endpoint, doh >_< However I now get (401)Unauthorized as a result of "Failure authenticating with DIGEST 'MapPoint'@renderv3.staging.mappoint.net:80". I understand this can happen if you're not using CommonsHTTPSender, however I am. I am

Re: java2wsdl and attachments

2005-10-21 Thread German Sakaryan
Hello, I have the similar problem. I try to create BPEL Process (by using Web Sphere), which uses Web Services with attachments. Web Service gets/send back attachments. It would be nice just to use generated WSDLs to create BPEL process, but Web Sphere does not recognize any "apachesoap:DataHan

WSDL2Java / Java2WSDL / !WSDL questions

2005-10-21 Thread Willem Grooters
I have received a WSDL file and created code from it using WSDL2Java --server-side. Basic functions do work, but when creating a test client on .NET, some types seem not solvable. One of them is "ArrayOfMedewerker" that IS part of the application (the class does exist), quite obviously since the ty

Perfomance problems with axis 1.3

2005-10-21 Thread Sander Aiaots
Hi! I just started tu use axis 1.3, so I thougth that I regenerate my java classes with wsdl2java(lastone was made with axis 1.1) and suddenly my webservice that took 25ms to execute take 1second to execute now. Strange thing is that axis 1.1 generetaed and axis 1.3 executed suff works just fin

Newbie Question: Duplicate file name: WSDL2Java

2005-10-21 Thread Weston, Toby
Hi Folks,   Sorry if this is repeated, I couldn't find anything in the archives.   I'm getting the following error when trying to generate client classes from a WSDL;   org.apache.axis.wsdl.toJava.DuplicateFileException: Duplicate file name: .\out\com\foo\_boolean.java. Hint: you may

RE: Pointers to Open source for XML transformation tool

2005-10-21 Thread Willem Grooters
http://xstream.codehaus.org/ -Oorspronkelijk bericht-Van: Sandeep Gaikwad [mailto:[EMAIL PROTECTED]Verzonden: vrijdag 21 oktober 2005 7:49Aan: axis-user@ws.apache.orgOnderwerp: Pointers to Open source for XML transformation tool Hi,   We are having one urgent requi