WSDL hastable problem

2002-01-22 Thread Chistian Lacetera
I have used hashtable as data type, now i have the problem to make a wsdl for Microsoft Toolkit, but it seems not accept complex type some suggestion Regards smime.p7s Description: S/MIME Cryptographic Signature

Re: Problem with response from MS Soap

2002-01-18 Thread Chistian Lacetera
Hi, i have the same problem, this happens because apche soap is not strictly compliant with some namespace attribtues, you have to map the response, in your deploy file you must add a line like this http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x="" qname="x:result" xml2JavaClassNa

Re: apache SOAP SSL

2002-01-11 Thread Chistian Lacetera
  return  sslSocket;   } }   -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Chistian Lacetera Envoye : vendredi 11 janvier 2002 14:42 A : [EMAIL PROTECTED] Objet : apache SOAP SSL Hi to all i tryed some examples to bring SOAP over HTTPS..

apache SOAP SSL

2002-01-11 Thread Chistian Lacetera
Hi to all i tryed some examples to bring SOAP over HTTPS i had used Apache+ Mod_SSL + tomcat + apacheSOAP for the server side there are no problem bur a custo client (in java don't work) someone can help me ?? package https; import javax.security.cert.*; import javax.security.cert.X50

Remote Deployng & security problem

2001-12-28 Thread Chistian Lacetera
I need to protect remote Deploy but there is a problem: I can protect (by tomcat) the url name.host:8080/soap/server/rpcrouter but this forbid the access to soap clients also. I think that isn't the right way but i don't know another. I need some suggestion Regards

Jar Problem

2001-12-18 Thread Chistian Lacetera
Hello, I'm try to use a jar package created with forteForJava 3.0 jarPackager with TomCat + Apache SOAP 2.2 i put it into lib directory but when i call a Web Services the server return this message .java.lang.NoClassDefFoundE rror: com/sun/forte4j/persistence/internal/PersistenceCapable..at ja

WSDL MS SOAP HASHTABLE Mapping

2001-12-11 Thread Chistian Lacetera
I have generated a WSDL file for my service which have as response message a xml.apache.org/xml-soap:Map I'm triyng use this wsdl file with MS SOAP TOOLKIT but it can't parse custom types. Someone have been developped a custom mapping of xml.apache.org/xml-soap:Map for MS SOAP TOOLKIT ??? Rega

hashtables WSDL data types definiton [URGENT!!!]

2001-11-19 Thread Chistian Lacetera
I need to create a WSDL Data type definiton from a java hashtable My SOAP service return a Map type, in which way can expain itin a WSDL file ? Regards