Donate Share

C++ Web services

Tracker: Bugs

5 WsdlParser Exception - ID: 2802635
Last Update: Attachment added ( meindert66 )

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());

...


meinderto ( meindert66 ) - 2009-06-07 21:02

5

Open

None

vivek

wsdl parser

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
mwsbasic_wsdl.tar wsdl + xsd0 + xsd1 Download

Change ( 1 )

Field Old Value Date By
File Added 330097: mwsbasic_wsdl.tar 2009-06-07 21:02 meindert66