The fun of being 'in-between' projects for a week

Published Fri, Nov 5 2004 4:42 PM
I had a great week last week. The project I was starting suddenly changed direction, in such a way that BizTalk was no longer needed. End of project to me and nothing in the pipeline yet (apart from some open issues).
 
Don't worry though, my days are filled for next week and on. But not with BizTalk. SharePoint is hot all of a sudden. I have 6 projects scheduled, ranging from a couple of hours consultancy to starting up an implementation for company with several hunderd employees, all with SharePoint.
 
But to get back to the fun. I've had:
  • a chance to play with the Information Bridge Framework. Didn't get around to actually build something myself though, but the things I saw are all very cool.
  • a chance to build a solution like I described earlier about human interaction and service orientation. I was triggered when I heard about a project that had more or less chosen the architecture I described (not because I said it though ;-). It was easier then expected, but then again, I didn't touch on anything like security, service hosting, etc. I had done all steps before but never in one solution. Still, it was very refreshing to see these things working seamlessly together. The only really new thing was the use of WSSLib-adapter to read SharePoint Libraries. That one did take some time to get working too (I actually commented out bits of code to get it working). Either I used in the wrong way or there are still some bugs floating around in it.
  • a chance to read and respond on the BizTalk-newsgroups, which I normally never take the time to. And it is very rewarding to read somebody say 'Thanks a lot, its very helpful for me'.
 
I guess I won't be posting a lot about BizTalk the coming weeks though, but maybe I can share some of my SharePoint experiences.
Filed under:

Comments

# Carlo Poli said on Tuesday, November 16, 2004 7:27 AM

The WSSLib-adapter has its disadvantages, especially with security.
The default installation uses the same Application pool as Sharepoint.
It’s possible to host the webservice and its dll in another virtual directorie then _vti_bin, and modify the url wich the adapter uses to locate its webservice.

# Carlo Poli said on Tuesday, December 21, 2004 7:07 AM

Hi ,

I have one correlation type which is used in one correlation set and has been configured for two receive ports. Port 1(correlation initialized), port 2(Following correlation set)

Problem explanation
--------------------------
eg : field in the correlation type is "username" and "year"

suppose port1 it has received "Jonde" and "2004" for the correlation type, I want in the second receive port to Check with the same field name but the value should be "Jonde" 2003" , ie I have to change the value in the year for the port 2. Is there any way

*both the receive port is having the same schema
*I am using Share adapter for getting the infopath forms from sharepoint

thanks in advance

Suresh.A