Hello everyone,
I am encountering a serious problem using auto-generated WSDL files, that I am using now to expose webservices.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ser-root:creationTafResponse xmlns:ser-root="Mynamespace"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
The ser-root element appears when I call my webservice using soapUi.
I don’t need this element, and I am unable to validate data against the used xml schema with the ser-root element.
I am using 7.1.2 WM and the fix installed are:
IS_7-1-2_XA_Fix2
IS_7-1-2_Core_Fix10
IS_7-1-2_Flow_Fix2
IS_7-1-2_PubSub_Fix2
IS_7-1-2_SrvPrtcl_Fix8
IS_7-1-2_WebSvcsXML_Fix8
IS_7-1-2_PkgMgmt_Fix1
PRT_7-1-2_Fix1
TNS_7-1-2_DB_Fix3
TNS_7-1-2_Doc_Fix2
TNS_7-1-2_General_Fix2
TNS_7-1-2_Partner_Fix2
Any suggestions, is welcomed
Thanks
#webMethods#soa#API-Management