Problem of connection to the application via Web service

Hi,
I'm testing the OCOD web service with SOAPSonar tool but I can not connect to OCOD.
I do not know if the URL which I use is not correct (that is provided in WSDL URL + ? Command = login + Login an password), or that I did not well configure my Login and password, or that it is a problem in OCOD.
Below the URL and the code to use, and the error message to return:
URL:
https://secure-XXXXXX.crmondemand.com/Services/Integration?command=login&username=XXXXXXX&password=XXXXXX
I tried with multiple accounts and also change the username (I tried with: email, User Sign In ID, userID), but nothing.
CODE:
<?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" xmlns:tns="urn:crmondemand/ws/account/10/2004" xmlns:xsdLocal1="urn:/crmondemand/xml/account">
<soap:Body>
<tns:AccountWS_AccountQueryPage_Input>
<tns:PageSize>3</tns:PageSize>
<xsdLocal1:ListOfAccount>
<xsdLocal1:Account>
<xsdLocal1:CurrencyCode/>
<xsdLocal1:AccountName>IBM</xsdLocal1:AccountName>
</xsdLocal1:Account>
</xsdLocal1:ListOfAccount>
<tns:StartRowNum>0</tns:StartRowNum>
</tns:AccountWS_AccountQueryPage_Input>
</soap:Body>
</soap:Envelope>
Error message:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server</faultstring>
<detail>
<ErrorCode>SBL-ODU-01006</ErrorCode>
<ErrorMessage>Unknown user sign in ID or password. Make sure your CapsLock key is off, and try again. </ErrorMessage>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
Can you fournier me some indication to resolve this problem?
Best Regard
Edited by: user11120293 on 25 juin 2009 01:36
Edited by: user11120293 on 25 juin 2009 01:37
Edited by: user11120293 on 25 juin 2009 01:37

What JDeveloper version are you using?
Look and see if you have a "Show all schemas" in Tools > Preferences > Database and if so, check it.
Rob
Team JDev

Similar Messages

  • Problem in Connecting to the application server

    Hi,
    I have used this JMS previously to connect to Sun Application Server PE 8 and it was working fine, but lately I installed Sun Application Server 9 (GlassFish) to my computer without removing the previous application server. I just changed all the classpath configuration pointing to the new application server instead of the old one. The previous application server is stopped and I mostly start the new application server without even starting the previous one. I also changed the folder name of the previous one, in case that something is pointing to that location.
    I created the ConnectionFactories and JMS destinations as I did before, and the code is the same, but unfortunately it is not working and it's giving me this error:
    com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl <init>
    WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: myhost; port: 3700" org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(O
    RBUtilSystemException.java:2348)
    Is it important to remove the first application server completely ?
    Have you ever encountered to such a problem?
    Regards,

    Hi,
    I guess it is nothing to do with the previous application server existance.
    It seems this is a known problem some time back if you have a java version "1.5.0"
    Find more information
    at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5068014
    Regards
    Mandagiri

  • How to publish an image and consume the same via web service?

    how to publish a soap web service which returns image and consume it via a client to display it properly?

    You could try to write a web service that returns a byte array and convert the image to bytes, and convert it back into an image again.

  • Hi... How to start the application for Web Services Example...

    Hi all,
    I want to develop one application for a example of Web services. From J2ME i have to request and get aresponse from other platform like VB.net using Web Service APIs. Any one help me to give one example for this topic.
    Thanks in advance,
    Regards
    Dhana

    Hi,
    I read the demo program. Sorry i am unable understand the concept what is going on in the program. I saw other examples with XML codings with parsing but in this no XML codings are there. I am unable to understand the concept what is going on in J2ME with web services. Give me a simple example if u did any application related to this topic. I have to receive today from the website(web server). Help me...
    Regards,
    Dhana

  • Executing a Job via Web Services using a Server Group?

    When executing a job from Designer or from the Management Console you have the option to select a specific job server or a server group.
    But when executing a job via Web Services it uses the first job server with which the repository was associated (i.e. the first job server listed in AL_MACHINE_INFO).
    Is there a way to get the job to execute using a server group instead simply choosing the first job server in the list?
    Note: We are using FIM to execute the jobs via web services and don't have access to additional parameters.

    Joe
    Here is the where you can change the server group/job server.
    - After you add the Batch/real Time job as a webservice.
    - Go to the Webservice Batch Job Attribute and from the drop down choose the "Enable job Attributes" and hit apply.
    - After this if you use the WSDL URL http://<Data Services Web Server>:<Web server Port>/DataServices/servlet/webservices?ver=2.0&wsdlxml
    - You will see the job attributes that you can change based on the allowed parameters mentioned in the documentation.
    The batch job or real time job is published without the job parameters by default. Once you enable the job attributes, remove and re publish the batch job as a web service. The application making the call to this webservice should be able to read the WSDL generated by Data services and pickup all the input and output parameters of the method.
    Refer to the Data Services Integrator guide (Chapter 3 : pages 25 - 33 ) to get the exact parameter values permitted via Data Services jobs called via web services.
    Hope this helps!
    Thanks & Regards
    Tiji

  • How to start a process via web service with automatically run first screen

    Hi guys,
    we want to start the process via web service and skip the inbox presentation of the first human activity of the process. It means that the first activity should start automatically by clicking the link (wsdl link).
    Is there any opportunity to realize this thought?
    THX
    Regrads
    Phil

    Hi Phil,
    You may refer to my blog series for steop by step procedure on how to initiate a BPM workflow through webservice. Below are the links:
    /people/arafat.farooqui/blog/2009/08/13/introduction-to-sap-netweaver-bpm-part-4
    /people/arafat.farooqui/blog/2010/06/23/introduction-to-sap-netweaver-bpm-part-5
    Hope this helps!!
    Regards,
    Arafat

  • How do I get connected to a server on my network via an IP address?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    I am new to Mac...How do I get connected to a server on my network via a hyper link IP address path?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    Some of the following is going to use some technical terms — this area is inherently somewhat technical. 
    If you don't understand some part of the following reply, please ask.
    Is this your own OS X Server system on your own network, or is this some other server within some larger organization? 
    You're posting this in the OS X Server forum, which is a software package that allows OS X systems to provide web-based and many other services; to become servers.
    If it's your OS X Server on your network, then the network and DNS configurations are suspect, or the server is somehow malfunctioning or misconfigured.   This is unfortunately fairly common, as some folks do try to avoid setting up DNS services.
    If it's a larger organization and somebody else is managing the server and the network, then you'll probably need to contact the IT folks for assistance; to learn the network setup and DNS requirements, and if there's a problem with the server itself.
    The basic web URL "hyper link IP address path" — without using DNS — usually looks something the following, where you'll need to replace 10.20.30.40 with the IP address of your server:
    http://10.20.30.40
    UptimeJeff has posted a URL that specifies the AFP file system; an OS X file share.  That's used if you're connecting to an Apple storage service somewhere on your network.  You might alternatively need to specify smb://10.20.30.40 or such, if it's a Windows file server.  (There can be additional requirements for connecting to Windows Server systems, too.)
    If there's local IT staff available here, please contact them for assistance.  If these are your own local systems and your own local OS X Server system, then some information on the server will be needed.  (If you're on a NAT'd network, you'll also need to get DNS services configured and working on your local OS X Server system and your network — you'll not be able to skip this step and reference ISP DNS servers here — or things can and usually will get weird.)

  • Cant open web pages when connected to the internet via Telstra's Pre Paid WiFi has anyone else had the same issues works fine with BigPond WiFi

    Cant open web pages when connected to the internet via Telstra's Pre Paid WiFi (this connection is working on other devices) has anyone else had the same issues, works fine with BigPond Wifi

    and now, when i tried to check again my network preference below the airport tab is showing a message that
    "my airport does not have an IP address and cannot connect to the internet!"
    then after seconds it will goes back to the first message that
    "airport has the self assigned IP address etc....."
    i don't know whats going on now!
    airport tab is not showing green color anyway! i'ts always in yellow!
    i tried turning it on and off but nothing happen! HEEELLLLPP!!!!

  • Connecting to the internet via PC Suite / N95 8GB ...

    I'm struggling to connect to the internet via PC Suite (v7.1.30.9), using Vista Ultimate SP2, repeatedly getting the error "Failed to connect to the network! One touch access could not connect to the selected device". I've tried different cables, checked for PC Suite updates, updated the phone's software, etc, but all to no avail. (I am able to connect immediately using my N80, so the problem seems to be on the N95 8GB). The rest of the PC Suite connection seems fine. Can anyone help me? 

    I found a situation where your error message appears. It is the case when the nokia is connected using the data transfer mode and simultaneously the OneTouch Application is started. Then the device is not recognized by the modem software. The PC Suite mode is required for the OneTouch Application.
    In my situation I think I already saw all of the possible error messages described in the documentation during the various experiments.
    For example I tried to uninstall and reinstall the cable drivers. Unfortunately the driver page of N95 8GB does not include them only the page of N95. This was a step towards success - what concerns the OneTouch Application.
    Sometimes it is useful to switch off and on the phone, specially when it is not possible to connect with the modem driver.
    In my opinion the possibility of completly uninstalling the Nokia Suite is missing. You can uninstall all parts but after reinstallation the Nokia Phone Browser is no more available, the icon is not displayed. All the software packages are working fine even the modem drivers but not the Phone Browser.
    Franz

  • Connected to the internet via ethernet, BUT...

    I turned off my computer, modem, everything and uplugged it all because of a severe lightning storm Saturday. Since I turned it back on the next day I haven't been able to access the web or my mail. However, the problem must be with my G4, because I have an iBook on Airport and I'm able to connect to the web and email with it. So the cable modem and Airport are evidently working properly. My G4 network settings all appear normal. I've got a green light saying I am connected to the internet via ethernet, but I'm really not. My email won't go online and no browser works, although I don't get a "can't connect" message on the browser screen, it just stays white. I had this problem before but I can't remember what I did to correct it. I just remember unplugging the modem and Airport over and over, in different order, and resetting preferences. But I don't remember what I did, if anything, to actually make it work again. Does anyone have an idea on what I can try to REALLY connect?
    Thanks in advance for your help.
    Frustrated in Florida,
    EG

    Tough to troubleshoot lightning in person, moreso at a distance!
    Things to try...
    Type 17.112.152.32 into your browser... thinking it may be off looking for a DNS server that doesn't exist.
    Launch Network Utility and see if you can Ping like that addy, or your other computer.
    Results may help us get further.

  • My iphone 5 won't make a call when i fail to connect to the internet via 3g

    My iphone 5 won't call when i fail to connect to the internet via 3g.
    At work i dont have wifi i have 3g, if i launch say the sky go app,or the iplayer, sometimes they work and everything is fine...sometimes they wont load as 3g for whatever reason cant get a connection at that particular time........ if i then try and make a call the call will fail. I've experimented 25 + times and this is definately the cause.
    (note: when the 3g connection does work, the phone has absolutely no problem calling people)
    Anyone had this problem?
    Even better has anyone got a solution?
    Thanks,
    Nick.

    Are you sure that the carrier's signal is strong where you are having this problem? Certain building structures and locations have poor cellular signal strength and this often results in the "No Service" indication. Are other users able to get service in the same locations where you have problems?

  • Macbook Pro suddenly will not connect to the internet via ethernet cable.

    I know this is a long shot... but I figured I would give it a try.
    My macbook pro suddenly does not connect to the internet via ethernet cable. Please bear with me, as I am not very tech-savvy - I will try my best to describe the symptoms!
    I connect to the internet via ethernet (we don't have wifi). It was working before I went to work, and when I came home I suddenly couldn't get anything to work (I know everyone says this, but I truly didn't mess with anything). Internet browsers just think for awhile and then turn up the 'You are not connected to the internet' error.
    I went into my network preferences and curiously, the 'Ethernet' shows a green dot and says 'connected'. However it says 'Authentication server is not responding' underneath the last part that says '802.1X: WPA: eduroam' (I think that is my user profile).
    When I go into my 'security' settings I can see that my firewall is off, so that shouldn't be causing any problems.
    I've tried restarting the router and computer itself many times. Diagnostics just gets to a certain point and reports back 'Network Diagnostics cannot fix the current networking problems.' I've also tried switching to a different ethernet cable, and I tried both cables out on a PC laptop and it connected without issue.  Additionally, I brought my macbook along to a friend's house and it connected to his wifi just fine, so the problem appears to just be with ethernet connections.
    I know it's hard to troubleshoot this kind of thing without being there and having a look at the computer yourself, but any tips wouild be greatly appreciated.

    As I mentioned above, I am not very tech savvy so I have no idea why a wireless protocol would be showing up there, I'm just listing everything I see in hopes that someone might know something I can try. This is why I am asking for help here - I'm not sure what has happened that has made me unable to connect, especially since it seemingly occured while nobody was using the computer.
    I guess I should clarify that I'm not a total hillbilly- normally my firewall is set to 'on', but I set it to 'off' to try and troubleshoot the issues here as I was told that sometimes it can interfere with the computer's ability to connect to the internet. If this is not the case and firewall does not affect anything, I will turn it back on while I try to fix this.
    I have tried the method you mentioned above a few times - I actually contacted my ISP earlier this week and they recommended resetting the router like that. They didn't mention any known network issues.

  • My iphone 6 connects to the car via bluetooth, the music works good, but the phone calles does not work.  It looks like it is working but doesn't.  I have tried in my Hyundai and a Dodge rent car and get the same results.  I updated the last 8.0.2.

    My iphone 6 connects to the car via bluetooth, the music works good, but the phone calls does not work.  It looks like it is working but doesn't.  I have tried in my Hyundai Sonata and a Dodge Dart rent car and get the same results.  I updated the last 8.0.2.  It worked the first day i had the phone, and then i updated to Ios 8.0.2 and it quit working.
    Now when i get in the car, it acts like it is connected and makes the same call it was on after syncing to bluetooth, but it really isn't on a call.  This is happening on both cars.
    Does anyone know if this is the phone and i need to take it to Apple or if there is an issue that Apple is working on getting a fix for?
    My son in law has the exact same phone as me, we both got the on 10/6, he had a Dodge Dart and his is working via bluetooth.
    Someone HELP please, as i consider this a safety issue by not having my calls go to bluetooth.

    We had the same problem, but figure out the solution.
    You MUST have at least 1 song added to your ITUNE!  After you add a free song, then everything else should work as normal!
    Hope this helps!

  • How do I set up Mozilla to accept connections on port "The World Wide Web service (HTTP)"?

    When attempting to embed a video in PowerPoint 2013, the message "Sorry we are having some temporary service issues" appears.
    In researching the problem at Microsoft. com, the following message was received: Mozilla is not set up to accept connections on port "The World Wide Web service (HTTP)."

    Hmm... PowerPoint should use Windows to connect to the internet and not Firefox.
    Which method are you using?
    (1) Insert > Video > Online Video
    Apparently there was an update this month that enables this, as described in this support post (see top Answer just after the question): [http://answers.microsoft.com/en-us/office/forum/office_2013_release-powerpoint/embedding-online-you-tube-video-in-powerpoint-2013/0bc00dde-420c-4c6a-bd47-3fb105ce40fc Embedding online you tube video in powerpoint 2013 - Microsoft Community]
    Here's how it should work after the update: [http://office.microsoft.com/en-us/powerpoint-help/insert-or-link-to-a-video-on-youtube-HA104192855.aspx Insert or link to a video on YouTube - PowerPoint]
    (2) Developer > More Controls > Shockwave Flash Object
    As documented on other sites, such as: https://www2.palomar.edu/pages/atrc/2013/09/17/how-to-embed-youtube-video-in-powerpoint-2013/

  • Why do we want a cellular network with a special service plan to connect to the internet via a BlackBerry smartphone?

     I always wondered why we need a cellular network with a special service plan to connect to the internet via a BlackBerry smartphone?  This problem is not occuring on smartphones of other brands. Can anyone please explain this to me? 
    Hasanta

    Hello,
    The reason is that, with legacy (e.g., pre-BB10) devices, the device itself does not do all of the work to provide you with your services. Rather, there is infrastructure (BlackBerry Internet Service - BIS) hosted at the carriers/BlackBerry that provides linkages between your device and certain services. This includes, among many things, email...unlike non-BB smartphones, the BlackBerry on-device email client is not a "full" email client; it depends on BIS in order to provide the "push" email capability that BBs rely on.
    This BIS infrastructure is unique to BlackBerry, and only services BB users. Hence, it costs extra for the carriers to provide services for BB users, and therefore they can demand from their BB users a higher cost dedicated service plan so as to enable those proprietary services for the BB users. (In some markets, there is no extra charge for BIS...but the requirement for BIS nevertheless remains in all markets for legacy BB users.)
    So, this is not a "problem" per se...but rather a difference between BlackBerry devices/services and others. One could instead think of it as a "market discriminator", favoring BlackBerry (only for those who desire such, of course).
    With BB10 (Z10, Q10, Q5), BIS has been eliminated btw.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Problem in Creating a Employee...

    Hi all,               I'm  new to SAP HR and when im creating a Employee using PA30...itz asks for Peronnel area , emggroup and emp subgroup , i have given PA and EG when im searching for ESG it's popuping an information (No entry in T001P for person

  • System hangs randomly with hard disk problem

    I got some problems with random system failures. After a couple of hours my system isn't usable anymore. Most programs freeze and if I try to start new programs, I get a I/O error message. System console writes many errors like this: [ 3728.036223] s

  • Why does my TV screen say "no signal!"?

    Hello! I've been enjoying apple TV for months now and for some reason this morning it stopped working. I unplugged and restarted the black box, (the solid white llight is on making me think the apple tv box is not the problem). I made sure everything

  • Expecting Aperture Tomorrow, Queries...

    Heya folks, im expecting my copy of Aperture 2 tomorrow, and just had a few queries before i open it. I bought it to use as better way of organizing my images, and a editor, for things like increasing or decreasing the size of an image, increasing re

  • Prompt for last 4 months

    Thanks in Advance.... I have created the new report in OBIEE that's run finely and it display result (Pivot Table Format) as follow Prompt Year=2009 Prompt Period=3 Result: __________ 2009 ____________3 Revenue___40000 GP_________200 but here i need