how to call a webmethods service from an asp.net application

:slight_smile: I have a webMethods service URL with xml file as parameter, how can I invoke it from asp.net(c#) page, please help me ASAP.

Thanks a lot!

You can either do a HTTP invoke of the service (URL) from .NET or create .NET client code for the IS flow service from Developer. Refer to the Developers users guide, i think there is a section describing it.

Cheers,
Akshith

Thanks a lot Akki for ur response,

but can you pls tell me how to implement .NET client code for the IS flow service from Developer, appreciated if you can put an example or share any link for the same.

The chapter named “Creating Client Code” in the Developer User’s Guide has the information you need.