Error processing http://212.227.81.125:8010/mwsbasic?wsdl
WsdlParser Exception : Could not resolve element http://tempuri.org/:Login
at 1,1433
In the wsdl there is a xmlns:tns="http://tempuri.org/" but also a
targetNamespace="http://tempuri.org/Imports"
"http://tempuri.org/Imports" is added as schemaParser_ in
WsdlParser::parseTypes
In the code there will be search for "http://tempuri.org" and not for
"http://tempuri.org/Imports"
It is going wrong in
WsdlParser::parseMessage()
...
//get the element id
e = getElement(type);
if (e== 0 )
error("Could not resolve element " +
type.getNamespace() + ":" +
type.getLocalName());
...
vivek
wsdl parser
None
Public
| Filename | Description | Download |
|---|---|---|
| mwsbasic_wsdl.tar | wsdl + xsd0 + xsd1 | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 330097: mwsbasic_wsdl.tar | 2009-06-07 21:02 | meindert66 |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use