Hello All, I am having problems calling an Apache based SOAP server from an MS Soap Toolkit (v2.0) client.
I read your article in the Apache SOAP (v2.3.1) toolkit, and I have a couple of questions that The problem that you describe is your article under SOAP Problems/Depending on xsi:type. Adding type mapping to the service's deployment descriptor, regarding this there are two issues: 1. In the request snippet the arguments are named arg1 and x:arg2, but in the deployment descriptor the qname is for arg and x:arg, it looks like a type-o.... 2. When I add a mapping element to the deployment descriptor with the xmlns:z="" attribute it's not a valid XML, I try to open this XML with Internet Explorer for example and it displays the following error: Only a default namespace can have an empty URI. Error processing resource Further more when trying to deploy the service using that deployment descriptor, I get an exception: [Fatal Error] :16:83: The value of the attribute "xmlns:z" is invalid. Prefixed namespace bindings may not be empty. Exception in thread "main" org.xml.sax.SAXParseException: The value of the attribute "xmlns:zx" is invalid. Prefixed namespace bindings may not be empty. at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:267) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:20 1) at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2 29) Regards, Asher Foa Software Developer Optibase Ltd. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>