J
jmls
Guest
so, I've been handed a project to do (very quickly of course) and it turns out to be a soap web service. I've got a wdsl file and a xsd file Been playing with the bprowsdldoc utility and generated some documentation: abstractResponseType type No documentation found in WSDL. Schema !-- No schema information for "abstractResponseType" in the "http://ws.sdt.moj.gov.uk/2013/sdt/BaseSchema" namespace. -- Example arbitrary xmlns:ns0="http://ws.sdt.moj.gov.uk/2013/sdt/BaseSchema" ns0:status code="Ok OR Error" !-- The following element is optional. -- ns0:error ns0:code string-value /ns0:code ns0:description string-value /ns0:description /ns0:error /ns0:status /arbitrary However, now I am kinda lost. The " !-- No schema information for "abstractResponseType" " makes me think that this might be in the xsd file. Is that correct ? Do I have to produce the xml myself, or is that a part of the xsd temp-table write-xml thing ? wdsl newbie alert, if you haven't guessed 
Continue reading...
Continue reading...