Web Service connector error

Error…what I am getting
com.wm.app.b2b.server.ServiceException: java.lang.Exception: missing required parameter 'document
Steps :
Selected web service conn…then given "
[URL=“http://localhost/HelloWS/?wsdl”][U][SIZE=2][COLOR=#0000ff]http://localhost/HelloWS/?wsdl[/u][/color][/size][/URL][SIZE=2]" [B]Finish
When I tried to run…getting error…given above…

Webservice
Is simple helloworld…no input…output is “hello world”

PLease help me …i am a new bee.

pav
[/B][/size]

Pav,

Can you post the WSDL as an attachment?

Mark

PLease find the wsdl as attachment,

thanks in advance.
pav
Service.wsdl (2.75 KB)

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

Mark,

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.

Thanks,
Pav

Pav,

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.

Mark