Re: Removing SOAP Monitor

2005-03-28 Thread Sunil Kothari
Please don't feel like that. The whole purpose of this mailing list is to help each other out. I asked for more details so as to understand your problem. Sunil Kothari Valtech India DISCLAIMER: Any Information contained or transmitted in this e-mail and / or attachments may contain confid

Re: Removing SOAP Monitor

2005-03-28 Thread Brian Abbott
I only commented at one location, the web.xml file. I didnt find an entry in the wsdd file. Is there another location. Actually... now that I read the exception... Sorry for abusing the list. I should have checked this further before coming to the list. Here's the 2nd level nested exception: Mar

Re: SOAP Monitor

2005-03-28 Thread Toshiyuki Kimura
Or - please use a console app version of SOAPMonitor, not the applet version. % java org.apache.axis.utils.SOAPMonitor Thanks, Toshi <[EMAIL PROTECTED]> On Tue, 29 Mar 2005, Sunil Kothari wrote: No, it's not possible with SOAPMonitor. U

Re: Removing SOAP Monitor

2005-03-28 Thread Sunil Kothari
Hi Brian I commented at two places and seems to work(SOAPMonitor is inaccessible now and other services deployed on the axis are working fine) for me. What is the exact message that you get and at what stage ? And also if you can give a detail on the configuration, that you are using, it woul

Removing SOAP Monitor

2005-03-28 Thread Brian Abbott
Hi, I am wondering if it is possible to remove SOAPMonitorService from an AXIS deployment. I am currently running AXIS from within Tomcat and, my goal is to minimize the number of open ports that are necesarry for a deployment. Ideally it would be only one. I have currently removed the SOAPMoni

Re: SOAP Monitor

2005-03-28 Thread Sunil Kothari
No, it's not possible with SOAPMonitor. Use TCPMon instead. There you can save and even modify and do resends. Sunil Kothari Valtech India DISCLAIMER: Any Information contained or transmitted in this e-mail and / or attachments may contain confidential data, proprietary to Majoris Systems Pv

Is it possible to have references to the same classes if I use do cument/literal wrapped

2005-03-28 Thread Soti, Dheeraj
I have following kind of structure where this structure can be very deep. Can this cause some issues? public class Person { String name; Person friend1, friend2; } Thanks Dheeraj Soti

SOAP Monitor

2005-03-28 Thread Jerome Gagner
Hello, This is probably a stupid question, but is there a way I can copy-paiste the contents out of the SOAP Monitor Applet? - Jerome Gagner Director of Web Services [EMAIL PROTECTED]

Re: The provider says java:RPC in server-config.wsdd file even thoug h the style I choose is document/literal wrapped

2005-03-28 Thread Anne Thomas Manes
Dheeraj, That's correct. The RPC provider is the provider that does automatic message marshalling for you -- and you use it with Axis WSDD styles of RPC, WRAPPED, and DOCUMENT. The alternative provider is the Message provider, which you use with Axis WSDD style of MESSAGE. You can also use an EJB

The provider says java:RPC in server-config.wsdd file even thoug h the style I choose is document/literal wrapped

2005-03-28 Thread Soti, Dheeraj
Title: The provider says java:RPC in server-config.wsdd file even though the style I choose is document/literal wrapped I wrote a RPC/encoded style service and then based on my reading on interoperability and Anne's email (shown below) I changed the style to document/literal wrapped. After ch

Re: Arrays of User-Defined Types(2)

2005-03-28 Thread Madeleine Wright
Thanks. That helps Then it's working as it should - it does say that. Madeleine Anne Thomas Manes wrote: You should use the wsdl:array structure only when using rpc/encoding. Therefore Axis is working properly. When using any form of literal encoding (rpc, wrapped, or document) then an array shoul

Solution to running app in WebSphere 5.1.0 with PARENT LAST and xerces1.4.4

2005-03-28 Thread ragade
Title: Solution to running app in WebSphere 5.1.0 with PARENT LAST and xerces1.4.4 I was finally able to get our app running successfully with Apache Axis (1.2RC3) in WebSphere 5.1.0 using the PARENT LAST classloading and xerces1.4.4 These were the things I found to be necessary: a) load

RE: JavaBean Deserializer requires an Empty Constructor

2005-03-28 Thread THOMAS, JAI [AG-Contractor/1000]
Correction: what I meant by 'empty c-tor' is constructor with no args. Jai -Original Message- From: THOMAS, JAI [AG-Contractor/1000] [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 9:28 AM To: 'axis-user@ws.apache.org' Subject: RE: JavaBean Deserializer requires an Empty Constructor

RE: JavaBean Deserializer requires an Empty Constructor

2005-03-28 Thread THOMAS, JAI [AG-Contractor/1000]
Jolly, JavaBeanSerializer expects standard bean which should have an empty c-tor and get/set methods for members. Jai -Original Message- From: jey g [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 9:24 AM To: axis-user@ws.apache.org Subject: JavaBean Deserializer requires an Empty

JavaBean Deserializer requires an Empty Constructor

2005-03-28 Thread jey g
I am a newbie using Axis. Just wanted to share with the list that javabean deserializer works only when the javabean has an Empty Constructor. I had a bean with getters, setters and a constructor that took in all the attributes, but no empty constructor. Axis did not complain and the XML back and f

Re: Arrays of User-Defined Types(2)

2005-03-28 Thread Anne Thomas Manes
You should use the wsdl:array structure only when using rpc/encoding. Therefore Axis is working properly. When using any form of literal encoding (rpc, wrapped, or document) then an array should be mapped to an element with maxOccurs="unbounded". Anne On Mon, 28 Mar 2005 02:49:52 +0200, Madelei

Axis 1.2 - org.xml.sax.SAXParseException: Invalid encoding name "utf-8";

2005-03-28 Thread Sagi Anna
Title: Axis 1.2 - org.xml.sax.SAXParseException: Invalid encoding name "utf-8"; Hi , I am sending XML string as a parameter to some method in MtsStub.java , and getting following exception : org.xml.sax.SAXParseException: Invalid encoding name "utf-8"; In Axis 1.1 same code worked perfect