Axis 1.4 Exception

2009-06-30 Thread Asma Maalej
Hello everybody I am an Axis 1.4 user. My problem is as follows: I try to use my web service, from a visual basic code, in order to communicate with an other java program, however it doesn't works usually fine and sometimes an exception rises: 2009-06-29 18:07:43,093 WARN

Re: jax-ws client with Rampart

2009-06-30 Thread Axis PC
Anybody? has this question been dealt with before? Thanks Preetham -- Forwarded message -- From: Axis PC pc.a...@gmail.com Date: Mon, Jun 29, 2009 at 5:13 PM Subject: jax-ws client with Rampart To: axis-user@ws.apache.org All, I am trying to engage Rampart with JAX-WS client. I

Async service retrieving MTOM message - Socket closed

2009-06-30 Thread Torben Riis
Hi, I'm struggling with an Axis2 client sending a MTOM message to an Axis2 service. The service returns a socket closed exception. The client uses separate listeners (addressing) and sends a soap message containing several MTOM attachments. The client and service works perfectly if MTOM is

unpacked service in tomcat, getResource Problem - wrong Classloader

2009-06-30 Thread Seem
Hi, i built a Webservice like the given Tutorial from Eclipse: http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html so I can get a standalone WS which is unpacked and not inside an .aar. In this way, I can easily debug und develop the service with eclipse

SV: Async service retrieving MTOM message - Socket closed

2009-06-30 Thread Torben Riis
I just found that the problem occurs for Jetty as well. I increased the size of the files a bit, and Jetty complains as well. /Torben Riis Fra: Torben Riis Sendt: 30. juni 2009 15:01 Til: axis-user@ws.apache.org Emne: Async service retrieving MTOM message - Socket closed Hi, I'm struggling

php5 client and axis message-style services

2009-06-30 Thread Marcello Marangio
HI all Is it possible to use php5's soap extension to call an axis message-style web service? If yes, where to start? Thanks Marcello

Re: php5 client and axis message-style services

2009-06-30 Thread Moritz Mädler
Hello! i tried w/ the PHP-onboard-Extension to access my Axis2-Service. I don't know if i made something wrong, but I could get Functions that expected Parameters to work. Thus, i switched to nuSOAP. There is also another C-Libary for PHP from wso2 which can be found here:

Tomcat crashing

2009-06-30 Thread Adam Edgar
I'm running Axis2 (1.4.1) on Tomcat 5.5 on RHEL4 with Java 1.6.0 and I am having random crashes after the service has been up a while. I suspect this may have to do with Axis2/Tomcat having too many files open. I generally get a message like this out of the logs: java.lang.NoClassDefFoundError:

R: php5 client and axis message-style services

2009-06-30 Thread Marcello Marangio
Hi You mean ...could NOT get functions that expected Parameters to work... -Messaggio originale- Da: Moritz Mädler [mailto:m...@moritz-maedler.de] Inviato: martedì 30 giugno 2009 17.10 A: axis-user@ws.apache.org Oggetto: Re: php5 client and axis message-style services Hello! i

Server.userException question

2009-06-30 Thread Jacek Furmankiewicz
We have an old weblogic app still running on Axis 1.2...recently it got an exception like this: 2009-06-30 04:03:58,411 INFO org.apache.axis.enterprise - Mapping Exception to AxisFault AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode:

AW: R: php5 client and axis message-style services

2009-06-30 Thread Moritz Mädler
Sorry. Of course I meant NOT. - Ursprüngliche Nachricht - Von: Marcello Marangio m.maran...@innova.puglia.it Gesendet: Dienstag, 30. Juni 2009 17:34 An: axis-user@ws.apache.org Betreff: R: php5 client and axis message-style services Hi You mean ...could NOT get functions that expected

Re: Async service retrieving MTOM message - Socket closed

2009-06-30 Thread Andreas Veithen
I think the problem is that messageCtx.getEnvelope().build() is not enough in this case. It makes sure that the message has been entirely parsed, but not the attachments. Can you replace build() by buildWithAttachments() and retry this? Andreas On Tue, Jun 30, 2009 at 15:01, Torben

Unable to upgrade to axis2 1.4.1 or 1.5

2009-06-30 Thread Bhat, Suma
The product that I work on has a web services API which consists of several specialized services. This api works off of axis2 1.3 currently. I have been tasked with upgrading this to use axis2 1.4.1 or axis2 1.5. Minimally, I need to get a successful compile of our baseline and have all web

Unable to make secure conversation using AXIS2 1.4

2009-06-30 Thread amiteshksingh
Hi, I am new in AXIS2. I have run all the axis2 samples successfully. Now I am trying to run below use case, 1) Client sends a RST using WS- Policy and WS-MEX to STS (security token service) for SCT(security context token). 2) STS issues SCT with RSTR 3) Client uses the same SCT and start

http commons exception

2009-06-30 Thread Demetris G
Axis is running as a bundle in Knopflerfish OSGi - any idea why this code line = http://127.0.0.1:8080/axis/services/remoteBooks?wsdl; get = new GetMethod( line ); would cause this exception?? I have the log4j jars included as imports and in the classpath. Or