FW: castor problem

2004-09-01 Thread Marco Mistroni
Hello all, I followed the tutorial on castor and axis on IBM website http://www-106.ibm.com/developerworks/webservices/library/ws-castor (I have attached the XSD file for the schema) I am using castor-0.9.5.3.jar as well as castor-axis-encoding.jar that comes Along with the example. I di

Serializable Class=> what is the type maping info to be included in the WSDD

2004-09-01 Thread Mahen Perera
Hi I am having a web service method like the following public Serializable Method(String key){ } What is the required Type Mapping information (typemapping section in WSDD) to be included in the WSDD , in order to deploy this web service in Axis. Mainly,,, the concern is the "Serializable"

FW: castor problem

2004-09-01 Thread Marco Mistroni
Hello all, I followed the tutorial on castor and axis on IBM website http://www-106.ibm.com/developerworks/webservices/library/ws-castor (I have attached the XSD file for the schema) I am using castor-0.9.5.3.jar as well as castor-axis-encoding.jar that comes Along with the example. I d

Axis exception with JSSE and WS 4.0.3

2004-09-01 Thread claudio cantonetti
Hi, i'm trying to use Axis(1.1) with JSSE in WebSphere 4.0.3 to reach a WebService via SSL, but I got that exception when I call the Service:   2004-08-20 14:24:33,595 DEBUG (AxisClient.java:108) - Enter: AxisClient::invoke 2004-08-20 14:24:33,598 DEBUG (AxisClient.java:123) - EngineHan

R: Web Service (Axis+Tomcat 5+SSL)

2004-09-01 Thread claudio cantonetti
Hi, i donìt know if this could help u, but see http://www.mail-archive.com/[EMAIL PROTECTED]/msg20141.html there's a configuration for Tomcat and SSL. Hope this help u. Claudio Cantonetti -Messaggio originale- Da: Daniel Sánchez Gómez [mailto:[EMAIL PROTECTED] Inviato: venerdì

RE: castor problem

2004-09-01 Thread Tysnes Are Thobias
Hello How does your deploy.wsdd look like !? Cheers, Are T. Tysmes -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 1. september 2004 10:47 To: [EMAIL PROTECTED] Subject: FW: castor problem Hello all, I followed the tutorial on castor and axis on IBM w

-help

2004-09-01 Thread Charles Griswold
-help

Send binary attachments in Axis?

2004-09-01 Thread Daniel Sánchez Gómez
Hi, I'm looking for information about how send binary attachments in Axis 1.1 to my WS. I have only found a lot of examples about attachments in SOAP, but I don't if it could be useful to me. -- Thanks, Daniel mailto:[EMAIL PROTECTED]

RE: Send binary attachments in Axis?

2004-09-01 Thread Keith Tingle
I was able to send binary attachments after reading the 'Fear of Attachments' document. http://www.iseran.com/Steve/papers/fear-of-attachments.pdf Payformance Corporation confidentiality statement *** Notice: This e-mail m

Re[2]: Send binary attachments in Axis?

2004-09-01 Thread Daniel Sánchez Gómez
Hi Keith, It's just what i needed, thank you!!! -- Best Regards, Danielmailto:[EMAIL PROTECTED]

Apparent Serialization Problem

2004-09-01 Thread Wellman, Andrew
All, I have a service with the following attributes: - Generated code with wsdl2java and therefore have a bunch of custom types - Invokes the service call method from the Client Stub - A Handler to add a digital signature My logic for handling the Digital Signature is as follows: 1) Get the DOM

Fw: Mail transport in Axis

2004-09-01 Thread Jan Najvarek
    Hi,I would like to use mail transfer for accesssing web services installed on Axis, unfortunatelly I did not find any documentation for it.I am interested to know:1. How to setup Axis to support mail tranform for selected web service (e.g. demo service Version).2. Whether I need to setup

problem with wsdl2java and arrays

2004-09-01 Thread b p
Hi,   I'm having a problem with wsdl2java generating client stubs when the return value has an array.  When I make a call to the service, I get the exception:   org.xml.sax.SAXException: Invalid element in test.array.Role - item at org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanD

Solution to common JWS usage problem

2004-09-01 Thread Sebastian Redl
Hi list. This is my first mail. I subscribed because I needed help for a problem with the sample EchoHeaders.jws, but examining several unanswered requests of the same kind, I finally found what my problem was, and so I want to post my solution to the list in the hope that it helps others. The

Error using SSL: HTTPS hostname wrong

2004-09-01 Thread Wagle, Shriniwas
I'm getting the following exception while accessing my webservice using https client (no client-authentication) javax.xml.rpc.ServiceException: Error processing WSDL document: java.io.IOException: HTTPS hostname wrong: should be at org.apache.axis.client.Service.initService(Service.jav

RE: Web Service (Axis+Tomcat 5+SSL)

2004-09-01 Thread Besite - Bart
Dani, I found a very nice article about securing axis webservices on the site of IBM, which helped me a lot : http://www-106.ibm.com/developerworks/webservices/library/ws-sec1.html Greetz, Bart Ronsyn Belgium -Oorspronkelijk bericht- Van: claudio cantonetti [mailto:[EMAIL PROTECTED]

Substitution Groups and Axis 1.1 wsdl2java

2004-09-01 Thread Shobha Srinivasan \(shsriniv\)
Title: Message Hi,   I am facing an issue with wsdl2java when I use substitution groups in the schema. I am using Axis 1.1 with Tomcat 5.0. Has anyone faced similar issues with substitution groups using Axis wsdl2java? It seems like to make it work, one would have to modify the generated c