Re: one webservice won't deploy

2005-02-17 Thread Sunil Kothari
Hi James, If you are running Axis under Tomcat then look at Tomcat console or log files. Sunil DISCLAIMER: Any Information contained or transmitted in this e-mail and / or attachments may contain confidential data, proprietary to Majoris Systems Pvt Ltd., and / or the authors of the

Re: WS Authentication & Authorization

2005-02-09 Thread Sunil Kothari
y we could use to achieve this transparent (and secure) transport of user credentials that are .NET/Axis compatible? Yes, SOAP headers can do justice.   I hope that helps. Sunil Kothari       DISCLAIMER:   Any Information contained or transmitted in this e-mail and / or attachments may contain

Re: tcpmon and soap monitor using with non axis clients

2005-02-09 Thread Sunil Kothari
request and response handlers in the deployment descriptors for the service you want to capture the SOAP traffic. Sunil Kothari Valtech India Sunil in the service r DISCLAIMER: Any Information contained or transmitted in this e-mail and / or attachments may contain confidential data

Re: Axis problem

2005-02-08 Thread Sunil Kothari
Hi Carlos, We also faced similar problems. I think problem is with the Tomcat. It is not a good HTTP server. Our configuration was Axis 1.1 running under Tomcat 5.0.27. Stopping and starting Tomcat again will get you over this problem. I hope that helps. Sunil Kothari DISCLAIMER: Any

Re: Transfer specific property

2005-02-04 Thread Sunil Kothari
Try SOAP Headers .You can use them to do send username and password and also you can specify which function needs to be invoked. Sunil Kothari Valtech India - Original Message - From: "Slimane AMAR" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Feb

Re: Samples/fault: empty detail item

2005-01-26 Thread Sunil Kothari
d its working for me. let me know if you want to see my code. I am attaching my test client. I used RPC/Encoded style. But it should work for others too. Sunil - Original Message - From: "Lorenzo Dalla Vecchia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunda

Re: Configure webservice path in URL (Axis)

2005-01-24 Thread Sunil Kothari
Hi Jan, This comes from my earlier postings. Might be of help. Have a look http://marc.theaimsgroup.com/?l=axis-user&m=110379579215406&w=2 Sunil Kothari - Original Message - From: "Jan Kaiser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Jan

Re: AxisFault with custom exception

2005-01-22 Thread Sunil Kothari
oap/encoding/"; xsi:type="ns3:MyException" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns3="urn:banktest"> Invalid date format 1220 A very good reference on exception handling is here: Web services programming tips and tric

Re: Does Axis support https protocol?

2005-01-21 Thread Sunil Kothari
Hi Vivek, Axis 1.1 doesn't but if you run it under Tomcat then Tomcat supports but connection between Axis and Tomcat is vulnerable. Sunil Kothari - Original Message - From: "Vivek Singhai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 21,

Re: Axis installation - WSDL2Java

2005-01-11 Thread sunil
Hi,  You need to include the following .jar files in your classpath. I am using Axis 1.1. running under Tomcat 5.0.27.    think you should download tomcat 5.0.x and use the jars provided by tomcat in the  bin directory.   My classpath has the following jar files. C:\axis\axis-1_1\lib\axis.ja

TCPMon and Resend working for .NET client but not for java client

2005-01-06 Thread Sunil Kothari
ny no. of times). I don't even have to reset the content-length. It seems that it is corrected by the TCPMon itself.   Does anybody have similar observations or is it something wrong at my end ?   Please ...Please help me. Sunil

RPC/Literal and support in Axis 1.1

2005-01-06 Thread Sunil Kothari
1.1.   I will appreciate any pointers or feedback on the same.   Sunil

Re: Running code outside of actual SOAP transaction?

2005-01-04 Thread Sunil Kothari
WSDL.   I found this article very useful http://www-106.ibm.com/developerworks/xml/library/ws-tip-jaxrpc.html  but I must remind you that java2wsdl doesn't do a neat job in handling exception hierarchy.   I hope that helps. Sunil Kothari - Original Message - From: Brian

Re: SOAPMonitor next question

2004-12-27 Thread Sunil Kothari
ciRange" returnQName="calculateFibonacciRangeReturn" returnType="ns2:ArrayOf_xsd_int" xmlns:ns2="urn:fibonacci">   http://www.w3.org/2001/XMLSchema"/>   http://www.w3.org/2001/XMLSchema"/>                        I hope that helps.   Note: I'll pref

Posting SOAP POST requests from a file

2004-12-26 Thread Sunil Kothari
highly appreciated.   Sunil Kothari

Re: Changing target endpoint URL

2004-12-23 Thread Sunil Kothari
what you desire is closer now.   Sunil Kothari Majoris Systems - Original Message - From: Faucher, Christian To: [EMAIL PROTECTED] ; André Næss Sent: Wednesday, December 22, 2004 9:20 PM Subject: RE : Changing target endpoint URL Can you add a redirect/fo

Axis SOAP over HTTPs

2004-12-22 Thread Sunil Kothari
nges doesn't help: java -Djavax.net.ssl.trustStore=c:\test\client.keystore -Djavax.net.ssl.trustStorePassword=changeit    -Djavax.net.debug=true  -Djavax.net.ssl.keyStore=c:\test\client.keystore -Djavax.net.ssl.keyStorePassword= changeit   I assume the client is using HTTPS to make calls.   Let me know if this helps.   Sunil Kothari Majoris Systems

client side handlers

2004-01-28 Thread Sunil Iyengar
Hello everyone, I have developed a complex web service and used wsdl2java to generate the stubs for the client. It works perfectly. I now have request /response security handlers for both the client and server. On the server side i deployed it using wsdd file. That's fine. I know that one can deplo

org.xml.sax.SAXException: Deserializing parameter 'getJobDetail_NCReturn': could not find deserializer for type

2004-01-27 Thread Sunil Iyengar
dd(cls); cachedSerFactories.add(arraysf); cachedDeserFactories.add(arraydf); qName = new javax.xml.namespace.QName("http://schemas.test.com/";, "ArrayOf_tns1_sco_ws_job_detailRecord"); cachedSerQNames.add(qName); cls = com.test.schemas.types.Sco_ws_job_detailRecord[].class

type mapping problems at the client with handlers

2003-12-10 Thread Sunil Iyengar
problem would be great. Cheers Sunny -- *** Sunil Iyengar, Research Fellow, Networks Group, Centre For Communication And Systems Research(CCSR), School of Electronics, Computing & Mathematics, University Of Surrey, Guildford GU2 7XH, Su

Re: Authentication

2003-12-04 Thread Sunil Iyengar
. Hope this helps :) Cheers Sunny *** Sunil Iyengar, Research Fellow, Networks Group, Centre For Communication And Systems Research(CCSR), School of Electronics, Computing & Mathematics, University Of Surrey, Guildford GU2 7XH, Surrey, Eng

handlers and custom types

2003-10-28 Thread Sunil Iyengar
insight into the problem would be appreciated. Cheers Sunny -- *** Sunil Iyengar, University Of Surrey, Guildford GU2 7XH, Surrey, England, United Kingdom. Office: +44 (0)1483 686008 ***

service returns custom types

2003-10-03 Thread Sunil Iyengar
sight into this problem would be appreciated. BR Sunny -- *** Sunil Iyengar, Research Fellow, Networks Group, Centre For Communication And Systems Research(CCSR), School of Electronics, Computing & Mathematics, University Of Surrey, Gui

The AXIS engine could not find a target service to invoke! targetService is null

2003-09-26 Thread Sunil Iyengar
r insight into the problem would be very much appreciated. Cheers Sunny -- *** Sunil Iyengar, Research Fellow, Networks Group, Centre For Communication And Systems Research(CCSR), School of Electronics, Computing & Mathematics, University Of Surrey, Guildford GU2 7XH, Surrey, England, United Kingdom. Office: +44 (0)1483 686008 ***

client-config.wsdd

2003-08-01 Thread Sunil Iyengar
. Please do provide some insight into this. What do i do if i decide to make changes to the client-config.wsdd file. Does this file have to be deloyed juast as we deploy the server side .wsdd file. Cheers Sunny -- *** Sunil Iyengar, Research Fellow

Does Java2Wsdl support RMI?

2003-01-28 Thread Sunil Singh
Hi , can RMI service provider classes which implement java.rmi.Remote be directly exposed as soap service/web service using JAVA2WSDL without writing a wrapper class and exposing it. Thanks in advance, sunil. -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent

SIGNOFF

2003-01-27 Thread Sunil Singh
Please don't send mails to this account.

give your views

2003-01-23 Thread Sunil Singh
Hi, Is there any difference between a soap service and web service . Do they mean the same. Thanks, sunil. -Original Message- From: Sunil Singh [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 9:45 AM To: axis-user-sc.1043301634.iogiedpbpmnemocogcpg-sunil=fast.fujitsu.com.au@x

signoff

2003-01-23 Thread Sunil Singh

soap messaging question

2002-06-13 Thread Sunil Tripathy
help me. Thanks Sunil