PHP integration to SBO

our client need to use Claim software(conveyence,all expenses) in PHP. already SBO is running there. Client entries are pushed in to SBO? IT is possible .How....?Explain it?

Hi,
Welcome you post on forum.
You need to stick on your question until it is closed. To ask the same question without response with other members' reply is not polite.
You may check this too: SDK and PHP ?
Thanks,
Gordon

Similar Messages

  • Integration from SBO to OsCommerce-Web-Shop

    Hello,
    for a new Lead we nead an integration from SBO to a OsCommerce-based WebShop. I allready have found addons from akcepta and sync4. Are there any other AddOns for this function?
    Thanks for information.

    Monika,
    If you are an SAP Business One Partner, you can check the SAP Business One Solution Catalog on the SAP PartnerEdge Portal.  This lists the add-ons available for Business One.
    Eddy

  • Restriction per sales employee in outlook integration in SBO

    Is there a way in outlook integration to restrict a sales employee (SBO User) to choose BPs/Calender or tasks asociated with him/her in SBO.

    Yes there is one USER AUTHORIZATION but I'm now sure that it is working.
    One one the sales employee for my customer is unable to save emails as activities in Outlook if the authorization is set to NO AUTHORIZATION, even if the customer in SAP is linked to him...
    Can anyone help please ?
    Thanks,
    Luce

  • Jsp - php integration

    Hi all,
    First up all I am very new to java. I have a web application developed on php.
    I also have a CRM (customer relation management) delevoped on jsp.So I want
    to pass some values from php to java so that a popup window showing details of customer will
    generate on java (jsp).
    I will explain my scenario..I have a php CRM which is used as a predictive dialer for asterisk.(voip).
    But I also have customized CRM which is developed on jsp.
    The use of php CRM is, I can use it as a predictive dialer and when a call connects to a customer
    a popup is generated and will show that customers details.That popup is done by ajax in php CRM.
    I want that popup to come on java CRM so that it have more options and fields.Is there any way for that...
    I am expecting somebody's help.......

    Prasad,
    This forum is dedicated to JSR-208 (Java Business Integration), so it isn't too likely you'll find an answer to a JSP question here. The types of integration topics discussed here are related to enterprise application integration (EAI) and business-to-business (B2B) interoperation.
    You might try the JSP forum, http://forum.java.sun.com/forum.jspa?forumID=45, or one of its sibling forums in the Web Applications area (http://forum.java.sun.com/category.jspa?categoryID=20).
    I believe you'll find an answer to your question here: http://forum.java.sun.com/thread.jspa?threadID=703737&messageID=4080080
    -Ron

  • SCOD-PHP integration

    hello,
    i am trying to develop a web service using provided wsdl file .
    Code:
    $crmdomain = "https://secureXXXX.crmondemand.com";
    $RowId="XXXXX";
    $sessionid = wslogin();
    function wslogin() {
    global $crmdomain;
    $url = $crmdomain . "/Services/Integration?command=login";
    $page = "/Services/Integration?command=login";
    $headers = array(
    "GET ".$page." HTTP/1.0",
    "UserName: myusername",
    "Password: mypassword",
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL,$url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
    curl_setopt($ch, CURLOPT_HEADER, true);
    $data = curl_exec($ch);
    if (!curl_errno($ch)) {
    // Show me the result
    $sessionid = substr($data,(strpos($data,"Set-Cookie:")+23),(strpos($data,";")-strpos($data,"Set-Cookie:")-23));
    curl_close($ch);
    //echo $sessionid;
    return $sessionid;
    function getwsresponse($serverpath,$namespace,$soapaction,$method,$param,$headers="") {
    //require_once 'soapfunctions/nusoap.php';
    require_once 'nusoap/lib/nusoap.php';
    $client = new soapclient($serverpath);
    new nusoap_client($wsdl, true);
    if($headers != ""){
    $client->setHeaders("$headers");
    $response = $client->call($method,$param,$namespace,$soapaction);
    echo $response;
    return $response;
    class Contact {};
    class LisOfContact {};
    class ContactQueryPage_Input {};
    class Contact_ContactQueryPage_Output {};
    $opts= array(
    'classmap'=>array
    'Contact_ContactQueryPage_Input'=>'Contact_ContactQueryPage_Input',
    'Contact_ContactQueryPage_Output'=>'Contact_ContactQueryPage_Output',
    'ListOfContact'=>'ListOfContact',
    'Contact'=>'Contact'
    $wsdl="Contact.wsdl.xml";
    $client= new SoapClient($wsdl,$opts);
    $client->__setCookie('JSESSIONID',$sessionid);
    $contact= new Contact();
    $contact->ContactEmail="XXXXXX";
    $listofcontact= new LisOfContact();
    $listofcontact ->Contact=$contact;
    $listofcontact-> pagesize="100";
    $listofcontact-> startRownum="0";
    $listofcontact-> recordcountneeded="false";
    $input= new ContactQueryPage_Input();
    $input->LisOfContact= $listofcontact;
    $input->Echo=NULL;
    $output= $client->ContactQueryPage($input);
    if (is_array($output->ListOfContact->Contact))
    Foreach ($output->ListOfcontact-Contact as $contact)
    { echo $contact->ContactFirstName;
    else
    $contact=$output->ListOfContact->Contact;
    echo $contact->ContactFirstName;
    the first part of coding is correctly working and i can get a view my session ID, but the second part to retrieve a Contact information i got this error message:
    Fatal error:
    Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding: object hasn't 'ListOfContact' property in D:\wamp\www\wss\script\php\login.php:131 Stack trace: #0 [internal function]: SoapClient->__call('ContactQueryPag...', Array) #1 D:\wamp\www\wss\script\php\login.php(131): SoapClient->ContactQueryPage(Object(ContactQueryPage_Input)) #2 {main} thrown in D:\wamp\www\wss\script\php\login.php on line 131
    i think that i have a problem on creating objects and mapping them to the wsdl file.
    Could you please help me resolving this issue and is there any tools that generate php classes from wsdl file ?
    thank you in advance

    a working example is in the following Re: Integration with PHP web service

  • PHP integration

    We have Site Studio websites that have been deploying via SSPU that have embedded PHP code in them. This works fine in the deployed model because the IdocScript gets executed on Content Server, then published to the web server which executes the PHP.
    We would like to stop deploying these sites and use a dynamic model for Content Server. My questions are has anyone done this, and what's necessary for the Content Server to process both the IdocScript and PHP on the same pages?
    Thanks,
    -Jason
    Edited by: jschulz on Jan 29, 2010 12:14 PM

    That is quite a bit of food for thought, thanks a lot.
    You've confirmed a lot of my opinions about Oracle UCM: that its strengths are the ECM document management related features, and to a lesser degree the web content management features. However, we have been using it for enterprise web content management for some time using the SSPU publishing model. But the demands on the system have made it a tough model to administer and maintain.
    It would definitely be a huge sea change to move the frontend delivery to PHP-type applications, but might be possible for some of our sites. It does sound like a better solution than running all this on a dynamic server model, and probably easier than convincing site developers to rewrite their PHP functionality into IdocScript.
    I went through that document you linked and that would definitely open some possibilities. However, am I correct that its possible to edit the content within the external PHP application (not on the Content Server)? I was able to whip a PHP page that displayed the content using the WCM_PLACEHOLDER service, but the WCM_BEGIN_EDIT_SESSION tries to forward me to a link like this: /idc/idcplg?IdcService=WCM_EDIT_DATA_FILE&dDocName=PUBLIC_CONTENT_118809&dID=336417 which is relative and obviously not on my external server. I hope there is a way to edit the content externally and I'm just missing something.
    Do you (or anyone) know of sample external application code posted somewhere to call these services?
    Thanks again,
    -Jason

  • SBO SMS Integration

    Hi All !!
    One of my client requires sms integration with SBO. They have a pvt software which provides gate way to send sms es and xpecting the same to e used with SBO. Can it be integrated?
    Kindly say me ...

    hi,
    Check this links
    SMS technology
    SMS Alert Setup
    Jeyakanthan

  • Outlook Integration Contact Persons inactive in SBO

    Hi,
    We use outlook integration on SBO 8.81 PL7 and Outloook 2010 and having following issue.
    When we set an contact person in SBO as 'inactive' and we synchronize Outlook with SBO the contactperson still exist.
    It should accualy delete the one in Outlook because it's no longer a valid Contactperson.
    If we delete an contactperson in SBO the contactperson is still in Outlook??
    Does anybody has an solution or is it (strange) system behaviour??
    Mark
    Edited by: M. Hageman on Sep 12, 2011 10:19 AM

    Hi Gordon,
    Yes i tried it also with delete of the contactperson, but still the contact stays in Outlook
    Thanks
    Mark

  • SAP B1 8.8 integration with Crystal report

    Hi Experts,
    Is there different Installer for SAP B1 8.8 version.
    I installed crystal report for SAP B1, but I am getting following error
    " External connection to database failed. SAP Crystal add on may not function properly. Please rerun the Account setup with Superuser login"
    I am login as Super User & When i am trying to open Account Setup , i am getting following error -
    " Item - Could not commit action because the item is currently in focus. [ 66000-23]
    could you please suggest, possible solution
    tks,
    Sb1

    Hi Sb1,
    There is no external addon and installer for Crystal report integration with SBO 8.8. Just install SBO8.8 and CR2008 is using for only designing the reports. SAP already incorporated all the related integration in SBO 8.8 version.
    Thanks
    Sachin

  • Outlook Integration Contact Sync

    I'm having problems with the Outlook Integration for SBO not syncing all of our contacts.  I have tried deleting everyone and starting over from scratch but it gives me the error failed to link contacts.  Any suggestions would be helpful.  In the past I would have to run it serveral times but it would finally pick up everone. 
    I now get the error that internet explorer has stopped working.
    Versions
    SBO 2007 A (8.00.178) SP: 00 PL: 42
    OI 8.00.00.42
    Thanks,
    Rebecca

    Sorry, I've been on another project.  I deleted the contacts from Outlook and started over.  I know you can only sink 400 contacts through OI at a single time, but we have instances where it won't sink one at a time and we can not find a reason for it.  SAP has stated the only limit is the 400 contacts per sync.  Is there a field that could be causing the issue?
    Thanks,
    Rebecca

  • SCCM & BMC Remedy integration thru Orchestrator

    Hi, I see same question has been asked in the past with older versions of SCCM, BMC and Opalis...but would like to know if there are any specific benefits or advancements or even higher feasibility of implementing below, using Orchestrator
    1) Data load: Load HW/SW Inventory from SCCM into BMC Remedy System. Is it even possible to load Asset Intelligence data so that both systems can correlate common data
    2) Create a flow which connects both BMC remedy & SCCM using
    Orchestrator
    a) End user to raise a request in BMC remedy system
    b) Shoots an email to Assset Mgmt & Mgr etc for approvals
    c) Record their approvals back (thru email or over webisite/url) 
    d) If approved to create an instruction (deployment) in SCCM for that system
    e) Retrieve the status codes received by SCCM, if successful then short mails to user & service desk
    f) Modify BMC Remedy Asset Mgmt for that software to reduce availability by one count
    g) Close the ticket or any other simpler connectors available out there ?
    Vasu

    Hi,
    with the Orchestrator and the IPs you cann create such a flow
    http://www.sc-orchestrator.eu/index.php/integration-packs/integration-packs-von-kelverion/ip-atrium
    http://www.sc-orchestrator.eu/index.php/integration-packs/integration-packs-von-kelverion/ip-remedy
    http://www.sc-orchestrator.eu/index.php/integration-packs/integration-packs-von-microsoft/integration-pack-fuer-system-center-configuration-manager
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • Integration to CA Spectrum

    Hi all,
    Is there an integration for Orchestrator from CA Spectrum 9.3 and up?
    We want to push alerts from Spectrum to Service Manager
    If there's no integration pack for Spectrum, can the integration kit be used to build one?
    Regards, Kurt

    Hi,
    you'll see the Activities of the IP here:
    http://www.sc-orchestrator.eu/index.php/integration-packs/integration-packs-von-kelverion/integration-pack-fuer-ca-spectrum
    With this and the Activities for SC Service Manager (http://www.sc-orchestrator.eu/index.php/integration-packs/integration-packs-von-microsoft/integration-pack-fuer-system-center-2012-service-manager)
    youn can create a Runbook like this easily:
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • POS Integration

    Does someone Know a POS System Integrated with SBO FOR 2005a Version?

    Yes,
    We have developed a fully integrated POS solution for SAP Business One: Retail XML. Please check our website: http://www.serac.com
    Kind regards,
    Jacco Moolenaar

  • About the cooperation of SBO and SAP/R3

    Hello
    Iam Yussuke watanabe.
    Could you teach if there is a case where the cooperation of SAP Business One and SAP/R3 was
    done in the past?
    Moreover, what cooperation can you do in SBO and SAP/R3?Moreover, what can cooperate?
    What you can do is not understood though it is proposing now.

    Hi Yuusuke Watanabe,
    As far as I know, ITK and iDocs could be used for integration between SBO and other SAP products, you may find more information from service.sap.com our partner portal (SAP Channel Partner Portal->SAP Business One->Solution Overview->Integratio Capabilities). I suggest you contact SAP Business One Local Product Expert in your region as well.
    Hope this explains your question.
    Regards, Summer
    SAP Business One Forums Team
    Edited by: Summer Ding on Jun 24, 2008 3:42 AM

  • Add On Program SBO

    Dear all,
    I will make an add on program on SAP Business One. How to make an add on program with Delphi programming? What is SAP support to Delphi programming if I make it use Delphi? Because we're familiar in Delphi programming.
    Please info detail about this matter? Thanks, we will wait answer this.
    Regards,
    Adriant

    Hi Adriant,
    I have tested Delphi integration with SBO and it works. You can integrate other third party products with Delphi as long as you only use the data interface layer (DI API). I have not been able to get the user interface layer (UI API) to work with Delphi, but have tested last in Delphi version 7.
    I have no idea if SAP will support this development, but I know of integrations running using Delphi at numerous sites. Delphi is not listed (as far as I know) as one of the supported languages.
    Hope it helps,
    Adele

Maybe you are looking for