Solution Strategy and eCommerce

Thought at the end of the day

  Home  |   Contact  |   Syndication    |   Login
  16 Posts | 0 Stories | 10 Comments | 19 Trackbacks

News

Twitter












Archives

Post Categories

Image Galleries

For Presentations

Squash links

Tuesday, October 04, 2005 #

I posted about this earlier on http://blogs.conchango.com/tamershaaban/archive/2005/01/24/873.aspx after a very good project integrating SAP and Siebel, working with Deloitte and Axon. People found it difficult to find through Google (I’ll have to talk to someone about that) So here is the link and apologies for the Google trouble.

 

http://blogs.conchango.com/tamershaaban/archive/2005/01/24/873.aspx

 

Thanks

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

This is in response to an email I got from Edgardo (www.geekswithblogs.com/evega), I post it here hoping it will benefit more people out there.

 

You can call a webservice from inside a workflow in Siebel, and you can have a webservice that starts a workflow. The first thing I do is test the webservice using XMLSpy Enterprise (Pricey but well worth it, and saved me a lot of time). XMLSpy will generate the test SOAP message for you, and you can override the parameters to make sure you test all the cases with the webservice.

 

Once you are happy with the tests copy the link to your Visual Studio BizTalk Project, select add a web reference, insert the url in the address line, and check the webmethod(s) that come back, they will be the same ones detected by XMLSpy . Once you have added the webReference, create and orchestration that calls it. If you create the ports in the orchestration and you select "Specify Now" rather than "Specify Later" then the url settings for the webservice included in the wsdl will be used. This is the url that the Siebel workflow developer assigned when he/she generated the wsdl (Siebel has a wizard for doing that). When you deploy your application, BizTalk will create your SOAP send port with that url in it. If you Choose “Specify Later” then you will have to create the port(s) manually or using script.

 

I hope this helps and good luck.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I’m guilty of not blogging for a long time, but trust me I have been very busy recently with lots of very interesting projects. When I emerged from my project work though, I discovered that I have missed out on the Windows Workflow stuff which really looks quite impressive. They have announced it at PDC and obviously lots of people have been working on this. Check http://blogs.msdn.com/pandrew/default.aspx

 from the PDC sessions. I think Paul will be the new Scott Woodgate for us integration specialists. I’m currently reading his book with great interest. Have a look at http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?isbn=0672328488.

 

I'll blog about this once I'm done with the book and tried out few things.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati