unknownhost

hi All

I am using one third party WSDL file and i have created a web service connector for the same in my developer then after executing i am getting the following error
com.wm.app.b2b.server.ServiceException: java.net.UnknownHostException:

if any one had experienced the same problem please do suggest me.

Regards,
Sat

The SOAP endpoint address in the WSDL appears to be “mindtree”. This gets assigned to the “address” variable in the first few lines of the generated Flow service.

You need to supply a valid value for the endpoint address (the address to which the soap request will be sent).

Mark