Problem making choice of soap implementation

hi,
I am trying to use soap to transfer data (in the form of xml documents ) between a client and server and also invoke remote procedures.
I checked out the apache implementation of soap, but i have heard that it is too slow.
could anyone suggest which implementation to use (that should suffice for my needs) and if possible attach some sample code to transfer a list of words (array of strings) between client and server.
please reply at [email protected]

You **heard** that the Apache implementation was too slow. And was it? You want us to suggest an application implementation that should suffice for your needs. I know nothing about the Apache implementation, but then I know nothing about your needs except that you want to transfer a "list of words". (10 words? A million words?) You don't have a speed requirement, so use Apache.

Similar Messages

  • XMLServer problem with Strings. SOAP implementation

    hi,
    I've tried to export a Service Objet with XMLServer.
    The SO consists of a method that will be called by a JAVA client :
    execute (String param) : String
    There is no problem when this method returns a String with no special caracters. But when it contains some 'e', for example, the Java client is no more able to get the response.
    The error deals with the SOAP envelop of the response,
    the Java client crashes :
    SOAP Fault; code=SOAP-ENV:Server string=XMLSvr.ProtocolSOAP.getResponseText: Internal Error - no response envelope
    I use UDS 5.0 on NT
    The Java client uses Apache.SOAP packages
    Is this a problem of compatibility between the two SOAP implementations ??
    Please help me ...
    matt

    Hi Matt,
    UDS 5.0.1 is able to generate a SOAP Server and Java Proxies (Java clients) but there are some limitations in the current implementation (Does not have support for array of string for example...). I would suggest you to check http://knowledgebase.iplanet.com/ikb/kb/articles/7655.html for further info abou those limitations (by the way, all the questions and answers except one, are from an email I sent to the Iplanet guys last year... :-)

  • Problem in the scenario SOAP to RFC Syn

    Hello All,
    i developed one scenario for our client and development is same like below link.
    http://www.riyaz.net/blog/xipi-consuming-xi-web-services-using-web-dynpro-part-i/technology/sap/6/
    when i test the interface iam getting below error, Please tell me do i need to install any patch in Xi server or do i need to implement any note.
    My SAP XI server version 3.0 and Service pack:19
    2010-07-19 07:24:57     Operation performed     The message has been received by the mail system. Profile: XI URL: http://xxxxxxxxx:50000/MessagingSystem/receive/AFW/XI credential (User): XIISUSER
    2010-07-19 07:24:57     Operation performed     With the connection RFC_http: / / sap.com / xi / XI / System. Attempted placement of the message in the queue of requests.
    2010-07-19 07:24:57     Operation performed     Message queued dCaution
    2010-07-19 07:24:57     Operation performed     The message has been retrieved from the queue dCaution queries.
    2010-07-19 07:24:57     Operation performed     The status of the message has been activated on DLNG
    2010-07-19 07:24:58     Operation performed     Paper channel: CC_R_RFC
    2010-07-19 07:24:58     Operation performed     MP: entering
    2010-07-19 07:24:58     Operation performed     MP: processing local module localejbs/RfcAFBean
    2010-07-19 07:24:58     Error     MP: exception caught with cause com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method process.
    2010-07-19 07:24:58     Error     Exceptions occurred for Adapter Framework: Exception in method process.
    2010-07-19 07:24:58     Error     The dissemination of the message to the application via RFC_http: / / sap.com / xi / XI / System failed due to com.sap.aii.af.ra.ms.api.RecoverableException: Exception in method process.:
    com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method Process .. Enabled message "Failed".
    2010-07-19 07:24:58     Error     The status of the message has been activated on FAIL
    2010-07-19 07:24:58     Error     Return of the synchronous error message to the calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in method process.: Com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception method in process ..
    Thanks and Regards,
    Chinna
    Edited by: chinnasapxi on Jul 19, 2010 10:55 AM
    Edited by: chinnasapxi on Jul 19, 2010 10:56 AM

    Hi Cinna,
    >just now i checked the RFC it is working
    this together with the header "Problem in the scenario SOAP to RFC Syn" is missunderstoobable. But ok, the error is inside RFC adapter: may be it cannot create the DIAG RFC call with the XML what you provided in RTW.
    To be shure to have sent the right XML send a message but use a Message Mapping with RFC module as target.
    Regards,
    Udo

  • Problem in creation of SOAP massage

    hi
    I am using JDeveloper (version 11.0) to create the proxy classes from WSDL
    but i am getting an exception as following
    SOAPFaultException
    this exception indicate that there is some problem in creation of SOAP massage internally
    so can anyone help me to know what is the problem?
    If u want to see the code then i can display here.
    thanks in advance

    its due to the number ranges that is specified in the partner determination ... chech what is the number range assigned in the parner determination ,,, so once u check that u have to manually enter the number between that range only .. this should solve ur problem...
    path to check the number range is as below :
    spro-img-logistic generalbusiness partner-customers---define account groups and field selection ---    
    at this point click position button at the bottom and give ur account group .. select ur account group and click detail button .. now inside that u can see the specified number range .. dafault is 08 ( means u can specify between 400000 to 499999)..
    and some times  u may not have defined number range... check urs and create accordingly ... this should solve ur problem...
    rewards if solved ..
      thank you
    madhan

  • I no longer have access to the back up email address I used when I set up my apple ID. I have since forgotten the answers to my security questions and am having a problem making changes to my account. What can I do?

    I no longer have access to the back up email address I used when I set up my apple ID. I have since forgotten the answers to my security questions and am having a problem making changes to my account. What can I do?

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (114957)

  • Problem in stubbing out Soap Web Service

    Hi,
    I have a problem stubbing out a SOAP web service in Flash Builder 4.  The problem is that not all the classes are created.  This happens when a base class is referenced by a method in the schema.  The classes that extends the base class do not get created.
    Here is an example: method doSomething returns a class called ResponseBase.  Even though MyResponse, which extends ResponseBase, is in a xsd which is referenced by the WSDL, MyResponse class is not created as value objects.
    Another example is: method doSomething takes a parameter called ParamClass.  ParamClass contains a property of type SomeClassBase.  MyClass which extends SomeClassBase is not created even though it is defined in an xsd.
    Does that sound like a limitation of the Flash Builder 4?  Is there another way to create the proxy classes from a web service?
    Thanks,
    Ming

    Sekar,
    I have the same problem.
    How did you change your web service as Anonymous?
    I have a user id and pwd, i tried by appending end of the service and tried with basic authentication by passing uid and pwd. No luck.
    Can you please help me how to change web service as anonymous?
    Regards,
    Sridhar

  • Anyone else having problems making a hyperlink to a file in CS4?

    Anyone else having problems making a hyperlink to a file? 
    I have a document in CS4 that I'm exporting to pdf. When I create a hyperlink in CS4 to a file, I am getting the message when I click the link in the pdf ' Cannot find the file:C%5Document' etc. 
    When creating the link, File is selected, Shared Destination is unchecked & checking the link using 'Go to Destination' shows the link works. 
    In Acrobat 9 Pro, I've checked the properties of the link - when exported from CS4, the Link Properties - Actions are 'Open a web link' 'file:C:\Documents%20'etc whereas if the link is created in Acrobat the link properties are ' 'Open a file' 'file:C\Documents and Settings' etc, and it works. 
    Is this a bug or am I missing something?

    I'm only getting that to work with the catalogue & sample in the same folder. In any case from a useability standpoint using URL brings up the Security Warning & putting the catalogue pdf in the same folder as 100 sample pdfs makes it more difficult to locate.
    I'm at a loss to understand why the functionality of creating a link in InDesign cannot be the same as Acrobat; where you can select 'Open a file', browse to that file and the relative links are maintained when you burn to a disc. InDesign looks as if it will do the same but when you select File as the link & browse to the destination file but InDesign treats it as a URL & brings up the the web link cursor in the finished pdf. That still looks like a bug to me.

  • Evaluation of SOAP implementations

    Hi,
    I'm currently evaluating SOAP to implement a web-services-type application to front a existing system. The server is certainly Java-based, but the client can be anything. I'm a complete newbie with SOAP, so please bear with the idiotic-type questions.
    1. Are there still interoperability issues with SOAP implementations between Sun/Apache and Microsoft? I've read several articles on this, but they are dated at least 1-2 years ago. Any glaring issues currently?
    2. The AppServer is currently on Java1.4.0. Any known issues?
    3. I've tried using the jwsdp to implement a simple (and raw) SOAP service. Anyone with a recommendation whether jwsdp will suffice or would Apache Axis be a better candidate? What does Axis provides that jwsdp doesn't if i already have a http-based MVC framework that I have to re-use?
    4. A more general question: Must I deploy a WSDL for my SOAP serivces?
    Many thanks in advance.

    Hello,
    Try to roll back the time of the computer to a few days back until you are able to perform an edition upgrade.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problem making playlists with new Zen Style 300

    /Problem making playlists with new Zen Style 300hI follow this procedure from the support page:
    http://support.creative.com/kb/ShowArticle.aspx?sid=804
    I also have tried many other options and procedures, but each time the playlist that ends up on the player has only a few of the songs that I put on the play list. all the songs do exist on the player, but seems to randomly select only a small subset of the songs - example: 6 original, 2 get on the list, 30 on teh original, 6 get on the player's play list.
    The odd part is if I go back to the player at some later time and connect via creative central, the correct playlist displays on the PC. However, is still wrong (truncated) on the player. So it seems to remember the correct play list, but just does not display correctly on the player.
    PC OS - win7
    creative centrale version .8.03
    zen style 300 sw version: .0.07
    Anyone get this to work on the zen style 300?
    Norm

    ?After many attempts? (like 6) with creative support to convince them this was a software bug, the end state response was to send the player back. Using better judgement, I waited for a new software release and indeed the problem was fixed in a subsequent release of the software.
    My main frustration here was they seem to not want to escalate problems quickly to the right level of technical support that actually understands the software/debugging? vs hardware? and can look through a set of debugging steps and tests I sent in the first notes and realize it is not something hardware related. Even after citing my degrees in computer science/electrical engineering and having designed/debugged systems much more complex than this, all I got was simple procedural steps to repeat or send it back, it is a hardware problem. Ug!

  • I continuously have a problem making calls where I have to activate then cancel the speaker phone button.  Normally happens when calling landline phones but sometimes mobile.  Any fixes?

    I continuously have problems making calls from my iphone 4S.  When I place a call and press send, you hear nothing until I turn on and off the speaker button and then you hear the ring tone or the person answering.  This happens normally on land line calls but does occur when calling mobile phones somethimes.  Is this a common problem or is there a fix for it?  Thanks

    I am having the same problem. Usually happens after I make consecutive phone calls.

  • Problem making/receiving/disconnecting calls and p...

    I was looking for a new phone to replace my old Samsung Star, but I was unable to justify this expense. So, I saw Nokia Lumia 710 with it's GPS software and hardware as part of the package. Windows phone looks so beautiful that I just bought it last march, 23th.
    Now, verifying this forum I realize that my problem, some how, exists since January in Europe. As many people here I have problems to end a call, but in my case the call never completes and when I try to disconnect Lumia just does nothing beyond show "disconnecting" forever. The only way to recover control is turning Lumia off.
    Its true that my carrier has a very weak signal where I live (at my apartment), but my old Samsung at least make and receive calls. Some times I must move near to the window to have a better reception, but works. With Lumia, different from what I was expecting (a premium Nokia quality signal  - the best possible reception), some times just do not work! Some times people calls me and the phone do not ring. Some times I receive that screen offering me the opportunity to send a message like "I'm at a meeting" or something like that, but I do not have the opportunity to receive that call. This is very frequent since I bought this Nokia. Some times, when I make a call, Lumia pretend to call, pretend that the other person is connected, but, in fact, there is no calling sound. The phone remains mute all the time, there are no call. When I give up, I press "disconnect" and Lumia shows "disconnecting" but nothing happens. To recover phone control I must turn it off to try again. Once I was so angry that I press many buttons and Lumia freezes up completely and was needed to remove battery to turn off.
    About GPS, that was my main excuse to expend a lot of money on a new phone: Nokia Lumia GPS is disappointing. Lumia GPS looks like loose satellite signals very frequently. I decided to make a comparison between my Lumia and my wife's iPad. Working totally offline, side by side at my wife's lap, while iPad was able to show immediately every turn I make, Lumia takes long time to realize that. In fact, most of time, Lumia just realize that I turn when I was reaching next corner. I'm using Nokia drive 2 and, in this test, since I don’t have a GPS software at iPad, I just leave Lumia and iPad with the map showing our position. I do not set a destination.
    Finally, my last disappointment is about windows Phone and the “one account policy”. Really? They think people will be happy to give up from their messenger accounts or Xbox accounts to use Windows Phone? When I turn on my Lumia for the first time it asks me to enter or create a Microsoft account. I think about and I realize that I don’t want to add payment information to my very old Hotmail/messenger account, so, I create a new one. My mistake because soon I discover that Windows Phone do not let me choose a different account for Messenger or Xbox.
    I call Nokia in Brazil to find a solution for my two main problems: making/receiving calls and the GPS performance. The only solution they can think about was reset my phone. I do that a few hours ago. This time I choose to enter my Messenger account to be able to chat with my friends, but, of course, I loose my Xbox id created with the other account.
    “One account policy” is so “not smart” that is very hard to understand why they do that. The need to reset the device to choose another account is unbelievable. Mean while, with iPhone/iPad, to change accounts is so easy…
    I will test my phone for the next few days to verify if reset solve all my problems, but right now I’m very disappointed.
    (I hope you can understand my poor english).

    Reset Lumia 710 do not solved my problem. I was forced to send the device to technical support. Even if they was unable to reproduce the problems I faced at home, they did a flash reset (or something) and now my phone always ring when people call and I can end calls without a problem. For now those problems disappeared.

  • CDR-03120:  Internal Error - Problem making a repository connection

    Hi,
    I'm running SCM 9.0.2.7 and get the following error message when I try to View Version History or View Version Events for any file in my workarea. Can anyone suggest a solution?
    Thanks,
    Rich
    Message
    CDR-03120: Internal Error - Problem making a repository connection
    Cause
    An internal Diff or Merge component has been
    unable to make a repository connection.
    Action
    Contact your support representative.

    Hi
    I have same problem running RON 9.0.4.4
    Any ideas ?
    Thanks.

  • Problems making calls after upgrading to iOS7

    Hi everyone. I'm stuck in a rut with this and I've called my service provider, but they weren't able to help me at all.
    Anyway, so here's the situation: after upgrading to iOS7, I started having problems making outgoing calls.  The voice prompt kept telling me to check my phone settings, and I did, but I didn't fine anything wrong with it.  I tried to isolate the problem by transferring my SIM to another phone and it worked perfectly, which means it's really my iPhone that's acting up.  I'm using an iPhone 4s, model A1387. modem firmware 5.0.00.
    Hope someone can help me out with this...I use this phone for business transactions and it's essential that I get to have 100% full use of it.
    Thanks.

    I experience this problem too. I am using iPhone4 and just upgrade it to iOS7. And now I can not make outgoing call. I checked all the setting, and nothing wrong. I even replaced my sim card with the new one, still can not help.
    I read this link
    https://discussions.apple.com/thread/5322252
    and I try dial *#31#, it help, but not permanent solution.

  • How do I send a rescue email? I also have problems making a rescue email

    How do i send a rescue email? I also have problems making a rescue email!?

    Hi JOFFERY,
    Thanks for visiting Apple Support Communities.
    If you need to add or change a rescue email on your Apple ID, see this article:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    You can edit or delete your rescue email address at My Apple ID. To edit your rescue email address:
    Navigate to My Apple ID using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    Note: The option to send an email to reset your security questions and answers will not be available if a rescue email address is not provided. You will need to contact iTunes Store support in order to do so.
    All the best,
    Jeremy

  • Having problem making purchases in game? Credit Card set up and previously made many purchases.

    Having problem making purchases in game? Credit Card set up and previously made many purchases.

    What happens when you try to buy them, does the 'buy' button not work, do you get any error messages ... ?
    If you are getting a message to contact iTunes Support then you can do so via this link and ask them for help (we are fellow users here on these forums, we won't know why the message is appearing) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If it's a different problem ... ?

Maybe you are looking for

  • PLEASE HELP ME ... I WANT TO RECOVER MY LAPTOP

    HI ALL ... I HAVE TOSHIBA LAPTOP SATELLITE A300-1MO ... I WANT TO RECOVERY IT ... PLEASE HELP ME AND GIVE ME THE WAY HOW TO RECOVERY IT .. THANKS ALL

  • My Verizon email is not working on my iPad 2

    I recently sent several photos to an incorrect email address and since then, my email has not been working correctly.  these photos were sent back by verizon postmaster indicating that they did not go through.  the problem seemed to arise when I trie

  • CS3/CS4 protecting against SQL Injection

    Hi: I was wondering if the newer versions of Dreamweaver like CS3/CS4 do a good enough job to protect against SQL Injection when using the built in Insert/Update/Delete behaviors or should I use Commands with Stored Procedures (MS SQL)? Thanks! Mitch

  • AS2 Drag and Drop - Completion Response

    I am making a drag and drop alphabet learning game. There are 27 Movie Clips (letters) in total that are able to be dragged.  I've made it so that 12 of the Movie Clips will drop in a specific DropZone, while the rest will just snap back to their ori

  • Change background colour for iTunes 9 (70) on Mac OS 10.5.8

    I want to change the background colour from white to black on iTunes 9 (70). When i tried using the iTunes preferences General Tab I did not get the option available to change the background colour.I tried looking for software updates as maybe iTunes