Invoking LiveCycle ES through WSDL via a form desinged in Designer ES

Now here is the situation exactly after tracing the process, let me describe first what does my simple process does.
Variables:
input1:int, Required, Input
output1:int, Output
it has 2 activities, the first activity is SetValue which is the start activity, it maps the value of the input into the output, simply it copies the input1 integer into the output1 integer
The second activity is Variable Logger, and it logs the values of the variables into a log.log file in the file system.
Now I tested this process using the invoke operation in the components view under the WorkflowDSC, after I invoke it, It shows me a number field to insert input1, I insert it and press ok, then it shows me output1, now I don't know why it shows me output1, but its ok, I leave it blank and press ok.
I check the log.log file on my file system and it is created and logging the same values for input1 and output1.
So apparently the process is working just fine.
Now on the other hand at the LiveCycle Designer ES, I create a blank XDP file (Interactive) then I create a Data Connection, choosing WSDL and the URL of the web service "http://localhost:8080/soap/services/InvokingLiveCycle?wsdl", and then comes the choose operation window, by default I see 5 operations for any service I create in the WorkBench which is "invoke", "invoke_Async", "invoke_Result", "invoke_Status" and "invoke_Dispose"
I choose "invoke" and there is invoke Request, invoke Response and invokeBtn, the invoke Request has the input1 Variable, and the invoke Response has the output1 Variable, and the invokeBtn is in the "execute" mode and pointing to my service and executing at the client, I insert all this in the form and test it in the Preview PDF tab.
Now this doesn't work at all, and the log file isn't created and of course the service isn't invoked in the 1st place, and this is my main problem.
It occurred to me to choose another operation and create a new Data Connection, I chose "invoke_Async", it has invoke_Async Request having the "input1" integer field same as "invoke" operation and it has also invoke_Async Response having the "invocationId" and invoke_AsyncBtn which is the same as the invokeBtn.
I insert these into the form and test it in the Preview PDF tab and I put a value in the input1 field then I press the invoke_AsyncBtn I get a response in the "invocationId" field which is "bc6b3f0fc0a85081000a998ebf903666" and surprisingly I find that the service created a log.log file and checking the value of output1 I find out that it is the same as I entered as input1, meaning the process worked and was successfully invoked, but of course I can't get to see the output1 field on my form, I don't know where is the response other than the "invocationId"
Now I really want to understand where is the problem.
Notes:
-By the way I am disabling all the services' security in the AdminUI --> Services -->Archive Administration --> Service Management.
-I tested another web service using the same technique which resides at "http://www.webservicex.net/CurrencyConvertor.asmx?wsdl" on the LiveCycle Designer Preview PDF tab and also in the Adobe Acrobat Professional, and its working both ways just fine.
P.S. I posted this to LiveCycle google group days ago, still didn't get an answer though.
Best Regards
Amr Marghany

Thanks Jasmine, I got a reply by Dave Venance suggesting I should change it to short-lived process,
it is working now after changing it to short-lived process and creating the Data Connection, I saw only 1 operation, which is "invoke" and I got to see the populated output1 in the form.
Well I thought of it a little, "What if the process is really long lived, and it is routed to an end user?"
then I was saying to myself "it makes sense, I can't get a response in the form except if the process is short-lived"
Now this small process was just for testing the whole thing, lets talk long-lived process a bit, I can invoke a long-lived process as I told you before from the "invoke_Async" operation, I will get over the fact that I don't know what is the "invoke", "invoke_Result" operations are for.
Lets just say I can invoke a long lived process from the operation "invoke_Async" and I can pass inputs to the service through the "invoke Async Request", This is going to be a bit long, I can deal with simple types in the "invoke_Async Request" like "int, string, float, etc..." but what if I want the user to submit the form as a whole to me in a variable like "document, xml with schema, xfaForm, etc..."?.
I can make a work around this, and I can use the setValue operation in the Workbench to map the simple input variables one by one to the corresponding path in the xfaForm variable like for example
Location: /process_data/exp_review/object/data/xdp/datasets/data/Expense/UserInfo/txtEmployeeName
Expression: /process_data/@txtEmployeeName
and on the other hand in the Designer I can bind each field on the form with its corresponding field from the Data Connection request.
This is the work around, but I want the user to submit a variable of type "xfaForm", like for example I want it to look like this
Location: /process_data/exp_review/object/data/xdp/datasets/data
Expression: /process_data/exp_report/object/data/xdp/datasets/data/Expense
Now when I tried to use this complex types as input variables in the Workbench, then I made a Data Connection to the exposed web service I saw many fields in the "request" that I don't understand, actually I didn't understand any of them.
For example when the input type was "document" the "request" had this fields
-"contentType", "attachementID", "binaryData", "remoteURL" and all of them are of type text fields.
Another example that I thought it might be the solution is submitting the data on the form as XML, so I created an XML variable on the Workbench called "xml" and I marked it as input and I set the XSD reference to my schema, now when I created the data connection on the Designer I found only 2 fields on the request inside a subform named "xml" which was "document" & "element" of type text fields!!
Another example, when the input type was "xfaForm" the "request" had this fields
-"data", "description", "name" and "templateURL" of type text fields and "renderOnce" of type checkBox
-it also has 3 subforms
1st subform: "dataAsDocument" containing "contentType", "attachementID", "binaryData", "remoteURL"
2nd subform: "renderServiceCall" containing 3 tables "inputParamterMappings", "outputParamateMappings" and "outputParamaterMappings"; each of the 3 tables has 1 row containing "key" and "value" of type text fields; the "renderServiceCall" table also has 2 text fields "operationName" and "serviceID"
3rd: "submitServiceCall" having the same tables and fields as "renderServiceCall"
How can I use such a variable of type xfaForm or xml, in the workbench I gave it the template url and the schema, but when I use the exposed web service in the Designer, I find out that the request has this fields I just mentioned.

Similar Messages

  • How to pass username and password while invoking a web service through wsdl

    Hello All,
    i am calling a web service through wsdl, but it is giving error 401. i want to know how to pass userid and password when i am invoking webservice?
    i am using NetBeans 6.1.
    i did following thing:
    First i created one web application, then i right clicked on project new->web service client, and gave the url for my wsdl.
    after that i create one main class and try to call my required operation by that wsdl.
    Thanks in advance

    Thanks dumchikov, i tried the same thing what ever you told but there is no option for security.
    when i right clicked on web service reference its open 1 window which have 2 tab one is quality of service and second is wsdl customization, then i clicked on wsdl customization. which contain Global Customization, Port Types, Port Type Operations, Port Type Faults, Binding, Binding Operations, Services, Ports and External Binding Files. it don't have security option.

  • HFM - log that shows if a user has loaded data via web form or excel load.

    I can see any data loads that are coming from FDM, but is there a log that shows any data entered into HFM via web forms or submitted through an excel file? Any input is appreciated.
    Thanks

    You could enable Data Audit to capture data changes made by users, though this will not capture which method users chose to change the data. That is, HFM can show that data changed, and who changed it, but cannot tell whether the data was changed through a form, grid, smart view, or FDM. If you want to prevent users from changing data through forms, grids, or smart view, you can secure those input methods, but you cannot capture which one is used.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Pls Help: View Crystal Report Via Oracle Form Builder

    Hi!!
    I want to know how to view the .rpt report (report made from Crystal Report) via Oracle Form Builder. I've to do it in my project. If you know, please tell me.
    Thanks in advance,

    I don't know how does crystal reports work, and I would guess you should ask the crystal guys to help you with this. find out if they have a command line interface that you can invoke from the host command in forms.
    We can help you do it with Oracle Reports though :-)
    http://otn.oracle.com/products/reports

  • Client Proxy through WSDL

    Hi,
    I am creating a Client Proxy through WSDL Link in SE80 Transaction. I am getting an error 'NO Vendor Specified'. Please throw some light.
    Thanks,
    Mathivanan.G

    I have tried that also same error.
    This is my test WSDL File.
    I am not able to paste the File contents i dont know Y
    <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://microsoft.com/webservices/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://microsoft.com/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:types>
        <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/webservices/">
          <s:element name="GetPrimeNumbers">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="1" maxOccurs="1" name="max" type="s:int" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="GetPrimeNumbersResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="GetPrimeNumbersResult" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="string" nillable="true" type="s:string" />
        </s:schema>
      </wsdl:types>
      <wsdl:message name="GetPrimeNumbersSoapIn">
        <wsdl:part name="parameters" element="tns:GetPrimeNumbers" />
      </wsdl:message>
      <wsdl:message name="GetPrimeNumbersSoapOut">
        <wsdl:part name="parameters" element="tns:GetPrimeNumbersResponse" />
      </wsdl:message>
      <wsdl:message name="GetPrimeNumbersHttpGetIn">
        <wsdl:part name="max" type="s:string" />
      </wsdl:message>
      <wsdl:message name="GetPrimeNumbersHttpGetOut">
        <wsdl:part name="Body" element="tns:string" />
      </wsdl:message>
      <wsdl:message name="GetPrimeNumbersHttpPostIn">
        <wsdl:part name="max" type="s:string" />
      </wsdl:message>
      <wsdl:message name="GetPrimeNumbersHttpPostOut">
        <wsdl:part name="Body" element="tns:string" />
      </wsdl:message>
      <wsdl:portType name="PrimeNumbersSoap">
        <wsdl:operation name="GetPrimeNumbers">
          <wsdl:input message="tns:GetPrimeNumbersSoapIn" />
          <wsdl:output message="tns:GetPrimeNumbersSoapOut" />
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:portType name="PrimeNumbersHttpGet">
        <wsdl:operation name="GetPrimeNumbers">
          <wsdl:input message="tns:GetPrimeNumbersHttpGetIn" />
          <wsdl:output message="tns:GetPrimeNumbersHttpGetOut" />
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:portType name="PrimeNumbersHttpPost">
        <wsdl:operation name="GetPrimeNumbers">
          <wsdl:input message="tns:GetPrimeNumbersHttpPostIn" />
          <wsdl:output message="tns:GetPrimeNumbersHttpPostOut" />
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="PrimeNumbersSoap" type="tns:PrimeNumbersSoap">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
        <wsdl:operation name="GetPrimeNumbers">
          <soap:operation soapAction="http://microsoft.com/webservices/GetPrimeNumbers" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:binding name="PrimeNumbersHttpGet" type="tns:PrimeNumbersHttpGet">
        <http:binding verb="GET" />
        <wsdl:operation name="GetPrimeNumbers">
          <http:operation location="/GetPrimeNumbers" />
          <wsdl:input>
            <http:urlEncoded />
          </wsdl:input>
          <wsdl:output>
            <mime:mimeXml part="Body" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:binding name="PrimeNumbersHttpPost" type="tns:PrimeNumbersHttpPost">
        <http:binding verb="POST" />
        <wsdl:operation name="GetPrimeNumbers">
          <http:operation location="/GetPrimeNumbers" />
          <wsdl:input>
            <mime:content type="application/x-www-form-urlencoded" />
          </wsdl:input>
          <wsdl:output>
            <mime:mimeXml part="Body" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="PrimeNumbers">
        <wsdl:port name="PrimeNumbersSoap" binding="tns:PrimeNumbersSoap">
          <soap:address location="http://www50.brinkster.com/vbfacileinpt/np.asmx" />
        </wsdl:port>
        <wsdl:port name="PrimeNumbersHttpGet" binding="tns:PrimeNumbersHttpGet">
          <http:address location="http://www50.brinkster.com/vbfacileinpt/np.asmx" />
        </wsdl:port>
        <wsdl:port name="PrimeNumbersHttpPost" binding="tns:PrimeNumbersHttpPost">
          <http:address location="http://www50.brinkster.com/vbfacileinpt/np.asmx" />
        </wsdl:port>
      </wsdl:service>
    </wsdl:definitions>
    Edited by: Mathivanan G on May 13, 2009 1:14 PM

  • Invoke existing DotNet web services via B1IF soap call

    Hi All,
    I have developed my own B1IF web services and invoked them with dot net.
    I now want to invoke existing hosted web services via B1IF (Not B1IF Web Services).
    Can someone guide me using the Web Service Call (soap call).
    Can I invoke any web service via B1IF scenarios (Web Service Call) ?
    Kind Regards,
    Brenden Draper

    Hi Bastian,
    I read about it for some reason I get the following error when loading the wsdl:
    Can you maybe tell me why I get this ?
    I can access the wsdl via my browser perfectly.
    Kind Regards,
    Brenden Draper

  • Error invoking Mac OS X Utilities via cmd-R

    I get an error-box asking for 'Mac OS reinstall' after trying to invoke Mac OS X Utilities via 'cmd-R' for startup.
    The MacBookPro has been working fine without visible issues on Lion after normal startup. What do?
    Thanks for advice!
    Below part of the the 'Installer LOG' - which might help the experts, not me unfortunately
    Aug 15 13:00:34 localhost Unknown[322]: Launching the Language Chooser for an OS Install
    Aug 15 13:00:40 localhost configd[111]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Aug 15 13:00:40 localhost configd[111]: DHCP en1: INIT transmit failed
    Aug 15 13:00:41 localhost LCA[323]: Bookmark failed to issue extension for item /com.apple.recovery.boot/BaseSystem.dmg (depth=4000): No such file or directory
    Aug 15 13:00:41 localhost LCA[323]: Bookmark failed to issue extension for item  (depth=4000): No such file or directory
    Aug 15 13:00:41 localhost LCA[323]: Bookmark failed to issue extension for item /com.apple.recovery.boot/BaseSystem.dmg (depth=4001): No such file or directory
    Aug 15 13:00:43 localhost LCA[323]: Using keyboard layout 3
    Aug 15 13:00:43 localhost Unknown[324]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
    Aug 15 13:00:43 localhost Unknown[324]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
    Aug 15 13:00:43 localhost Unknown[324]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
    Aug 15 13:00:43 localhost Unknown[324]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
    Aug 15 13:00:43 localhost LCA[323]: Found primary language hint "en"
    Aug 15 13:00:44 localhost LCA[323]: Bookmark failed to issue extension for item /com.apple.recovery.boot/BaseSystem.dmg (depth=4000): No such file or directory
    Aug 15 13:00:44 localhost LCA[323]: Using keyboard layout 3
    Aug 15 13:00:44 localhost LCA[323]: Found primary language hint "en"
    Aug 15 13:00:44 localhost LCA[323]: Launching the Installer using language code "English"
    Aug 15 13:00:44 localhost OSInstaller[339]: Bookmark failed to issue extension for item  (depth=4000): No such file or directory
    Aug 15 13:00:44 localhost OSInstaller[339]: Bookmark failed to issue extension for item /com.apple.recovery.boot/BaseSystem.dmg (depth=4001): No such file or directory
    Aug 15 13:00:44 localhost OSInstaller[339]: Mac OS X Installer application started
    Aug 15 13:00:44 localhost OSInstaller[339]: 1 display(s) found.
    Aug 15 13:00:44 localhost OSInstaller[339]: Display[1] is NOT using OpenGL acceleration.
    Aug 15 13:00:44 localhost OSInstaller[339]: @(#)PROGRAM:Install  PROJECT:Install-684
    Aug 15 13:00:44 localhost OSInstaller[339]: @(#)PROGRAM:Mac OS X Installer  PROJECT:OSInstaller-346.1
    Aug 15 13:00:44 localhost OSInstaller[339]: Hardware: MacBookPro6,1 @ 2.80 GHz (x 4), 8192 MB RAM
    Aug 15 13:00:44 localhost OSInstaller[339]: Running OS Build: Mac OS X 10.7 (11A511)
    Aug 15 13:00:44 localhost OSInstaller[339]: Env: DYLD_NO_FIX_PREBINDING=1
    Aug 15 13:00:44 localhost OSInstaller[339]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Aug 15 13:00:44 localhost OSInstaller[339]: Env: PWD=/
    Aug 15 13:00:44 localhost OSInstaller[339]: Env: SHLVL=1
    Aug 15 13:00:44 localhost OSInstaller[339]: Env: __OSINSTALL_ENVIRONMENT=1
    Aug 15 13:00:44 localhost OSInstaller[339]: Env: CI_DEFAULT_OPENCL_USAGE=0
    Aug 15 13:00:44 localhost OSInstaller[339]: Env: OS_INSTALL=1
    Aug 15 13:00:44 localhost OSInstaller[339]: Env: _=/System/Installation/CDIS/LCA.app/Contents/MacOS/LCA
    Aug 15 13:00:45 localhost OSInstaller[339]: Failed to locate volume with UUID 6055A01E-D629-3881-843A-C77469DBB35E
    Aug 15 13:00:45 localhost OSInstaller[339]: Couldn't find Mac OS X (Server) install data.
    Aug 15 13:00:48 localhost configd[111]: subnet_route_if_index: can't get interface name
    Aug 15 13:01:05 ludwig-nastanskys-macbook-pro-17 Unknown[324]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
    Aug 15 13:01:05 ludwig-nastanskys-macbook-pro-17 Unknown[324]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
    Aug 15 13:01:05 ludwig-nastanskys-macbook-pro-17 Unknown[324]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
    Aug 15 13:01:05 ludwig-nastanskys-macbook-pro-17 Unknown[324]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 Unknown[324]: 2011-08-15 13:02 Mac OS X Installer[339] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.1 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.1 - ODNodeCreateWithName request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.1 - loading configuration for '/Local' from '/System/Library/OpenDirectory/Configurations/Local.plist'
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: Loaded bundle at path '/System/Library/OpenDirectory/Modules/PlistFile.bundle'
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.1 - unable to find authentication module 'ConfigurationProfiles'
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.1 - unable to find service discovery callback for module 'PlistFile'
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: Registered subnode with name '/Local/Default'
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: Registering for network changes
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: failed to open local node for internal record copy
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: Registering for power changes
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: Registering for network power changes
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.1, Node: /Local/Default - node assigned UUID - E209D006-5BBE-40DE-A132-F3FF3C73610B
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.1, Node: /Local/Default - ODNodeCreateWithName completed
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.2 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.2 - ODQueryCreateWithNode request, NodeID: E209D006-5BBE-40DE-A132-F3FF3C73610B, RecordType(s): dsRecTypeNative:config, Attribute: dsAttrTypeStandard:RecordName, MatchType: EqualTo, Equality: CaseExact, Value(s): SharePoints, Requested Attributes: dsAttributesAll, Max Results: 1
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.2, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.2, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.2, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.3 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.3 - ODNodeCreateRecord request, NodeID: E209D006-5BBE-40DE-A132-F3FF3C73610B, RecordType: dsRecTypeNative:config, RecordName: SharePoints, Attributes: <none>
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.3, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.3, Node: /Local/Default, Module: PlistFile - ODNodeCreateRecord completed, delivered 1 result
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.4 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.4 - ODQueryCreateWithNode request, NodeID: E209D006-5BBE-40DE-A132-F3FF3C73610B, RecordType(s): dsRecTypeNative:config/SharePoints, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseExact, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeNative:ftp_guestaccess,dsAttrTypeNative:smb_name,dsAttrTypeNative:sha repoint_account_uuid,dsAttrTypeNative:smb_createmask,dsAttrTypeNative:sharepoint _version,dsAttrTypeStandard:AppleMetaNodeLocation,dsAttrTypeNative:afp_guestacce ss,dsAttrTypeNative:afp_shared,dsAttrTypeStandard:RecordType,dsAttrTypeNative:ft p_shared,dsAttrTypeNative:afp_name,dsAttrTypeNative:smb_oplocks,dsAttrTypeNative :afp_use_parent_owner,dsAttrTypeNative:smb_directorymask,dsAttrTypeStandard:Reco rdName,dsAttrTypeNative:afp_use_parent_privs,dsAttrTypeNative:smb_guestaccess,ds AttrTypeNative:smb_inherit_permissions,dsAttrTypeStandard:AppleMetaRecordName,ds AttrTypeNative:smb_shared,dsAttrTypeNative:directory_path,dsAttrTypeNative:smb_s trictlocking,dsAttrTypeNative:sharepoint_group_id,dsAttrTypeNative:ftp_name, Max Results: 2147483647
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.4, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.4, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.4, Node: /Local/Default, Module: PlistFile - flushing record '/private/var/db/dslocal/nodes/Default/config/SharePoints'
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: Module: PlistFile - ___index_record_block_invoke_1: sqlite3_prepare_v2: 21
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: Module: PlistFile - ___index_record_block_invoke_1: sqlite3_prepare_v2: 21
    Aug 15 13:02:20 ludwig-nastanskys-macbook-pro-17 opendirectoryd[100]: 325.4, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
    Aug 15 13:03:03 ludwig-nastanskys-macbook-pro-17 OSInstaller[339]: Bookmark failed to issue extension for item /com.apple.recovery.boot/BaseSystem.dmg (depth=4000): No such file or directory

    LWN wrote:
    My goal was to create a bootable USB-stick based on Lion.
    For this I rebooted with the 'cmd-R' Option without any external HD or DVD connected. Apparently this invokes what you call the 'Recovery HD' (partition). Then the error occurs.
    I have exactly the same problem. This happened because of an interrupt to the reinstallation process. After the interrupt, whenever I reboot my lion with the cmd-R option, it gives me the error message: 'There was a problem installing "Mac OS X" Try reinstalling.' in exactly the same screen. After I press ok, I am in the installer. But  I cannot figure out how to reinstall. The problem is definitely with the os in the recovery disk partition, not the full lion os in the regular disk partition.
    Some people have encountered the same error message. They contacted Apple and were asked to reset the PRAM. I looked through what it did. I believe that it is an overkill. There should be some easier way to fix it. Let me know if anyone knows the details of what happens when BaseSystem.dmg is run.

  • How to invoke safari browser through code?

    how to invoke safari browser through code?

    Hi Sam,
    Please check if the articles below can be help:
    http://www.bizsupportonline.net/browserforms/programmatically-submit-infopath-form-sharepoint-send-email-close-form.htm
    http://www.bizsupportonline.net/blog/2009/01/how-to-programmatically-run-code-close-infopath-web-form/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • For Drill Through From Hyperion Workspace Forms to Oracle - EBS - Financail

    Hi
    i need to drill through from Hyperion Workspace Forms to Oracle - EBS- Financial.
    What are approaches ?
    Weather it is possible by using FDM? or ERPi adapter ?
    Or it requires all Tools (FDM, ODI, ERPi ) ?
    Urgent ..
    Need ur help ?
    regards
    Sher

    FDM/ODI/ERPI, but note it is feasible to load data using ERPi without FDM (but still need ODI installed) in which case it should drill back via the ERPi landing stage.
    Before going any further i think you need to decide on your data flows and whether you use ERPi or ERPi / FDM to load data, and perhaps search the internet and read some documentation to understand the system, or, get some consultancy.
    Edited by: user10757003 on 20-Sep-2012 09:04

  • Invoke web services through ODI

    Hi,
    i need to invoke web services through ODi. am usin the ODIInvokewebService tool. in that my url is : http://iflexlap-hga95:7700/XAIApp/xaiserver/CmAccountInboundService?WSDL
    Operation is Add and for request file i have given the path of the xml of my request in the SOAP format. wen i try to execute am gettin an error:
    com.sunopsis.wsinvocation.SnpsWSInvocationException: Cant find operation {0} for port type {1}.
         at com.sunopsis.wsinvocation.client.impl.AbstractJWSDLParserImpl.getWebServiceRequestByOperation(AbstractJWSDLParserImpl.java:220)
         at com.sunopsis.dwg.tools.common.WebserviceUtils.invoke(WebserviceUtils.java:141)
    code generated was:
    OdiInvokeWebService "-URL=http://iflexlap-hga95:7700/XAIApp/xaiserver/CmAccountInboundService?WSDL" "-PORT_TYPE=CmAccountInboundServicePortType" "-OPERATION=ADD" "-REQUEST_FILE=D:/Bijal/RJ_Work/Soap UI/AddAccount.xml"
    am stuck an unable to move ahead. Would appreciate any guidance for the same. Thanks in advance
    Bijal

    declare
      req_envelop VARCHAR2(4000) ;
      req utl_http.req;
      res utl_http.resp;
      res_envelop VARCHAR2(32767) ;
    BEGIN
      req_envelop :=
      '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:odi="xmlns.oracle.com/odi/OdiInvoke/">
    <soapenv:Header/>
    <soapenv:Body>
    <odi:OdiStartScenRequest>
    <Credentials>
    <OdiUser>SUPERVISOR</OdiUser>
    <OdiPassword>SUNOPSIS</OdiPassword>
    <WorkRepository>ODIWORK</WorkRepository>
    </Credentials>
    <Request>
    <ScenarioName>Package_NAME</ScenarioName>
    <ScenarioVersion>001</ScenarioVersion>
    <Context>DEVELOPMENT</Context>
    <Variables>
    <Name>SFPARK.Variable1</Name>
    <Value>abc</Value>
    </Variables>
    <Variables>
    <Name>SFPARK.Variable2</Name>
    <Value>123</Value>
    </Variables>
    </Request>
    </odi:OdiStartScenRequest>
    </soapenv:Body>
    </soapenv:Envelope>' ;
      req := utl_http.begin_request('http://'127.0.0.1:20950/oraclediagent/OdiInvoke?wsdl','POST','HTTP/1.1') ;
      utl_http.set_header(req,'Content-Type','text/xml') ;
      utl_http.set_header(req,'Content-Length',LENGTH(req_envelop)) ;
      utl_http.set_header(req,'SOAPAction','invokeStartScen') ;
      utl_http.write_text(req,req_envelop) ;
      res := utl_http.get_response(req) ;
      utl_http.read_text(res,res_envelop) ;
      utl_http.end_response(res) ;
    END;

  • C# Code that can add user directly to the AD through custom share Point form

    Hi
    Here is my requirement. Can anyone resolve??? 
    Trying to build a Visual web Part in which system administrator can add user directly to the AD through custom share Point form.
    Please help in doing this...

    Hi
    Use DirectoryEntries.Add Method
    https://msdn.microsoft.com/en-us/library/system.directoryservices.directoryentries.add.aspx
    Or
    www.codeproject.com/Articles/18102/Howto-Almost-Everything-In-Active-Directory-via-C
    Or.
    www.morgantechspace.com/2013/10/create-new-active-directory-user-in-c.html?m=1
    Regards, Rajendra Singh If a post answers your question, please click Mark As Answer on that ost and Vote as Helpful http://sharepointundefind.wordpress.com/

  • Error while invoking Livecycle process with Java

    Hi,
    I am trying to invoke a short lived process using java code. But when i try doing that i get the following error
    cannot access class com.adobe.idp.dsc.clientsdk.ServiceClient; class file has wrong version 49.0, should be 45.3 or 46.0 or 47.0 or 48.0.
    I am using the following versions:
    Adobe Livecycle: 9.0
    java version "1.5.0_03"
    JDeveloper: 9.0.5.2
    Can some one please suggest the appropriate action i need to take so that i can compile the code.
    Thanks in advance

    If you are invoking LiveCycle ES2 on JBoss compile with JDK 1.6 and run against JRE 6.
    Steve

  • Calling a web service through SSL via a stand alone java class

    HI,
    I am trying to call a web service through SSL via a simple stand alone java client.
    I have imported the SSL certificate in my keystore by using the keytool -import command.
    Basically I want to add a user to a group on the server. Say I add a user user 1 to group group 1 using an admin userid and password. All these values are set in an xml file which I send to the server while calling the server. I pass the web service URL, the soap action name and the xml to post as the command line arguments to the java client.
    My xml file(Add.xml) that is posted looks like :
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope
    xmlns:xsi = "http://www.w3.org/1999/XMLSchema-instance"
    xmlns:SOAP-ENC = "http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV = "http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd = "http://www.w3.org/1999/XMLSchema"
    SOAP-ENV:encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/">
    <SOAP-ENV:Body>
    <namesp1:modifyGroupOperation xmlns:namesp1 = "/services/modifyGroup/modifyGroupOp">
    <auth>
    <user>adminUser</user>
    <password>adminPassword</password>
    </auth>
    <operationType>ADD</operationType>
    <groupName>group1</groupName>
    <users>
    <userName>user1</userName>
    </users>
    </namesp1:modifyGroupOperation>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I call the client as:
    java PostXML https://com.webservice.com/services/modifyGroup "/services/modifyGroup/modifyGroupOp" Add.xml
    I my client, I have set the following:
    System.setProperty("javax.net.ssl.keyStore", "C:\\Program Files\\Java\\jre1.5.0_12\\lib\\security\\cacerts");
    System.setProperty("javax.net.ssl.keyStorePassword", "password");
    System.setProperty("javax.net.ssl.trustStore", "C:\\Program Files\\Java\\jre1.5.0_12\\lib\\security\\cacerts");
    System.setProperty("javax.net.ssl.trustStorePassword", "password");
    But when I try to execute the java client, I get the following error:
    setting up default SSLSocketFactory
    use default SunJSSE impl class: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl
    class com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl is loaded
    keyStore is : C:\Program Files\Java\jre1.5.0_12\lib\security\cacerts
    keyStore type is : jks
    keyStore provider is :
    init keystore
    init keymanager of type SunX509
    trustStore is: C:\Program Files\Java\jre1.5.0_12\lib\security\cacerts
    trustStore type is : jks
    trustStore provider is :
    init truststore
    adding as trusted cert:
    init context
    trigger seeding of SecureRandom
    done seeding SecureRandom
    instantiated an instance of class com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl
    main, setSoTimeout(0) called
    main, setSoTimeout(0) called
    %% No cached client session
    *** ClientHello, TLSv1
    RandomCookie: GMT: .....
    Compression Methods: { 0 }
    [write] MD5 and SHA1 hashes: len = 73
    main, WRITE: TLSv1 Handshake, length = 73
    [write] MD5 and SHA1 hashes: len = 98
    main, WRITE: SSLv2 client hello message, length = 98
    [Raw write]: length = 100
    [Raw read]: length = 5
    [Raw read]: length = 58
    main, READ: TLSv1 Handshake, length = 58
    *** ServerHello, TLSv1
    %% Created: [Session-1, SSL_RSA_WITH_RC4_128_MD5]
    ** SSL_RSA_WITH_RC4_128_MD5
    [read] MD5 and SHA1 hashes: len = 58
    [Raw read]: length = 5
    [Raw read]: length = 5530
    main, READ: TLSv1 Handshake, length = 5530
    *** Certificate chain
    chain [0] = ...
    chain [1] = ...
    chain [2] = ...
    chain [3] = ...
    main, SEND TLSv1 ALERT: fatal, description = certificate_unknown
    main, WRITE: TLSv1 Alert, length = 2
    [Raw write]: length = 7
    0000: 15 03 01 00 02 02 2E .......
    main, called closeSocket()
    main, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    main, called close()
    main, called closeInternal(true)
    main, called close()
    main, called closeInternal(true)
    main, called close()
    main, called closeInternal(true)
    Exception in thread "main" javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.c
    ertpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(Unknown Source)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Unknown Source)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(Unknown Source)
    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    at java.io.BufferedOutputStream.flush(Unknown Source)
    at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:506)
    at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2110)
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1088)
    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
    at PostXML.main(PostXML.java:111)
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find v
    alid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
    at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
    at sun.security.validator.Validator.validate(Unknown Source)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
    at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(Unknown Source)
    ... 18 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
    at java.security.cert.CertPathBuilder.build(Unknown Source)
    ... 23 more
    I do not know where I have gone wrong. Could someone point out my mistake.
    Thanks In advance!

    Hi jazz123,
    There's an example in the [*Java Web Services Tutorial*|http://java.sun.com/webservices/docs/2.0/tutorial/doc/] : see Chapter 1: Building Web Services with JAX-WS - A Simple JAX-WS Client.

  • Invoking BPEL Process through pl/sql is failing

    Hi all,
    I am trying to invoke BPEL process through PL/SQL and its throwing following error.
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns="http://xmlns.oracle.com/pcbpel/adapter/file/ReadFile/"><faultcode xmlns="">null:Read_ptt</faultcode><faultstring xmlns="">Cannot figure out operation name. Bad SOAPAction or wsa:Action.</faultstring><faultactor xmlns="">initiate</faultactor></env:Fault></env:Body></env:Envelope>
    Following is code I am using to invoke BPEL PROCESS
    declare
    soap_request varchar2(30000);
    soap_respond varchar2(30000);
    http_req utl_http.req;
    http_resp utl_http.resp;
    begin
    soap_request:='<?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header/>
    <soap:Body xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/file/ReadFile/">
    --<ns1:Read_plt><ns1:input>leeg</ns1:input></ns1:Read_plt>
    </soap:Body>
    </soap:Envelope>';
    http_req:= sys.utl_http.begin_request('http://localhost/orabpel/default/BPELProcess1/v2007_12_03__65618','POST','HTTP/1.1' );
    sys.utl_http.set_header(http_req, 'Content-Type', 'text/xml') ;
    sys.utl_http.set_header(http_req, 'Content-Length', length(soap_request)) ;
    sys.utl_http.set_header(http_req, 'SOAPAction', 'initiate');
    sys.utl_http.write_text(http_req, soap_request) ;
    http_resp:= sys.utl_http.get_response(http_req) ;
    sys.utl_http.read_text(http_resp, soap_respond) ;
    sys.utl_http.end_response(http_resp) ;
    dbms_output.put_line(soap_respond);
    end;
    Any help would be appriciated.
    Thanks,
    Vipul

    Hi,
    Switching on or off a bpel is an admin job.
    u can stop an application but not one bpel.
    I doubt if there is any way to do it programatically.
    Let us get other opinons
    Regards

  • IllegalStateException while invoking livecycle formserver using java api

    I am new to livecycle formserver.when i am trying to invoke formserver using java api ,it is giving illegal state exception.My servlet application to invoke formserver is deployed in tomcat 5.o in one system and jboss with formserver is in anohter system.
    I am using the following properties to connect formserver in another system.
    Properties ConnectionProps = new Properties();
    ConnectionProps.setProperty("DSC_DEFAULT_EJB_ENDPOINT", "jnp://172.21.49.116:JBoss:1099");
    ConnectionProps.setProperty("DSC_TRANSPORT_PROTOCOL","EJB");
    ConnectionProps.setProperty("DSC_SERVER_TYPE", "JBoss");
    ConnectionProps.setProperty("DSC_CREDENTIAL_USERNAME", "administrator");
    ConnectionProps.setProperty("DSC_CREDENTIAL_PASSWORD", "password");
    And i am confusing in setting the following paths using UrlSpec object.
    URLSpec urlspec = new URLSpec();
    urlspec.setApplicationWebRoot("http://JBOSS:8080/FormServer");
    out.println("after webroot");
    urlspec.setContentRootURI("http://localhost:8080/srvapp");
    out.println("after contentroot");
    urlspec.setTargetURL("http://localhost:8080/srvapp/HandleData");
    My .xdp file is in my localsystem where my tomcat is running.and renderToHtml method is like this:
    FormsResult formOut = Fsc.renderHTMLForm(formName, TransformTo.AUTO,oInputData,htmlRenderSpec,"",urlspec,null);
    i am passing the path of the .xdp file in my local system to formName parameter.
    with this code i am facing problem.Is there anything wrong in my code?or is there any settings to change in formserver?
    please help me with this problem,i am trying to sort out this problem.
    Any help?
    Thanks in Advance

    If you are invoking LiveCycle ES2 on JBoss compile with JDK 1.6 and run against JRE 6.
    Steve

Maybe you are looking for