Can anyone share - Web Service / WSDL for either Access or SQL Server

I am a newby and have never written a web service so I hoing someone will share a WSDL that is working for them!
Thanks in advance for your help!

I think it fails on decoding the Web Service response. I
would try to set resultFormat to e4x. In this case, no decoding
takes place and you can get whole soap body in event.result.
- Mykola

Similar Messages

  • (266758030) Can WebLogic Workshop Web Services be deployed on a different Application Server?

    (266758030) Q(asked by Lalit Sudan): Can WebLogic Workshop Web Services be deployed
    on a different Application Server?
    A(by Adam Fitzgerald): .jws files are not yet an accepted standard so you can expect
    that the WebLogic Workshop Web Services cannot be ported to other Application Servers,
    however, it is a general goal to expand the functionality of the Workshop tool for
    other App Servers.

    Just so you'll know Oracle9iAS also includes apache as the HTTP server.
    As Suncan said, if you want to use Forms on the Web you need the Forms Server engine, and it comes bundled in Oracle9iAS. You'll save yourself a lot of headache if you just install Oracle9iAS and have everything pre-configured for you thus reducing maintanance costs.

  • How can I use web service call for edit a report with SSRS in Java Struts2 web application

    Hello im new in SSRS technologie and I would like make web service call at my SSRS server. Is sombody can help me ?
    - What API should I import in my project ? I use Maven can I found this API on Maven repository ?
    - I would like have an sample of code which initialize the ReportingService, do the call and process result.
    We use the SQL Server ReportingService 2008 R2 and currently we made HTTP call like this : http://<ssr_server>/ReportServer/Pages/ReportViewer.aspx?%2fSSRS_OMB%2fMyReport&rs:Command=Render&MyParam=<value>
    Regards

    Hi ombinte,
    SQL Server Reporting Services provides access to the full functionality of the report server through the Report Server Web service. Because the Report Server Web service is an XML Web service which uses Simple Object Access Protocol (SOAP) over Hypertext Transfer
    Protocol (HTTP), any SOAP-aware application or development tool can communicate with the SSRS web service.
    There are three primary ways to develop Reporting Services applications based on the Web service, please see:
    Develop applications using Microsoft Visual Studio and the Microsoft .NET Framework SDK.
    Develop applications using the rs utility (RS.exe), the Reporting Services script environment.
    Develop applications using any SOAP-enabled set of development tools.
    For more information about Report Server Web Service, you can refer to the following document:
    http://technet.microsoft.com/en-us/library/ms152787.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Deploying a Web Service developed for WebSphere to Oracle App Server

    I have an EAR file containing a web service (exposed as a servlet) that was developed using WebSphere Studio and originally deployed to a WebSphere application server. It should be J2EE 1.4 compliant. I now want to deploy it as a web service on Oracle Application Server.
    Is it as simple as just deploying the EAR to OAS? Or do I need to (re-)assemble the EAR using the Web Service Assembler tool and then deploy it? What is the best practices approach for this scenario? My goal is to develop a web service that is deployable to both WebSphere and OAS with as little fuss as possible.
    Thanks

    using Ant.
    check apache.org project there they have the ant section.
    Regards

  • Can anyone help with a formula for either of these?

    Right...
    Basically I have a table called FALL_IN
    FAL_REVERSION_ID within this table is the field that links it to other tables.
    within this table are 5 fields:
    FAL_ID
    FAL_REVERSION_ID
    FAL_PROCESS_ID
    FAL_PROCESS_DATE
    FAL_PROCESS_DETAIL
    The first function needs to:
    Look for the field FAL_PROCESS_ID in the FALL_IN table, then match the value in the FALL_PROCESS_ID field to "noticeVacationSent" then when it matches that, return the value in the FAL_PROCESS_DATE. if however there is no date matched with this "noticevacationsent" field then to just return a 0 in its place.
    The second one I have is:
    I have two tables:
    INVESTOR_INTEREST
    PROP_COSTS
    I need a formula that will sum all the PCT_INVOICE_AMOUNT fields within the PROP_COSTS table with the single value in in the INT_INVESTMENT_AMOUNT field in the INVESTOR_INTEREST table.
    The problem I have is that the PCT_INVOICE_AMOUNT field contains more than one value per each case its linked to, I just want to sum these values to return one value, and not a list of the values.

    Right, fab,
    this has worked to an instance but its returning the values more than needed.. I have set the formula to the fiollowing:
    IF({FALL_IN.FAL_PROCESS_ID}="noticeVacationSent") THEN (totext({FALL_IN.FAL_PROCESS_DATE})) ELSE "0"
    Which either returns the date or a 0,
    however it is also returning 0 values as well for the itmes the date is there.. eg:
    it should look like :
    revnumber--noticevacationdateaddress1--
    surname
    0056--01/01/0812 church street--
    smith
    0101--018 random road--
    jones
    1304--01/01/0915 setty square--
      bob
    one line per rev number with either the date for the noticevacationsent or a zero, not a combination of both.
    however im guessing because there are about 7 options apart from "noticcevacationsent" in the fal_process_id table its giving me similar to the following
    revnumber--noticevacationdateaddress1--
    surname
    0056----
    01/01/08 -
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0056--0--
    12 church street -
    smith
    0101--018 random road--
    joners
    0101--018 random road--
    joners
    0101--018 random road--
    joners
    0101--018 random road--
    joners
    0101--018 random road--
    joners
    0101--018 random road--
    joners
    0101--018 random road--
    joners
    1304--01/01/09--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    bob
    1304--0--
    15 setty square -
    If anyone has any ideas as to this it would be much appreaciated.
    Edited by: DougBlack on Mar 6, 2009 9:58 AM

  • Can anyone share the query for inventory aging report

    Is there any standard reports for inventory aging in oracle ebs 12.1.3 ....... If not can anyone share the query for inventory aging report

    Hi,
    It may not be so simple as you are trying to reproduce the historical value.  I believe you have to create a temporary table first.  Or you may use Command feather to get the required data in advance.
    Thanks,
    Gordon

  • The Best Java Web Services Technology for Developing Web Services

    Hi,
    I am new to Web services world.
    I read the java web services page . there are more than 6 technologies.
    JAX-WS,
    JAX-RPC,
    JAXB,
    SAAJ,
    JAXP,
    WSIT,
    XWS-Security
    I went through several documents on web services.
    I could not get a clear idea of which technolgy to use.
    Which Java web service technology will be the best to develop web services independant of language, platform.
    or is there any 3rd party implemetations available ? for rapid development of web services.
    Could anyone help me !.
    Thanks in advance.
    Message was edited by:
    Siva.Prakash

    Which Java web service technology will be the best
    to develop web services independant of language,
    platform.
    Java by nature is a cross-platform language, so if your focus is on the need for portability, the choisce of WS should not be a problem. However, each WS is best suited for paricular uses.
    SAAJ, a low-level level API, offers much simplicity, but is not the first choice for programmers, as SOAP (Simple Object Access Protocol)messages need to be constructed piece by piece, making it a quite arduous code to program.
    If you are not familiar with XML, your best bet would be to use JAX-RPC (Java API for XML-Remote Procedure Calls), as it hides the underlying detail from the programmer, in terms of SOAP and XML. The shortcoming with RPC-based WS is that it is "restricted to the local programming experience". Another failing is that assumes there is a network path- a reliability concern.
    If your program will be contacting other services during downtimes, unlike JAX-RPC, JAXM is quite useful. However, your listing did not mention it, so I wont cover it.
    JAXR is a client-side only API that acts as an interface between registries (not referring to JAXP)
    I am not famiiar with JAXB, JAXP, WSIT or XWS-Security..
    or is there any 3rd party implemetations available ?It depends on what platform you are used to. Assuming you are familiarized with the J2EE platform (now changed to Java EE SDK), the NetBeans IDE (either 5.5, 5.5.1 or the latest editiion) is quite useful. I am using 5.5.1, but have found that it is quite buggy, especially when adding WS operations, a core requirement of a WS. if you will be using to devlop a service for an immediate need, you may find the learning curve to be a bit high, in terms of getting to grips with how to use it. (Download link:
    http://www.netbeans.info/downloads/index.php)
    The IBM Autonomic IDE (or AIDE), based on the WSDM standard, includes 3 sub-tools, icluding the IBM Manageability Endpoint Builder which, according to their website, allows individuals to build endpoints to allow manageability interface exposure; Manageable Resource Browser and the IBM Manageability Endpoint Simulator. However, I'm not familiar with this IDE. (Download link: http://www.alphaworks.ibm.com/tech/aide/download)
    The .NET Framework uses the Visual Studio IDE. For an unbiased comparison of J2EE and the .NET Framework in terms of WS, see http://www.webservicesarchitect.com/content/articles/hanson01.asp.
    Apache Axis2, Geronimo and JiBX allows fast development of WS, or so the creators profess.
    The PHP environment- you could try NuSPHERE PHPed. According to one website, with it you can develop a web service in under an hour.
    I hope this was useful to you.
    [Based partly on Topley, K. (2003) [i]Java TM Web Services in a Nutshell: A desktop Quick Reference. 1st ed. California: O�Reilly & Associates, Inc]

  • XML scheme and Web services enhancement for MS Word integration in CRM 2007

    Hi,
    I am trying to use the Template designer and the web services tool in order to create a MS Word template for the quotation.
    We have created a new web service, using the Web Service Tool
    (transaction BSP_WD_CMPWB, type WS_DESIGN_TOOL). I can use this web service when creating a quotation word template and everything works fine.
    I need to enhance the web service with some custom fields and logic. I found the blog:
    Web-services enhancement for MS Word integration in CRM 2007
    /people/community.user/blog/2008/11/18/web-services-enhancement-for-ms-word-integration-in-crm-2007
    The blog describe how to enhance the web service, extend the output
    structure etc.
    We have done all the steps in the blog, and everything looks fine. When
    we test the web service, using the Web Service Navigator, all the new
    fields we added to the output structure are displayed. The WSDL
    document also looks fine, displayed from the Web Service
    Administration.
    The problem occur when try to create the word template using the
    Template Designer. The XML scheme is not displayed in the word
    document. This only happens if we use an enhanced web service.
    Anyone familiar with this issue?
    Kind regards,
    Johan Wigert

    Hi,
    You may have to upgrade your MS word 2003 to MS Word 2007.
    Before you do that please opening View > toolbars > Task Pane and check if you can get XML Schema from the web service.
    Regards,
    Sandeep Chavan

  • Please help Installed apex 4.1 on Oracle 11g Xe can't create web services

    I went to Shared Components > Web Service references to create a web services reference using wsdl.
    My webservices are local to my network.
    I do not use proxy. Not using UDDI.
    I enter my WSDL URL but error message is returned
    The WSDL document was unretrievable because either the URL you supplied was invalid, your environment requires a valid proxy server address for HTTP requests and you have not defined one for this application, or a wallet needs to be configured for this instance of Application Express for HTTPS requests
    All I see are
    Amazon Web Services 3.0
    Google API Beta
    Q1. How can I register my wsdl url?
    Q2. How were amazon and google registered?
    Edited by: Oracle Primavera on Oct 4, 2011 5:29 PM

    Ensure that you can ping the web services server.
    Then check whether there is a valid/appropriate acl for the apex_040100 user;
    select * from dba_network_acl_privileges where principal like 'APEX%';
    Refer to Enable Network Services in Oracle Database 11g in the install manual.
    ~t

  • Call web service (WSDL)  from apex

    Hi all,
    I have web service (WSDL) as (http://localhost:8080/merlin-service/services/ContraIndicationService?wsdl) from example.
    and I want to call this service from Apex, how can i do that , any idea?
    I tried web service reference found in apex but it is failed.
    So please any idea about this.
    Thanks and regards.
    Mohd.
    Edited by: Ajeeb on Aug 26, 2010 10:23 AM

    Hi,
    I used web service refences to create call this web service and when I tested the web service in the test area in web service refences
    it is working fine and it is giving the foloowing
    In the request:
    <?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
         <SOAP-ENV:Body><ns1:searchByCommonNameGroupIdAndCim10Ids xmlns:ns1="http://contraindication.api.vidal.com"><ns1:commonNameGroupId>4835</ns1:commonNameGroupId><ns1:cim10Ids><ns1:int>4399</ns1:int></ns1:cim10Ids></ns1:searchByCommonNameGroupIdAndCim10Ids></SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    and it is returning this response
    (<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Body><ns1:searchByCommonNameGroupIdAndCim10IdsResponse xmlns:ns1="urn:Vidal"><ns1:contraIndicationCim10List><contraIndications xmlns="urn:Vidal"><contraIndicationTypeCim10Tuple><cim10><code>J45</code><id>4398</id><name> </name></cim10><contraIndication><id>16241</id><name>History of asthma attack related to taking aspirin</name></contraIndication><type>ABSOLUTE</type></contraIndicationTypeCim10Tuple><contraIndicationTypeCim10Tuple><cim10><code>J45</code><id>4398</id><name> </name></cim10><contraIndication><id>16251</id><name>History of asthma attack related to taking non-steroidal anti-inflammatory drugs</name></contraIndication><type>ABSOLUTE</type></contraIndicationTypeCim10Tuple></contraIndications><homogeneous xmlns="urn:Vidal">true</homogeneous></ns1:contraIndicationCim10List></ns1:searchByCommonNameGroupIdAndCim10IdsResponse></soap:Body></soap:Envelope>
    But when I created form and report for this service it is giving me no data found>
    How can I get the output of this service, if it is XML data also no problem for me.
    Best Regards.
    Mohd.

  • Web-services enhancement for MS Word

    Hi,
    I have done all the steps described in the blog /people/community.user/blog/2008/11/18/web-services-enhancement-for-ms-word-integration-in-crm-2007 about Web-services enhancement for MS Word,  but the last step I did not complete successfully.
    When I start the template designer no offer structure OUTPUT of web service, the template is blank.
    The funny thing is that when I delete the APPEND structure with fields Z, and I press Check button and activate the web service again I have no problem, I start the template designer and reappear standard fields.
    Anyone have any idea what happens?
    Thanks and regards

    Hi,
    You may have to upgrade your MS word 2003 to MS Word 2007.
    Before you do that please opening View > toolbars > Task Pane and check if you can get XML Schema from the web service.
    Regards,
    Sandeep Chavan

  • Creating web service system for Visual Composer

    Hello,
    I seem to have made some changes that made my unable to create web service systems for Visual Composer. 
    The change I made is in NetWeaver Administration > Configuration > Application Resources > WebServicesFactory, I added the Configuration Property "UseCacheByDefault" with Boolean value = true. 
    After this, if I create a web service system in Enterprise Portal, the Connection Tests fail.  In Visual Composer when I define a web service system, the error I am getting is: "Connector Factory not found for value WebServicesFactory".
    I have tried to delete the UseCacheByDefault property I added as well as restart the server but I am still getting the error.
    However when I test my web service using the Web Services Navigator, I am not getting any problems.  So my guess is the problem lies with the connection factory.
    Can anyone help me with this issue?
    Thanks.

    Hello,
    Since creating WS system in the portal resulted with failed connection test, the issue has nothing to do with VC.
    I'm just guessing, but try to configure proxy in the J2EE engine.
    If that doesn't help I suggest you raise this question in the portal forum.
    Best regards,
    Shay

  • Create web service client for javafx project in netbeans 6.8

    I here have a javafx project and need to create a web service client for it (in netbeans 6.8).
    However when I right click this project -> new -> web service client -> input wsdl location\package -> finish, it seems that the client code is never generated. This is quite different from what happens when creating web service client for a java project.
    Anyone knows how is this happening?

    Thanks for your reply.
    I did write my own ws client code but I need to create a web proxy based on an appointed wsdl path. That requires me to create a web service client from netbeans 6.8, like what I described in my first post. Unfortunately, it's not behaving like what I imagined it should do for a java project, even the javafx file itself doesn't have any error. The error occurs in package definition line.
    package fx;For the definition above, it cannot access java.lang.builtins.
    The question now is about the possibility to include javafx file in an non-javafx, say, java project. Any comments?
    ---Regards.

  • Can anyone share File-to_file ,file-to-IDOC senarios?

    Can anyone share File-to_file ,file-to-IDOC senarios?if possible with screen shots..

    hi phani..
    refer these blogs
    FILE Related Scenarios
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC
    /people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario - FCC - MDM
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dyanamic File Name
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/karthiknarayan.kesavan2/blog/2007/08/22/file-content-conversion-for-multi-hierarchical-structure - File Content Conversion for Multi Hierarchical Structure
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7053...File [original link is broken] [original link is broken] [original link is broken] Adapter (Receiver) - Are we "really" sure about the concepts?
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7009...Troubleshooting [original link is broken] [original link is broken] [original link is broken] the File Adapter
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7036...SFTP [original link is broken] [original link is broken] [original link is broken] vs. FTPS in SAP PI
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3509... [original link is broken] [original link is broken] [original link is broken] XI: RFC or ABAP Proxy ? ....ABAP Proxies with attachments
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4383...How [original link is broken] [original link is broken] [original link is broken] to send any data (even binary) through XI, without using the Integration Repository
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp... XI in the role of a FTP
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3774...Customise [original link is broken] [original link is broken] [original link is broken] your 'XPATH' Expressions in Receiver Determination
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2114...XPath [original link is broken] [original link is broken] [original link is broken] to show the path (Multiple Receivers)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4484...Receiver [original link is broken] [original link is broken] [original link is broken] Determination based on the payload of input data.(Extended-->xpath,Context Object)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3774...Illustration [original link is broken] [original link is broken] [original link is broken] of Enhanced Receiver Determination - SP16
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2161...Solution [original link is broken] [original link is broken] [original link is broken] to the problem encountered using Variable Substitution with XI-SP12
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2411...Executing [original link is broken] [original link is broken] [original link is broken] Unix shell script using Operating System Command in XI
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5814...XI/PI [original link is broken] [original link is broken] [original link is broken]: Command line sample functions
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2184...XI [original link is broken] [original link is broken] [original link is broken]: Operation system command - error catching
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1967....Read [original link is broken] [original link is broken] [original link is broken] Excel instead of XML through FileAdapter
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter...NAB the TAB (File Adapter)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6713..Content [original link is broken] [original link is broken] [original link is broken] conversion in Sender file adapter-- 2 new useful parameters
    http://sapient.xi.googlepages.com/xi-excellentintegration...... FILE to FILE scenario sending ".jpg" file as attachment with Screen shots
    IDOC related
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2704........IDOC [original link is broken] [original link is broken] [original link is broken] Tunneling.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3280........Managing [original link is broken] [original link is broken] [original link is broken] bulky flat messages with SAP XI
    https://www.sdn.sap.com/irj/sdn/weblogs? blog=/pub/wlg/5696........Troubleshooting File-to-IDOC Scenario in XI.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1921........ [original link is broken] [original link is broken] [original link is broken]
    Any flat file to any IDoc
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1819........IDoc [original link is broken] [original link is broken] [original link is broken] to File
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2034........Collection [original link is broken] [original link is broken] [original link is broken] of IDoc to Single File
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1180........ [original link is broken] [original link is broken] [original link is broken] Configuration Tips for a Business Service/Integration Process to send back ALE audit IDOC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2476........One [original link is broken] [original link is broken] [original link is broken] Logical System Name for serveral BPM Acknowledgements
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2923........Generate [original link is broken] [original link is broken] [original link is broken] Test Case for an IDOC Scenario
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2162........Choose [original link is broken] [original link is broken] [original link is broken] the Right Adapter to integrate with SAP systems
    Regards,
    Satya..

  • I cant use facetime. but my sister can. we share the same account for itunes.but when i go to face itme and click on create a new account a blank screen pops up. what do i do?when i go to make a new facetime account nothing comes up

    i cant use facetime. but my sister can. we share the same account for itunes.but when i go to facetime on my ipod touch and click on create a new account a blank screen pops up and the only thing it says is cancel and account.  what do i do?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for