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.
Regenerated WSDL as suggested with one input string.Still i am getting the same problem.Debugged it…realized it giving the mentioned problem at documentToXMLString service.
Any idea?? why its failing…can u suggest me some material to help myself.
I think you should read this post and work through the attached example before continuing. I think this will help you better understand what you need to do.