Search found 23 matches

by robertoedwards
Thu Feb 23, 2017 6:05 pm
Forum: Integration Development
Topic: sdk update integration
Replies: 1
Views: 642

sdk update integration

I have a web service, that, in places calls the SoftPro server to get information. After performing the SDK update, I am now getting a new error. Could not load file or assembly 'SoftPro.Accounting.Client' or one of its dependencies. The system cannot find the file specified.":"SoftPro.Acc...
by robertoedwards
Thu Jan 05, 2017 1:42 pm
Forum: Server
Topic: MSMQ and notification
Replies: 1
Views: 3059

MSMQ and notification

I have been working on this for a while. I have a queue created on the server. I then pass that name to SoftPro when I register for that notification. <Subscriptions xmlns="http://schemas.softprocorp.com/select/notifications/eventing/2008/04"> <Subscription event="C4EDBD4F-F11D-4C48-B...
by robertoedwards
Mon Dec 05, 2016 3:57 pm
Forum: Integration Development
Topic: Receiving Notifications
Replies: 6
Views: 951

Re: Receiving Notifications

I am still having problems. I have SP running on one machine, notifier app (EventListener example). I register the event handler for SP->Event Change, but when it tries to fire the event: Soap11 notification '-9223372036854766408' delivery attempt failed. Error: There was no endpoint listening at ht...
by robertoedwards
Fri Dec 02, 2016 12:59 am
Forum: Integration Development
Topic: Receiving Notifications
Replies: 6
Views: 951

Re: Receiving Notifications

I'll look at the sample again.

Offhand, the only thing that jumps out at me right now is that the SoftPro server and the service that is to receive the notifications are running on different. Is there potential for a problem here?
by robertoedwards
Mon Nov 28, 2016 12:59 pm
Forum: Integration Development
Topic: Receiving Notifications
Replies: 6
Views: 951

Receiving Notifications

I am not able to receive a notification from SoftPro. The event is registered like this: <?xml version="1.0" encoding="utf-8"?> <Subscriptions xmlns="http://schemas.softprocorp.com/select/notifications/eventing/2008/04"> <Subscription event="C4EDBD4F-F11D-4C48-BE08...
by robertoedwards
Thu Nov 03, 2016 1:37 pm
Forum: Integration Development
Topic: Receiving Event Notifications
Replies: 1
Views: 560

Receiving Event Notifications

I have registered some (actually all) events listed by sps.exe. I can see that they have been registered. I have a SOAP11 method that I can see when I request the WSDL, and can also invoke it succesfully using SoapUI. But I never receive a notification from the SoftPro server so I am wondering what ...
by robertoedwards
Fri Oct 28, 2016 4:48 pm
Forum: Server
Topic: Notification Registration not working
Replies: 2
Views: 3073

Re: Notification Registration not working

Yep, that was it. Thanks.
by robertoedwards
Wed Oct 26, 2016 1:04 pm
Forum: Server
Topic: Notification Registration not working
Replies: 2
Views: 3073

Notification Registration not working

I have taken the soap11 example from the SDK doc and placed it in an XML file: <?xml version="1.0" encoding="utf-8" ?> <Subscriptions xmlns="http://schemas.softprocorp.com/select/notifications/eventing/2008/04"> <Subscription eventid="C4EDBD4F-F11D-4C48-BE08-8C1051...
by robertoedwards
Mon Feb 01, 2016 6:07 pm
Forum: Integration Development
Topic: Task Changed notifications?
Replies: 4
Views: 807

Re: Task Changed notifications?

Perfect! That is exactly what I was looking for.

Thanks.
by robertoedwards
Mon Jan 25, 2016 9:10 pm
Forum: Integration Development
Topic: Task Changed notifications?
Replies: 4
Views: 807

Re: Task Changed notifications?

Bob, I may be missing somethig, but what I get are the events. Not the parameters when the event is triggered. Will these alway be the same?