Accessing a webservice via SOAP from Designer with Authentication

Hi,
I've created a simple process, with one "setValue". The process has two variables "StringIN" and "StringOUT". The setValue sets StringOUT to "hello " + StringIN. The process is therefore called "helloTest" ;-)
Now, when I create a PDF in Designer, I make a connection to my webservice. However, I must supply the Username/Password, because the service is not accessible without authentication. In XMLSpy for instance, I get an Authentication popup ...
How can I do this in Designer ? The popup does not show and I get an error saying that Acrobat can't read the file ...
Regards
Yves

Make sure your service doesn't use authentication.
Go under http://localhost:8080/adminui. Then under Services/Archive Administration/Service Management, find your service.
Then under the Security Tab, set the Security Option to Disabled.
That should let you make an anonymous web service call properly to that service.
Since your service also call other services, you might have to do the same for every service in your process (setvalue service, and other ones if you use other services). They all need the security to be disabled.
Jasmin

Similar Messages

  • How to call webservice via SOAP on WebAS 620

    Hi,
    I am working on WebAS 620 and want to call from ABAP side a Webservice via SOAP.
    The webservice belongs to a third party tool and is placed on a different server.
    This webservice is pretty easy (2 import parameters and 1 export).
    Unfortunately it seems to me that the SOAP framework does not support such calls. It just supports calls of RFC enabled function modules. This is not what I want.
    Do you know if this is possible and how I can do it?
    Best regards,
    Jan Heffter

    check this weblog
    /people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap
    Regards
    Raja

  • Call MS com object via SOAP from WLS 6.1

    I generated a WSDL file for a Microsoft com object and can easily write a WL
    web service that calls it using Workshop 7.0. But I need to deploy it on a
    WLS 6.1 server. (I was hoping that Workshop would simply generate the source
    code required for accessing the com object via soap, which I could then cut
    and paste into my own source, but it doesn't do that.)
    Does anyone have an example of how to do this?

    Hi Mel,
    You said that you want to "deploy it on WLS 6.1", but I think what you really
    meant is that you want a J2EE component (i.e. JSP, Servlet, EJB, etc.) running
    in WLS 6.1 to consume the WSDL you created from the COM object, right?
    If so, the web services package in WLS 6.1 can be used to do this :-) If you tell
    me what type of J2EE component (i.e. JSP, Servlet, EJB, etc.) you want to be the
    client, I'll provide you with some sample code. Also, be sure you attach the WSDL
    that was generated, because WLS 6.1's WSDL processor isn't as complete as the
    one in WLS 7.0 and Workshop :-)
    Regards,
    Mike Wooten
    "Mel Werbow" <[email protected]> wrote:
    I generated a WSDL file for a Microsoft com object and can easily write
    a WL
    web service that calls it using Workshop 7.0. But I need to deploy it
    on a
    WLS 6.1 server. (I was hoping that Workshop would simply generate the
    source
    code required for accessing the com object via soap, which I could then
    cut
    and paste into my own source, but it doesn't do that.)
    Does anyone have an example of how to do this?

  • Send email from OWB with authenticated SMTP server (AUTH_LOGIN)

    Hi all,
    I want to send email from Oracle Warehouse Builder 11.2.0.2 using a SMTP server with basic authentication (AUTH_LOGIN).
    I've created an ACL for OWBSYS user according to note ID 1229769.1 in support.oracle.com.
    But, I need to configure again the ACL to connect to the SMTP server using user and password.
    I read the article in metalink, *How to Send an Email Using SMTP over an SSL Connection [ID 1323140.1]*+
    but I don't know how can I configure again the ACL for use in OWB.
    How OWB is able to authenticate with the SMTP server?
    Thanks!
    Maximiliano.

    Duplicate -
    How to send email from OSB with Mail server that requires SSL or STARTTLS
    Regards,
    Anuj

  • Implement a SOAP Request in an SSIS Package that sends a SOAP Message (Env) with Authentication Info, Receives XML FIle?

    We need a small SSIS package to pass a SOAP message to a SOAP server and receive the response xml message. 
    We have the SOAP Endpoint, SOAP Action, and SOAP Message (which contains authentication elements). They work in a Talend Data Integration job (using
    Talend's tSOAP component). A screenshot showing the Talend job and the configuration of the tSOAP component
    is attached.
    We need to implement the same thing in a Microsoft SQL Server 2012 SSIS package but haven't been able to get an SSIS Web Services task to work. 
    We haven't been able to configure it to pass the SOAP Action and SOAP Message.  
    How should this be accomplished in SSIS?
    kholberger

    I guess I was not clear.  The Talend job works perfectly (and it took only a few minutes to configure). 
    I need to replicate the SOAP request function in an SSIS package.  I've been trying to configure an SSIS Web Services Task to do that without success. 
    The SSIS Web Service Task asks for the .wsdl file, which I provide (though the Talend component
    does not ask for it), but the SSIS WST does not ask for the SOAP Action or SOAP message.  The target web service is protected by a security gateway that rejects the SSIS WST request.  Somehow, the Talend tSOAP component sends the
    SOAP message, which contains the security definition and authentication credentials (you can see part of that in the screen shot) which the endpoint accepts.
    The question is: "How does one implement a SOAP web service request in an SSIS package that sends the SOAP Message".
    Thanks.
    kholberger

  • Access Remote Webservice via Internet

    Hi all,
    Iam new to Web Services ...
    Could any of u give me an Article or Code ... how could we access a basic webservice from Java ..... which is available remotly.
    plz help me .. tks in advance...

    abp_JavaPrg@mdu wrote:
    I got the same error while I trying to connect the server in that port via ssh.I know ssh is "the new telnet", but I did not say telnet to be retro. ssh does encryption stuff, telnet does not. For checking that a port is open and (if the server sends at least the handshake in a human readable format) checking that the server you think is running is running telnet is a better option.
    From the sounds of it the application you think is running is not running.

  • How to access SOAP web service with authentication, HTTP basic Authentication

    Dear All
    i use Flash Builder 4.5, flex 4..1, i am developing a flex client to soap webservices hosted over Glassfish 2 Java server, the web services is protected by HTTP Basic Authentication, everythime i run my code , the prombt for username and password show up, i need to pass user name and password through action script, i followed the flollowing (but was for http web service, not soap) but really did not work.
    http://stackoverflow.com/questions/490806/http-basic-authentication-wi th-httpservice-objects-in-adobe-flex-air
    http://forums.adobe.com/message/4262868
    private function authAndSend(service:HTTPService):void
            var encoder:Base64Encoder = new Base64Encoder();
            encoder.insertNewLines = false; // see below for why you need to do this
            encoder.encode("someusername:somepassword");
            service.headers = {Authorization:"Basic " +encoder.toString()};                                               
            service.send();
    Also i noticed in debug mode, always that WARNNING raised up
    Warning: Ignoring 'secure' attribute in policy file from http://fpdownload.adobe.com/pub/swz/crossdomain.xml.  The 'secure' attribute is only permitted in HTTPS and socket policy files.  See http://www.adobe.com/go/strict_policy_files for details.
    any idea ?

    Hello,
    I don't know if this could help.
    Another way to connect to a web service by SOAP and WSDL is to click on the Data/Services panel, then click on "Connect to Data/Services" and then select the "Web Service" (WSDL) icon. This could help as well.

  • Java client to MS CRM 3.0 webservice via SOAP : empty credentials received

    Hi,I've been trying to connect to a webservice hosted on a MS platform where IIS runs on and CRM.Based on the WSDL file the project has been built up using a proxy to get it done.
    a source file is generated by Oracle tools ( is a utility client for invoking the operations of the Web service port).
    When the client runs there is the following happening :
    The HTTP analyzer shows a HTTP 402.2 error for each occasion.
    When monitoring the IIS (using AuthDiag) I found the following :
    <AuthMonRow Number="28" tid="0xbd0" Date="12/14/2006 09:31:04.236"
         Name="AcceptSecurityContext" Result="0x80090308" ContextAttr="0x0"
         Package="" UserName=""
         ClientName=""
         ServerName=""
         time_taken="0 ms" />
    The fields are empty?
    Take a look a the code below where you see the fields are fields in though..
    Also the testclasses (which I have let JDevloper automaticcaly make) have been resulting to the same effect.
    Thanks for any help you could input.
    public class CrmServiceSoapClient {
    private connectappl.proxy.CrmServiceSoap _port;
    public CrmServiceSoapClient() throws Exception {
    ServiceFactory factory = ServiceFactory.newInstance();
    _port = ((connectappl.proxy.CrmService)factory.loadService(connectappl.proxy.CrmService.class)).getCrmServiceSoap();
    * @param args
    public static void main(String[] args) {
    try {
    connectappl.proxy.CrmServiceSoapClient myPort = new connectappl.proxy.CrmServiceSoapClient();
    System.out.println("calling " + myPort.getEndpoint());
    // Add your own code here
    myPort.setPassword("passwordvalue");
    myPort.setUsername("usernamevalue");
    connectappl.proxy.types.com.microsoft.schemas.crm._2006.coretypes.CallerId callerId = new connectappl.proxy.types.com.microsoft.schemas.crm._2006.coretypes.CallerId();
    callerId.setCallerGuid("caller ID string");
    connectappl.proxy.types.com.microsoft.schemas.crm._2006.query.QueryBase query = new connectappl.proxy.types.com.microsoft.schemas.crm._2006.query.QueryBase();
    ColumnSetBase csb = new ColumnSetBase();
    query.setEntityName("usersettings");
    query.setColumnSet(csb);
    BusinessEntityCollection bec = myPort.retrieveMultiple(query,callerId); //RMIException here
    BusinessEntity[] be = bec.getBusinessEntities();
    int l = be.length;
    } catch (Exception ex) {
    ex.printStackTrace();
    * delegate all operations to the underlying implementation class.
    Executes business logic and special operations using a message-based approach.
    The Execute method takes a message request class as a parameter and returns a message response class.
    public Response execute(Request request,
    connectappl.proxy.types.com.microsoft.schemas.crm._2006.coretypes.CallerId callerId) throws java.rmi.RemoteException
    return _port.execute(request, callerId);
    Executes a query specified in the FetchXML language. The results are returned as an XML string.
    public String fetch(String fetchXml, connectappl.proxy.types.com.microsoft.schemas.crm._2006.coretypes.CallerId callerId) throws java.rmi.RemoteException {
    return _port.fetch(fetchXml, callerId);
    Creates an instance of an entity.
    public String create(BusinessEntity entity, connectappl.proxy.types.com.microsoft.schemas.crm._2006.coretypes.CallerId callerId) throws java.rmi.RemoteException {
    return _port.create(entity, callerId);
    Retrieves a collection of entity instances of the specified type, which meet the specified conditions.
    public BusinessEntityCollection retrieveMultiple(connectappl.proxy.types.com.microsoft.schemas.crm._2006.query.QueryBase query, connectappl.proxy.types.com.microsoft.schemas.crm._2006.coretypes.CallerId callerId) throws java.rmi.RemoteException {
    return _port.retrieveMultiple(query, callerId);
    Updates the instance of the specified entity.
    public void update(BusinessEntity entity, connectappl.proxy.types.com.microsoft.schemas.crm._2006.coretypes.CallerId callerId) throws java.rmi.RemoteException {
    _port.update(entity, callerId);
    * used to access the JAX-RPC level APIs
    * returns the interface of the port instance
    public connectappl.proxy.CrmServiceSoap getPort() {
    return _port;
    public String getEndpoint() {
    return (String) ((Stub) port).getProperty(Stub.ENDPOINT_ADDRESS_PROPERTY);
    public void setEndpoint(String endpoint) {
    ((Stub) port).setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, endpoint);
    public String getPassword() {
    return (String) ((Stub) port).getProperty(Stub.PASSWORD_PROPERTY);
    public void setPassword(String password) {
    ((Stub) port).setProperty(Stub.PASSWORD_PROPERTY, password);
    public String getUsername() {
    return (String) ((Stub) port).getProperty(Stub.USERNAME_PROPERTY);
    public void setUsername(String username) {
    ((Stub) port).setProperty(Stub.USERNAME_PROPERTY, username);
    public void setMaintainSession(boolean maintainSession) {
    ((Stub) port).setProperty(Stub.SESSION_MAINTAIN_PROPERTY, Boolean.valueOf(maintainSession));
    public boolean getMaintainSession() {
    return ((Boolean) ((Stub) port).getProperty(Stub.SESSION_MAINTAIN_PROPERTY)).booleanValue();
    * returns the transport context
    public ClientTransport getClientTransport() {
    return ((OracleStub) _port).getClientTransport();
    }

    The logs in the analyzer all show requests according to the required spec. however the responses give the 401.2 error.
    Trial:
    added two properties in the Stub class :
    setProperty(ENDPOINTADDRESS_PROPERTY, "http://xxx.xxx.xxx.xxx/MSCRMServices/2006/CrmService.asmx");
    setProperty(PASSWORDPROPERTY, "passwordvalue"); // added setProperty(USERNAMEPROPERTY, "usernamevalue"); // added
    To no avail..

  • [9.2] WebServices and soap:address - problem with exported EAR

    I 've created a top-down web service from a wsdl file.
    The soap address in the orginal wsdl file is
    <soap:address location="https://localhost:7002/SITWebServices"/>
    The soap address in the wsdl file that Workshop create in WebContent/wsdl is:
    <soap:address location="http://localhost:10014/SITEmulator92/services/SITWebServicesPort"/>
    Locally I can run test Web Services both here:
    http://localhost:10014/SITEmulator92/services/SITWebServicesPort
    and here:
    http://localhost:7001/SITEmulator92/services/SITWebServicesPort
    (port 10014 is another port which appears in Web Service Explorer)
    and it works.
    But when I export EAR file and deploy it on a server (ex: http://myserver.com ) I don't know what is the URL of the web service.
    I tried:
    http://myserver.com:10014/SITEmulator92/services/SITWebServicesPort
    http://myserver.com:7001/SITEmulator92/services/SITWebServicesPort
    and others... but there is no web service there.
    Moreover, why the web service doesn't appear in the Web Service list under the deployed EAR (Weblogic console) ?
    Thanks
    Andrea
    Edited by pacionet at 08/24/2007 5:31 AM

    The problem was very silly: I forgot to include the libraries in the export options (Project -> Properties -> Java Build Path -> Check all the libraries).
    The URLs now work.

  • How can I access HTTP services via Extendscript from PPro CC

    I attempting to build an HTML5 panel for Premiere Pro that retrieves assets from a third party REST API but there seems to be no support for Socket or XMLHttpRequest objects in this application which there is for others. (I get Error: Socket does not have a constructor)
    How would I go about making these requests in Extendscript?

    Hi schallis,
    I am also looking into using sockets (creating a socket server in Premiere) from my HTML5 panel, but am also getting "Socket is not defined" when running it in the context of Premiere.
    I think you are mixing up the Javascript engine that is in CEF (Chrome Embedded Framework, which runs the Javascript in your HTML panel), and CEP (Common Extensibility Framework, which runs JSX code). The Socket class in question belongs to the CEP side of things. so the lack of it in CEP doesn't mean that you can't use web sockets (if they were supported) in the CEF side.
    I am fairly certain jQuery doesn't do sockets, so it would be an XmlHttpRequest if using jQuery.

  • [OSB1031] how to call a RESTful service from OSB with authentication

    Hi all,
    I called successfully a RESTful service from OSB.
    We have a business service, named OrderTracer, that wraps the call to the RESTful service.
    The RESTful service requires an authentication so we are trying to find out how the OSB business service should authenticate itself against the RESTful service.
    In addition the RESTful service accepts username/password coded as base64.
    So we defined a Service Account with static resource type and we added the reference to this service account in the business service.
    But when the OSB business service calls the RESTful service, we got an error:
    <fault>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380000</con:errorCode>
    <con:reason>Unauthorized</con:reason>
    <con:location>
    <con:node>RouteNode</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    </fault>
    Does anyone have any hint ?
    Any clue would be of great help.
    Thanks in advance
    ferp

    Hi,
    There's a sample on JSON REST here...
    http://java.net/projects/oraclesoasuite11g/downloads/download/OSB/osb-206-JSONREST.zip
    For other samples, see this...
    http://java.net/projects/oraclesoasuite11g/pages/OSB
    Cheers,
    Vlad

  • Connection from DP to SAP PI 7.11 via SOAP/https failed

    Hello Guys,
    we have a problem with connection from DP to SAP PI via SOAP/https.
    DP send a request and get a timeout. timeout is 2 or 3 minutes.
    DP and SAP PI authentificated with certificates.
    Our Problems:
    DP get now failure code
    in commnication channel monitoring in RWB from SAP PI I see no entry, no error
    in java default trace I see no error.
    What could be the Problem? What must we configure for https communication via SOAP Adapter?
    Which Log get me some information?
    Thanks and regards
    Martin

    Hi Neetesh,
    I have check all, but it resolved not my problem.
    I will describe my scenario again:
    scenario:
    syncronous request from system A over DataPower ->SAP PI to SAP system.
    communication DataPower to PI: SOAP over https
    DataPower located in other network zone.
    port is activated in firewall.
    called URL from DataPower:
    https://<host>:5<instance number>01/XISOAPAdapter/MessageServlet?
    channel=:<business system>:<interface>
    Problem:
    authentication looks like ok. No error in ICM Trace, in default java
    trace login from DataPower IP-adress ok.
    but no message is to see in the communication channel.
    no message in the adapter engine, no message in the integration engine
    DataPower get a timeout. (Timeout 2  minutes)
    we find no error, but also no message
    What could be the error? And where find I some information in SAP PI.
    Thanks and regards
    Martin

  • Using SOAP to access middleware webservice

    URL SOAPUrl = new URL(url);
              SOAPConnection con = SOAPConnectionFactory.newInstance().createConnection();
              ByteArrayInputStream stream = new ByteArrayInputStream(xml.getBytes());
              SOAPMessage message = MessageFactory.newInstance().createMessage(null,stream);
              SOAPMessage reply = con.call(message,SOAPUrl);I am using the above mentioned code to send a SOAP message object to a middleware webservice.
    But im getting the following exception:
    javax.xml.soap.SOAPException: org.xml.sax.SAXException: WSWS3357E: Error: operation description is missing parameter description.
         at com.ibm.ws.webservices.engine.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:115)Could anyone suggest me the reason for this and an apt solution?

    Hi Paul
    I have access to all the documents (JavaScript via Mozilla, Adobe JavaScript API, XFA API etc etc) but none are specific enough to cater for this issue.  I will work this out before too long but it would be very useful if someone who had done this already could shortcut my journey!
    Thanks
    Roxy

  • Not able to access webservice after migrating from 8.1 to 10.3,plz help

    Hi All,
    Prev our application was running in weblogic 8.1 and now we moved to 10.3
    We are able to deploy our webservice in 10.3 and access the wsdl but we are not able to access the webservice from the client.
    Even the testclient is not comming up.
    After spending long time in that,now i dont have any clue on this issue.
    Plz help on this
    Thanks ni advance,
    Mouli

    Sunil,
    We are not seeing any exception.We regenerated the webservice and then deployed in the 10.3
    When we make req from the client ,we are getting null response but thing is there are no log trace in the server side for that
    folllowing is the input string we are pasing to the method notifyservice
    IN the client we pass the wsdl url and then pass the following input string and hit the notifySerivce method
    Req:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?><object><GLCCode>102431</GLCCode><callBackNumber>888256798</callBackNumber></object>
    Res:
    <m:notifyService xmlns:m="http://www.testportal.com/outbound/tsp/WowWebservices">
    <result xsi:nil="true"/>
    </m:notifyservice>
    Therre was an exception in the client side,plz check below
    javax.xml.rpc.soap.SOAPFaultException: Failed to get operation name from incoming request
    at weblogic.webservice.core.ClientDispatcher.receive(ClientDispatcher.java:317)
    at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:147)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:473)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:459)
    at weblogic.webservice.core.rpc.CallImpl.invoke(CallImpl.java:569)
    at weblogic.webservice.core.rpc.CallImpl.invoke(CallImpl.java:422)
    Thanks For your time,
    Mouli

  • Access 2010 on 64 Bit Windows 7 Access "Not Responding" when changing from forms view to design view and back

    I am running
    Windows 7 64 bit
    Access 2010 32 bit
    Developing an application with a split FE BE with both files local but continue to have the message "Not Responding" when switching from forms view to design view and back as well as if I try to connect to a subform or object on the sub form.

    I have seen this behavior when the form's RecordSource is a complex query such as a crosstab or a query with several nested queries. To test if this is your case, remove the RecordSource and see if the form starts acting normal again.
    Then again, if the form has several subforms they might be slowing up the loading time.
    Bill Mosca
    www.thatlldoit.com
    http://tech.groups.yahoo.com/group/MS_Access_Professionals

Maybe you are looking for

  • How to align the components in a jsf page?

    Hi all, In my use case I need to use three UI components like push down menu a textbox and a button. when I dragged all the things on to my jsf page I am getting one by one.( I mean to say that I am getting button beneath pushdown and pushdown beneat

  • Need info on transferring mu

    I'd like to back up my Zen Xtra by transferring the music straight to a CD, bypassing MediaSource alltogether. I don't want to have to transfer to MediaSource and then re-transfer to my player. Is that possible? And i'd rather not have the music stor

  • NTP Problem

    Hi everybody, I need help about ntp issue on my Cisco MDS (m9100-s2ek9-kickstart-mz.5.0.1a.bin ,  m9100-s2ek9-mz.5.0.1a.bin) All my Cisco network equipements synchronises to my ntp server (Cisco catalyst 6500) without any problem except Cisco MDS equ

  • HT204053 I just set up the cloud though music isn't appearing but all the apps are?

    Any ideas?

  • Forms 6i install error

    Hi All, I couldn't install the oracle forms 6i software using the oracle developer. Following error stopping the install to complete, "forms60.vrf(78):OS_ERROR while getting value Path" but I could install reports 6i with out issues. Please help me.