Sign Up

Sign Up to our social questions and Answers Engine 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 Engine 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

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7543671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:29:17+00:00 2026-05-30T08:29:17+00:00

I used soapUI tool for fetch soap request from my dummy wsdl server <?xml

  • 0

I used soapUI tool for fetch soap request from my dummy wsdl server

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetListCollection xmlns="http://schemas.microsoft.com/sharepoint/soap/" />
  </soap:Body>
</soap:Envelope>

and take response. But when I try to take request from my real server I cant auth. In soap envelope I added header

  <soap:Header>
    <AUTHHEADER>
      <USERNAME>Administrator</USERNAME>
      <PASSWORD>Password</PASSWORD>
    </AUTHHEADER>
  </soap:Header>

but something wrong. Login and pass is right, I checked.

UPD1

I send query like this

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:AUTHHEADER>
      <soap:USERNAME>Administrator</soap:USERNAME>
      <soap:PASSWORD>Password</soap:PASSWORD>
    </soap:AUTHHEADER>
  <soap:Body>
    <GetListCollection xmlns="http://schemas.microsoft.com/sharepoint/soap/" />
  </soap:Body>
</soap:Envelope>

and I have

<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">
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Client</faultcode>
         <faultstring>Server was unable to read request. ---> Request format is invalid: Missing required soap:Body element.</faultstring>
         <detail/>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>

from real server.

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

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T08:29:19+00:00Added an answer on May 30, 2026 at 8:29 am

    Try to change your query like this:

    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:ns0="http://schemas.microsoft.com/sharepoint/soap/">
    <ns0:AUTHHEADER>
      <ns0:USERNAME>Administrator</ns0:USERNAME>
      <ns0:PASSWORD>Password</ns0:PASSWORD>
    </ns0:AUTHHEADER>
    </soap:Header>
    <soap:Body>
       <GetListCollection xmlns="http://schemas.microsoft.com/sharepoint/soap/" />
    </soap:Body>
    </soap:Envelope>
    

    EDIT1: repair example to add another ns to authheader. Be honest: I don’t know, if there is defined an authheader elements in ns of http://schemas.microsoft.com/sharepoint/soap, but I pretend it, because it can be different for every WSDL interface. I know, that there is WSSE standard, but it is coded in XML request differently.

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

Sidebar

Related Questions

New to soap, I've used soapUI ( http://www.soapui.org ) to test the service I
We used the undocumented xp_fileexist stored procedure for years in SQL Server 2000 and
I recently found SOAPUI and discovered that it is just a great tool for
I have a simple web service sitting on our internal network. I used SOAPUI
used is c# sql vs 08 sql server 2005 express whenever and where ever
I used the following code to display the event details fetched from the database.
We have received a WSDL from our client that we use to communicate with
I´ve deployed a service into Tomcat 6 and into Servicemix 4.3 I´ve used soapUI
Used http://www.ilbcfreeware.org/software.html - I only get static from the files that ilbc_test.exe creates. Does
Used XStream lib, but no children XML was difficult to parse in Java. Wanting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

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.