Soap toolkit question

Hi
Can I use the soap toolkit provided by WLS 6.1 to generate a SOAP message without
having any webservice in mind - what I want is just generate a SOAP message with
some data - without having to call a webservice - ie I do not have any wsdl on the
client side.
thanks
Anamitra

http://edocs.bea.com/wls/docs61/webServices/advanced.html#1001373
regards,
-manoj
"Anamitra" <[email protected]> wrote in message
news:3cceb0f6$[email protected]..
>
Hi
Can I use the soap toolkit provided by WLS 6.1 to generate a SOAP messagewithout
having any webservice in mind - what I want is just generate a SOAPmessage with
some data - without having to call a webservice - ie I do not have anywsdl on the
client side.
thanks
Anamitra

Similar Messages

  • SOAP toolkit problems?

    I downloaded and installed the SOAP toolkit,
    and everything is working fine, except the Console
    won't start because it complains it's not a registered
    web service.
    Anyone else have the same problem? The Console
    was running fine on port 7002, until I install SOAP
    toolkit. I'm about the reinstall WLS 6.0 again to see
    if I can reconstruct what happened.....
    Eric Chiu ([email protected])
    Office 775-355-8200
    Mobile 650-906-6600
    Certified J2EE Architect and Weblogic trainer

    Hi!!!
    The first url you use when you want to send a message to your SOAP adapter.
    The second one you use with a plain HTTP adapter - you send a message directly to a pipeline.
    Check this link:
    http://help.sap.com/saphelp_nw04s/helpdata/en/fc/5ad93f130f9215e10000000a155106/frameset.htm
    Regards,
    Andrzej

  • MS-SOAP Toolkit 2, certificates and Weblogic

    Hi,
    I am trying to work with the Microsoft Toolkit 2 SP 2, client certificates and Weblogic
    6.1.
    It does not work, I know that the problem is with the Toolkit,
    it doesn't agree to work with Weblogic, but maybe someone
    in this forum know how to solve it.
    So, if someone knows how to solve it, please let me know ASAP.
    THANKS,
    Tal.

    To work with Microsoft MS SOAP Toolkit, you should use either RPC/encoded or document/literal.
    Even if RPC/literal is WS-I compliant and is now supported by the .NET 3.0 version of the framework, it's not supported for older releases.
    Best,
    -Eric

  • Interoperability between apache soap toolkit(client)and ms soap toolkit

    Interoperability between apache soap toolkit(client)and ms soap toolkit.Give me an example where i can send and receive a complex data type from apache tomcat in client side to ms soap toolkit on the server side.It is urgent.Plz try to give me a solution as soon as possible.

    The toolkits don't have to work together at all. And by the way, you aren't sending the data to the MS toolkit, you're sending it to some MS product that can process the data. Any data that follows the standards should work.

  • SOAP Attachment question

    Hi!
    I've got a question about SOAP Attachment. It is possible to use "Datahandler" class to attach a file. But is it possible to put the datahandler in a business class ( as an attribute of the class), and the business class is a parameter of the service?
    Thank you for your help!
    Best Regards,
    Nguyen Gilbert

    I tried making the DataHandler object as a attribute of the parameter object and there were some exceptions. I think weblogic does not allow that.

  • Java XML / SOAP Newbie Question

    Hello all, I am building a middleware application which needs to import data from a legacy system for processing. I already have a web-based user interfaces and a text file import mechanism to import the data. I would now like to move on to allow XML input, which is new to me.
    My question is... what is the best approach? I know that SOAP is the latest / greatest XML standard, but I've also read that it's purpose is more to remotely call methods than send data. What I'm looking for is the best / easiest platform-independent, protocol standard to send data for processing. Is plain XML better possibly?
    Would I just need to implement a server to listen for the messages? Is there an easy way to create / send test messages?
    Sorry for all the questions, but any help or insight will be appreciated.
    Thanks.

    If you just have plain data and you're not concerned with remoting then plain XML is better. SOAP is a way of serializing objects into XML and carries additional overhead if you're not taking advantage of it.

  • File to SOAP scenario question???

    Hi,experts
    let's take source system is A,target system is B.
    I have a File to soap scenario using BPM,the scenario is send file request(from A) to PI,PI will be communicating target system(B) with soap(syn).After that, PI receives the soap response and send the response data to A.
    Now the requirement is, we need to archive the file request msg(before sending to B) to a folder and archive the response msg(response from B) to a folder as well.how could it be achived?
    any help will be much appreciated!
    Thanks

    Hello Rajesh_V2009 ,
    I am trying to implement exactly the same pi scenario, but having some problems :
    File -> file adapter -> ccBPM -> soap receiver adapter -> web service request -> web service response -> ccBPM -> output file adapter.
    The web service that I call works file from wsnavigator. I have created all the design and configuration objects
    needed for the scenario.
    I place a file with following contents:
    <?xml version="1.0" encoding="utf-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
    <pns:GetSetNameWS xmlns:pns="urn:file2soap2fileWSVi">
    <pns:name1>ajeet</pns:name1>
    <pns:name2>phadnis</pns:name2>
    </pns:GetSetNameWS>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    When I look at the process monitor I get this:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!-- Receiver Determination
    -->
    - <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SAP:Category>XIServer</SAP:Category>
    <SAP:Code area="RCVR_DETERMINATION">CX_RD_PLSRV</SAP:Code>
    <SAP:P1>Problem while determining receivers using interface mapping: No operation with XML root tag http://schemas.xmlsoap.org/soap/envelope/.Envelope exists.</SAP:P1>
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:Stack>Error when determining the receiver: Problem while determining receivers using interface mapping: No operation with XML root tag http://schemas.xmlsoap.org/soap/envelope/.Envelope exists. Problem while determining receivers using interface mapping: No operation with XML root tag http://schemas.xmlsoap.org/soap/envelope/.Envelope exists. No operation with XML root tag http://schemas.xmlsoap.org/soap/envelope/.Envelope exists.</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    I have no clue about this error. Can you help me with this ?
    If yes I can send you more details, if you liked 
    Hoping to get help from you,
    Cheers,
    Ajeet Phadnis

  • Soap mapping question

    Gurus,
    i need to send a request to a third party app as a soap message, then map the response to an idoc, how do we do it..any ideas.
    Has this been done..before, all tips are rewarded
    Venkat

    I need more information about your scenario, but i know that you need to call a WebService using SOAP (a syncronous call) and then, call a IDoc with the result of the SOAP call, right?
    So, the mapping program between the sender(?) and the receiver(IDoc), you create a Java Mapping that calls the WebService with a code like this:
    try {
                             StringBuffer sb = new StringBuffer();
                             sb.append(your_POST_data_here);
                             System.setProperty("javax.net.ssl.trustStore", "C:\j2sdk1.4.2_14\jre\lib\security\truststore"); //Set the keystore for the ssl connection
                             int port = 443;
                             String hostname = "your_third_party_hostname";
                             SocketFactory socketFactory = SSLSocketFactory.getDefault();
                             Socket socket = socketFactory.createSocket(hostname, port);
                             // Create streams to securely send and receive data to the server
                             InputStream in = socket.getInputStream();
                             OutputStream out = socket.getOutputStream();
                             // Read from in and write to out...
                             out.write(sb.toString().getBytes("US-ASCII"));
                             out.flush();
                             int character = in.read();
                             sb = new StringBuffer();
                             while (character != -1) {
                                   sb.append( (char) character);                              character = in.read();
                             String ret = sb.toString(); //this is your return
                             // Close the socket
                             in.close();
                             out.close();
                   } catch(IOException e) {
                        e.printStackTrace();
    The code above calls the webservice using socks.
    All you have to do is map the xml using DOM or SAX.

  • Soap Protocol Question

    Hi all,
      We are using soap protocol to send the message to portal webservice.In the incoming payload one of the fields have password as the data.Now this is of text type ,so the password is visble in the message.My requirement is to encrypt/decrpyt this field so that the actual password content will not be visible in the payload.Is there any way by which it can be handled via soap adapter.
    Thanks,
    Sowmya

    Sowmya,
    You may need to ABAP or java mapping for this, because this is not supported in graphical mapping. Can you please see this link and the blogs in it for some understanding:
    Re: encrypting and decrypting the field
    Regards,
    ---Satish

  • Hierarchical keywords and Image Info Toolkit question

    I presently use Image Info Toolkit with a controlled vocabulary for keywording and I'm trying to find a way of doing the same thing in Aperture. Here's my present keyword setup:
    IIT works by having a cascading set of keyword windows. You can drill down to the desired level of detail, then apply the entire 'tree' to an image by drag and drop eg.
    Europe > UK > England > North Yorkshire > Whitby.
    All of the words are applied to the IPTC, plus you can assign synonyms EG Europe, EU, EEC.
    I've seen in my demo version of Aperture the ability to create the cascading set of keywords, but it doesn't seem to apply all of the branch, just the bottom word. I see the others are greyed out. Does this mean they are not embedded, or would they be applied on any exported images, say for stock library submissions?
    I'm pretty impressed with my demo version so far and if I can get a workflow I like, I can see me scrapping IIT and Bridge.
    AAny suggestions very welcome.
    Regards
    Neill Watson
    PowerMac G5 and Powerbook G4   Mac OS X (10.4.7)  
    PowerMac G5 and Powerbook G4   Mac OS X (10.4.5)  

    Hi this might help;
    http://homepage.mac.com/bagelturf/aparticles/metadata/keyhigh/keyhigh.html

  • SOAP Adapter Question

    My scenario is PI receives an xml file from ECC and sends it out in a SOAP call to a third party.
    I have added the WSDL as an external definition and performed all the setup to call the webservice and pass data.  That all works fine.  My issue is I need to send the xml I received from ECC to this third party.  The WSDL contains 5 items, 4 text fields and a payload.  The payload should contain the entire xml received from ECC.
    How do I get this xml into the payload field?  In my message mapping, I map the first 4 fields, but for the payload field, I'm not sure what to do.  Any ideas?
    Larry

    You need to use XSLT mapping to achive this. getting the entire XML into one field in the target field.
    If you are using 7.1, please refer SAP PI 7.1 Mapping Enhancements Series: Copy XML Subtree
    Edited by: Rajesh on Nov 23, 2011 4:39 PM
    Edited by: Rajesh on Nov 23, 2011 4:43 PM

  • WSDP Soap toolkit - Deserialisation error

    I am testing the Webservices which in the remote place. If it throwing any error output i am getting the following error.
    Note: All Needed jars are in classpath - Many times i checked.
    java.rmi.RemoteException: Runtime exception; nested exception is:
    deserialization error: unexpected XML reader state. expected: END but found: START: {http://www.themindelectric.com/}exception
    ---------------------------

    This happens when 1) either elements received in the soap message are not
    in the proper order, 2) they are named wrong, or 3) there are extra elements. Please check to make sure that the soap message is properly
    formatted according to what the WSDL says.

  • WebLogic SOAP - newbie question

    Hi all I am new to WebLogic. I did some research a while back and discovered that WebLogic did not support any SOAP definition and that if you needed to use .Net from a windows platform your only option was to write a DotTux Tuxedo and .NET integration communication layer.
    Is this still the case or does WebLogic/Tuxedo support a SOAP standard?
    Thanks,
    -john

    Here is what I read from the link
    http://edocs.bea.com/tuxedo/tux81/overview/webacces.htm
    Under the heading -
    Exposing BEA Tuxedo Services as Web Services
    Efforts are currently underway to expose existing BEA Tuxedo ATMI and CORBA services as Web services through BEA WebLogic Server. From a consumer point of view, Web services are program components—objects with encapsulated functionality—that are registered on Internet servers to be used as-is or in combination with Web-based applications. Web services may vary from simple programs to major components of a complex application.
    As you can see it says efforts are currently underway...
    Thanks for the link I will read it.
    -john

  • Internet Toolkit question

    I have to do some work with this...simply view an embedded front panel
    image in a html file via the internet. It will be a animated image
    using .monitor
    I have 2 HTTP servers. One server is on my computer using my computers
    ip (start HTTP server)and the other is my isp's. My isp's HTML server
    has the HTML file and embedded in the HTML file is the image source tag
    with a "pointer" to my computer's HTML server...you can see one of my
    examples here
    http://members.home.net/cspangle/tryagain.htm
    I have been playing with it at my house and the .vi image in my html
    file is consistently broken. I have used both port 80 and 90 and
    when I use 90 I make sure I put the :90 in the tag.
    If I put localhost before the ip address then I can se
    e the image from
    my computer but no other computer. If I just put my ip address then I
    cant see the image from any computer.
    The server config is held in the .../home directory as well as the vi
    and I save any changes I make to the server in this directory. Server
    is running fine and front panel is up. I tried .snap as well and still
    a broken image
    This is driving me nuts and I wonder if it's my isp that is restricting
    something?? I guess I just need to start on the network at work, but I
    would like to be able to get this done here first so I know exactly
    what I'm doing at work.
    any ideas???
    Sent via Deja.com http://www.deja.com/
    Before you buy.

    "NHB" wrote in message
    news:8fb26l$7s7$[email protected]..
    > Hi all,
    >
    > After writing several control sytems for various machines with
    > BridgeVIEW, I have the task of putting the front panel of one .vi on
    > the intranet so that it may be viewed from any terminal on the network,
    > or at least one other terminal.
    >
    > It needs to be viewed as an animated front panel and in real time (or
    > as close as possible).
    >
    > I have never used the internet toolkit before and I am curious about
    > how hard the task is?? and about how much time it might take??
    I can't rember the detials off the top of my head but it was fairly straight
    forward.
    Also - You don't need the most expensive version of LabView 5.1 to do this,
    the "middle"(?) version of 5.1 all
    ows you to serve an animated frontend for
    watching progress - you only need the most expensive version of 5.1 if you
    need remote control via a WWW page. (NB 5.0 "middle" doesn't have www
    features)
    Peter

  • Attachment support in SOAP in OC4J

    I have a question on OC4J 9.0.3 about handling attachments along with a SOAP request or response message. I am evaluting the use of Microsoft SOAP Toolkit 3.0 in building a C++ SOAP client. In the SOAP Toolkit 3.0 Microsoft claims that it supports sending attachments along with SOAP request or response message to enhance preformance by reducing the overhead of data encoding. For example, sending a file as an attachment rather than as the body of a SOAP message.
    Does OC4J has the ability to such handle attachments?
    Thanks,
    Edmond

    Oracle SOAP is based on Apache SOAP and does support attachments through MIME. Oracle9iAS J2EE Web services build on top of that, does not have support for attachments. To get Oracle SOAP you just deploy the soap.ear that comes with OC4J (<OC4J_Home>\soap\webapps\soap.ear) you should be able to run the standard Apache SOAP 2.3.1 attachment sample - if you are using JDeveloper, the stand-alone OC4J comes pre-configured with Oracle SOAP.
    The attachment sample is only included in a full install of Oracle9iAS, not with the stand alone OC4J. So, if you don't have a full Oracle9iAS install, the best way to get the attachment samples is to take the samples that you can download with Apache SOAP 2.3.1 on xml.apache.org/soap - see http://xml.apache.org/soap/docs/guide/attachments.html for doc. Bear in mind the long term support for Oracle SOAP is being deprecated in favour of JAX-RPC and the goal will be to use that standard's attachment support.
    Mike.

Maybe you are looking for

  • My MacBook Pro is running very slow.  I've run repair permissions without positive result.  Does anyone have any ideas?

    My MacBook Pro (2010) is runnign very slow.  This came on all of a sudden.  It opens, closes, reboots, etc., all much slower than ever before.  I have used the repair disk permissions without any positive result.  Does anyone have any ideas?

  • Lost purchased itunes music

    my computer went down and i took it to a store to have it repaired, he restored just the my documents and it looks like I lost all my purchased itunes music as the "purchased music" folder is empty. I had several thousand songs that I had bought when

  • BUSINESS RULES GIVING REFRESH ERROR

    Hello Gurus, We are facing one issue in GRC 10 When we are trying to execute Business Rules we are getting below error. Could you please help me to resolve this issue? Last query refresh failed due to internal errors; contact your admin Last query re

  • How can I get last 3 characters of the record

    Hello, This statement [cdoe]select substr(password,1,3) from admin; is getting first 3 characters whereas I want to read last 3 characters Best regards

  • MDMP to  UNICODE  Whats the big diff?

    Hello All, What are the major differences in with MDMP UNICODE Conversion versus a SINGLE CODEPAGE UNICODE conversion?  We have already had a successful single code page  unicode conversion.  We have all the documents and the links to all the documen