Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 77527
Answered

Oraask Latest Questions

Question
Maram
  • 0
  • 0
MaramExplorer
Asked: February 20, 20222022-02-20T00:19:47+03:00 2022-02-20T00:19:47+03:00In: Integrated SOA Gateway

Error: wsse:InvalidSecurity When Testing CreateEmployee SOAP Web Service in Oracle Applications R 12.2.10 from SOAP UI

  • 0
  • 0

When trying to consume CreateEmployee SOAP Web service in Oracle E-Business Suite R12 from SOAPUI, the following error occurs:

<faultcode>wsse:InvalidSecurity</faultcode>
<faultstring>Missing <wsse:Security> in SOAP Header</faultstring>

And here is the steps I followed in order to consume the web service:

  • Generate WSDL file in ISG (Integrated SOA Gateway)
  • Deployed the service
  • Create required Grant to appropriate user
  • Do the rest of the steps on the SOAPUI Application

Hopefully, somebody can help me.

Many thanks for considering my request.

1
  • 1 1 Answer
  • 794 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Best Answer
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2022-02-26T13:05:55+03:00Added an answer on February 26, 2022 at 1:05 pm
      This answer was edited.

      This error message due to security token is missing in the SOAP Header section. To solve this issue you have to enter the security token as follows:

      1- Open SOAP project

      2- put the following security token right after SOAP Header section of the request body

      <soapenv:Header>
      <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" mustUnderstand="1">
      <wsse:UsernameToken>
      <wsse:Username>YourUserName</wsse:Username>
      <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">YourPassword</wsse:Password>
      </wsse:UsernameToken>
      </wsse:Security>

      Note: You have to change both (YourUserName & YourPassword) to the appropriate username and password that is authenticated to call the webservice.

      3- Save the project and call the service again.

      Another easy way to do this is :

      1- Open SOAP Project

      2- Right click on the request body in any black space and choose “Add WSS Username Token“

      3- Choose Password Text from the drop down list of Add WSS Username Token Field, then click OK.

      4- this option will take the username and password automatically from Auth which you set earlier.

      5- Save the project and test the issue again, it should be resolved.

      Note: If you go for the second solution you should enter authentication first. 

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.