Can't able to get Soap response in Webservices

Hi everyone...
I have developed a simple web service which takes a simple string and
returns that same string....
I wanted to deploy the service on weblogic... I got the following error...The request goes into the service and it makes the response object also but when the response is actually getting converted to SOAP message it gives the error....I'm struck up here....
So Please someone guide me soon to proceed next.....hopefully with a solution....
Im using
1. Weblogic8.1
2. Oracle9i
3. style = "document"
thanks a lot...
Dilip
Error shown on the WebLogic console
Server side Request SOAP Message =>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:q0="http://www.intellect.com/wsdl" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<q0:PFHoldingRq><q0:RqUID>100000</q0:RqUID><q0:ClientID>00033</q0:ClientID><q0:OrderDate>12/NOV/2006</q0:OrderDate><q0:SecurityCod
e>000000002064</q0:SecurityCode><q0:OrderNumber>55545454</q0:OrderNumber><q0:NoofUnitsExecutedOrSettled>1000</q0:NoofUnitsExecuted
OrSettled><q0:OrderedAmount>100000</q0:OrderedAmount><q0:TransactionType>BUY</q0:TransactionType><q0:ExecutedType>E</q0:ExecutedTy
pe><q0:MarketRate>100</q0:MarketRate><q0:ProductSettledValue>100000</q0:ProductSettledValue><q0:BrokerageAmount>12</q0:BrokerageAm
ount></q0:PFHoldingRq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Nov 25, 2006 6:39:46 PM com.sun.xml.rpc.server.http.JAXRPCServletDelegate doPost
SEVERE: caught throwable
java.lang.AbstractMethodError
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1442)
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1410)
at com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl.importNode(SOAPDocumentImpl.java:128)
at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.importNode(SOAPPartImpl.java:340)
at com.sun.xml.rpc.streaming.XmlTreeWriter.addNewNode(XmlTreeWriter.java:108)
at com.sun.xml.rpc.streaming.XmlTreeWriter.startElement(XmlTreeWriter.java:142)
at com.sun.xml.rpc.server.StreamingHandler.writeResponse(StreamingHandler.java:729)
at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:406)
at com.sun.xml.rpc.server.http.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:443)
at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
Message was edited by:
g.dilip

Hi:
My recommendation would be to contact HP support for the country you live in at the link below.
http://www8.hp.com/us/en/contact-hp/ww-contact-us.html
Call the phone number listed for business PC's/notebooks and inform the customer services rep that you need a set of recovery disks for your notebook.
You will need to have the model number and serial number handy to provide to the customer services rep.

Similar Messages

  • Bidder should be able to get create response button before payment of Tender fee

    Hello Friends
    I would like to discuss and find solution for below scenario :-
    In case of Open Tender, Tender Fee is required to pay either Online/Offline before submission of bid because it is marked required in customization “Define Tendering Option”.  Subsequently When Vendor Clicks on Register button and system check whether Tender Fee is paid by the vendor or not. If tender fee is paid then system show “create Response button” but tender fee is not paid by the vender then system doesn’t show “Create Response button”.
    Business requirement is to Appear Create Response button before payment of Tender fee but when we marked “Tender Fee” as optional in customization “Define Tendering Option” than Create Response button is appear before payment of tender fee but other side from purchaser portal while payment offline payment, Tender Fee is not showing in drop down of Related link. I am looking a solution if Tender Fee is marked as optional to get Create response button and Tender Fee option is to be also show in drop down of Related link.
    Vendor Portal:
    Purchaser Portal:

    I doubt there will be a 1 per customer rule....this wasn't the case with the iPhone 4 and that release may have been one worthy of it since it was the first time after years of wanting it Verizon customers were getting the chance to get their hands on one. But as far as the original question, yes you can get it. You are well within the exchange period so you can either exchange or just return it now and then buy the 4s on the preorder date...or the store release date. If you have any concerns about the possibility of not liking the 4s after getting it and wanting to be able to exchange it after that you might want to just return the iPhone(s) you have now and then buy the 4s when available. I say this because if you exchange now and then decide you don't care for the 4s you won't be allowed to exchange again to a different device. It won't matter if you love the 4s....matters a lot if you don't and end up stuck with it because of that one exchange policy.

  • How can i custom the xml soap response in my ws?

    Hello there,
    Im developing a ws in weblogic 10.2 and i need to return a complex type soap response with a custom xml created by me... can any one give me an advice on how can i do that? Im not used to soap ws
    And i need to return a lot of info some times and some of them are ArrayList of an object. Like the info of a Client and all the contracts of this client (and the info of that contract)... a lot of xml element with childs.
    Thanx in advance for any help
    PS. I tried to post an xml as example but i couldnt do it using '{' code '}' tag 
    Edited by: mgaldames on 08-dic-2010 8:50

    Hi Riyaz,
    Thanks for your immediate response.
    Here is my requirement.
    I have created a ZTABLE with Field AUART and this table is maintain table using SM30.
    When I Press F4, it will giving the list of all the order types available in T003O table and can select one and I can proceed succussfully.
    But when using SM30 I need to give '*' in the column for AUART which is not available in T003O table.
    I need to save my entires for AUART with * also( The value "*" is not available in Check table T003O ).
    Please let me know how can I do this.
    Thanks in advance.

  • How  to get soap request in webservices (WSDL in java)

    hi ,,
    i did one helloworld app using soap protocol. In that , one soap client invokes the webservices(old java class with WSDL ).Now i want to get the soap document in the web service for to process the soap envelope and parsing and generating the o/p and append to the response then create the soap document for response. plz let me know how to do?
    Thanks in advance.

    Let me see whether I understand. Are you attempting to achieve something like this:
    test.cfc
    <cfcomponent output="no">
    <cffunction name="testFunction" returntype="any" access="remote">
    <cfargument name="soapInput">
    <cfset var inputXML = arguments.soapInput>
    <cfset var soapBodyText="">
    <cfset var noBodyTextError="">
    <cftry>
        <cfset soapBodyText = xmlSearch(inputXML,"//soapenv:Body/text()")[1].xmlValue>
        <cfsavecontent variable="noBodyTextError"><?xml version="1.0" encoding="utf-8"?><soapenv:Envelope     xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>java.lang.Exception: Body not found.</faultstring></cfsavecontent>
        <cfif trim(soapBodyText) is "">
        <cfthrow>
        </cfif>
        <cfreturn inputXML>
    <cfcatch type="any">
    <cfreturn noBodyTextError>
    </cfcatch>
    </cftry>
    </cffunction>
    </cfcomponent>
    tester.cfm
    <cfxml variable="mydata">
            <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wor="https://www.worldmilesafrica.com">
       <soapenv:Header/>
       <soapenv:Body>
       </soapenv:Body>
    </soapenv:Envelope>
    </cfxml>
    <cfinvoke webservice = "http://127.0.0.1:8500/workspace/wsTest/test.cfc?wsdl"
              method = "testFunction"
               returnVariable = "result">
           <cfinvokeargument name="soapInput" value="#trim(mydata)#" >
    </cfinvoke>
    <cfdump var="#result#">

  • Not able to convert SOAP object to java object

    Hi,
    I was able to get SOAP Response, but in that response string field is not able to be transformed into java object.
    Can you be able to give suggestion to solve this problem.
    Thanks in advance,

    Hi,
    You need to provide an example value that's failing and the date formats in the reference data you're using. It's more than likely you don't have the correct format in your ref data.
    regards,
    Nick

  • Can't get any response from HttpsURLConnection

    sorry, i've reformat the code here again
    Deal frens,
    Currently i'm doing a code to get a response from https link in my servlet. I don't know where the lack of my coding, but i don't get any response from the server when i execute my code. here is my code
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.net.ssl.*;
    public class Servlet1 extends HttpServlet {
      private static final String CONTENT_TYPE = "text/html";
      //Initialize global variables
      public void init() throws ServletException {
      //Process the HTTP Get request
      public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
        response.setContentType(CONTENT_TYPE);
        PrintWriter out = response.getWriter();
        String authentURL = "https://server1.tst.cvs/servlet/RequestHandler?login=admin&pwd=admin&method=viewUser&username=00032a0183db";
        out.println("<html>");
        out.println("<head><title>Servlet1</title></head>");
        URL url = new URL(authentURL);
        HttpsURLConnection URLconn = (HttpsURLConnection) url.openConnection();
       // HttpsURLConnection conn = null;
        URLconn.setDoInput(true);
        URLconn.setDoOutput(true);
        URLconn.setRequestMethod("GET");
        URLconn.setUseCaches(false);
        OutputStream authOut = URLconn.getOutputStream();
        BufferedReader reader = new BufferedReader(new InputStreamReader(URLconn.getInputStream()));
        out.println("<body bgcolor=\"#ffffff\">");
        out.println("<p>The servlet has received a GET. This is the reply.</p>");
        out.println("output"+authOut);
        out.println("output2"+URLconn.getContent().toString());
        out.println("output3"+reader);
        out.println("</body></html>");
      //Clean up resources
      public void destroy() {
    } the result suppose i get when i execute the script is..
    userdata=234&uname=00032a0183db&concurrentlogins=1
    i don't have any problem when i paste the link
    https://server1.tst.cvs/servlet/RequestHandler?login=admin&pwd=admin&method=viewUser&username=00032a0183db
    and i able to get the response
    userdata=234&uname=00032a0183db&concurrentlogins=1
    please..please help..what is wrong with my code

    YOU DON'T READ ANYTHING IN YOUR CURRENT CODE !!!
    If you use a BufferedReader, then read the input stream via readLine() method.
    Default implementation of getContent() method is not generally usable for getting your desired "content". Experiment that.

  • Can't get any response out of Mobo

    Technical information:
    Motherboard: MSI PM8M-V
    CPU: Intel 2.4ghz Socket 478
    PSU: 400W (Tried 2)
    Memory: PC2700 2 x 512mb
    This is for a new system, and I can't seem to get any response out of my board.  I have two boards and am having the same problem with each.  When I press the power button nothing at all happens (no fans, etc).  If I unplug the JPW1 (CPU Power) connector then the fans will power up, etc. but nothing comes up on the screen.  If I plug the JPW1 back in and then try to boot then it doesn't show any response.
    I've tried removing all components to make sure they aren't part of the problem, but I can't even get a basic BIOS screen to show up.  Any suggestions?

    Updated PSU Info
    ATX 2.03 (P4)
    Orange +3.3v/25a
    Red +5v/30a
    Yellow +12v/16a
    Purple +5vsb/2a
    White -5v/.5a
    Blue -12v/.8a
    Black com/return
    Green ps-on/remote
    Grey PW-OK/PG
    +3.3v&+5v=185W Max -5v&12V=9.6w max  All output is extended to 400W max
    Also, I am in the USA and the PSU is set to 110v

  • Parsing Soap Responses

    Hello,
    I am fairly new to CF and am trying to parse and then query a soap response from a third-party api. I have been able to get a response in xml format, but that is where I am stuck. Below the xml response I am getting an error that reads Element.LOGINRESPONSE.LOGINRESULT.XMLTEXT is undefined in LOGINXML.
    I realize my code is a mess, but I am just trying out various things. Does anyone have any insight how to get at the Login Response variable in my soap response so that I can query it?
    Thanks for any insight!!
    <!--- WSDL --->
    <cfset wsdl_url="http://somewebsite/sirewebsvc/sire.asmx?wsdl">
    <cftry>
        <!--- Compose SOAP message to send to Web Service--->
        <cfsavecontent variable="soap"><?xml version="1.0" encoding="UTF-8" ?>
             <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                 <soapenv:Body>
                     <Login xmlns="http://www.siretechnologies.com/">
          <LicenseKey>LicenseKey</LicenseKey>
          <Username>username</Username>
          <Password>password</Password>
          <LicenseType>2</LicenseType>
          <APIKey>APIKey</APIKey>
          <SiteKey></SiteKey>
          <CryptKey></CryptKey>
          <WebOnly>false</WebOnly>
        </Login>
                  </soapenv:Body>
              </soapenv:Envelope>
        </cfsavecontent>
            <!--- Invoke web service to send message--->
            <cfhttp url="#wsdl_url#" method="post" >
                <cfhttpparam type="header" name="content-type" value="text/xml">
                <cfhttpparam type="header" name="SOAPAction" value="http://www.siretechnologies.com/Login">
                <cfhttpparam type="header" name="content-length" value="#len(soap)#">
                <cfhttpparam type="header" name="charset" value="utf-8">
                <cfhttpparam type="xml" name="message" value="#trim(soap)#">
            </cfhttp>
    <p><cfoutput>#xmlFormat(cfhttp.fileContent)#</cfoutput> </p>
            <cfset MyXML = XmlParse(CFHTTP.FileContent)>
            XmlSearch(MyXML, "/LoginResponse/LoginResult/")
      <cfcatch type="any">
            <cfdump var="#cfcatch#">
        </cfcatch>
    </cftry>
    <cfsavecontent variable="XMLFile"><?xml version="1.0"?>
    <LoginResponse>
        <LoginResult>
      ???How do I get this from above, or make it a variable???
        </LoginResult>
    </LoginResponse>
    </cfsavecontent>
    <!--- Parse the XML --->
    <cfset MyXMLDoc = xmlParse(XMLFile) />
    <!--- Dump the XML --->
    <h2>Dump</h2>
    <cfdump var="#MyXMLDoc#">
    <cfset MyNodes = xmlSearch(MyXMLDoc,'/LoginResponse/LoginResult')>
    <cfoutput>
        <h2>Nodes</h2>
        <cfloop from="1" to="#arraylen(MyNodes)#" index="i">
            <!--- The array contents need to parsed so you can easily get at the child nodes children and attributes. --->
            <cfset LoginXML = xmlparse(MyNodes[i]) />
            <b>SessionKey:</b> #LoginXML.LoginResponse.LoginResult.xmltext#<br>
        </cfloop>
    </cfoutput>
    --->

    I think I figured it out. Thanks to all who helped!! If anyone is interested, this is how I retrieved the session key from my Soap response.
    <!--- WSDL --->
    <cfset wsdl_url="http://SOMEURL/sire.asmx?wsdl">
        <!--- Compose SOAP message to send to Web Service--->
        <cfsavecontent variable="soap"><?xml version="1.0" encoding="UTF-8" ?>
             <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                 <soapenv:Body>
                     <Login xmlns="http://www.siretechnologies.com/">
          <LicenseKey>LicKey</LicenseKey>
          <Username>user</Username>
          <Password>pass</Password>
          <LicenseType>2</LicenseType>
          <APIKey>API</APIKey>
          <SiteKey></SiteKey>
          <CryptKey></CryptKey>
          <WebOnly>false</WebOnly>
        </Login>
                  </soapenv:Body>
              </soapenv:Envelope>
        </cfsavecontent>
            <!--- Invoke web service to send message--->
            <cfhttp url="#wsdl_url#" method="post" >
                <cfhttpparam type="header" name="content-type" value="text/xml">
                <cfhttpparam type="header" name="SOAPAction" value="http://www.siretechnologies.com/Login">
                <cfhttpparam type="header" name="content-length" value="#len(soap)#">
                <cfhttpparam type="header" name="charset" value="utf-8">
                <cfhttpparam type="xml" name="message" value="#trim(soap)#">
            </cfhttp>
            <p><cfoutput>#xmlFormat(cfhttp.fileContent)#</cfoutput> </p>
            <cfset MyXml = XmlParse(cfhttp.fileContent)>
            <cfdump var="#MyXml#">
        <cfset responseNodes = xmlSearch(MyXml,"//*[ local-name() = 'LoginResponse' ]")>
         <cfdump var="#responseNodes#">
        <cfoutput>
    <cfloop from="1" to="#arraylen(responseNodes)#" index="i">
        <cfset TheXML = xmlparse(responseNodes[i])>
        <cfset SesKey = "#TheXML.LoginResponse.LoginResult.XmlText#">
        <b>SessionKey:</b> #TheXML.LoginResponse.LoginResult.XmlText#<br>
        <b>Session Key:#SesKey#
    </cfloop>
    </cfoutput>

  • Getting error response while trying to access REST webservice through Powerbuilder

    Hi Team,
    I am trying to access a rest webservice through powerbuilder 12.5(.net).The rest webservice is secured through basic authentication.I am passing the userid and password through powerbuilder to acess the service,But its returning an error .But while i am trying to accss the same REST webservice through SOAPUI, i am able to get the response.
    Please find the below line of code which i have written in powerbuilder.
    p_testcleint2 lp_rest
    string ls_string
    lp_rest=create p_testcleint2
    PBWebHttp.WebClientCredential lsCredential             //configure credentials
    lsCredential = create PBWebHttp.WebClientCredential
    lsCredential.AccessAuthentication = PBWebHttp.AuthenticationMode.Basic!
    lsCredential.Password='Pa$$word1!'
    lsCredential.Username='admin'
    lp_rest.restConnectionObject.ClientCredential = lsCredential  //add credentials to connection
    try
       lp_rest.PostMessage()
    catch (System.Exception ee)
      messagebox("Failure",string(ee.Message))
    end try
    Error i am getting as below :
    The remote server returned an error:(401) unauthorized.
    Can you please let me know why this error is coming or do i need to any extra paramert in the lsCredential to handle this.
    Thanks in advance.
    Regards
    Subrat

    Hi Chris,
    Thanks for the reply.
    Yes i checked -in fiddler, the basic authentication request is not generating in the fiddler.
    In the same Rest service if i turned off the basic authentication then call is happening in Powerbuilder and its displaying in fiddler also.
    Regards
    Subrat

  • SOAP: response message contains an error Application/UNKNOWN/APPLICATION

    Hi,
    My scenario is Proxy>Soap>WS. When I tested proxy using SPROXY,the web service call is working fine and I am getting response. However, when I call proxy in the the program, I am getting "SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault" in adapter engine. I have gone through many similar posts in SDN but did not help.
    Thanks for your help.

    Thanks. I used SOAPUI outside SAP and it works perfectly fine. Even in SAP, it works fine when using Sproxy.  Here is the error from adapter engine:
    2010-06-24 12:59:34     Success     SOAP: continued from request message 6600174c-8a22-613e-e100-000018280c11
    2010-06-24 12:59:34     Error     SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault
    2010-06-24 12:59:34     Success     SOAP: response message leaving the adapter
    2010-06-24 12:59:34     Success     MP: Leaving module processor
    2010-06-24 12:59:34     Success     Application attempting to send an XI message asynchronously using connection SOAP_http://sap.com/xi/XI/System.
    2010-06-24 12:59:34     Success     Trying to put the message into the send queue.
    2010-06-24 12:59:34     Success     The response message for message 6600174c-8a22-613e-e100-000018280c11(INBOUND) was successfully transmitted to the calling application.
    2010-06-24 12:59:34     Success     The message status set to DLVD.
    2010-06-24 12:59:34     Success     The application sent the message asynchronously using connection SOAP_http://sap.com/xi/XI/System. Returning to application.

  • No response from WebService

    Hi, well i read file and want to send data to WS while getting info back, that data is transmitted. But because it should be synchronous i don't get any response from WS.
    What might be wrong?! even if the WS would answer, there should be an entry in Monitor!?
    br

    Ur sender is file which could not be sync. If u want to get the response from webservice, then u need to configure Async-Sync bridge using BPM.
    Regrads,
    Prateek

  • Soap to rfc..dont get a response...

    I have pasted below the complete steps for doing a rfc to soap synchronous scenario...i can send a message and update a custom table in r/3 with the data..however i am not getting any response, i have tested the rfc on r/3 and checked the table ..which is getting updated correctly....any ideas on whats wrong .....More important areas are the items in bold.....which is where i think smthing is not ok.
    Design..part........
    Create data types
    1) testScore_dt
    2) testScoreResponse_dt.
    Create 2 msg types for 1 and 2...
    testScore_MT
    testScoreResponse_MT
    Create Message Interface
    MI_TestScore
    Outbound Message Interface Synchronous
    input Message is testScore_MT
    outputMessage is testScoreResponse_MT
    Import rfc
    ZRfc_testScore
    ZRfc_testScoreResponse
    Create 2 message mappings
    MM_Input_001
    Source is testScore_MT
    Destination is ZRfc_testScore
    MM_Output_001
    Source is ZRfc_testScoreResponse
    Destinatio is testScoreResponse_MT
    Create 1 Interface mapping
    Source is MI_testSource
    Target is ZRfc_testScore
    Request tab...choose mapping as MM_Input_001
    Response tab ...choose mapping as MM_Output_001
    Configuration...
    Create Sender_BService
    Create Reciever_BService
    Create Communication channels
    CC_Sender_Soap
    default namespace
    <b>interface  = MI_TestScore</b>
    CC_Reciever_RFC
    <b>Do Reciever determination
    Sender = Sender_BService
    Interface == ?</b>
    Do Interface determination
    <b>Need Help ?</b>
    Sender Agreement
    Sender CC
    Reciever Agreement
    Reciever CC
    Regards
    Ravi Raman

    Ravi,
    I believe your scenario is SOAP to RFC, coz the title and your explanation misleading to different scenarios.
    >>>>>>>Do Reciever determination
    Sender = Sender_BService
    Interface == ?
    Do Interface determination
    Need Help ?
    <b>Receiver Determinatio</b>
    Sender = Sender_BService
    Interface =MI_TestScore
    Configured receivers = Receiver_BService
    <b>Interface Determinatio</b>
    Sender = Sender_BService
    Outbound Interface =MI_TestScore
    Inbound Interface = RFC
    Mapping = Interface mapping.
    raj.

  • Data from SOAP response not getting into Flex object

    I'm trying to get data from an ALM application we use(Collabnet TeamForge) using a SOAP webservice, and am running into a problem.  I should mention that I am new to both Flex, and webservices.
    I used the "Import Web Services" option in Flex Builder 3, and had it generate code for all operations in the WSDL.  Some of them work just fine.  However, there are several where the data from the SOAP response does not get into the Flex object. The senario that doesn't work is when the response contains a data type that extends another datatype.  In TeamForge, they have a type called TrackerSoapRow.  It extends FolderSoapRow, adding 3 fields.  The problem seems to be that in the response from TeamForge, the 3 fields defined in TrackerSoapRow are in the middle of the fields defined in FolderSoapRow.  I've debugged into it, and the problem occures in mx.rpc.xml.XMLDecoder.getApplicableValues( starting at line 2204 of XMLDecoded.as).  As I read the code, the only way a match can be found is if the fields in the response are in the exact same order as in the definintion.  When its processing the extended data type(  by a call to XMLDecoder.decodeComplexExtension ) at some point, one of the derived type's fields is encountered, and the process stops.
    I have called the service using soapui and verified that all the data I expect is in the response.
    As I mentioned, I'm new to web services.  So, I suppose its possible that the format of the data being returned from TeamForge is incorrect.  That they are not supposed to intermingle base and derived fields.  If thats the case, then I need to report this as a bug to Collabnet.
    All help is appreciated.
    Marc Robertson

    Not knowing any of the details about how you call a web service from OAF myself - I'd suggest you post on the proper forum for OA Framework questions: {forum:id=210}
    John

  • Need to get SOAP request and SOAP response message.

    Hi All,
    I need to know that how can I get the SOAP request and SOAP response message. Now I am using WSDL2Java tool from Axis to generate the stub classes (such as ServiceLocator, SoapBindingStub, and soapPort ) and applying the classes to make the SOAP request. I have seen the solution for getting the SOAP request with Dynamic invocation interface (DII) style (http://mail-archives.apache.org/mod_mbox/ws-soap-user/200310.mbox/%[email protected]%3e), but not Static stub like what I did. Could anyone suggest me how to do it please ( I can't run tcpcom on the linux server, because x-window is not allowed to install ). Thank you for any help in advance.

    You can try writing a client-side handler.
    Handler gets called before the actual request is sent, and you can get the SOAP
    message in it.
    You have to deploy the handler in client-config.wsdd.
    Handler is just like Servlet Filter.
    I think there might be a simpler solution, but I dont know.

  • I have over 40 itunes purchases all all play back fine. But my last purchase Ip Man2 keeps freezing on play back and I know it"s not y PC, get no helpful response  from apple, what can I do to get a refund on that purchase or a better copy.

    I have over 40 Itunes purchases and they all play back fine, But my last purchase Ip Man2 keeps freezing on play, I know it's not my PC because all my other itunes movies play fine, wasn't able to get a helpful response from APPLE, How can I get a refund on that purchase or a better copy.

    I own the movies and I want them to stay in my iTunes library basically forever.
    But in both cases the file name no longer shows in the movie list, so I don't know how to re-download it from the Cloud.
    iTunes prefs > Store > Show iTunes in the Cloud purchases.
    This will show all your iTunes purchases in your library with a cloud icon down arrow. Click the icon to redownload or click on Play to stream without downloading.
    Also see this , -> Download past purchases
    and techncially, you don't "own" the movie, You simply have a license to use it.
    Yet the first thing iTunes does when you hit the delete key is tell you that it will remove the movie forever from all devices and the library.
    Actually, no it does not tell you that.
    FYI: You should keep copies of all yoru iTnue spurahses as the labels/movie studios/copyright owners can pull their product at anytime and it won't be available to redownload.
    Suggestions here -> http://www.apple.com/feedback/

Maybe you are looking for

  • Problem with creating report in pl/sql

    hi all i'm doing a report which fetch from 8 column i did something like this : set pages 132 set lines 150 set und = set spa=5 set feedback off set newpage 0 the column which i select has an alias for the headlines like this select tvia_num "NUMBER

  • Sales order stock should post in unrestrcited use stock

    Hi We have MTO and MTS both scenario. Now, for SFG materials we produce through CIR in MD81. Hence, the planned order -> process orders are generated after MRP run has reference of sales order. Our all SFG products are Auto Goods receipt through COR6

  • EBS MT940 with BAI Codes

    Dear Gurus, I am aware of basic EBS configuration.Now I have to configure for EBS in MT940 format with BAI codes. Now I donot know whay in the Ext transaction for this that is when there is BAI code attached in MT940 format..Pls find sample code I to

  • ITunes Error 8268

    I'm getting this error message every single time I start iTunes. It's annoying now. I've tried a few things to try and fix it but no luck. Anyone know how to fix this? Thank you! "There were problems downloading some purchased items. For more informa

  • Magic Mouse on Iphone 3GS

    Hi, Has anybody got a magic mouse working on their iphone?