Web-service can send to me ??

I a bank has web-service and provide way
1- i make a https connection and send request and wait response
2- the web-service send to report he know my ip
so the way 2 how ?
how i wait a report ?
thanks

Web service can call a servlet running at your IP with response (report).
so
in my side deploy this servlet on application server ?? or what ??
if yes othe way can do this without any application server such socket ??
any idea
the server will push to me a report (xml format )
so how can i read it ??

Similar Messages

  • Web Service SOAP Sender Authorization

    Hi all
    I have been implementing a Web Service (SOAP Sender CC) that should be consumed by an external party. I have been testing it successfully using XMLSpy with the drawback of the authentication box coming up even though I have added sap-user and sap-password to the URL as following:
    http://<host>:50000/XISOAPAdapter/MessageServlet?channel=:SOAP_Service:CC_SOAP_Sender&sap-user=<name>&sap-password=<pass>
    The user that I have created for this has the profile SAP_XI_APPL_SERV_USER assigned.The request is successfully executed when I enter <name> and <pass> in the box. My understanding of it would be that the box does not show up if the login parameters are provided with the URL. Do I have to do any additional settings so that the login information will be taken from the URL parameters automatically instead bringing up the authoritzation box?
    My CC settings are as following:
    Adapter Type: SOAP (SAP BASIS 7.00)
    Sender
    Transport Protocol: HTTP
    Message Protocol: SOAP 1.1
    Adapter Engine: Integration Server
    HTTP Security Level: HTTP
    Conversion Parameters: Keep Headers
    Quality of Service: Best Effort
    Any feedback would be appreciated.
    Thank you,
    Daniel

    Hello Daniel,
    1. You can add username and password to the SOAP URL and expose your XI Interface as a webservice. Just that the URL is different than the one you are using and you do not need a Sender SOAP adapter but the blog I have listed above.
    2. You can turn of Basic authentication on Sender SOAP adapter's but it is not recommended as it would turn off all authentication for SOAP scenarios and it can lead to security risks.
    I have seen a few forum threads describing how to turn of Basic authentication for SOAP adapters but from what I have heard from SAP, they do not recommend using this option.
    Regards
    Bhavesh

  • Web service can't start in Admin Server

    Hello,
    I work with a xserve (mac os x server 10.4.9), with a default install of apache 1.3, there is also php4 installed and i've tryed to install php5 with "entropy-php.mpkg".
    After I have stop the web service in Admin server and now i want to restart it but it say that it's impossible to start the web service. it say that i have to read http log files. I have read the error_log file into var/log/httpd but the last trace is "caught SIGTERM, shutting down".
    Can you help me, please ?
    thanks

    Sorry for my bad english.
    I fix the bug , it wasn't because of Mac os x server but only my install of "entropy-php.mpkg" what put a file into httpd conf directory "/etc/httpd/sites/". By removing this file, the web services can restart.
    ouf...
    have a good day..

  • Want to find out how much data a Web Service is sending to client (JWSDP)

    Well, the subject line didn't fit what I was intended to say, so if you don't get what I am saying in the subject line, I am sorry.
    My question is... I have a Web Service client that uses stub classes generated by wscompile in JWSDP. I am wondering, it there a way to find out how much data the Web Service is sending back to my client.
    The reason I asked is this, I used WebLogic 7.0 workshop to create a Web Service and also used JWSDP to create the same Web Service which deploys to Tomcat. The generated WSDL files from WebLogic workshop and JWSDP that expose the same functionalities have differences. The WSDL from WebLogic workshop is 1.5 times the size of the WSDL from JWSDP. When I tested both with client programs, calling the Web Service in Tomcat (which uses JWSDP to built) is much quicker than calling the Web Service in WebLogic.
    For this reason, I would liked find out if the Web Service from WebLogic is sending more data than the one created with JWSDP.
    Thanks.

    I've used the TcpTunnelGui utility to see the HTTP flowing up and down the wire, that might help you.

  • Urgent!! PL/SQL web service can not get output param in BPEL

    OC4J 10.1.2 generate PL/SQL web service can not get output param can not get output param in BPEL when call a pl/sql webservice.
    wsdl as follow:
    <types>
    <schema targetNamespace="http://db.func.getqf/COMMON.xsd" xmlns:tns="http://db.func.getqf/COMMON.xsd" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <complexType name="db_func_getqf_COMMONUser_getqf_Out">
    <all>
    <element name="pnqfysOut" type="xsd:decimal"/>
    <element name="pnzqfOut" type="xsd:decimal"/>
    </all>
    </complexType>
    </schema>
    </types>
    <message name="getqfOutput">
    <part name="return" type="xsd1:db_func_getqf_COMMONUser_getqf_Out"/>
    </message>

    the wsdl which generate by OC4J is as follows:
    <?xml version="1.0" ?>
    - <definitions name="COMMON" targetNamespace="http://db.func.getqf/COMMON.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://db.func.getqf/COMMON.wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd1="http://db.func.getqf/COMMON.xsd">
    <documentation>WSDL for Service: COMMON, generated by Oracle WSDL toolkit (version: 1.1)</documentation>
    - <types>
    - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://db.func.getqf/COMMON.xsd" xmlns:tns="http://db.func.getqf/COMMON.xsd" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <complexType name="db_func_getqf_COMMONUser_getqf_Out">
    - <all>
    <element name="pnqfysOut" type="xsd:decimal" />
    <element name="pnzqfOut" type="xsd:decimal" />
    </all>
    </complexType>
    </schema>
    </types>
    - <message name="getqfOutput">
    <part name="return" type="xsd1:db_func_getqf_COMMONUser_getqf_Out" />
    </message>
    - <message name="getqfInput">
    <part name="param0" type="xsd:string" />
    </message>
    - <portType name="COMMONPortType">
    - <operation name="getqf">
    <input message="tns:getqfInput" />
    <output message="tns:getqfOutput" />
    </operation>
    </portType>
    - <binding name="COMMONBinding" type="tns:COMMONPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
    - <operation name="getqf">
    <soap:operation soapAction="urn:db-func-getqf-COMMON/getqf" />
    - <input>
    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:db-func-getqf-COMMON" />
    </input>
    - <output>
    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:db-func-getqf-COMMON" />
    </output>
    </operation>
    </binding>
    - <service name="COMMON">
    - <port name="COMMONPort" binding="tns:COMMONBinding">
    <soap:address location="http://localhost:9700/plsqlgetqf/getqf" />
    </port>
    </service>
    </definitions>

  • UTL_HTTP to call a web service to send SMS

    Hi All,
    I am trying to send SMS through a web service, and before doing it on a form, I tried to check this with UTL_HTTP from sql plus
    below given is the code i tried
    SQL> SET DEFINE OFF
    SQL> SELECT UTL_HTTP.REQUEST('http://80.227.146.106/Receiver/sms99.aspx?usr=JOE123&pass=JOE321&
    msisdn=971556221690&msg=test msg through ibuzz&mt=0') FROM DUAL;
    and am getting the result as shown below
    UTL_HTTP.REQUEST('HTTP://80.227.146.106/RECEIVER/SMS99.ASPX?USR=JOE123&PASS=JOE321&MSISDN=97155
    <HTML><HEAD>
    <TITLE>Request Error</TITLE>
    </HEAD>
    <BODY>
    <big></big>
    <TABLE border=0 cellPadding=1 width="80%">
    <TR><TD>
    <big>Request Error (unsupported_protocol)</big>
    </TD></TR>
    <TR><TD>
    Your request used a protocol that is not currently supported.
    </TD></TR>
    UTL_HTTP.REQUEST('HTTP://80.227.146.106/RECEIVER/SMS99.ASPX?USR=JOE123&PASS=JOE321&MSISDN=97155
    <TR><TD>
    </TD></TR>
    <TR><TD>
    </TD></TR>
    </TABLE>
    </BODY></HTML>
    protocol used for the webservice is HTTP
    they have given an IP with port number
    and the method is GET
    url 'http://80.227.146.106/Receiver/sms99.aspx'
    parameters are msisdn, msg, mt
    their response would be either true or false.
    I tried this on Oracle9i Enterprise Edition Release 9.2.0.1.0
    and the message is
    Your request used a protocol that is not currently supported.
    when i tried the same on Oracle Database 11g Release 11.2.0.1.0
    i got
    Request Error (unsupported_protocol)
    Can someone help please...........why am i getting such an error?

    Hi,
    This forum is dedicated to Oracle SQL Developer Data Modeler, so it is possible to get an answer here, but it is not very likely.
    Try to get help in in more appropriate forum from here
    https://forums.oracle.com/forums/main.jspa?categoryID=84
    Regards

  • Web Services - SOAP Sender and WSS

    I created a web service in PI 7.0 and created a WSDL for the client.  I created it to go to the Integration Engine instead of the Adapter Engine.  It uses HTTP (not SSL).  I am able to test it using soapUI (and a user/pwd with SAP_XI_APPL_SERV_USER role).  It works fine there.
    I gave my WSDL to the person making the real service client.  It turns out they can only make a call with WSS-PasswordType sent to "PasswordText" or "PasswordDigest".  He is getting an 401 Login error with every attempt.  I messed with these settings in soapUI and get the same error.
    Now I guess I need to adjust my service to support a WSS-encrypted password.  I generally assume such a thing would be driven from the server.  Do I need to get a certificate from my client?  I also assume I will need to make my service run through the Adapter Engine to support this...hence need to make Sender CC and Sender Agreement now in order to set up the WSS details.
    Please let me know if you agree.  Else...is there a way to leave my service as it is (through IE) and just handle the clients WSS password another way?
    Thanks,
    Keith

    You have to use Axis framework in SOAP adapter to handle this.

  • Fusion adf page invoking web service can't pass WS-Security

    I am using Fusion ADF web service data control build a page to invoking a Fusion web service call, and keep getting this error:
    Client received SOAP Fault from server : InvalidSecurity : error in processing the WS-Security security header
    While testing in soapUI, it works with username, password and Ws-Password type set to ‘text’.
    I have been playing with adding different security Policies within the web service Data control, though no luck so far.
    Any advices?
    Thank you!
    Philip
    Global Sales Engineering (formerly DSS)

    The problem is that now, with Weblogic Server the project is divided in two...
    And the import goes with the BPEL.JAR and not with EAR files to Weblogic SoaDomain.
    Someone knows where I can find some documentation about this issue ? This maybe could be a "bug" when deploying Human Tasks to Weblogic Appserver ?
    Thanks

  • Query as a Web Service can't see .unx universes to use as data source?

    Hi,
    I created a Universe using Information Designer. The Universe is published on the server as *.unx.
    With Query as a Web Service Designer, I connect to the server to create a query. However, in "Choose a universe as a data source for the query", I do not see the *.unx Universes, I only see *.unv Universes.
    Both software are the latest version (XI 4.0).
    Anyone know what is the issue here?
    Thanks,

    Hi there,
    So in QaaWS tool, therefore, only UNV files are seen?
    Regarding going through WebI Rich client > Web Services, how do I generate a URL?
    In WebI Rich client this is already sourcing the Web Service (provided i already have a URL)...
    I am confused with this.
    Can someone please reply?
    Regards,
    Iris

  • Jdeveloper- web service- can't produce wsdl for java List

    Hi-
    I think this is a jdeveoper bug. It looks like the same bug as #4706306 in Jdeveloper 10g bugs.
    There is a workaround suggest to use additional classes in the web service. But it does not work on 11g.
    Details of the problem ........
    I am trying to create a web service and client using jdeveoper 11g.
    For some reason, the wsdl generated from the jdeveoper is incorrect. My java classes used List.
    Apparently, jdeveoper does not like List . I can reproduce the problem using three files as attached.
    the files are 1)Baby.java, 2)Papa.java, and 3)MyCall.java. The webservice is MyCall Class and the web method is getPapa().
    After I created the web service and its wsdl, I then used the wsdl to create a client. then files are generated from the
    wsdl for client . One of the file as in 4)Papa.java has a wrong List<Object>. It should be List<Baby>.
    I can't move forward because of this problem. If any one can help, I'll be very appreciated.
    Thanks!
    Jason
    1) ---- Baby.java-------------------
    package yexp;
    public class Baby
    private String name;
    public void setName(String name)
    this.name = name;
    public String getName()
    return name;
    2) Papa.java ---------------------
    package yexp;
    import java.util.List;
    import java.util.ArrayList;
    public class Papa
    List<Baby> babyList;
    public List<Baby> getBabyList()
    return babyList;
    public void setBabyList(List<Baby> babyList)
    this.babyList = babyList;
    3) MyCall.java ------------------------------------------------
    package yexp;
    import java.util.List;
    import java.util.ArrayList;
    public class MyCall
    public Papa getPapa()
    Baby baby = new Baby();
    baby.setName("mmmBaby");
    List<Baby> babyList = new ArrayList<Baby>();
    babyList.add(baby);
    Papa papa = new Papa();
    papa.setBabyList(babyList);
    return papa;
    4) Papa.java from client ---------------
    aquilo#cat Papa.java
    package z;
    import java.util.ArrayList;
    import java.util.List;
    import javax.xml.bind.annotation.XmlAccessType;
    import javax.xml.bind.annotation.XmlAccessorType;
    import javax.xml.bind.annotation.XmlElement;
    import javax.xml.bind.annotation.XmlType;
    * <p>Java class for papa complex type.
    * <p>The following schema fragment specifies the expected content contained within this class.
    * <pre>
    * &lt;complexType name="papa">
    * &lt;complexContent>
    * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    * &lt;sequence>
    * &lt;element name="babyList" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
    * &lt;/sequence>
    * &lt;/restriction>
    * &lt;/complexContent>
    * &lt;/complexType>
    * </pre>
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "papa", propOrder = {
    "babyList"
    public class Papa {
    @XmlElement(nillable = true)
    protected List<Object> babyList; //??????? PROBELM should be List<Baby> babyList
    * Gets the value of the babyList property.
    * <p>
    * This accessor method returns a reference to the live list,
    * not a snapshot. Therefore any modification you make to the
    * returned list will be present inside the JAXB object.
    * This is why there is not a <CODE>set</CODE> method for the babyList property.
    * <p>
    * For example, to add a new item, do as follows:
    * <pre>
    * getBabyList().add(newItem);
    * </pre>
    * <p>
    * Objects of the following type(s) are allowed in the list
    * {@link Object }
    public List<Object> getBabyList() {
    if (babyList == null) {
    babyList = new ArrayList<Object>();
    return this.babyList;
    Edited by: jchen8996 on Apr 5, 2010 8:17 AM

    Try using Collection instead of list so:
    Collection<Baby> babyList = new ArrayList<Baby>();

  • TS3274 Internet fine but email just says no service can send mail but not recieve

    iPad says no service,can use Internet and send mail just do not recieve any

    Hey Unitrode,
    Welcome to Apple Support Communities, and thanks for the question. If you're experiencing difficulty with email on your iPad I'd check out the following troubleshooting steps, especially step 5:
    iOS: Unable to send or receive email
    http://support.apple.com/kb/ts3899
    All the best,
    David

  • How different Web Services can use a class which parses an XML file

    I am using RAD6.1 for developing and deploying web services.As I am using 15 web Services which uses a common class which is used to parse an XML file.As this XML file should be parsed only once and should be used by all the web services.I have made this common class as Singleton but it works as singleton for only one webservice and for other web service again it is parsing the xml file.I want to parse this xml file only once and used by all the web services.In my case tis file is parsed 15 times for 15 web services, but it should be parse donly once and used by all 15 services.Please give me the solution.
    Thanks and Regards
    Sayeeduzzaman

    Hello,
    the 15 Webservices should have a static attribute which contains the xml:
    private static String xml;
    then initialise the xml like this:
    if (xml == null)
    xml = parseIt();
    else
    //do nothing, XML already initialised!
    }

  • What web services can be used by SM7.0 application?

    Gurus:
    For CHARM, seems CHARM does not use any web services.
    How about SMD, Service Desk, Monitoring, KM? Do they use any web service?
    Thanks!

    How is LAMP related to Java?
    I would suggest JSF with a rich (ajaxical) component library, such as JBoss RichFaces.

  • Web Service only sending one item inside an Array

    I reproduced same bug
    http://bugs.adobe.com/jira/browse/SDK-12029
    in Flex 3.0.0.0
    I passed three elements:
    (Object)#0
    args = (Array)#1
    [0] 5814
    [1] 5815
    [2] 5816
    request = "getState"
    SOAP generated request only for one id :
    <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:Body>
    <getState>
    <id>5814</id>
    <getState>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    What build are you on? This issue is resolved with the HF3
    updates. You flex 2.01 HF3 at at
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402381&sliceId=1
    For MOXIE you should try this with the latest bits. Also, you
    could submit a bug along with your test case that demos the exact
    issue and I'll have a look at it. Along with the sample you
    can/should post the WSDL and the captures of your SOAP
    request/response - but also know that sdk-12029 is resolved as I
    could not reproduce it.

  • Web Service SOAP Sender Authentication issue

    Hi Experts,
    Synch Scenario: Webservice call from SOAP client-> XI -> RFC Bapi call to R/3 and back to SOAP client with data.
    Soap Adapter on J2ee receives and process call ok, the error we are getting is on connection from AFW to IS; the error in the security log is:
    Attempting to create outgoing ssl connection without trusted certificates ,
    Warning , /System/Security/SecureConnectionFactory ,
    com.sap.security.core.server.https.SecureConnectionFactory , 
    Any tips where to look? We have enabled Principal Propagation via assertion tickets following SAP document to carry user id to R3 for authority check when Bapi runs.
    IS self signed cert has been imported to J2ee Ticketkeystore and J2ee cert has been imported to IS Strust/StrustSOO2 store adn added to ACK list. WE are using Http between J2ee and IS...hwoever from the erroe message it looks like it is evaluatiing https library com.sap.security.core.server.https.SecureConnectionFactory ?
    Thanks in advance for any help.
    Margaret

    did u instsall CA in ur visual admin for https/ssl t owork

Maybe you are looking for

  • In Sales Order form populate charges field after saving the Sales Order

    Can we populate Charges field in Sales Order form after saving the sales Order automatically. The charges to be calculated based on the amount entered and the item selected in Sales Order. In the Manual process it is done by hitting the Actions Butto

  • Need HELP - Duplicating a DVD (movie)

    Is anyone able to help me copy a movie onto my macbook so I can place it on my ipod? Please!?!?!? Message was edited by: DWSLAS

  • Active Directory -- returning data through ldap query

    I am using the tcUtilLDAPController to connect to AD and wish to run a query however only 1000 records are getting returned, how do i get the next set of 1000 records? ---------Code-------- ldapController = ldapUtil.connectLDAP(adServerAddress, adSer

  • Panel Splitter width

    Hi , i can set panel splitter width of an application from skin using af|panelSplitter -tr-divider-size: 0; is it possible to define splitter width for differ panel splitter i tried with style class like af|panelSplitter.splitter1  af|panelSplitter -

  • How to add  basic data text into material master?

    Hi anybody, I want update only basic data text into material master. how to update basic data text ? is it any bapi or functional module is there in abap? anybody please tell me. tks s.muthu