RE: how to delete web service manually

2004-08-19 Thread Rajendra
Hi, Thx. It's working now. Bye, Raj. -Original Message- From: Bhuvan [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 12:13 PM To: [EMAIL PROTECTED] Subject: RE: how to delete web service manually Hi Rajendra, Try out the following : 1. Modify server-config.wsdd present in

RE: how to delete web service manually

2004-08-19 Thread Bhuvan
Hi Rajendra, Try out the following : 1. Modify server-config.wsdd present in %AXIS_HOME%\WEB-INF\ to remove the references of your webservice. Where %AXIS_HOME% represents the installation dir of AXIS e.g. C:\tomcat\webapps\axis 2. Delete the WebService Specific classes from %AXIS_HOME%\WEB-INF\

Re: how to delete web service manually

2004-08-19 Thread Dhanush Gopinath
Hi If ur service is deployed there will be a entry in the server-config.wsdd under tag.   U can manualy delete it from that file to undeploy the Service   Cheers   Dhanush Gopinath Software Engineer Mahindra British Telecom Ltd +91-020-4018100 Ext:-1218 "When a person really desires som

how to delete web service manually

2004-08-19 Thread Rajendra
Hi All, I wrongly deployed some service and because of that my axis is not showing any deployed services. Now im trying to undeploy it using Admin tool by supplying undeploy.wsdd. But it seems that not working. How I can delete the deployed service manually. Any suggestions pls. Thanks&Regards

RE: SOAPAttachment --Size problem?

2004-08-19 Thread Bhuvan
Hi Jeyakumaran, This seems to be a issue with the client side code which is adding the MIME attachment. Is it possible for you to send the code written to send the attachments? Also checkout the following links which talks about a similar problem : http://java2.5341.com/msg/51371.html http://jav

Re: SOAPAttachment --Size problem?

2004-08-19 Thread Dhanush Gopinath
Hi Jeyakumaran ,   When u sent it as Inline form ( Where u r passing a Datahandler as the parameter to ur Web Service method) , there can be a problem with attachment size.   U can try sending it as an attachment part ..   Please refer the following mail archives   http://www.mail-archive.

SOAPAttachment --Size problem?

2004-08-19 Thread Chandrasegaram Jeyakumaran
Hi, I am working with axis application which handles the SOAP attachment. In my attachment I set an image(the way How javamail deals) in the client side and send to an axis server. But it fails in the deserialization with this message. java.io.IOException: End of stream encountered before final

serializing 2D arrays

2004-08-19 Thread Mark Cassidy
We're using Axis 1.1 for our JAX-RPC client to a set of webservices. We're getting back 2D arrays fine from the service, but sending a 2D array is having problems over on the web service side. The WSDL only says that the message part that is the 2D array is xsd:anyType -- and they're not going to

java2wsdl: ClassNotFoundException

2004-08-19 Thread Wagle, Shriniwas
Running axis 1.1 Getting following error while running the java2wsdl ant task:[axis-java2wsdl] Java2WSDL com.abc.systemsigner.service.HSMService[axis-java2wsdl] java.lang.ClassNotFoundException:com.abc.systemsigner.service.HSMService The compiled interface and class files com.abc.systemsi

webservice with ws security

2004-08-19 Thread Malai
Hi.,     I'm using axis toll for creating webservice.I have created few samples and its working well. Now i'm planning to implement the security like ws security,xml security,digital signature and authentication like that. Is anyone can give me some idea to implement this.I am just reading W

RE: Wrapped style and elementFormDefault="unqualified"

2004-08-19 Thread Daniel Perry
On further inspecting my problem, it apears that axis was not setting a default namespace. .NET was expecting the parameters to be in the same namespace as the method, but axis was only setting a namespace for the method, and not for the parameters. My overall impressions of SOAP (not refering to

Deploy with a WSDD - problem with WebServices with argument

2004-08-19 Thread LEBLANC, Damiens
Hi,       I'm beginning in WebServices with AXIS and I can't arrive to deploy a WebService with an argument.       My wsdd is described below:      xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">                      

RE: Wrapped style and elementFormDefault="unqualified"

2004-08-19 Thread Leena Janardanan
Frans, The problem I was having was that even though my server schema said elementFormDefault="unqualified", Axis was setting a default namespace for the entire body, which of course, is wrong. That's why .Net was complaining.I had to work around this by defining an empty default namespace for the

Security Policy Use by Axis?

2004-08-19 Thread Jerry Jalenak
Good morning to all. This may not be an Axis issue - if it's not, I apologize and will send it over the the Tomcat users list. I'm in the process of developing a 'proof of concept' system for integrating some legacy systems into my companys web-enabled systems. To accomplish this, I've writt

Security Policy Use by Axis?

2004-08-19 Thread Jerry Jalenak
Good morning to all. This may not be an Axis issue - if it's not, I apologize and will send it over the the Tomcat users list. I'm in the process of developing a 'proof of concept' system for integrating some legacy systems into my companys web-enabled systems. To accomplish this, I've writt

RE: Help in Exception handling...

2004-08-19 Thread Junaid . Bhatra
$)CTo turn off sending stacktraces: In your server-config.wsdd file, set the axis.development.system global config parameter to false. false = production system, stack traces not sent out in the SOAP messages true = development system, stack traces sent out - Junaid

how to configure typemapping of java.sql.Time to xsd:time?

2004-08-19 Thread Martin Heitz
Hi, I would like to know how to configure the java type java.sql.Time to xsd:time. Currently it automatically gets converted into a xsd:dateTime (probably because java.sql.Time extends java.sql.Date). On the client side I manage to deal with the problem by providing an own Deserializer. But I do

RE: Wrapped style and elementFormDefault="unqualified"

2004-08-19 Thread Daniel Perry
I have also come accross this problem. (axis client to .NET) My problem was that axis was using prefixes, and .NET would NOT work unless using a default namespace and NO prefixes. Although, it worked fine when i didnt have to pass any parameters. My solution was to make my own SoapEnvelope (from

RE: Wrapped style and elementFormDefault="unqualified"

2004-08-19 Thread Anne Thomas Manes
Frans, What error are you receiving from .NET? As you say, the two messages are semantically equivalent, and .NET doesn't care whether you use a prefixed namespace or a default namespace. Perhaps there are subelements in Node2 that should not be namespace prefixed? That would make sense and be con

RE: Wrapped style and elementFormDefault="unqualified"

2004-08-19 Thread Anne Thomas Manes
Frans, What error are you receiving from .NET? As you say, the two messages are semantically equivalent, and .NET doesn't care whether you use a prefixed namespace or a default namespace. Perhaps there are subelements in Node2 that should not be namespace prefixed? That would make sense and be con

RE: How to add AXIS to Web Sphere 5.1

2004-08-19 Thread Anne Thomas Manes
WAS 6 WS-Security interoperates with WSE 2.0 WS-Security. (You don't have to use WS-Trust and WS-SC to use WS-Security.) - Anne -Original Message- From: Mahen Perera [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 5:06 AM To: [EMAIL PROTECTED] Subject: Re: How to add AXIS to W

RE: How to add AXIS to Web Sphere 5.1

2004-08-19 Thread Anne Thomas Manes
WAS 6 WS-Security interoperates with WSE 2.0 WS-Security. (You don't have to use WS-Trust and WS-SC to use WS-Security.) - Anne -Original Message- From: Mahen Perera [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 5:06 AM To: [EMAIL PROTECTED] Subject: Re: How to add AXIS to W

RE: Declaring Arrays in Doc/Lit Wrapped Style

2004-08-19 Thread Anne Thomas Manes
Your original array definition is correct, and it conforms to the WS-I recommendation. The only significant difference in your definition versus the WS-I recommendation is that your array supports a null value in addition to no occurrences. There’s also the minor difference in that you did

RE: Declaring Arrays in Doc/Lit Wrapped Style

2004-08-19 Thread Anne Thomas Manes
Your original array definition is correct, and it conforms to the WS-I recommendation. The only significant difference in your definition versus the WS-I recommendation is that your array supports a null value in addition to no occurrences. There’s also the minor difference in that you did

Axis (java) client leaves temp attachment files

2004-08-19 Thread Daniel Perry
My java axis client app creates temp files for the attachments it receives in soap messages. Now that seems ok, but it doesn't remove them when it's finished with them! Is this normal behaviour? or am I doing something stupid? I only noticed this because a server died after running out of hard d

Axis C++ 1.3 Alpha is released

2004-08-19 Thread axis cpp
Hi All, The Apache Axis C++ team would like to announce the Alpha release of Axis c++ 1.3. The binary and source distributions can be downloaded from http://ws.apache.org/axis/cpp/download.html

Declaring Arrays in Doc/Lit Wrapped Style

2004-08-19 Thread Wei Hsu
Hi all,   I have a question about the XML declaration for an array in doc/lit wrapped style.  For a server side method with the following signature:   String test(String[] value)   I had been representing it with the following element:                  This allows

Re: How to add AXIS to Web Sphere 5.1

2004-08-19 Thread Mahen Perera
Hi Anne, WAS 5.1 must be interoperating with WSE 1.0, But I dont think WAS 6 interoperates with WSE 2.0,,, since WSE 2.0 has support for WS- Secure Conversation and WS- Trust ,,, where as WAS 6 does not i suppose... Your ideas please Mahen On Wed, 18 Aug 2004 13:16:29 -0400, Anne Thoma

Re: Wrapped style and elementFormDefault="unqualified"

2004-08-19 Thread Frans Flippo
Hi folks, Has anybody found a solution to this? I'm having a similar issue, but in my case it's an Axis client accessing a .Net server. Axis is using a default namespace whereas the .Net server on the other side is expecting an explicit namespace, e.g.: Axis generates: http://schemas.xmlsoap.o

SignedSOAPEnvelope

2004-08-19 Thread Suzy Fynes
Hi,   Can anyone give me a breakdown of what the SignedSOAPEnvelope, ClientSigningHandler and LogHandler classes do? It comes with some of the security examples given in axis.   Thanks, Suzy