What is the “universal name” (namespaceName and localName) of your web service wrapper. (the one that you want to invoke when your soap request is received by IS)?
What is the first line of the soap request inside the SOAP-ENV:Body element?
When you receive the error “<namespace>:<localname> does not exist”, there is some disconnect between how you defined your wrapper service’s universal name and the QName of the first child element of the soap request body.
You can also use the pub.universalname:list built-in service to view a list of the QNames that have been registered by populating their UniversalName properties.
Mark
#soa#webMethods#API-Management