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

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

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

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

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. Theres also the minor difference in that you did

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

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

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

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

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

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

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

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

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

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: deployment xmlns=http://xml.apache.org/axis/wsdd/    xmlns:java=http://xml.apache.org/axis/wsdd/providers/java  service

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

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

java2wsdl: ClassNotFoundException

2004-08-19 Thread Wagle, Shriniwas
Running axis 1.1Getting 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.HSMServiceThe compiledinterface and class files

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

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

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

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