The WSDL specifies an input message with no content. I don’t think you can generate a web services connector from an operation defined in this way.
You can however, create an XML string consisting of only an empty “” tag convert that to a node, add it to a soap message body and use soapHTTP to send it to your web service.
If you want a simple web service that will work with the IS web servcie connector wizard, just modify your .Net service to accept a string as its input parameter. Regenerate you WSDL and then it should work.
Mark
#soa#API-Management#webMethods