Currently Online:

Browse by Tags

All Tags » Web Services   (RSS)
  • Web Service could not be resolved

    All- I have a workflow process that I have added two web services to using the project references interface. They deployed and worked perfectly until I closed the K2 Designer and opened the project again. How it is as if the web service references are not there. I get the following error when I build the project.  ''Assembly Reference ...
    Posted to General (Forum) by miketrouard on May 6, 2008
  • Error when building: Assembly Reference could not be resolved

    When I add web references to my process, it works perfectly... I can call them in custom server events, and when I deploy, there's no error. When I run an instance of my process, no error too. However (yes, otherwise there wouldn't be any reason for me to create this thread), when I close Visual Studio, open my solution, and try to deploy, ...
    Posted to General (Forum) by Nicolas on March 3, 2008
  • SubmitInfoPathData Service

    I am trying to automate the submission of a bunch of InfoPath forms to kick off their respective workflow processes.  I figured I'd be able to send the InfoPath xml to the 'SubmitInfoPathData' web service (provided by blackpearl) to do this.  However, when I send the InfoPath xml to the service, I always get the error 'The data submitted ...
    Posted to General (Forum) by tbyrne on February 27, 2008
  • Where are K2 2003 Events?

    Hi,  There were useful K2 2003 events. in particular: Data manipulation, InfoPath change view, web service event and SQL connect event. I can't see them in BlackPearl, How can I find and use them?  Thanks 
    Posted to General (Forum) by geek on February 5, 2008
  • Accessing environment fields from code

    Hello,  is it possible to acces Environments fields values  from code? (the items you can see in K2 Object browser) For example if i want to store my WebService url in the Workflow Web Service(s) fields and assign its value to the Url property of the web service proxy class in the code..  Thank you in advance 
    Posted to General (Forum) by kornyi on February 4, 2008
  • Re: Webservice Call From Blackpearl

    In a server code event you call the web service just like you would from any .NET code.  Declare an instance of the service, set it's credentials and url (if needed), then invoke methods on it.  InvoiceService.Service1 Serv = new InvoiceService.Service1(); Serv.Credentials = System.Net.CredentialCache.DefaultCredentials;  //if ...
    Posted to General (Forum) by DavidL on January 30, 2008
  • Webservice Call From Blackpearl

    Hello,  I have added a web service URL to the Workflow web service(s). How can i call the web service from code (default server event)?  Actually i was looking for some documentation on blackpearl but could not find any.. There are some labs on the portal to download, but there is nothing about coding.. could you please give me some ...
    Posted to General (Forum) by kornyi on January 30, 2008
  • Infopath form with Data Connection File : Value cannot be null

    I know there are a lot of different threads about this error but I never saw it related to my particular problem: When I try to add a form template (using the Infopath Integration wizard) containing a UDCX-based Data Connection, I get this error. It also occurs when I modify a form template already included in my K2 project (using ''design'' in ...
    Posted to General (Forum) by Nicolas on January 18, 2008
  • Re: Calling a web method

    Check out the blackmarket section on this site.  One of the examples is a service object that can be used to invoke web services from a SmartObject.  I've used it and it works great.  The only caveat is it only handles simple data types.
    Posted to General (Forum) by DavidL on January 10, 2008
  • Help with LOB / web service integration and SmartObjects

    Hi Guys, This is probably quite an easy question, but for some reason I'm having trouble with it   Basically, I'm interested in achieving the LOB / web service integration via SmartObjects, as shown in the help under ''Services'': ms-help://SourceCode.Help/K2Blackpearl/Reference%20-%20Services.html There are two problems that I ...
    Posted to General (Forum) by danielbarla on September 21, 2007