BusinessObjects Board

WSDL import does not show any ports or functions

When I import the attached wsdl into a new webservices datastore using DS 3.2 SP3FP5, it completes without errormessages. However, when opening the datastore, no ports or functions are shown. It imports correctly in SoapUi. I’ve already tried simplifying the wsdl to see if that would give me a clue (like removing the policy element and such) all without result. Importing using the adapter datastore gives exactly the same result. Can anybody see what I am overlooking?

The error is very simmilar to http://scn.sap.com/thread/3570157 but that thread dosn’t bring me much further also. I’m not sure what the other party is using but I see some references to microsoft in my wsdl.
User.svc.xml.txt (13.0 KB)


mschagen :netherlands: (BOB member since 2007-06-08)

your WSDL is using SOAP 12, it’s not supported in 12.2
either use a soap 11 verson of the WSDL, in most cases the WSDL will have both, but in your case it’s only 12
or upgrade to DS 14.2 SP05 which supports both Soap 11 and Soap 12


manoj_d (BOB member since 2009-01-02)

Tanks a lot! That explains it. I would have expected an errormessage if the wsdl contains elements it doesn’t understand but appearantly it just skips them. Yet another reason for us to upgrade :idea:


mschagen :netherlands: (BOB member since 2007-06-08)

Thank you for explaining this. I had the same problem.


paulmartell (BOB member since 2015-10-21)