I found a bug in webMethods that when importing a WSDL and calling operations having all optional or no inputs. If you don’t provide any inputs, the client will just create an empty body, and doesn’t insert an empty tag with the operation name in it like it should like below:
The generated web services connector / consumer is just a starting point. Take that starting point and build upon it to do what you want. Don’t expect it to be a 100% complete solution and you’ll be fine.
Yeah, thats what I was doing. But it gets kinda annoying if you’re continiously tweaking the services and re-importing the WSDLs. Just wondering if they knew of this bug, and had or are working on a fix.