Web services and JPA - not a good mix?

Hi!
Sorry if this question isn't web services specific, but this forum is the closest I've found here at SDN.
I'm having a bad time trying to figure out how to use JPA and web services in the same application.
Problems is, some of my entities contains binary data, and instances of those entities are members of other entities. If I'm correct, that is an enormous waste of memory on the server side, and worse, I need to transmit some of those entities via web services so the resulting SOAP message will be really huge. See the example below:
@Entity
public class A {
  @Id
  private Integer id;
  private byte[] data;
@Entity
public class B {
  @Id
  private Integer id;
  @ManyToOne
  private A a1;
  @ManyToOne
  private A a2;
public static void main(String[] args) {
  A a = new A("huge_data.avi");
  B b = new B();
  b.a1 = a;
  b.a2 = a;
  WebService.send( b ); //TWO identical "huge_data.avi" sent down the wire
}From what I've read from other forums, setting the fetch type to "LAZY" in the binary data is problematic since the entities will be dettached and serialized into SOAP messages.
Is JPA the right choice in this case? I could drop JPA and begin to use JDBC (and use "id"s instead of full object references) but some of the benefits of JPA would be wasted. See how it would become:
@Entity
public class A {
  @Id
  private Integer id;
  private byte[] data;
@Entity
public class B {
  @Id
  private Integer id;
  private Integer a1Id;
  private Integer a2Id;
public static void main(String[] args) {
  A a = new A("huge_data.avi");
  B b = new B();
  b.a1Id = a.id;
  b.a2Id = a.id;
  WebService.send( a, b ); //Fine now, but all "A" objects would need to be sent as a separated list.
}Sadly, almost every example out there on the web about JPA+web services is very simplified to be of any real usage.
Please, help me. Thanks a lot.

This will get rid or your ant problem. This stuff really works. You put a few drops of the liquid on a little piece of paper and you will see TONS of them come and eat it. They take it back to their colony and it kills them all. The next day they are all gone. It's that quick.
http://www.terro.com/
-Bmer
Mac Owners Support Group
Join Us @ MacOSG.com
 An Apple User Group 
    MacOSG Podcast >>
Note: I receive no compensation for product endorsements.

Similar Messages

  • Pl/Sql web service and collections not working

    Hello
    I'm trying to create a web service from a function in a package which returns a collection. The creation of the web service and its deployment seem to work correctly. I do get the following warning :
    WARNING: OWS-00077 The Value Type class: pxWsLang.PamLanguagerecordBase does not have a valid JAVA Bean pattern
    but I don't think this is the source of the problem.
    When I try to test the web service using the endpoint in the wsdl I get the following answer in the browser:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>env:Server</faultcode><faultstring>Error creating target: pxWsLang.WsLangUser</faultstring><faultactor></faultactor></env:Fault></env:Body></env:Envelope>
    In the DOS window for the OC4J I get the following error :
    2006-11-15 09:21:25.852 ERROR OWS-04005 An error occurred for port: {http://pxWs
    Lang/WsLang.wsdl}wsLangSoapHttpPort: javax.xml.rpc.JAXRPCException: Error creati
    ng target: pxWsLang.WsLangUser.
    The PL/SQL code is as follows :
    Object:
    CREATE OR REPLACE TYPE PAM_LanguageRecord as OBJECT
    NR NUMBER(3),
    SYMBOL VARCHAR2(2)
    Collection:
    CREATE OR REPLACE Type PAM_LanguageTable as Table of PAM_LanguageRecord;
    Package body :
    create or replace package body PAM_TEST is
    function CursorTest return Pam_LanguageTable is
    Res_LangTable PAM_LanguageTable;
    cursor cur is select * from stc_languages;
    begin
    Res_LangTable := new PAM_LanguageTable();
    for Rec in cur loop
    Res_LangTable.Extend(1);
    Res_LangTable(cur%ROWCOUNT) := new PAM_LanguageRecord
    (Rec.NR,
    Rec.SYMBOL
    end loop;
    Return Res_LangTable;
    end;
    end;
    I'm using JDeveloper version 10.1.3.1.0.3984
    How can I get this to work ? (without using Apache Axis or other tools :-)
    Is it supposed to work ?
    Many Thanks
    Paul

    Hi,
    for the "error creating target" problem I found the solution here:
    [WS from a PL/SQL package]: Error creating target
    Hope this helps.
    Regards,
    Patrik

  • Hidden User and ARD and Lion not a good mix

    Hi,
    We have a hidden user that we use to monitor students in school. If we upgrade to Lion on the client, the hidden user account will not work anymore with ARD authentication. I can login as the hidden user, but ARD will not accept the credentials for the hidden user. Has anyone else seen this or know how we can still maintain a hidden user and use ARD?

    This will get rid or your ant problem. This stuff really works. You put a few drops of the liquid on a little piece of paper and you will see TONS of them come and eat it. They take it back to their colony and it kills them all. The next day they are all gone. It's that quick.
    http://www.terro.com/
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
     An Apple User Group 
        MacOSG Podcast >>
    Note: I receive no compensation for product endorsements.

  • Web services and e print not working on 7520e

    After the update it instructed me to turn off my printer so the update could take effect which I did but my printer would not turn back on. leaving it overnight it was the same the next day so I had to unplug it from the wall outlet. I lost my internet connection and no matter what I did I could not get it to connect.I called cloud services who put in a network address of 192.168.223.1 and hung up leaving me with no printer and sending me an email to get my ISP server to fix.
    I called HP support and they got it connected just fine but when I try to log into my printers web page it still has my
    hp email address but when I try to get to the web page it leads me to Launch HP network check.
     on the front of my printer it says unable to connect to the internet, enter a proxy address, my server does not use one.
    I tried to disable web services and then enabled them again hoping to get a new code but no luck. In my own network it has the last digit different to the one being used and set as a static IP address . I was not able to scroll any Apps before any of this happened, is the server down or has anyone any ideas how to fix this. has anyone else got the same problem. The schedulled Apps printed off just fine before this.

    Hello dylon,
    Thank you for being an active member of the HP support community.  I understand that your Photosmart 7520 printer is indicating that it is not connected since doing a firmware update  last week.
    Please start by setting a manual IP address and manual DNS servers.  Please use this post with the steps and screen shots on how to do this.  The screen shots are for the Photosmart 7510 but the steps are the same.
    If you find that you are still unable to connect to web services please call HP’s Cloud Services at 1-855-785-2777 if you live in the USA/Canada region. If you live outside the USA/Canada region please click here to find the Technical Support number for your country/region.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Diff b/w Web service and window service

    What is the difference between web service and window service, whether the both are same or not, Give some explain about that each one and give some examples also.

    An XML Web service is a component that implements program
    logic and provides functionality for diseparate
    applications. These applications use standard protocols,
    such as HTTP, XML, and SOAP, to access the functionality.
    XML Web services use XML-based messaging to send and
    receive data, which enables heterogeneous applications to
    interoperate with each other. You can use XML Web services
    to integrate applications that are written in different
    programming languages and deployed on different platforms.
    In addition, you can deploy XML Web services within an
    intranet as well as on the Internet. While the Internet
    brings users closer to organizations, XML Web services
    allow organizations to integrate their applications.
    A Windows service starts much before any user logs in to
    the system (if it has been setup to start at boot up
    process). A Windows service can also be setup in such a way
    that it requires a user to start it manually ? the ultimate
    customization!
    Windows services run as background processes. These
    applications do not have a user interface, which makes them
    ideal for tasks that do not require any user interaction.
    You can install a Windows service on any server or computer
    that is running Windows 2000, Windows XP, or Windows NT.
    You can also specify a Windows service to run in the
    security context of a specific user account that is
    different from the logged on user account or the default
    computer account. For example, you can create a Windows
    service to monitor performance counter data and react to
    threshold values in a database.

  • Web service and servlets in the same project...web.xml?

    Hello, I have a problem with my web service.
    I have a server, which displays a web service. I programmed this service with JAXRPC.
    I have a client, in another directory. I succeded in compiling, deploying and running the web service.
    The problem is that after I tried to integrate this service in an existing project. This project contains servlets. In these servlets, I'm using sessions.
    These servlets are on the same side as the server of the web service. Because of the implementation of my code, I'd like to use in the class that represents the server of the service, the same session as the one I'm using in the servlets.
    But of course, it's not working by itself. I know there's something to do with the web.xml files.
    The thing is that I created a web.xml file for the service, and another for the servlets.
    I was thinking of joining both of them in one xml file, but everything crashes then...
    Could someone tell me how to create a project with a web service and servlets, and mostly how to configure the xml file??
    Thanks for any help
    Philippe

    Hello, I have a problem with my web service.
    I have a server, which displays a web service. I programmed this service with JAXRPC.
    I have a client, in another directory. I succeded in compiling, deploying and running the web service.
    The problem is that after I tried to integrate this service in an existing project. This project contains servlets. In these servlets, I'm using sessions.
    These servlets are on the same side as the server of the web service. Because of the implementation of my code, I'd like to use in the class that represents the server of the service, the same session as the one I'm using in the servlets.
    But of course, it's not working by itself. I know there's something to do with the web.xml files.
    The thing is that I created a web.xml file for the service, and another for the servlets.
    I was thinking of joining both of them in one xml file, but everything crashes then...
    Could someone tell me how to create a project with a web service and servlets, and mostly how to configure the xml file??
    Thanks for any help
    Philippe

  • Quick questions on the topic of Web Services and EJB POJOs

    I have been reading about Web Services and the data types that are aloud as operation parameters and return types. I was wondering what the standard practice for return types; is it to use the Entity classes straight and customize the WSDL instead of letting the EE container do it (avoid cyclic problems in the schema that can occur when using entity 1-to-many and many-to-1 mappings) or; is it to off load the data into a DTO/VO/Bean and let the EE container take care of all the schema mapping for the WSDL? I look at the EE tutorial and bought a EE book both use very basic examples that do not include connecting to a database or using EJB3 for the data store.
    Thanks for any information

    bump

  • Error "web service destination is not configured" in CTS+

    Hi experts,
    during deployment with CTS+ I get the error "web service destination is not configured" (see below). In fact there is a web service to be deployed and a WebDynpro-DC using this web service as adaptive web service model. The model uses the destination DACC_PI_WS_METADATA_DEST and DACC_PI_WS_EXECUTION_DEST. I configured both destinations in the server with type "WSDL".
    Any idea what goes wrong?
    Regards,
    Christoph
    1 ETP199 ######################################
    1 ETP199X######################################
    1 ETP189 DEPLOYMENT
    1 ETP101 transport order     : "JADK900006"
    1 ETP102 system              : "JAQ"
    1 ETP199X######################################
    1 ETP189 DEPLOYMENT
    1 ETP101 transport order     : "JADK900006"
    1 ETP102 system              : "JAQ"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "372.04.29" "700"
    1 ETP198
    2 EPU601X"CTS Deploy Service - Version 0.92" "06.03.2007" " " " "
    2 EPU602 "==================================================""======================"" "" "
    ===="" "" "
    2 EPU601 "Deploy web service destination =" " " " " " "
    2 EPU601 "Directory =" "/usr/sap/trans/data" " " " "
    2 EPU601 "SDM Deploy URL =" " " " " " "
    2 EPU601 "SLD Deploy URL =" " " " " " "
    2 EPU601 "XI Deploy URL =" " " " " " "
    4 EPU607 Non-ABAP system "JAQ" (communication system "KSM")
    4 EPU601X"Deploy for" "SDM" " " " "
    4 EPU601 "Deploy File =" "karmann.comSC_DACCDIP_DACCD_C~20081001122205.sca" " " " "
    4WEPU601 "Web service destination is not configured" " " ", deployment skipped" " "
    4WEPU601 "Return Code =" "4" " " " "
    4WEPU601 "Highest Return Code =" "4" " " " "

    Hello,
    I am getting an identical error per below. I have checked Web deploy service, CTSDEPLOY setup in SM59 etc and looks OK, yet the issue still occurs:
       Deployment
       Transport request   : BWDK903389
       System              : BWQ
       tp path             : tp
       Version and release: 372.04.36 700
       CTS Deploy Service - Version 0.92 06.03.2007
       ========================================================================
       Deploy web service destination =
       Directory =
       SDM Deploy URL =
       SLD Deploy URL =
       XI Deploy URL =
       Double-stack system BWQ
       Deploy for SDM
       Deploy File = CTSTEST_20081008_123719.epa
       Web service destination is not configured   , deployment skipped
       Return Code = 4
       Highest Return Code = 4
       Deployment
       End date and time : 20081015162015
       Ended with return code:  ===> 4 <===
    Anyone have any ideas on this one?
    Thanks & Regards,
    Michael

  • Web service transported but not active in QA environment

    Hi all,
    In order to support a template document i've created a web service using the web service tool. All is working fine in DEV and all has been successfully transported to QA environment (I think). The web service objects have been included in the transport using transaction CRMOST_TRANSPORT and I see the web service in the web service tool in QA.
    Problem is that the web service is not active. In the web service tool I see the web service and see that the Active status is still available to be selected. When I select it I get the following errors:
    - Object type does not exist
    - Not possible to get data for service object
    - Activation cannot be performed in this client:
    - Details Changes to Repository objects are not permitted in this client
    I read somewhere that you have to do 'after import functions' for web services but don't know what!? Is it simply a matter of opening the client in QA and reactivating the web service in the Web Service Tool?
    Thanks,
    Patrick

    Hi Patrick ,
    Ihave a question.
    I created a webservice through CRM 7.0 Web Service Tool
    ie we went to Component WS_DESIGN_TOOL and executed the component and we Launched the tool ,
    using tool we created a Web service for Sales Order, Due to missing of some settings I guess it didnt ask for a Transport request and it went and saved in an ' Local Object'.
    Could you please help in explaining as what steps we need to configure to make sure that the web service goes and sits in a Transport which is required in moving it to QA System.
    Regards,
    Sijo

  • Web Service security is not set up on this component

    Hi Friends,
    In RWB, when I click on component monitoring->Integration Engine, I got "Web Service security is not set up on this component"
    I want to send message using soap adapter by encrypting and signing it. for this purpose I need to configure the Web Service Security.
    Can someone please provide some documentation or link on how to set up this Web Service Security?
    thankx

    Hi,
    there is a chapter - Security Configuration at Message Level
    in XI config guide which specifies everything you need - this is what you need
    so I hope no further explanations are necessary
    Regards,
    Michal Krawczyk

  • ASMX web service and The remote server returned an error: (500) Internal Server Error issue

    i have developed a very small web service and which is hosted along with our web site. our webservice url is
    http://www.bba-reman.com/Search/SearchDataIndex.asmx
    web service code
    namespace WebSearchIndex
    #region SearchDataIndex
    /// <summary>
    /// SearchDataIndex is web service which will call function exist in another library for part data indexing
    /// </summary>
    [WebService(Namespace = "http://tempuri.org/")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    [System.ComponentModel.ToolboxItem(false)]
    // To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.
    // [System.Web.Script.Services.ScriptService]
    public class SearchDataIndex : System.Web.Services.WebService
    //public AuthHeader ServiceAuth=null;
    public class AuthHeader : SoapHeader
    public string Username;
    public string Password;
    #region StartIndex
    /// <summary>
    /// this function will invoke CreateIndex function of SiteSearch module to reindex the data
    /// </summary>
    [WebMethod]
    public string StartIndex(AuthHeader auth)
    string strRetVal = "";
    if (auth.Username == "Admin" && auth.Password == "Admin")
    strRetVal = SiteSearch.CreateIndex(false);
    else
    SoapException se = new SoapException("Failed : Invalid credentials",
    SoapException.ClientFaultCode,Context.Request.Url.AbsoluteUri,new Exception("Invalid credentials"));
    throw se;
    return strRetVal;
    #endregion
    #endregion
    when i was calling that web service from my win apps using
    HttpWebRequest
    class then getting error The remote server returned an error: (500) Internal Server Error
    here is code of my win apps from where i am calling web service
    string strXml = "";
    strXml = "<s:Envelope xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'><s:Body><StartIndex xmlns='http://tempuri.org/' xmlns:i='http://www.w3.org/2001/XMLSchema-instance'><auth><Username>joy</Username><Password>joy</Password></auth></StartIndex></s:Body></s:Envelope>";
    string url = "http://www.bba-reman.com/Search/SearchDataIndex.asmx";
    HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
    req.Method = "POST";
    req.ContentType = "text/xml";
    req.KeepAlive = false;
    req.ContentLength = strXml.Length;
    StreamWriter streamOut = new StreamWriter(req.GetRequestStream(), System.Text.Encoding.ASCII);
    streamOut.Write(strXml);
    streamOut.Close();
    StreamReader streamIn = new StreamReader(req.GetResponse().GetResponseStream());
    string strResponse = streamIn.ReadToEnd();
    streamIn.Close();
    i am just not being able to understand when this line execute
    StreamReader streamIn = new StreamReader(req.GetResponse().GetResponseStream());
    then getting the error The remote server returned an error: (500) Internal Server Error
    not being able to understand where i made the mistake. mistake is in the code of web service end or in calling code?
    help me to fix this issue. thanks

    Hi Mou,
    I just tried your win app code about calling web service, but failed. I got the 500 error after I called your service:
    The error message I quoted from Fiddler:
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>System.Web.Services.Protocols.SoapException: Failed : Invalid credentials ---&gt; System.Exception: Invalid credentials
    --- End of inner exception stack trace ---
    at BBAReman.WebSearchIndex.SearchDataIndex.StartIndex(AuthHeader auth)</faultstring><faultactor>http://www.bba-reman.com/Search/SearchDataIndex.asmx</faultactor><detail /></soap:Fault></soap:Body></soap:Envelope>
    I am not totally sure that error occurred by the authentication. But I suggest you can try to add this service into your project using this method below:
    1.right click the Reference and select Add Service Reference
    2.input your service link and click "Go"
    And you can use this service as the following:
    private async void callService()
    ServiceReference1.SearchDataIndexSoapClient client =new ServiceReference1.SearchDataIndexSoapClient();
    var Str= await client.StartIndexAsync(new ServiceReference1.AuthHeader { Username = "Admin", Password = "Admin" });
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Web Service session manager not found.

    I'm trying to understand how to use the HTTP utilities, and I'm having trouble just creating a session.  I get a Web Service session manager not found error.  I've read where the client has to support cookies.  My eventual client will be a labview VI that talks to a web server.  I llooked at the Toolsptions, but don't see anything related to cookies.  Not sure if that's what's causing this anyway, but I'm just digging.  Also, I want to eventually send http messages across TCP/IP.  Do I need to use the TCP/IP VIs (i.e. open connection, etc) or do I use the http utilities alone.  If both are needed, how does the httpRequestID and the TCP/IP connection ID correlate.
    Attachments:
    htttGetSession.vi ‏9 KB
    WebServerError.PNG ‏13 KB

    Hi can you please let me know how you resolved this issue?

  • Web service fault:  could not find a target service

    I'm attempting to invoke a method on a web service. I
    instantiate the web service and call the method as indicated in the
    first three lines of the attached code (where sf_cred is a simple
    structure).
    The first two lines are fine, but the call to the "login"
    method produces the following error:
    Could not perform web service invocation "login".
    Here is the fault returned when invoking the web service
    operation:
    AxisFault
    faultCode: {
    http://xml.apache.org/axis/}Server.NoService}
    faultSubcode:
    faultString: The AXIS engine could not find a target service
    to invoke! targetService is
    faultActor:
    faultNode:
    faultDetail:
    http://xml.apache.org/axis/}stackTrace:The
    AXIS engine could not find a target service to invoke!
    targetService is
    at
    org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
    at
    org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
    at
    org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:10 87)
    at
    org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
    Source)
    at
    org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
    Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch( Unknown
    Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
    Source)
    at org.apache.xerces.parsers.XML11Configuration.parse...
    Can anyone point me to the cause of this error, either with
    something missing in my code or with a problem in the WSDL
    (provided in attached code)?

    ERROR [EngineConfigurationFactoryServlet] Unable to
    find config file
    Creating new servlet engine config file:
    /WEB-INF/server-config.wsdd
    I want to know what is server-config.wsdd
    what it contains?You can take this generated file and include it in your project. For a complete description of the various elements see:
    http://ws.apache.org/axis/java/reference.html#DeploymentWSDDReference
    My Eclipse IDE don't have required set AXISCLASSPATH.
    because already
    include the folowing jar automatically
    )saaj.jar
    ii)jaxrpc.jar
    iii)commons-discovery.jar
    iv)commons-logging.jar
    v)log4j-1.2.8.jarWhat does happyaxis.jsp say? From the docs:
    Java 1.4 changed the rules as to how packages beginning in java.* and javax.* get loaded. Specifically, they only get loaded from endorsed directories. jaxrpc.jar and saaj.jar contain javax packages, so they may not get picked up. If happyaxis.jsp (see below) cannot find the relevant packages, copy them from axis/WEB-INF/lib to CATALINA_HOME/common/lib and restart Tomcat.
    Message was edited by:
    YoGee

  • Need advice about web services and Java beans

    Hi
    I am very new to web services and to Java beans as well.
    I am trying to understand if and how a web service can use functionality I have in a Java bean. I couldn't find any documentation I can use.
    For example:
    InitialContext ic = new InitialContext();
    Adder adder = (Adder) ic.lookup("ejb/AdderJNDI");In a EJB client project (I'm working with Eclipse) if I add the EJB project to the build path, the Adder interface is recognized.
    Theoritacally I thought I can do the same in a web service server project, but the Adder interface is not recognized.
    Is there something I can read to understand how I need to use the EJB or implement the web service?
    Many thanks
    Sigal

    Okay....I think I made some errors with the original scenario:
    It basically comes down to this....I think. OCS Calendar has a set of Java classes and methods that provide an abstraction for their web services interface. I know how to create something to use these classes using an IDE like JDeveloper, but I'm not sure how that would work with HTML DB.
    I've noticed that the SQL Workshop has a place for Java sources and classes, and I've heard mentions of PL/SQL wrapping. Is there a way to import classes into an HTML DB workspace, wrap 'em up, and access them via PL/SQL?
    Thanks again,
    Jonathan

  • Web Service in Workflow not writing back

    Hi,
    Ive created a simple Web service that gets the supervisor Id from the form creator Id.
    Ive tested the service on the SOAP services page and it works as expected.
    But when I try to use this webservice in a workflow it doesnt write the values back into the from-variables.
    Also, when you assign the formvariables to the WS-variables in the QPAC properties, the xpath boxes are not really always at the same place, ie. not filled with data or the like.
    Is there a serious bug in the webservices QPAC?
    Im using LC WF designer 7.0.
    Id be thankful for any kind of advice how I can get webservices to run correctly in the designer.
    Cheers
    Gunther

    Hi Gunther
    I'm not sure why you're not getting return values.
    I suggest you actually try using the external web services, and see whether they work.
    One of the issues may be that the wsdl of the web service you're invoking is very complex, more complex than the parser that is built into the Adobe Web Service QPAC is capable of handling. So the web service may be executing correctly, but the data is not being extracted correctly. Perhaps! If this is the case, we do have another web service QPAC you may want to try. It's takes a simpler approach than the Adobe one - rather than trying to parse the schema and present variables to you, it simply allows you to provide a xml input document, and returns a xml output document. You can embed process variables into the input doc, and can assign the output do to an XML variable, where you can use XPath expressions to extract the data. This is currently in beta, if you'd like an early copy, please let me know.
    Howard
    http://www.avoka.com

Maybe you are looking for