Unknown soap exception?

Hi,
We're trying to use the soap adapter to send messaged from XI 2.0 into an external web service.
We receive an error message ADAPTER.UNKNOWN_SOAP_EXCEPTION, with the text "soap exception from an adapter".
Has anybody encountered this before? Any idea what we might be missing?
The test service itself works fine, and incoming soap messages also come through. Outgoing soap messages do not seem to reach the webservice itself at all.
The configuration file:
Part 2 (ToWS): XMB clients to WS server ######
The target URL for the web service, to which the adapter sends web service messages.
XMBWS.TargetURL=http://localhost/test/test.asmx
The port and path where the adapter waits for XMB messages from clients.
XMBWS.XMBPort=8240
XMBWS.XMBPath=/myservice/xmb
The default SOAPAction HTTP request header to the web Service server
XMBWS.DefaultSOAPAction="HelloWorld"
Corresponding lines from log:
12:48:44 (3835): Request transport message received at 8240/myservice/xmb
12:48:44 (3836): Request message parsed
12:48:44 (3837): Response message serialized
12:48:44 (3838): Response transport message sent

Hi Avihai,
When you put the URL p://localhost/test/test.asmx
in the internetbrowser, do you see the webservice navigator or any other page coming up? If you get an error, you should change the URL
Kind regards,
Paul

Similar Messages

  • Tunneling and problem with unknown host exception

    hello! i've got a problem with https. i use jdk 1.5.0, jboss-4.0.4.ga-patch1, soap.
    and i'm going crasy.. i've testet my client code at our network and it works fine. but if i want to get jobs from the server of our customer, my client throw an "unknown host exception: firm".
    i wonder why it hasn't the full host. the url may look like this: https://firm.sub.com:443/ and while the client connects to the server, i depugged it and the host is correct: firm.sub.
    but after the connection, when the client want to get something from the server (when it wants to communicate with the server over soap) it crashs.
    my client code looks like this:
    private ClientInterfaceEndpoint getClientInterface() throws ServiceException {
    QName serviceQName = new QName(DOCSERVER_NAMESPACE, CLIENT_INTERFACE_SERVICENAME);
    URL wsdlUrl = getClientInterfaceWsdlUrl();
    log.info("*******WSDLURL host: " + wsdlUrl.getHost()); // out: firm.sub
    log.info("*******WSDLURL port: " + wsdlUrl.getPort()); // out: 443
    URL mapping = getClass().getClassLoader().getResource("META-INF/DocumentServer_Mapping.xml");
    log.info("*******MappingURL path: " + mapping.getPath());
    if (wsdlUrl.toString().toLowerCase().contains("https")) {
    if (null == getConfig().getTruststore() || getConfig().getTruststore().equalsIgnoreCase("")) {
    throw new RuntimeException("No or incorrect TruststorePath in the docclient-config");
    File tmp = new File(getConfig().getTruststore());
    if (!tmp.isFile() || !tmp.canRead()) {
    throw new RuntimeException("The truststore at the 'TruststorePath' isn't a file or can't be read.");
    System.setProperty(SYS_PROPERTY_KEY_TRUST, getConfig().getTruststore());
    System.setProperty(SYS_PROPERTY_KEY_TRUST_PW, config.getTruststorePass());
    ServiceFactoryImpl factory = null;
    factory = (ServiceFactoryImpl) ServiceFactory.newInstance();
    Service clientInterfaceService = null;
    try {// create the service for the ClientInterface
    clientInterfaceService = factory.createService(wsdlUrl, serviceQName, mapping, new URL(config.getServerURL())); //, new URL(config.getServerURL())
    log.info("*******ClientInterFaceService WSDL URL Host: " + clientInterfaceService.getWSDLDocumentLocation().getHost()); // out:firm.sub
    log.info("*******ClientInterFaceService WSDL URL Port: " + clientInterfaceService.getWSDLDocumentLocation().getPort()); // out: 443
    } catch (ServiceException e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    } catch (MalformedURLException e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    } catch (Exception e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    }// getting the ClientInterfaceEndpoint
    ClientInterfaceEndpoint clientInterface = (ClientInterfaceEndpoint) clientInterfaceService.getPort(ClientInterfaceEndpoint.class);
    return clientInterface;
    protected URL getClientInterfaceWsdlUrl() {
    URL url = null;
    String urlString = getConfig().getServerURL() + CLIENT_INTERFACE_URI + "?wsdl";
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    Properties properties = System.getProperties();
    String handlers = System.getProperty(SYS_PROPERTY_KEY_PKGS);
    if (handlers == null) {
    properties.put(SYS_PROPERTY_KEY_PKGS, SYS_PROPERTY_VALUE_PKGS);
    else {
    properties.put(SYS_PROPERTY_KEY_PKGS, SYS_PROPERTY_VALUE_PKGS.concat("|").concat(handlers));
    try {
    url = new URL(urlString);
    log.info("*******URL host: " + url.getHost());
    log.info("*******URL port: " + url.getPort());
    log.info("*******URL path: " + url.getPath());
    } catch (MalformedURLException e) {
    log.fatal("DocumentProvider SOAP configured incorrectly. DocServer URL malformed: " + urlString);
    throw new RuntimeException("DocumentProvider SOAP configured incorrectly. DocServer URL malformed: " + urlString, e);
    System.setProperties(properties);
    return url;
    }if it's usefull: the customer use a apache server (not tomcat) where a the server is and the client at another system the jboss.
    The customer told me: if i want to connect the client via http i have to tunnel.. maybe i have to tunnel using https too?
    have i to generate the endpoint classes a second time, extra for https?
    or doesn't soap like host like "firm.sub"?
    can anyone help me please?!
    sorry, my english isn't very well...

    sorry, it's not the same error. The output is: Unable to connect to any host due to exception: java.net.socket.exception: java.net.socket.exception: Unregcognized windows socket error: 10106: create.

  • Ssrs report web service to save report as pdf throws error Soap exception unhandeled by user code

    I am creating a C# web application to save  an SSRS report as a pdf file on my local machine.
    I added the ReportService web reference as RS2005 and ReportExecution2005 web reference as RE2005.
    http://myServer/ReportServer_DEVPROJECT/ReportExecution2005.asmx?WSDL
    http://myServer/ReportServer_DEVPROJECT/ReportService2005.asmx?WSDL
    I created the following function SaveReport that is called on button click. My report can be accessed on the report server with the following url:
    http://myServer/Reports_DEVPROJECT/Pages/Report.aspx?ItemPath=%2fData+Mgmt%2fSample+Letter
    On the Report Manager home page the report link appears as "SAMPLE LETTER".
    It is deployed in the DataMgmt folder on the Report Manager.
    It uses a data source called "DS Letter" with option "Credentials stored securely in the report server"
    My application gets compiled, but I get the following run time error:
    Error: Soap exception unhandeled by user code. The item '/DataMgmt/Sample Letter' cannot be found. ---> Microsoft.ReportingService
    s.Diagnostics.Utilities.ItemNotFoundException: The item '/DataMgmt/Sample Letter' cannot be found.
    Please check my code and let me know what I can do to run this successfully. Once this is done, I would like to get help with passing a parameter (memberID) to the generate report for that member, through this application.
    Thank You in advance for your help.
    public static void SaveReport()
    RS2005.ReportingService2005 rs;
    RE2005.ReportExecutionService rsExec;
    // Create a new proxy to the web service
    rs = new RS2005.ReportingService2005();
    rsExec = new RE2005.ReportExecutionService();
    // Authenticate to the Web service using Windows credentials
    rs.Credentials = System.Net.CredentialCache.DefaultCredentials;
    rsExec.Credentials = System.Net.CredentialCache.DefaultCredentials;
    rs.Url = "http://myServer/ReportServer_DEVPROJECT/ReportService2005.asmx";
    rsExec.Url = "http://myServer/ReportServer_DEVPROJECT/ReportExecution2005.asmx";
    string historyID = null;
    string deviceInfo = null;
    string format = "pdf";
    Byte[] results;
    string encoding = String.Empty;
    string mimeType = String.Empty;
    string extension = String.Empty;
    RE2005.Warning[] warnings = null;
    string[] streamIDs = null;
    string fileName = @"c:\temp\samplerHAPeport.pdf";
    string _reportName = @"/DataMgmt/Sample HAP Letter";
    string _historyID = null;
    bool _forRendering = false;
    RS2005.ParameterValue[] _values = null;
    RS2005.DataSourceCredentials[] _credentials = null;
    RS2005.ReportParameter[] _parameters = null;
    try
    _parameters = rs.GetReportParameters(_reportName, _historyID, _forRendering, _values, _credentials);
    RE2005.ExecutionInfo ei = rsExec.LoadReport(_reportName, historyID);
    RE2005.ParameterValue[] parameters = new RE2005.ParameterValue[1];
    if (_parameters.Length > 0)
    //parameters[0] = new RE2005.ParameterValue();
    //parameters[0].Label = "";
    //parameters[0].Name = "";
    //parameters[0].Value = "";
    rsExec.SetExecutionParameters(parameters, "en-us");
    results = rsExec.Render(format, deviceInfo,
    out extension, out encoding,
    out mimeType, out warnings, out streamIDs);
    using (FileStream stream = File.OpenWrite(fileName))
    stream.Write(results, 0, results.Length);
    catch (Exception ex)
    throw ex;
    protected void BtnGenReport_Click(object sender, EventArgs e)
    SaveReport();

    Hello Devster,
    Thank you to post your question on TechNet forum.
    After reviewing the whole post, I have a question to you. You can access the report via the link, http://myServer/Reports_DEVPROJECT/Pages/Report.aspx?ItemPath=%2fData+Mgmt%2fSample+Letter.
    From the URL, I can see that the report is located at: /Data Mgmt/Sample Letter, instead of /DataMgmt/Sample Letter. In addition, I found that the target report is "/DataMgmt/Sample HAP Letter" instead of "/DataMgmt/Sample Letter" as the error described. I
    am not sure whether you post out the correct code segment.
    Please check the above things on your side, and hope it is helpful to you.
    Regards,
    Edward
    Edward Zhu
    TechNet Community Support

  • Unknown SQL Exception 208 occurred. Additional error information from SQL Server is included below.Invalid object name 'Webs'.

    SP 2013 Server + Dec 2013 CU. Upgrading from SharePoint 2010.
    We have a web application that is distributed over 7-8 content databases from SharePoint 2010. All but one database are upgradable. However, one database gives:
    Invalid object name 'Webs'.
    while running Test-SPContentDatabase or Mount-SPContentDatabase.
    EventViewer has the following reporting 5586 event Id:
    Unknown SQL Exception 208 occurred. Additional error information from SQL Server is included below.Invalid object name 'Webs'.
    After searching a bit, these links do not help:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fd020a41-51e6-4a89-9d16-38bff9201241/invalid-object-name-webs?forum=sharepointadmin
    we are trying PowerShell only.
    http://blog.thefullcircle.com/2013/06/mount-spcontentdatabase-and-test-spcontentdatabase-fail-with-either-invalid-object-name-sites-or-webs/
    In our case, these are content databases. This is validated from Central Admin.
    http://sharepointjotter.blogspot.com/2012/08/sharepoint-2010-exception-invalid.html
    Our's is SharePoint 2013
    http://zimmergren.net/technical/findbestcontentdatabaseforsitecreation-problem-after-upgrading-to-sharepoint-2013-solution
    Does not seem like the same exact problem.
    Any additional input?
    Thanks, Soumya | MCITP, SharePoint 2010

    Hi,
    “All but one database are upgradable. However, one database gives:
    Invalid object name 'Webs'.”
    Did the sentence you mean only one database not upgrade to SharePoint 2013 and given the error?
    One or more of the following might be the cause:
    Insufficient SQL Server database permissions
    SQL Server database is full
    Incorrect MDAC version
    SQL Server database not found
    Incorrect version of SQL Server
    SQL Server collation is not supported
    Database is read-only
    To resolve the issue, you can refer to the following article which contains the causes and resolutions.
    http://technet.microsoft.com/en-us/library/ee513056(v=office.14).aspx
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Java WSDP 1.4 is not parsing SOAP Exceptions

    We used Java WSDP 1.4 toolkit to generate stubs for webservices. We used Tomcat 5.1 as the web container. When methods of the webservice are invoked which do not return SOAP exception responses, WSDP is able to properly parse the response and display the resutls correctly. But when the responses contains SOAP exceptions, WSDP always returns
    "java.rmi.RemoteException: Runtime exception; nested exception is: trailing block elements must have an id attribute".
    But other toolkits like Axis 1.1,.Net,ColdFusionMX,Glue are returning proper exceptions messages. The following is the exception message received from the other toolkits for the same method invocation.
    "Exception has been thrown by the target of an invocation. '1000:Invalid data source name 'invalid_String'"
    Apart from Java WSDP all the other toolkits that we mentioned are able to parse the exception message properly and display the same.
    Any ideas why the toolkit is behaving like this. All the versions of Java WSDP that have come till date have a similar problem. We would be happy to hear any responses for the problem the we are facing in Java WSDP 1.4. At present we have decided not to use the toolkit for any web service development.

    Am specifying the URL of the WSDL file for which we are unable to get proper SOAP Exceptions, whenever they are generated. Whenever we give valid values while invoking the methods, the response is properly parsed, but when a SOAP Exception is supposed to be generated, it generally returns the Runtime exception that we mentioned. Can you please look into it and identify the reason about why it is failing. In case you are able to run it through properly, please attach the code that would make it work properly.
    The URL is :
    http://arcweb.esri.com/services/v2/PlaceFinderSample.wsdl

  • SOAP Exception in JWSDP1.2

    Hi,
    We are using jtomcat4.1 and j2sdk1.4.2_01 with jwsdp1.2 to access a webservice using JSP. When SOAP Exception has to be thrown from the WebService, We are getting, "java.rmi.RemoteException: Runtime exception; nested exception is: trailing block elements must have an id attribute ". Is it a bug with the JWSDP toolkit or anyother workaround is there to get the correct SOAPException?

    This is not a bug. According to the JAXRPC spec. you should receive
    either a SOAPFaultException or a RemoteException. There is no
    tool/setting to get a SOAPFaultException instead.

  • Error in SFP (SOAP Exceptional error)

    Hi,
    I have ECC 6 and Adobe livecycle designer 7.1 installed in my system. When Im trying to design
    layout in SFP (via. layout button) it is taking me to Adobe form designer(i have done
    with interface and print program step) however when im executing this (test run or print form) it is giving me "SOAP Exceptional error". Also, in SM59 ADS connection test is getting failed. Is there
    any seeting from netweaver side I have to do. Can anybody please let me know regarding this.
    Im an ABAPer and not sure about these settings and scenarios.
    Rgds
    Sudhanshu

    Hi,
    Ask any Basic person to look into the installation and if any other support packs need to be configured..
    This is not the work of an ABAPer. Get in touch with the BASIS person
    Regards
    Shiva

  • SOAP Exception from XI to R/3 via RFC

    Hello,
    We have a scenario where we are mapping SOAP Exception to RFC Exception.
    Message status is application error in SXI_MONITOR and in payload,it shows correctly mapped RFC Exception (SOAP_EXCEPTION) with name and message.
    But this message doesn't reach R/3.
    Configuration is done as a registered server program in XI using a TCP/IP connection in R/3.
    Can anybody please let us know what could be wrong over here?
    Thanks.
    Regards,
    Shweta

    Hi Swarup,
    There is no error in RFC communication channel.
    The conditions are
    sy-subrc 1  for  Communication failure
    2 for system failure
    3 for SOAP_EXCEPTION (passed in name field from XI)
    but when I execute the report and this RFC is called,sy-subrc is always 0.
    What could be the reason for this?
    Thanks for the help.
    Regards,
    Shweta

  • Throw Soap Exception in BPM.

    Hi All,
    My scenario is Soap->XI->BPM->RFC. I get a soap request in synchronous way with Request and Response messages I Map my request to a RFC and If there's any application error or mapping error I have to send SOAP fault exception to my Soap Sending system. But I don't see any option in BPM to throw soap exception only thing I can do is to map my errors in the soap response and send it to soap sender.
    But my Soap sending system needs soap fault not a response message when any errors happen.
    Please let me know if anybody has this same situation and how to handle it.
    Thanks in Advance,
    SP.

    Hi VJ,
    I have to use BPM as I am doing other stuff in my BPM. In my BPM I am catching mapping exception and then I have to send this to Soap Sender in SOAP fault message and in abstract interfaces we don't have option to give fault message types. Also, I am using S/A bridge and I have to close the brige in order to send some response to Soap Sender.
    Is it possible to send soap fault when we close the S/A brige by send step.
    Thanks,
    SP.

  • Reader XI - unknown software exception

    I have Acrobat Reader XI on a Windows XP SP3 PC.
    When I open a .pdf file by double clicking on it, before Reader XI runs I get the following error in a pop-up window:
    The exception unknown software exception (0xc0000409) occurred in the application at location 0x00411e0b. (The location address changes each time).
    From then on, I keep getting the same pop up appearing on top of other program windows even when I am not actively trying to access a .pdf file, but if a Windows Explorer window containing .pdfs is still open. It's even doing it as I try to type this....
    It seems random whether or not the box goes away if I click OK or Cancel.
    Bizarrely, every .pdf document I have tried has still opened in Reader XI fine after getting rid of the pop-up.
    I have uninstalled Reader XI completely (using the Windows "Add/Remove Programs dialogue) and reinstalled using a fresh download of the program from http://www.adobe.com/support/downloads/detail.jsp?ftpID=5507, but there is no improvement.
    I have found several previous mentions of this error on this forum (and it is all over Google) but have found no solution that works for me so far.
    Please assist if you can.

    As there have been no other suggestions, I tried uninstalling Reader XI and went back to Reader X.
    Now that comes up with an error message in a very similar way, except the message now reads:
    "Adobe Reader X- There was an error opening this document. This file cannot be found."
    It's infuriating when every .pdf I have tried DOES open and display fine, so these annoying error messages are actually wrong.
    But they still just keep popping up, even when I am simply working in another program, but just happen to have a Windows Explorer window open in the background showing the contents of a folder that includes one or more .pdf files.
    Surely someone from Adobe can advise????

  • SSMS.exe for SQL Server 2012 is getting Application Error: The exception unknown software exception (0xe0434352) occurred in the application at location 0x75c5c42d.

    SQL Server 2012 Management Studio attempting to log into a SQL Server 2012 instance on a remote server using SQL Authenticated login.
    What does this error mean and what can I do to fix it?
    Thanks in advance!

    Hi Nick,
    Have you seen any additionally information from Windows Event Viewer?
    Based on my research, exception code e0434352  is the exception code used internally by the CLR to represent most exceptions(*), it could mean anything. If you want to find out exactly what the real error is, please review this
    blog.
    In addition, in such case, Microsoft .Net Framework may need to be updated or repaired on your computer. For more details, you can refer to the following similar thread.
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-performance/the-exception-unknown-software-exception/f1404ce4-cdbe-4758-aa19-bad55fcc099c
    Thanks,
    Lydia Zhang

  • HT203175 When I install itunes I received an error message like this:The exception unknown software exception (0Xc06007e) ocurred in the application at location 0x7c812afb

    When I install itunes I received an error message like this:The exception unknown software exception (0Xc06007e) ocurred in the application at location 0x7c812afb. After the installation the computer is showing the message every time.

    If you update your QuickTime Player, does that clear up the iTunes message?

  • Central Administraion Internal server error 500 | event id 5586 sharepoint foundation unknown sql exception 2812 could not find stored procedure dbo.proc_gettimerlock

    Hi,
    We have two SharePoint 2010 SP2 servers with one SQL 2012 Backend.
    Recently we cannot open the central administration, getting 500 internal server error and multiple SQL errors in event viewer:
    event id 5586 sharepoint foundation unknown sql exception 2812 could not find stored procedure dbo.proc_gettimerlock
    event id 5586 sharepoint foundation unknown sql exception 2812 occured could not find stored procedure 'proc_fetchdocforhttpget'
    Also I cannot run SharePoint configuration wizard, getting this error: sharepoint 2010 failed to resgister sharepoint services
    In the log file, I found this error "an exception of type microsoft.sharepoint.spexception was thrown 0x80131904"
    Any ideas?
    Thanks, Shehatovich

    As You can see below stored procedure has its specific Permission's, check user who is performing action as well as CentralAdministation Pool has right permission and their permissions are not modified from SQL Server.
    -Samar
     =
    Sr. Software engineer

  • Client Certification unknown login exception: no root LoginException found

    HI,
          Am triyng to configure Client Certicate authentication in Portal.
          Am using SAP Passport CA to test the scenario.
          I've configured SSL
          I've done the necessary configurations in VA. ANd also mapped the certifcate to a portal user ID through useradmin in portal.
          But when i tried to view a "certlogon" authentication iview, the portal logon screen appears and  throws the exception
           unknown login exception: no root LoginException found
    Please help me on this...
    Regards,
    mcsekar

    Hello mcsekar,
    I know this message is for very long time ago, Please mybe you can help me, I get the same error, on SAP portal, I had not change any thing, after restart of portal i cannot logon.
    Thanks

  • Soap Exception issue whule launching Application library in EPMA

    Hi All,
    I am getting soap exception error when I am trying to launch EPMA through workspace.
    below is the error message I am getting:
    *; nested exception is:*
    HTTP transport error: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Missing WWW-Authenticate header.
    I have installed EPM 11.1.2.2 in distributed environment
    Server1
    Foundation
    EPMA
    Reporting
    FDQM
    Planning
    Server2:
    Essbase / EAS / Oracle 11g / ODI
    I installed full database client Administration edition in different paths on server1 machine
    Installed Oracle 11g R2 32 bit client. ( installed for FDQM)
    Installed Oracle 11g R2 64 bit client. (for EPMA )
    All the components are working fine except EPMA.
    All my services are running / IIS is working / ASP.net s working
    Please help me !! I am stucked here.
    Thanks
    Aman

    Hi All,
    I am getting soap exception error when I am trying to launch EPMA through workspace.
    below is the error message I am getting:
    *; nested exception is:*
    HTTP transport error: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Missing WWW-Authenticate header.
    I have installed EPM 11.1.2.2 in distributed environment
    Server1
    Foundation
    EPMA
    Reporting
    FDQM
    Planning
    Server2:
    Essbase / EAS / Oracle 11g / ODI
    I installed full database client Administration edition in different paths on server1 machine
    Installed Oracle 11g R2 32 bit client. ( installed for FDQM)
    Installed Oracle 11g R2 64 bit client. (for EPMA )
    All the components are working fine except EPMA.
    All my services are running / IIS is working / ASP.net s working
    Please help me !! I am stucked here.
    Thanks
    Aman

Maybe you are looking for

  • Blue screen error after updating to iOS8

    After I updated my OS to iOS8.0.2...... I am getting a blue screen error again and again. WHenever I will be using any application or opening any new application suddenly it will close with a blue screen.Then iPad restarts By itself. PLease suggest.

  • Photo Recovery in Time Machine - Need HELP !!!

    Hello Everyone, Problem - How do i recover back all my photos that's in my iPhoto application inside my Time Machine Backup ? Do i need to recover the whole system back from my Time Machine backup to get all my photos back ? It's Important for me. Th

  • IPad Air-problem with upgrading to 7.04

    I have problem with my brand new iPad Air. After turning it on and setting everything up, suddenly it has shown that there is upgrade to iOS 7.04. I accepted terms and conditions, it has started to upgrading, but nothing is happening, no progress. Id

  • ID cache update issue

    Hi all : I have a problem with ID cache update on PI 7.0. I change some configretion on ID and active them . I check some issues on cache notification ,the update status is red (not yet start ) or yellow (strated). I refresh status for cache ,the sta

  • Updating 2 'pairs' of records

    Assume the following result set is available in a cursor. State ID FName     LName          Primary Key (sequence) 1      Brian      Heart          300 1      BRIAN      HART          301 2     Ashish      Advani          302 2     Ashish      ADDVAN