Hi Mahesh,
Thanks for your response .
I am afraid I can not share my WSDL.
The below error I am getting in server log file
–Requst xml
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:SOAP-ENC=“http://schemas.xmlsoap.org/soap/encoding/” xmlns:xsd=“XML Schema” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” SOAP-ENV:encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/”>
<SOAP-ENV:Header xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/”></SOAP-ENV:Header>SOAP-ENV:Body
<ser-root:getStatus xmlns:ser-root=“urn:TEST” SOAP-ENC:root=“1”>
CLCLL0301
1
2
</ser-root:getStatus>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
–Response xml
interface name: soap11
service name: TEST
Parameter “location” is not optional
I removed the id tag in location field and then posted the same request in Soap UI, then I am getting positive response
Kindly let me know how to remove id tag in the input document after consuming it in webMethods developer 8.2
#webMethods#soa#API-Management