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
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
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
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
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
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
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
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
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,
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
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
1.1.
I will appreciate any pointers or
feedback on the same.
Sunil
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
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
highly appreciated.
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
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
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
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
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
.
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
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
***
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
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
***
. 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
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
Please don't send mails to this account.
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
help me.
Thanks
Sunil
30 matches
Mail list logo