Workflow Soluiton

 View Only
  • 1.  Creating an WSDL file for a Workflow deployed as a Web Service

    Posted Aug 16, 2012 11:30 AM

    Does anyone know how to get the WSDL for a workflow project that has been deployed as a web service? I have another program that needs to call my web service and it needs that file.

    Thanks



  • 2.  RE: Creating an WSDL file for a Workflow deployed as a Web Service
    Best Answer

    Posted Aug 16, 2012 03:49 PM

    Try appending your .asmx url with ?wsdl then view the source with your browser and copy and save into notepad as filename.wsdl.

     

    http://this.is.my.url.asmx?wsdl



  • 3.  RE: Creating an WSDL file for a Workflow deployed as a Web Service

    Posted Aug 23, 2012 10:35 AM

    b3tts32 is right.  you can also open up the asmx page and there should be a link to service description.   If you are saving it, make sure you do a file/save from the browser.   Don't copy and paste.....



  • 4.  RE: Creating an WSDL file for a Workflow deployed as a Web Service

    Posted Aug 23, 2012 11:15 AM

    Thanks, that worked.