VB - JAVA SOAP SESSION MANAGEMENT

2003-07-14 Thread VVVSuneel
Hello we have a VB SOAP client and java SOAP server (Apache soap)  in this the requirement is to maintain a session at the server side for each VB client. is there a way to do this if so how to accomplish that.   Thanks suneel      

Re: No Deserializer found to deserialize ArrayOf_xsd_string

2003-07-14 Thread Scott Nichol
You need to register a deserializer for ArrayOf_xsd_string, something like SOAPMappingRegistry smr = new SOAPMappingRegistry(); ArraySerializer arraySer = new ArraySerializer(); smr.mapTypes(Constants.NS_URI_SOAP_ENC, new QName("urn:mbws", "ArrayOf_xsd_string"), String