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
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
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
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
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
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
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
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