Re: exception code 61

2006-02-28 Thread Adrian Dick
Hi, To answer your second question: The locking mechanism used on Windows relied on an API which changed between versions of MS Visual C++. Unfortunately, this was not discovered until after Axis C++ 1.5 was released. However, we have now fixed this section of code to use an alternate API. If

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-28 Thread Yaron Cohen
Hi, Now my conf file looks like this: # The comment character is '#' #Available directives are as follows #(Some of these directives may not be implemented yet) # #WSDDFilePath:The path to the server wsdd #LogPath:The path to the axis log #ClientLogPath:The path to the axis client log

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-28 Thread Adrian Dick
Hi, Can you try turning on start up trace. Set the following environment variable to point to the log file you wish to create: AXISCPP_STARTUP_TRACE eg: AXISCPP_STARTUP_TRACE=c:\test\starttrace.txt Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Yaron

axis2 source snapshot

2006-02-28 Thread Alessandro Busato
Hi, AXIS2, I've a problem using svn behind a proxy (it doesn't support some required http methods), I need the last cvs version because a bug (WSDL2Java Simple/Complex content) is fixed. how do I download it? any suggest? thanks a lot, Alessandro

The AXIS engine could not find a target service to invoke!

2006-02-28 Thread Dionisio Fernandez
Hello, I have a problem with axis. I have a .wsdl file and I want to build a server. I follow next steps: 1)Deploy the wsdl: java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true file.wsdl This make some .java files and a .wsdd

Re: [AXIS2] How to get AXIS to log the time taken for a service invocation

2006-02-28 Thread Raghavendra Vaidya
When I add handlers how do I ties a request to a response because I will be needing to do this for all the services... On 2/27/06, Eran Chinthaka [EMAIL PROTECTED] wrote: I don't think we have that right now, but you can add your own handlers very easily for that. -- Chinthaka Raghavendra

Axis 1.3 client using WS-Addressing and WSS4J with .NET server

2006-02-28 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to create Axis 1.3 client using WS-Addressing and WSS4J with .NET server. My problem is that the WS-Addressing header has the wrong namespace, it's using the 2004/08 version instead of the 2004/03 version the .NET service uses. There

SOAP attachments Interoperability

2006-02-28 Thread Florian Rengers
Hi all, I have to write a SOAP Service with Java that deliver different documents like Word, pdf and image files. As a Service Consumer I have to write a dotNET Client which invoke the service with the identifier of the desired document. I have three main questions: 1.) There are many

Re: [AXIS2] How to get AXIS to log the time taken for a service invocation

2006-02-28 Thread Deepal Jayasinghe
At the request Handler level , if you have operation context with you (if you trying to put ur handler after dispatch phase) , then you can set properties into OperationContext and get them at the response handler. Raghavendra Vaidya wrote: When I add handlers how do I ties a request to a

Re: SOAP attachments Interoperability

2006-02-28 Thread rmkellogg
The following article might be of some help: Web Services, Opaque Data, and the Attachments Problem http://msdn.microsoft.com/library/default.asp?url=""> Rick Kellogg -- Original message -- From: Florian Rengers [EMAIL PROTECTED] Hi all, I have to write a SOAP

Re: SOAP attachments Interoperability

2006-02-28 Thread Anne Thomas Manes
[same answer I posted on the JAX-WS list]Florian,There are three choices for attachment protocols:- WS-Attachments over DIME (DIME)- SOAP with Attachment over MIME (SwA) - MTOM over MIME (MTOM)ASP.NET with WSE 2.0 supports DIME. ASP.NET with WSE 3.0 supports MTOMWCF supports MTOM.JAX-WS supports

Re: Axis 1.3 client using WS-Addressing and WSS4J with .NET server

2006-02-28 Thread Anne Thomas Manes
Which version of .NET are you using? WSE 2.0, WSE 3.0, or WCF?Perhaps you need to upgrade?AnneOn 2/28/06, Reynir Hubner [EMAIL PROTECTED] wrote:-BEGIN PGP SIGNED MESSAGE-Hash: SHA1 Hi,I'm trying to create Axis 1.3 client using WS-Addressing and WSS4J with.NET server.My problem is that the

Re: [Axis2] Sending mails abt Axis2

2006-02-28 Thread Anne Thomas Manes
+1On 2/27/06, Ajith Ranabahu [EMAIL PROTECTED] wrote: Hi all,I also opposed the idea of a seperate mailing list sometime back but Ihave to admit that there's a whole lot of folks interested in Axis2right now which seems to be making the lists crowded (primarily by forgetting the axis2 prefix). If

Re: [Axis2] Sending mails abt Axis2

2006-02-28 Thread Chathura Herath
+1 On 2/28/06, Anne Thomas Manes [EMAIL PROTECTED] wrote: +1 On 2/27/06, Ajith Ranabahu [EMAIL PROTECTED] wrote: Hi all, I also opposed the idea of a seperate mailing list sometime back but I have to admit that there's a whole lot of folks interested in Axis2 right now which seems to

Problem while receiving SOAPDocument

2006-02-28 Thread Senthil Shamugam
Hi, I am using axis 1.3 (final) for the document style web services. I am able to send the document (org.w3c.dom.Document) from the client side. Also server receives it in the proper format. I’m using the SOAPMonitor to watch the SOAP request and response. When the server returns the

Configuring an axis service

2006-02-28 Thread SoftwareEngineering Hauschel
Hy all, ill pass my configuration from the axis engine to my service. The Service (Java Implementation) will have an Interface for the config object. This config object should be setup on AxisEngine startup. Like Servlet-loadOnStartup. Now Ive defined an axis handler ,initialize my

[axis2] WSDL and XML Schema Imports

2006-02-28 Thread Johan Andersson
Hello, I'm struggling with schema imports in my wsdl files and would like some hints for how to proceed. The hostname of the target web server/servlet container is not known at the time I create my wsdl so I am trying to use a relative schemaLocation in my import: xsd:import

Does Axis for Java 1.2RC2 support IPv6?

2006-02-28 Thread Lawrence, Philip \(Com US\)
Hi, I would have searched the archives, but searching is currently disabled. Thank you, - Phil Philip G. Lawrence Siemens Network Convergence, LLC 271 Mill Road Chelmsford, MA 01824 978-923-3302

How to return XML from a web service?

2006-02-28 Thread Lars Marius Garshol
I've been able to get simple web services deployed as .jws and to access them from a Python client. This works fine. However, I really need to return XML rather than simple values, and this is where things get tricky. I've been browsing around the documentation, wiki, and samples,

RE: Nightly snapshot of CVS source tree

2006-02-28 Thread Darma Muthiayen
The cvs/svn server is also denying connections. Any chance to get one of the two back. Regards, Darma From: Darma Muthiayen Sent: Monday, February 27, 2006 6:08 PMTo: 'axis-user@ws.apache.org'Subject: Nightly snapshot of CVS source tree Could we enable the nightly snapshot of the CVS

Re: [axis2] WSDL and XML Schema Imports

2006-02-28 Thread Ali Sadik Kumlali
Hi Johan,I am not sure if it's a solution to your problem but I use real URL in schemaLocation to get rid of this kind of problems. What I do is defining my target URL in hosts file that maps to localhost. And also, I use Apache Web Server or IIS to host the localhost. For example,

Re: How to return XML from a web service?

2006-02-28 Thread Anne Thomas Manes
Use the Messaging API and deploy your service using WSDD rather than jws.AnneOn 2/28/06, Lars Marius Garshol [EMAIL PROTECTED] wrote:I've been able to get simple web services deployed as .jws and to access them from a Python client. This works fine.However, I really need to return XML rather than

[AXIS2] - Synapse and Axis...

2006-02-28 Thread Raghavendra Vaidya
Hi... I am using synpase to monitor the performance of the web services. My question is : How to tie a request to a respose so that the performance can be tracked as they flow thro' the Synapse. I asked this question on Synapse mailing list and did not get any answer. Since Synapse is implemented

[AXIS 1.x and .NET] Axis Interoperability with .NET Clients using MTOM.

2006-02-28 Thread Melhem, Michael
Hi Axis Gurus J I would like to get the company Im currently working at to adopt Axis (instead of say JWSDP) but I need to answer a few questions first. Do we need to use the latest AXIS 1 source to support MTOM or could we use the standard AXIS 1.3? I believe there is

Re: Request for information ....

2006-02-28 Thread jagan
Hi, I am having a WSDL for a service with specified end point say "http://dione.csse.monash.edu.au:8080/gns-jaxrpc/gns". I have created server side java files by using axis class java -cp $AXISCLASSPATH org.apache.axis.wsdl.WSDL2Java -p gns -s wsdl/MyGns.wsdl The generated java files have

Re: SOAP attachments Interoperability

2006-02-28 Thread Thilina Gunarathne
Hope you have already given a look at http://ws.apache.org/axis2/0_94/mtom-guide.html ~Thilina On 2/28/06, Anne Thomas Manes [EMAIL PROTECTED] wrote: [same answer I posted on the JAX-WS list] Florian,There are three choices for attachment protocols:- WS-Attachments over DIME (DIME)- SOAP with

RE: Nightly snapshot of CVS source tree

2006-02-28 Thread Darma Muthiayen
svn works fine: svn co http://svn.apache.org/repos/asf/webservices/axis/ axis The repository page needs updating though: http://ws.apache.org/axis/cvs.html. It would still be great to have the nightly snapshots of the source tree dropped in http://cvs.apache.org/snapshots/ws-axis/.

Re: how to debug Axis2 WSDL2Java

2006-02-28 Thread Noah Levitt
One wsdl that doesn't work is http://localhost:8080/axis2/services/version?wsdl, latest axis2 from svn, version.wsdl attached... $ java -classpath lib/axis2-0.95-SNAPSHOT.jar:lib/commons-logging-1.0.4.jar:lib/axis-wsdl4j-1.2.jar:lib/XmlSchema-1.0-SNAPSHOT.jar org.apache.axis2.wsdl.WSDL2Java -uri

Re: [axis2] How to debug an Axis2 web service using EclipseWTP

2006-02-28 Thread Ajith Ranabahu
Hi, There's no support for Axis2 with Eclipse WTP yet. If there's gonna be any, it'll probably be post 1.0. Right now if you want the web service to be debugged, the best option would be to use the remote debugger (in Eclipse or IDEA) and of course the HTTPTracer (a.k.a TCPMon) Ajith On 2/28/06,

Re: Axis2 client

2006-02-28 Thread Deepal Jayasinghe
that was a bug in 0.94 release and we have fixed that in the current source tree. The solution to that problem is to create a folder called .axis2home in user directory and create a sun directory called modules inside that then download addressing.mar into it. Note : If you have any chance of

Re: Axis2 client

2006-02-28 Thread Ajith Ranabahu
Hi, Please check whether the Addressing mar is in the classpath. BTW is this the latest codebase or just 0.94 release ? if it is 0.94 then please have a look at the download page for the instructions (http://ws.apache.org/axis2/download.cgi) On 2/28/06, Greg Michalopoulos [EMAIL PROTECTED]

Re: [axis2] WSDL and XML Schema Imports

2006-02-28 Thread Ajith Ranabahu
Hi, does the error pop up from WSDL4J ? On 2/28/06, Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Hi Johan, I am not sure if it's a solution to your problem but I use real URL in schemaLocation to get rid of this kind of problems. What I do is defining my target URL in hosts file that maps to

RE: [AXIS2] - Synapse and Axis...

2006-02-28 Thread Soumadeep
Hi Raghavendra, I actually didn't find your email in the Synapse list. For your question, we are in the process of providing a management framework which will give perf related data. If you want to do it right away then you may have to clock the time for each mediator. You can also refer to the

Re: how to debug Axis2 WSDL2Java

2006-02-28 Thread Ajith Ranabahu
Hi Noah, Hmm..this is weird. The attached WSDL is clearly wrong! However I just tried it and seems to be working fine here. Are you on JDK 1.5 in Linux ? Knowing your environment helps us to recreate the problem. Ajith On 2/28/06, Noah Levitt [EMAIL PROTECTED] wrote: One wsdl that doesn't work

Performance for Axis2 and Axis 1.x compared with other alternatives

2006-02-28 Thread Yu-Hui Jin
I heard that using AXIS's default message transport (SOAP over HTTP) is going to be slow due to marshling unmarshling; and the through-put decreases exponentially with the size of the SOAP message (Bandwidth).I wonder whether it is a problem for Axis2 as well as Axis 1.x. Has anyone compared

Re: Request for information ....

2006-02-28 Thread jagan
Hi, I am having a WSDL for a service with specified end point say "http://dione.csse.monash.edu.au:8080/gns-jaxrpc/gns". I have created server side java files by using axis class java -cp $AXISCLASSPATH org.apache.axis.wsdl.WSDL2Java -p gns -s wsdl/MyGns.wsdl The generated java files have

axis2 nightly build

2006-02-28 Thread Tachtevrenidis, Kosta
dear group, is there a way to get a nightly build of axis2 (the binary). I know I can build it but sometimes having a nightly binary is handy. thanks Kosta