In addition to mappings for XML Schema types, Apache SOAP (and possibly Axis, too) provides implicit mappings for some Java types (such as Vector and Hashtable). Unlike the XML Schema types, however, there is no standard XML type for these Java types, so Apache SOAP uses its own custom types. In your case, it appears you are using a Java Vector for a parameter. Probably no non-Apache SOAP implementation will have a built-in type mapping for this, so errors like the one you get are expected.
Since you are using WSDL, the way to resolve this is to add a definition for the Vector type in the http://xml.apache.org/xml-soap namespace in a schema in your WSDL. Scott Nichol ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 4:37 AM Subject: PL HELP ME... URGENT HELP REQUIRED > Hello ALL > > > I am connecting wsdl ( weblogic6.1) using .net and getting this error > ........ > any help will be appreciated ........ > > > > Thanx > > kind regrd > raky > > > > > > > > SoapMapper:The schema definition with a targetnamespace of > http://xml.apache.org/xml-soap for SoapMapper Vector could not be found > HRESULT=0x80004005: Unspecified error - SoapMapper:The SoapMapper for > element Vector could not be created HRESULT=0x80004005: Unspecified error - > WSDLOperation:Initialization of a SoapMapper for operation > getEMPLFavProducer failed HRESULT=0x80004005: Unspecified error - > WSDLOperation:Initializing of the output message failed for operation > getEMPLFavProducer HRESULT=0x80004005: Unspecified error - WSDLPort:An > operation for port InsuranceOrganizationServiceRMIPort could not be > initialized HRESULT=0x80004005: Unspecified error - WSDLPort:Analyzing the > binding information for port InsuranceOrganizationServiceRMIPort failed > HRESULT=0x80004005: Unspecified error - WSDLService:Initialization of the > port for service InsuranceOrganizationServiceRMIService failed > HRESULT=0x80004005: Unspecified error - WSDLReader:Analyzing the WSDL file > failed HRESULT=0x80004005: Unspecified error - Client: > One of the parameters supplied is invalid. HRESULT=0x80070057: The > parameter is incorrect > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>