Recent content by Pavan Yadav

  1. Pavan Yadav

    XML Format Issue

    Thanks Stefan..!! But, this Serialize-hidden won't work with 10.2B. There's where I stuck :) Otherwise XML-NODE-TYPE 'Hidden' will work for me.
  2. Pavan Yadav

    XML Format Issue

    I tried Namespace-prefix, but that doesn't help for what I need. So, I preferred not to use Namespace-uri. As we have only one Namespace, so this worked, without using namespace-uri too.
  3. Pavan Yadav

    XML Format Issue

    Progress Version : 10.2B Env : UNIX I am creating a XML and instead of using SAX Parser, I am trying to achieve the functionality/Design with Temp-Tables/Datasets. I am facing an issue with NameSpace-URI DEFINE VARIABLE cTargetType AS CHARACTER NO-UNDO. DEFINE VARIABLE cFile AS...
  4. Pavan Yadav

    WebService Function Call

    Thanks Cecil.. Worked perfectly after that Certificate import..!!
  5. Pavan Yadav

    WebService Function Call

    Tried the Connection with Progress v11.7, but still getting the SSL error. But, using SOAPUI, we are able to connect and gets the response properly, without any issues. Do, we have anything in Progress to skip that SSL certificate thing ? Because , when I open the Webservice link, it warns me...
  6. Pavan Yadav

    WebService Function Call

    Removing the -SOAPEndPoint, won't work. I am not even able to connect. Removing -binding works, with connection, But gets the same issue of time-out.
  7. Pavan Yadav

    WebService Function Call

    Cecil, Thanks for the advise. I tried that as a Test and got the understanding for the same. But now, I got stuck with a seperate issue here. And not sure, why and if it's due to Progress version. When I used 'bprowsdldoc utility' with OE version 11.7, for analysing, it provided me the Function...
  8. Pavan Yadav

    WebService Function Call

    Dear Team, I am working on a point, where I need to consume the vendor's Webservices and pass some values there. And after WSDL file analysing(bprowsdldoc), I got a Function defined as: PROCEDURE INPUT_RFC_CALL: DEFINE INPUT PARAMETER DATASET FOR RFC_CALLDataSet. DEFINE OUTPUT PARAMETER...
  9. Pavan Yadav

    Web Services Connectivity Issue with SAP-PO

    Thanks for the response..!! @Cecil : The point you mentioned worked out for making connection , by placing WSDL file to local . @ForEachInvoiceDelete : Thanks for the response, shall try to look into that option also.
  10. Pavan Yadav

    Web Services Connectivity Issue with SAP-PO

    Dear Friends, Any thought onto this. Or it needs more info ? Thanks..!!
  11. Pavan Yadav

    Web Services Connectivity Issue with SAP-PO

    Dear Team, Can someone please advise for the connectivity issue with SAP-PO(Sort of middleware - integration system) system from Progress Based application. We are trying to consume there Webservices and publish some data there. But, SAP-PO system doesn't provide us WSDL file, but it do have...
  12. Pavan Yadav

    Trigger Interaction

    Thanks all for assistance.!! I will try to workout on other better available option now. And will seek your further assistance if stuck somewhere.
  13. Pavan Yadav

    Trigger Interaction

    But schema trigger does have advantage if someone like: Suppose I have written delete trigger on Schema Level, then if somebody tried to delete that record even without running the application, then that triggers get executed. So, that will an advantage to maintain consistency. Isn't it? and...
  14. Pavan Yadav

    Trigger Interaction

    But what the legacy applications then? Leaving the FIND Trigger, I just put that as an example. What if I want to use Create Trigger and want to execute the Schema Trigger first and then session trigger. Is there anyway. Or does anyone here ever faced such requirement?
  15. Pavan Yadav

    Trigger Interaction

    So what can be the substitute for Triggers? I just mentioned an example of FIND Trigger, it can be Create, Delete etc.
Top