Re: InvocationTargetException

2004-02-08 Thread Venkatesh Kancharla
It might be because, your webservice could not find some class files which it needed. Make sure you have placed all the necessary class files in the WEB-INF/classes or WEB-INF/lib directory. regards Venkatesh On Fri, 6 Feb 2004, Rommel Sharma wrote: > setting cookie property in CallHi, > I a

RE: InvocationTargetException

2004-02-08 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Title: setting cookie property in Call Hi Rommel,   Can you please post your service and the client source code?   Thanks & regards, Ayyappan Gandhirajan Senior Software Engineer, NSP BU, HP Services - Offshore, Office: 91.80.225.1554 Ext 1472 Direct:

InvocationTargetException

2004-02-08 Thread Rommel Sharma
Title: setting cookie property in Call Hi,     I am getting java.lang.reflect.InvocationTargetException while making a calll to my webservice on Tomcat 4.1.12.     Any idea why this could be happening... Thanks, Rommel.   DEBUG [main] - http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="h

RE: Generating a web application from a web service

2004-02-08 Thread Sanjesh Pathak
You mean something like this: http://www.extreme.indiana.edu/xgws/xydra/ Sanjesh http://www.soapknox.com Securing Web Services -Original Message- From: Heitzeg, Bill [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 4:35 PM To: [EMAIL PROTECTED] Subject: Generating a web appli

Bad types (int -> long)

2004-02-08 Thread Nelson Minar
I have an Axis server with a method which expects a long parameter. I have a SOAPpy Python client that's ignoring what the WSDL asked for and is passing the parameter as an int. 5 Apache Axis fails, saying org.xml.sax.SAXException: Bad types (int -> long) While the Axis server is technic