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 informatio

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
Hi Lorenzo, I got the custom fault working. Here's my SOAP messages Request --- http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> http://schemas.xmlsoap.org/soap/encoding

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,

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

2005-01-06 Thread Sunil Kothari
Hi,     I came across this strange working of TCP monitor tool . First, here's my configuration:   1. Axis 1.1 2. Tomcat 5.0.27   I tried to use resend button in TCPMon with a java client and I also set the content-length in the header accordingly.  But I was unsuccessful in getting a respons

RPC/Literal and support in Axis 1.1

2005-01-06 Thread Sunil Kothari
Hi All,    I am a bit confused about RPC/Literal combination and support in Axis 1.1. I have heard a lot of discussion about document/literal and RPC/encoded style but not much about RPC/literal in Axis context.   Also, it would be nice to know whether  it really affects performance in Axis

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