ValidatorException with Simple Java client using Axis with httpS

2004-08-12 Thread Jay D
icate setting on the server. If yes how. If i have to request change on the server, what change is needed? Thanks a lot. Looking forward to your help. Regards Jay D Error stack AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode

RE: URGENT : IllegalStateException

2004-05-21 Thread Jay D
Hi,   I have seen this happen when there is a mismatch between the WSDL that was used to generate the proxy for client and the actual WSDL implemented at the server side.   Check if you have a non nillable element in the WSDL and that is comming nil in the data.   Best option is to use TCPMon util

Re: URGENT: Axis client deserialization issue

2004-05-06 Thread Jay D
AXIS you should eventually find a call to "invoke".   The "invoke" method starts a series of calls that will lead to the method "fromString" being called and passed a java.lang.string as an argument.   My guess is that you are missing one of the AXIS libraries in your classp

URGENT: Axis client deserialization issue

2004-05-05 Thread Jay D
Dear Listers,   Environment : Axis 1.0 Client: Windows 2000 Professional Axis used with weblogic 8.1 server for invoking a web service   I am doing a get operations on a webservice. I get an error message that   java.beans.IntrospectionException: java.lang.NoSuchMethodException   Any pointers as t

Re: How To Use TCPMonitor?

2004-03-30 Thread Jay D
Hello,   I found the information on the URL   http://javaboutique.internet.com/tutorials/Axis/axis3.html    very helpful to setup TCPMonitor.   Hope this helps you too. Regards JayRick Umali <[EMAIL PROTECTED]> wrote: Sharon:> Can anyone direct me how to use TCPMonitor or where to find the> docume

Re: Viewing SOAP messages with Axis(as client) on Weblogic server

2004-03-16 Thread Jay D
g for connection" Can you please help.   Regards jkd David Bell <[EMAIL PROTECTED]> wrote: Jay D wrote: Dear List members,   I am using axis (wsdl2java) in weblogic for connecting to a web service deployed on the internet. We would like to view the soap sent and received. Can you

Viewing SOAP messages with Axis(as client) on Weblogic server

2004-03-16 Thread Jay D
Dear List members,   I am using axis (wsdl2java) in weblogic for connecting to a web service deployed on the internet. We would like to view the soap sent and received. Can you please suggest a best way to view the messages.   Thanks in advance.   Regards jkdDo you Yahoo!? Yahoo! Mail - More reliab

Re: AxisClient performance issue

2004-03-12 Thread Jay D
Hello,   Would caching the service object help? I am facing a similar issue. I am thinking of caching the "PortType" object so that the binding operation is done only once.   Any inputs from the Group on caching the port Type?   Regards jayFelix Dierich <[EMAIL PROTECTED]> wrote: Hello Axis users!I

Is disabling of mandatory field validation in response possible?

2004-02-17 Thread Jay D
Have implemented a Java client for a web service on Legacy system using Axis 1.0. Using Axis 1.0, we are fetching data from a legacy system. In the WSDL none of the elements are specified as nillable. However when the data comes from the Web Service some of the elements are blank. This results in d

exception while calling remedy web services

2004-02-16 Thread Jay D
Hello List members,We are using Axis in a stand-alone java client to connect to Remedy web services. Using the WSDL2java we generated the proxy classes. In addition to the input and output classes, it generated the following classes:OrdersPortTypeOrdersServiceOrdersServiceLocatorOrdersSoapBindingSt