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
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
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..
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
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
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
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
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