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 9273329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:05:20+00:00 2026-06-18T16:05:20+00:00

My SOAP WSDL Request is shown like follows, <?xml version=1.0 encoding=UTF-8?> <SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/> <SOAP-ENV:Body><unit>3452</unit>

  • 0

My SOAP WSDL Request is shown like follows,

<?xml version="1.0" encoding="UTF-8"?> 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body><unit>3452</unit>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

But I have send HTTP Authentication Parameters on SOAP header and Captured from SOAP server.

$client = new SoapClient("call.wsdl",array(
"trace"      => 1,
"exceptions" => 0,
"login" => 'xxxxx',
"password" => 'xxxx'));

$result = $client->getCALL($unit);

My SOAP Authentication parameters are send to server but it doesn’t shown on SOAP request text. I need to seen them on Request message.

Which types of code should I need to add on WSDL file to get Request text as follows.

<?xml version="1.0" encoding="UTF-8"?> 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Header>
    <Login>BonZ</Login>
    <Password>xxxx</Password>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <unit>3452</unit>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
  • 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-06-18T16:05:22+00:00Added an answer on June 18, 2026 at 4:05 pm
    $CREDENTIALS = 'Login:Password';
            $auth = base64_encode($CREDENTIALS);
            $context = array('http' =>
                array(
                    'header'  => "Authorization: Basic ".$auth
                )
            );
    
    $trac["stream_context"]=stream_context_create($context);
    $client = new SoapClient("call.wsdl",array(
    "trace"      => 1,
    "exceptions" => 0,
    "login" => 'xxxxx',
    "password" => 'xxxx'
    "stream_context"=>stream_context_create($context)
    ));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to work with some XML (a SOAP -> WSDL service request)
I've a WSDL defining a web service named CalendarService : <soap:address location=http://example.com/calendar/> The WSDL
How do I convert SOAP response like this to php array using SimpleXML? <?xml
I'm currently using a modified HTTP::Daemon::Threaded server in combination with SOAP::WSDL and Pod::WSDL to
I'm trying to create proper wsdl based soap request but with no success, here
Following reference indicates ASP.NET automatically creates a WSDL and SOAP request. Where or through
I have to write soap wsdl server in php. Requirement: request:two parameters say startDate
I'm wanting to validate a soap request against the schema inside this wsdl. <wsdl:types
I understand web service provides all SOAP,WSDL support, and it stands at a higher
here is the wsdl soap field <element name=transactionCle nillable=true type=xsd:int/> when I call the

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.