Re: interfaces as params?

2003-05-27 Thread Shantanu Sen
I could not get the code sample that you said was attached. Can you please re-send it? It would give me an idea how to programmatically deploy the mappings. Thanks, Shantanu Sen --- Rodrigo Ruiz <[EMAIL PROTECTED]> wrote: > RE: interfaces as params?In my experience, you can > use interfaces as p

what is true axis.xml for Tomcat-5

2003-05-27 Thread Pavel Stehule
Hello I try write own axis.xml. I didn't find this file in distribution 1.1RC2. When I use this file axis service doesn't work. Motivation for own axis.xml file is requirement on debugging and loging. Where I can find this correct file? Thank you Pavel Stehule

Re: Issue with SOAP messaging with JMS

2003-05-27 Thread Mitchell Horowitz
Here is a shameless plug - SonicMQ has a native COM client that supports JMS in a .NET environment including VB and C#.  If you go to the Sonic Webpage, you can download the JMS COM Client at no charge. http://www.sonicsoftware.com/cgi-bin/sonic.cgi/download_menu.w and go to the Clients Downl

Re: Can't find prefix error on attempting to get WSDL

2003-05-27 Thread Colin Sampaleanu
This 'breakage' appears to happen even with the attachments sample which ships with Axis. I have tried 1.1RC, as well as the 20030525 nightly drop, and both JDK 1.4.1 and 1.3.1, and get the following error when I try to view the WSDL for the echo service (which was deployed without issues): ht

RE: Doc/Lit Problem using wsdl2java

2003-05-27 Thread SECRIST,MARK S (HP-FtCollins,ex1)
I just discovered a couple of other links that underscore the importance of good schema design. I believe these are even more important when schemas are used to describe data types being exchanged in web services. Check these out: http://www.xfront.com/BestPracticesHomepage.html http://www.x

RE: Doc/Lit Problem using wsdl2java

2003-05-27 Thread SECRIST,MARK S (HP-FtCollins,ex1)
I don't know what your schema looks like, but we've found that to work effectively with Axis, you should use some variation of the "Venetian blind" design (see http://www.xfront.com/GlobalVersusLocal.pdf). As an example, we used the following design style (don't know that it fits any particular

re: Issue with SOAP messaging with JMS

2003-05-27 Thread Francis Ho -- Sun Enterprise Architecture
Since you plan to use JMS as the underlying transport, you will need to use a JMS implementation that supports .NET clients or use a bridge like ActiveJMS (see: http://active-jms.sourceforge.net). francis -- Niket Anand <[EMAIL PROTECTED]> wrote: Hello All, As Axis is providing API or samples fo

Issue with SOAP messaging with JMS.

2003-05-27 Thread Niket Anand
Hello All, As Axis is providing API or samples for JMS transport service with SOAP. But I have a query.   To get the web service using Axis with JMS, client should be in java. But I want to provide web service which can handle Asynchronous SOAP messaging with any Applications as clients. Thes