Use Method inside ASMX file

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

In a VB code file I need to use a method from an ASMX file.

How can I do that?

Thanks,

Miguel
 
Extract the code in question (using the refactor menu?) into its own
routine. You can then put it in its own code file and call from both the
ASMX file (web service) and another code file.

If you are talking a different project, make a web service call.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
Back
Top