Browse by Tags
All Tags » Web Services (RSS)
-
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 ...
-
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, ...
-
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 ...
-
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
-
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
-
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 ...
-
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 ...
-
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 ...
-
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.
-
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 ...
|
|