WebService serialization fails

Hi,
I'm not sure if this is a bug or a compatibility issue...
When I compile the same code in Flex 3 to call a web service
as I used in Flex 2, the web message (viewed in Fiddler) includes
namespace definitions on each node in the header which are not
there in Flex 2. (Example below)
This means that when the message hits the server it won't
deserialize.
Using Fiddler I can remove the namespaces and resubmit the
request and it works.
Is there some new functionality in the Flex 3 SDK to specify
whether the namespaces should appear or is it a bug?
eg:
Flex 2:
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><AuthHeader><BrowserType>test< /BrowserType><Password>test</Password><Logon>test</Logon><MovieVersion>test</MovieVersion> <ScreenSize>test</ScreenSize></AuthHeader></SOAP-ENV:Header><SOAP-ENV:Body><Login
xmlns="
http://eCRF.ServiceContracts"
/></SOAP-ENV:Body></SOAP-ENV:Envelope>
Flex 3:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:s="
http://www.w3.org/2001/XMLSchema"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header>
<AuthHeader>
<tns:Logon xmlns:tns="
http://eCRF.ServiceContracts">test</tns:Logon>
<tns:Password xmlns:tns="
http://eCRF.ServiceContracts">test</tns:Password>
<tns:ScreenSize xmlns:tns="
http://eCRF.ServiceContracts">test</tns:ScreenSize>
<tns:BrowserType xmlns:tns="
http://eCRF.ServiceContracts">test</tns:BrowserType>
<tns:MovieVersion xmlns:tns="
http://eCRF.ServiceContracts">test</tns:MovieVersion>
</AuthHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<tns:Login xmlns:tns="
http://eCRF.ServiceContracts"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Thanks
Dom

Further , These are the complete requirements for complex type object---->
J2SE SDK Classes
JAX-RPC supports the following J2SE SDK classes:
java.lang.Boolean
java.lang.Byte
java.lang.Double
java.lang.Float
java.lang.Integer
java.lang.Long
java.lang.Short
java.lang.String
java.math.BigDecimal
java.math.BigInteger
java.net.URI
java.util.Calendar
java.util.Date
Primitives
JAX-RPC supports the following primitive types of the Java programming language:
boolean
byte
double
float
int
long
short
Arrays
JAX-RPC also supports arrays that have members of supported JAX-RPC types. Examples of supported arrays are int[] and String[]. Multidimensional arrays, such as BigDecimal[][], are also supported.
<b>Value Types
A value type is a class whose state can be passed between a client and a remote service as a method parameter or return value. For example, in an application for a university library, a client might call a remote procedure with a value type parameter named Book, a class that contains the fields Title, Author, and Publisher.
To be supported by JAX-RPC, a value type must conform to the following rules:
It must have a public default constructor.
It must not implement (either directly or indirectly) the java.rmi.Remote interface.
Its fields must be supported JAX-RPC types.
The value type can contain public, private, or protected fields. The field of a value type must meet these requirements:
A public field cannot be final or transient.
A nonpublic field must have corresponding getter and setter methods</b>
Hope this helps.
Regards,
Piyush

Similar Messages

  • Invoking BPEL process from ADF application - webservice connection failed

    Hi,
    I am trying to invoke a Bpel process from ADF page , I deployed the same in Standalone SOA server since I had to display some Human Task Forms.
    I created a webservice data control out of the bpel process and dropped the process method in my page.
    The page on which I dropped the process method stopped rendering and I checked the logs and found that I got the error mesage- webservice connection failed,the webservice url could not be reached and in the logs it also asks us to check if the connections.xml is available in the meta-inf directory. I checked the conections.xml is available in the EAR.
    So any pointers here and any one faced this error anytime?
    is there better ways to invoke the bpel flow from ADF page.
    Thanks,
    Robin

    Hi,
      Check if your wsdl endpoint can accessed properly. If yes, check the soap-binding address is properly pointing to the server hosting the webservice.
    Regards,
    Harikiran.

  • Webservice interface failed, sapstartsrv stopped

    Hi,
    in our SRM production (abap+java) system's syslog we get following error -->
    webservice interface failed, sapstartsrv stopped
    =================
    We are not sure what error is this.
    Can somebody help in this?
    Thanks in Advance,
    Akki.

    Hi
    Please see related links ->
    Note 1081201 SAP Start Service may crash when fetching a Java callstack
    Note 927637 Web service authentication in sapstartsrv as of Release 7.00
    Note  936273 sapstartsrv for all platforms
    Note 897933 Start and stop sequence for SAP Systems
    Note 867892 MMC shows current SAP processes as being stopped
    Note  877795 Problems w/ sapstartsrv as of Release 7.00 & 6.40 patch 169
    Re: How to stop sapstartsrv and sapstart processes ?
    https://forums.sdn.sap.com/click.jspa?searchID=7502269&messageID=3661396
    https://forums.sdn.sap.com/click.jspa?searchID=7502269&messageID=9957
    Regards
    - Atul

  • Web Service - Serialization failed

    Hello everybody
    I have a problem of Serialization.
    I have developed a web service with SE80.
    I have executed  WSDL file of web service developed with XMLSpy.
    This is the log of error:
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
         <soap-env:Body>
              <soap-env:Fault>
                   <faultcode>soap-env:Client</faultcode>
                   <faultstring xml:lang="en">Serialisation failed</faultstring>
                   <detail>
                        <n0:SimpleTransformationFault xmlns:n0="http://www.sap.com/transformation-templates">
                             <MainName>/1BCDWB/WSS0070126110220757577</MainName>
                             <ProgName>/1BCDWB/WSS0070126110220757577</ProgName>
                             <Line>8 </Line>
                             <Valid>X</Valid>
                             <SerialisationFault>
                                  <DescriptionText>An error occurred during serialization in the simple transformation program /1BCDWB/WSS0070126110220757577</DescriptionText>
                                  <DescriptionDetailText/>
                                  <AbapPosition/>
                                  <ClassName>CX_ST_REF_ACCESS</ClassName>
                             </SerialisationFault>
                             <Caller>
                                  <Class>CL_SRG_RFC_PROXY_CONTEXT</Class>
                                  <Method>IF_SXML_PART~DECODE</Method>
                                  <Positions>1 </Positions>
                             </Caller>
                        </n0:SimpleTransformationFault>
                   </detail>
              </soap-env:Fault>
         </soap-env:Body>
    </soap-env:Envelope>
    SOME HELPS ????
    Thanks,
            Antonio

    Hi,
    Which SP do you have on NW640? I see Note 830340 - SOAP request - Deserialisation failed. It's about Deserialisation, but the output is simular.
    It says: Summary
    Symptom
    The call of an ABAP Web service fails. The system returns a SOAP Fault and the faultstring field has the value, "Deserialisation failed".
    "Solution
    You can correct the problem by importing the relevant Support Package. You cannot implement the correction in a manual way since it also requires changes delivered in Support Package SAPKB64009"
    Eddy
    Pimp up the S(D)N site and earn points. Check this <a href="/people/eddy.declercq/blog/2007/02/01/pimp-up-the-jam log</a> for details. Deadline Feb 15th!

  • Webservice call failed during execution (SSL and certificates) on NetWeaver 7.30

    Hey experts,
    i need your help!
    We make webservice calls to sap me with our own software.
    We connect to our software via SSL and certificates e.g. https://host:50001/XMII/CM/POD/MEDialogsWeb.irpt
    At the beginning the software runs without any problems and than we become the following message on all our webservice:
    thats the webservice configurations
    (configuration - connectivity - single service administration):
    (configuration - security - authentication and single sign-on)
    if we restart the software after the error display, the webservice call runs successfully again.
    is it a timeout?
    can anybody help us?
    Thanks,
    Markus
    our system info:
    NetWeaver 7.30 Java
    SAP ME 6.0
    software runs log looks as following
    software doesn't runs log looks as following
    security Log Entry
    more info from security_00.0.log
    #2.0 #2014 06 06 14:51:17:136#+0200#Warning#/System/Security/WS#
    com.sap.ASJ.wssec.020142#BC-ESI-WS-JAV-RT#tc~sec~wssec~service#C0000A650AD826FF0000000100000BEC#3855850000000005#sap.com/me~ws#com.sap.engine.services.wssec.authentication#Guest#0##207092CAED7111E3A01A0000003AD5EA#23386e31ed7911e39d560000003ad5ea#23386e31ed7911e39d560000003ad5ea#0#Thread[HTTP Worker [@648881277],5,Dedicated_Application_Thread]#Plain##
    Received unsupported callback: com.sap.engine.interfaces.security.auth.SetLogonTicketCallback
    Received unsupported callback: com.sap.engine.lib.security.http.HttpSetterCallback
    Read data of type username and value  MEFLEX from wsse:Security header and set on module javax.security.auth.callback.NameCallback
    Read data of type username and value   from HTTP header and set on module javax.security.auth.callback.NameCallback
    Read data of type password and value  xxx from wsse:Security header and set on module javax.security.auth.callback.PasswordCallback
    Read data of type password and value  xxx from HTTP header and set on module javax.security.auth.callback.PasswordCallback
    Authentication for web service ShopOrderService, configuration ShopOrderService using security policy BASIC*SSO2*_*_*ws failed: Cannot authenticate the user.. (See SAP Note 880896 for further info).

    Hi,
    the authentication for the second call is failing. Have you tried suggest log level from note 880896 - Web Service authentication failure? I would also try to use something like SoapUI to test if the issue is caused by your application or something wrong on SAP side. Also coparing messages for the first and second calls might give you answer.
    Cheers

  • WebService - Deserialization Fails

    Hello!
    When testing my Java Class based WebService with the web servie navigator, I get an error message:
    "Deserializing fails. Nested message: XML Deserialization Error. Result class [myClass] does not have property [somePropertyName] of type [aTypeName]. It is required to load XML."
    I found some hints pointing to Java as well as to SAP NetWeaver problems, but none of these shed any light on the problem. The class "myClass" does have a public property "somePropertyName" with type "aTypeName", the class does have an empty constructor without parameters, getter and setter methods are available for this property and there are no underscores anywhere around the whole webservice. Any hints ?

    Further , These are the complete requirements for complex type object---->
    J2SE SDK Classes
    JAX-RPC supports the following J2SE SDK classes:
    java.lang.Boolean
    java.lang.Byte
    java.lang.Double
    java.lang.Float
    java.lang.Integer
    java.lang.Long
    java.lang.Short
    java.lang.String
    java.math.BigDecimal
    java.math.BigInteger
    java.net.URI
    java.util.Calendar
    java.util.Date
    Primitives
    JAX-RPC supports the following primitive types of the Java programming language:
    boolean
    byte
    double
    float
    int
    long
    short
    Arrays
    JAX-RPC also supports arrays that have members of supported JAX-RPC types. Examples of supported arrays are int[] and String[]. Multidimensional arrays, such as BigDecimal[][], are also supported.
    <b>Value Types
    A value type is a class whose state can be passed between a client and a remote service as a method parameter or return value. For example, in an application for a university library, a client might call a remote procedure with a value type parameter named Book, a class that contains the fields Title, Author, and Publisher.
    To be supported by JAX-RPC, a value type must conform to the following rules:
    It must have a public default constructor.
    It must not implement (either directly or indirectly) the java.rmi.Remote interface.
    Its fields must be supported JAX-RPC types.
    The value type can contain public, private, or protected fields. The field of a value type must meet these requirements:
    A public field cannot be final or transient.
    A nonpublic field must have corresponding getter and setter methods</b>
    Hope this helps.
    Regards,
    Piyush

  • Webservice deployment failed

    Recently I decided to make a webserver along my "currentdensity.vi" design to have access to the data through explorer. I read the instructions for configurations of webserver but I have still problem in correct implementation of it. I am afraid I have left some simple steps or hints to successfully accomplish it. (http://localhost:8080/webservice1)--->but no result displayed
    Please give me your feedback.
    Solved!
    Go to Solution.
    Attachments:
    1-Project explorer.JPG ‏36 KB
    2- webserver configurations.jpg ‏108 KB
    6- webserver deployement failed.jpg ‏134 KB

    Hey Kira,
    we just have one Web Service in place.
    So only this one causes us problems.
    We never have any trouble with the build process. The problems starts when trying to deploy.
    Actually, I mentioned earlier that sometimes a restart of the computer solves the problem but not always.
    Just now it is one of the rare moments that the webservice could be deployed.
    However I think that this does not mean that from now on it will work stably. So right now trouble shooting is compromised as the problem has not occured.
    But what should I do when it will happen next time? Plenty of computer restarts cannot be the solution.
    I followed your advice and took a look under Start»Control Panel»System and Security»Administrative Tools»Services.
    I did not find any service named NI Application Web Server there. In the task manager the is the process "ApplicationWebServer.exe" (while the web service is currently running).
    When the deployment fails the progress bar does not go further than two bars. When to my surprise the deployment just worked I could capture a screen shot from the deployment progress window. I attach it to the post. Maybe this helps to find out why the deployment so often does not work.
    Attachments:
    Deployment successfull.PNG ‏82 KB
    Services after Restart.PNG ‏125 KB

  • ActionScript 3: WebService calls failing

    Hi guys,
    I am working on a Flash CS3/AS3 application that calls a server-side web service to retrieve/update data in the database. The code is simple and it works
    great. However, some users are reporting that while browsing through this Flash application their web service calls are failing and thus no data gets
    stored in the database. I am assuming probably a connection to the server gets lost while they are browsing. In this case the fault function also isn't
    called. Is there a way to detect this kind of error? Should I check and reinitialize the web service before making another web service call? Does anyone
    have any clue of what might be happening? Below is my code. Let me know if I am missing anything in the code.
    Thanks
    Code:
    var ws:WebService = new WebService();
    ws.wsdl = "http://localhost/Service.asmx?wsdl";
    ws.addEventListener("result", resultHandler);
    ws.addEventListener("fault", faultHandler);
    ws.loadWSDL();
    ws.RetrieveData(id);

    Hi Roger,
    I am experiencing a similar situation where a flash CS3/AS3 application using a similar code is calling a server side web service to retrieve/update data in the database. For some reason either a connection to the server gets lost or the web service call isn't successful and thus the fault function isn't called. Since you have asked this question a while back, I just wanted to know if you were able to resolve this issue?
    Adnan

  • WebService Call Fails for Communication Users

    Hi
    I am calling a BAPI through web service in VB.NET windows application.
    The application works fine with Dialog users but when I use Communication User then it thows this message.
    The Request Failed with HTTP Status 401: Unauthorized
    Where as if i call the same BAPI through RFC with for this Communication User it is successful.
    What can be the reason ?
    Regards
    Rajendra

    The Web Service uses the HTTP protocol, whereas the BAPI is using RFC protocol.
    The reason for the "unauthorized" error in HTTP is that you need to embed the user / password combination into the web service URL (assuming you have set the Web Service authentication method to user / password).
    Regards,
    D.

  • After installation  R12   webservices was failed to start

    hai,
    i installed R12(12.0.0) on RHEL ES 4.0 32 bit. i was follwed everything preprequists & installation was done.
    after completing installation web entry services starting failed. everything connecting database fine.
    i bounce the services then i checked in log file
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Root Service Group Oracle Process Manager for crp_oraapps adopmnctl.sh Started
    Web Entry Point Services Oracle HTTP Server crp_oraapps adapcctl.sh Failed
    Web Application Services OACORE OC4J Instance crp_oraapps adoacorectl.sh Started
    Web Application Services FORMS OC4J Instance crp_oraapps adformsctl.sh Started
    Web Application Services OAFM OC4J Instance crp_oraapps adoafmctl.sh Started
    Batch Processing Services OracleTNSListenerAPPS_crp_oraapps adalnctl.sh Started
    Batch Processing Services OracleConcMgrcrp_oraapps adcmctl.sh Started
    Batch Processing Services Oracle ICSM crp_oraapps ieoicsm.sh Disabled
    Batch Processing Services Oracle Fulfillment Server crp_oraapps jtffmctl.sh Started
    Other Service Group Disabled
    Other Service Group OracleFormsServer-Forms crp_oraapps adformsrvctl.sh Disabled
    Other Service Group Oracle Metrics Client crp_oraapps adfmcctl.sh Disabled
    Other Service Group Oracle Metrics Server crp_oraapps adfmsctl.sh Disabled
    Other Service Group Oracle MWA Service crp_oraapps mwactlwrpr.sh Disabled
    ServiceControl is exiting with status 1
    "/d01/crp/inst/apps/crp_oraapps/logs/appl/admin/log/adstrtal.log" 920L, 26455
    apache log file 9adapcctl.txt)
    ================================================================================
    opmn id=oraapps:6221
    0 of 1 processes started.
    ias-instance id=crp_oraapps.oraapps.hex.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=833172768,pid=26440)
    failed to start a managed process after the maximum retry limit
    Log:
    /d01/crp/inst/apps/crp_oraapps/logs/ora/10.1.3/opmn/HTTP_Server~1
    06/19/08-17:15:52 :: adapcctl.sh: exiting with status 204
    ================================================================================
    if any one knows please guide me

    Log: /d01/crp/inst/apps/crp_oraapps/logs/ora/10.1.3/opmn/HTTP_Server~1What does the log file show?

  • WebServices creation fails

    Hi
    I am trying to create a webservices for a function module SWNC_GET_WORKLOAD_SNAPSHOT in Solution Manager.
    I follow the wizard and the steps as outlined in the help and also in a wiki post
    https://wiki.sdn.sap.com/wiki/display/stage/PublishWeberviceinABAP%2CConsumeWebserviceinABAPandAdobeFlex.
    When I hit complete, I get an error in the bottom bar saying
    Access Refused
    I have full permissions and authorization as a user.
    Appreciate if someone can help me.
    regards
    Rajesh

    Rajesh
    is your SAP System open for chanages? --> check SE06/SE03
    also did you run a ST01 authorization trace? just to make sure you are not missing S_DEVELOP or something else
    Nesimi

  • Webservice: serialize collections (language builtins)

    I use the weblogic ant tasks servicegen and clientgen to generate webservices. I'd like to use about the same valueobject for the client as for the server. Yet a value of type "List" in the server valueobject is generated as type Object[] in the client valueobject.
    In the WSDL everything still looks fine:
    <xsd:element xmlns:tp="java:language_builtins.util" type="tp:ArrayList" name="addresses" minOccurs="1" nillable="true" maxOccurs="1"></xsd:element>
    How can I tell the clientgen task to generate a field "addresses" of Type List (or ArrayList) also in the client valueobject? Instead clientgen generates a field "addresses" of type Object[].

    Option useServerTypes="True" in clientgen helps ..
    see http://forums.bea.com/bea/message.jspa?messageID=600008880

  • WebService Proxy fails to Authenticate against ICF

    Hi, I have build application using WS proxy to talk to R/3 (Webservice. Let's call this R/3  system  Q73.
    The proxies are run in an authenticated portal session. The portal Users datasource is ABAP (pointing to Q73).  Let call this portal  P73.
    When I logon to P73 I also should have access to Q73. How come when the proxy execute I get  Unauthorize access error from ICF? Any idea on how to fix this?
    BTW, when I supplied the userid/password, it will work.
    Thanks in advance.

    Use Java API for OID.
    Although dbms_LDAP package provides same results, it is better to use Java API and set Connection Pooling...
    Follow these steps..
    - Create Context
    - Create Subscriber by passing in above context and other values
    - Create User Object by passing the same context together with subscriber and other values
    -use authenticateUser method of user object to authenticate..
    Java documentation has good examples..
    Good luck. Any one let me know if there in any easy way?

  • Google Webservice sample fails - "Service call exception"

    I compiled the Best Practices - Google Search Functionality sample and deployed it to our new server.  I started the application and after I entered a search term, it gave me the following error:
    Service call exception; nested exception is: java.net.UnknownHostException: proxy
    I'm stuck.  Help, anyone?

    Hi,
    please visit on your portal (having the System Administrator role assigned to your user) System Administration->System Configuration->Service Configuration->Applications->com.sap.portal.ivs.httpservice->Services->Proxy (double click on proxy).
    Either maintain proxy settings, or switch it off by editing field
    HTTP - Enable Proxy setting
    setting it to
    FALSE
    Regards,
    Armin

  • Google Webservice API - failed

    Hi all,
      I am exeperimenting with creating a Portal Service
    from a WSDL. And I am following the example of
    GoogleSearch given in PDK.
      I've created everything according to the documentation
    and also registered and used the Key for Google API.
      The error as you can see from the log below is stating
    : Deserializer not found or not supported.
    what could be the problem?
    I am using EP6.0 Sneak Preview.
    regs
    Anoop C M
    Sep 30, 2004 1:02:28 PM # SAPEngine_Applica... Fatal           Exception ID:01:02_30/09/04_0045
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/TST_FLDR/com.mycomp.anoop/iViewGoogleWS
    Component class : com.mycom.wsdl2service.MyGooglePage
    User : test1
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:864)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:313)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:137)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:185)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:604)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:303)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:137)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:185)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:377)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:257)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:322)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:300)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:699)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:224)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:140)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Exception during PageProcessorComponent.doContent()
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:139)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:303)
         ... 29 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:101)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
         ... 32 more
    Caused by: java.lang.Exception: Deserializer not found or not supported
         at com.sap.portal.prt.service.soap.serializers.GoogleSearchResultSer.deserializeXMLElement(GoogleSearchResultSer.java:207)
         at com.sap.portal.prt.service.soap.serializers.GoogleSearchResultSer.unmarshall(GoogleSearchResultSer.java:83)
         at com.sapportals.portal.prt.service.soap.ParamsProcessor.getSOAPParameter(ParamsProcessor.java:148)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.constructSOAPParam(PRTSOAPBodyElement.java:579)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.processParams(PRTSOAPBodyElement.java:564)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.init(PRTSOAPBodyElement.java:192)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.(PRTSOAPBodyElement.java:55)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.init(PRTSOAPBody.java:94)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.(PRTSOAPBody.java:36)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.init(PRTSOAPEnvelope.java:113)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.(PRTSOAPEnvelope.java:54)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.processSOAPMessage(PRTSOAPMessage.java:58)
         at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.(PRTSOAPMessage.java:40)
         at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:177)
         at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:208)
         at com.mycomp.wsdl2service.MyGoogleSearch.doGoogleSearch(MyGoogleSearch.java:169)
         at com.mycomp.wsdl2service.MyGooglePage$MyGooglePageDynPage.onSearchButtonClicked(MyGooglePage.java:83)
         ... 39 more
    [email protected]4a #

    HI Karsten,
       Thanks but I've reffered that post already.  It refers to issue with studio 1.3.1 and j2ee 25.
    Since mine is dev studio 2.0.5 and J2ee 30 it seems
    to be a different problem.
       Well, I guess the problem lies in deserializng the resultset.
      I have not applied any patches to EP6 SP4 Sneak Preview
    and to the devstudio. Do i need to apply some?
    After some analysis of the code that the plugin generated
    i feel the err msg is generated from tge following code excerpt. Any idea on what could be wrong?
    if (qparam != null){
                             SOAPDeserializer dser = reg.getDeserializer(qparam, ISOAPParamConstants.NS_URI_SOAP_ENC);
                             if ( dser == null)
                                  throw new PRTFaultSerializator(
                                  "The Deserializer for "qparam.getLocalPart()" not found or not supported by the soap service!.",
                                  (Object)this, new Exception("Deserializer not found or not supported"));
    regs
    Anoop

Maybe you are looking for

  • Upgrade issues OBIEE 10g to 11g along with OBIA upgrade

    Hi, I have to upgrade OBIEE 10.1.3.4.1 to OBIEE 11.1.1.5 along with OBIA 7.9.6.1 to 7.9.6.5(Informatica 8.6.1 to 9.0.1) at my client location and I have very little knowledge on it. and want to know/have help documents for upgrade. And if anyone in t

  • About tcode

    hi gurus please explain following T code in the view point of a end user      V_RA     BACK ORDER PROCESSING      MB5B     STOCK ON POSTING DATE      MB5T     DISPLAY STOCK IN TRANSIT      VL10B     PURCHASE ORDER FAST DISPLAY      ME2N     PURCHASIN

  • What are the Flash alternatives for iphone and ipad?

    Hello, I would like to know what could be the Flash alternatives for iphone, ipod, and ipad. I would like to create iphone applications that have 3D animation I usually create with Flash. But since Apple does not support the use of flash, I need to k

  • Need help with a customized interactive web application for  apparel

    Help!!!! Hi I am a web designer at beginners stage with web devlopment. I am seeking guidance on how to develop a customized interactive web application so that the end user can change color and patterns of apparel on vector images such as teamsports

  • My iMac password is not working

    Hello, I'm using my iMac as hotspot and it's visible to other devices. When I try to connect it asks me for the iMac password but I get a message that it's incorrect. I  changed the password but still the same problem occurs. Than you, Mustapha