Calling a servlet from WebNethods

Hi all,

I need to invoke a servlet from webMethods.
Can any one sujjest me how can i do this?

It’s very Urgent.

Regards
Ramu

Which webMethods product are you attempting to use? You can use Integration Server to issue an HTTP post to the web container hosting your servlet. You will need to set the args or data parameters to pass the data that the servlet expects.

Read all about the pub.client:http built-in service in the Integration Server Built-In Services Guide.

Mark

Hi Mark,

I got your point. It’s working fine.

Thank you so much.

regards,
Ramu