Sri’s Weblog

Welcome to Sri’s WebLog

About

with 28 comments

My name is Srikanth Addala. I just started this blog so that I dont have to search my documents to find simple things I have done before. Lately, started sending the link to my friends who needed help with same things I have done before. Let me know what you think………….

Sri

Written by addsrikanth

April 25, 2008 at 9:27 pm

28 Responses

Subscribe to comments with RSS.

  1. Hi Sri,

    Love the blog. Would you have any additonal documentation (other than peoplebooks) on how 3rd parties can interact with PeopleSoft Web Services (PeopleTools 8.49)? We plan on providing component interface-based services.

    Thanks,
    Tony

    Tony

    September 17, 2008 at 1:38 pm

  2. Thanks Tony. I will add new post on how to integrate third paryt systems through CI (web services) over this weekend.

    addsrikanth

    September 19, 2008 at 3:26 am

  3. Hello Sri,

    Cam to your about your blog by googling for BPEL & PeopleSoft. The article on integrating amazon web service with PS is really a nice one.
    Since I am already working on PeopleSoft, I have just one question though. I can understand that BPEL/web services adding value to the finance/crm part but can you please give some suggestions on how would this benefit the HCM product. As per my thinking, I cannot visualize a situation in which employee data would be shared (may be security policies).

    Techie

    November 10, 2008 at 3:58 pm

  4. There are more details on another blog

    http://peoplesoftsupport.blogspot.com

    PSFT

    December 5, 2008 at 2:22 pm

  5. Hello Srikanth,
    I’ve been working on setting up integration with a 3rd party product – but have been facing issues with the same. Could you please send me your personal mail id so that I can get to you with details of my issue.

    Thank you,
    Jiju.

    Jiju

    December 8, 2008 at 11:43 am

  6. Hi Sri,

    Good stuff in your blog. I am very new to interfacing from PeopleSoft to third party Web Services, and am struggling to get started. I need to validate an address using a Web Service. I created a simple test page as you suggested, along with the corresponding component, menu, record, WSDL Wizard stuff, etc. In my PeopleCode, for now, I have hard-coded the address parameters just to test requests and responses. But when I click the button, I get an error: “…Schema in… has a different target namespace from the one specified in the instance document .Error: ( line: 2 column: 118 ) Unknown element ‘SOAP-ENV:Envelope’ (158,530).

    Any suggestions?

    Dean.

    Dean

    December 9, 2008 at 8:05 pm

  7. n/m. I turned off Service Schema Validation, and everything worked after that.

    Dean

    December 10, 2008 at 10:22 pm

  8. Hi Sri,

    Me and my collegues were working on CI based web services integration with a 3rd party application. Your blog helped a lot. Thanks a ton!

    Regards,
    Sid

    Siddarth

    February 18, 2009 at 2:47 am

  9. Hi Sri,

    I loved the post “PeopleSoft Integration with Asp.net using CI based (in-bound) web services. I was wondering if you have any examples of checking for errors or using the EmpFind method. I’m having some trouble.

    Steve

    March 5, 2009 at 7:05 pm

  10. Hi Sri,

    I loved the post “PeopleSoft Integration with Asp.net using CI based (in-bound) web services. I was wondering if you have any examples of checking for errors or using the EmpFind method. I’m having some trouble.

    Thanks,

    Steve

    Steve

    March 5, 2009 at 7:05 pm

  11. Excellent blog.

    Could you post an example of reading an xml file into PeopleSoft

    Thank you.

    Mike

    Mike

    March 13, 2009 at 1:04 am

  12. Srikanth, what I am trying to do is to read an XML file into PeopleSoft. What your example shows is outputting an XML file from PeopleSoft.

    Do you have an example of an XML file being read by PeopleSoft?

    Mike

    Mike

    March 13, 2009 at 5:52 pm

  13. Srikanth, I had a look at your example – but the problem is that my XML is pretty complex. Can filelayout handle complex XML?

    Mike

    March 13, 2009 at 6:35 pm

  14. @Mike,

    File layout will be able to handle any complex structure(schema) as long as you dont want to process the incoming elements.That is, you want to insert data from the incoming XML file as is into the record(s).But most implementation dont work that way, from my experience, so you are better off using xmldoc class.With XMLDoc you have greater flexibility to process each element.But you have have to manually write code to process each and every element in the schema.

    addsrikanth

    March 15, 2009 at 12:34 pm

  15. Sri,

    I wanted to thank you for the helpful information on integrating PeopleSoft CI’s with .net using the wsdl. I would like to share some of the code enhancements that I made to work with find, create, updatedata, and exception handling to your example. If you can provide me your email address I would be happy to send you the code.

    Thanks,

    steve.squires@prostaff.com

    Steve

    March 18, 2009 at 2:54 pm

  16. I am trying to send a SOAP doc to third party system using webservice (WSDL) they had provided. Could you please tell me step by step configuration that i need to do in peoplesoft.

    FYI…

    I had consumed the third party webservice and it had created service operations in PIA. I dont know what to do next.

    chaitanya

    August 17, 2009 at 1:39 am

  17. Hi Srikant,

    I need a help from you regarding integration between Peoplesoft and Active Directory (exchange) using Web Services. Can you please help me in providing steps on how to go about it?

    I have created Web Service in Peoplesoft to provide, but stuck at how it will be consumed by Exchange.

    Any help will be highly appreciated.

    Thanks in advance.

    -Geeta

    Geeta

    September 9, 2009 at 12:25 pm

  18. Hi Srikanth,

    Let me know how to access your blogs.

    Karthik

    October 23, 2009 at 7:58 pm

  19. Hi Srikanth,

    Nice post! Currently I am working on HT project and I can see lot of code written by you.Hat’s Off to you!
    I have a question here, can you let me know where the decomposition of Order takes place..is it CRM or in TIBCO..when an new install order is created in CRM with POTS and DSL..two separate XMLs are generated in TIBCO for POTS and DSL..can you let me know wherein the business logic written to perform this.

    Awaiting you response.

    Thanks,
    Rohit

    Rohit

    February 4, 2010 at 9:35 pm

    • Rohit,
      WOW!Anything related to HT brings back bitter(and sometimes sweet) memories of working on that project.
      Anyways,Order split is done in CRM in the the HTOrder application package. If the code has not been changed, then, there should be an array with list of products.An XML order file is generated for each product in the arrary depending on the which order was created.
      Please feel free to send me any additional questions you have.
      Thanks
      Sri

      addsrikanth

      February 14, 2010 at 8:52 pm

  20. Boss, You are great!!!

    Dheeraj

    March 18, 2010 at 4:21 pm

    • Hey Dheeraj how are you doing?

      addsrikanth

      March 18, 2010 at 11:12 pm

  21. Hi Srikanth, Your blog is very informative and gave a headsup for IB webservices stuff,but still am facing some issue and mailed to you at addsrikanth@yahoo.com.Would it be possible for you to have a look and help me.

    Thanks and Regards,
    Thayu.J

    Thayu

    August 14, 2010 at 5:22 am

  22. Srikanth you are really great !!

    Ajay Naidu

    Ajay

    February 22, 2011 at 9:53 pm

  23. Great work Srikanth
    where do you get all this knowledge/
    by the way, have you done anything on peoplesoft CTI or embedded web phone from peoplesoft pages?

    many Thanks

    Elder

    March 14, 2011 at 4:37 pm

  24. I am trying to initiate a call from a peoplesoft page or from the MultiChannel Console,I want to either call a softphone or create em embedded phone where user can click to call, any one with info would be greatly appreciated

    thank you

    Elder

    March 14, 2011 at 4:39 pm


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.