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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:45:09+00:00 2026-06-18T02:45:09+00:00

Using a .Net Soap client and my WSF/PHP client to call the same SOAP

  • 0

Using a .Net Soap client and my WSF/PHP client to call the same SOAP service, I can see differences between the XML sent.

Here is mine :

<soapenv:Envelope>
    <soapenv:Header>
        <soapenv:Action>http://www.aaa.fr/SendMessage</soapenv:Action>
        <wsse:Security soapenv:mustUnderstand="1">
            <xenc:EncryptedKey Id="EncKeyID-xxxxxxxxx-xxxx-xxxx-xxxx">

Here is .Net XML :

<s:Envelope>
    <s:Header>
        <a:Action s:mustUnderstand="1" u:Id="_3">http://www.aaa.fr/SendMessage</a:Action>
        <o:Security s:mustUnderstand="1">
            <e:EncryptedKey Id="EncKeyID-xxxxxxxxx-xxxx-xxxx-xxxx">

I am not a specialist in XML nor SOAP, but is it a big deal?

  • 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-18T02:45:10+00:00Added an answer on June 18, 2026 at 2:45 am

    The difference is in the definition of the namespacing prefixes. As long as the namespace prefix “s” points to the same namespace as “soapenv”, and “o” points to the same namespace as “wsse”, and “e” points to the same namespace as “xenc” etc. etc. there should be no problems, the XML is effectively the same.

    Example:

    <a:NodeA xmlns:a="http://www.a.com">
        <b:NodeB xmlns:b="http://www.b.com">
            <c:NodeC xmlns:c="http://www.c.com">My Data!</c:NodeC>
        </b:NodeB>
    </a:NodeA>
    

    Is identical to

    <anamespace:NodeA xmlns:anamespace="http://www.a.com">
        <bns:NodeB xmlns:bns="http://www.b.com">
            <c:NodeC xmlns:c="http://www.c.com">My Data!</c:NodeC>
        </bns:NodeB>
    </anamespace:NodeA>
    

    because even though the prefixes are different, they point to the same namespace in both examples (http://www.a.com, http://www.b.com and http://www.c.com respectively).

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

Sidebar

Related Questions

I get a timeout when using a SOAP client on a production server: System.Net.WebException:
I'm using PHP5 integrated SOAP Client. My web service method accepts around 30 parameters
I'm creating a Groovy client for a .net SOAP service that requires a soap
I need to consume a SOAP web service from a C# .Net 4.0 client.
I'm trying to write a .Net client to a vendor's SOAP Service, but I'm
I'm using a .NET 2.0 Client to communicate with an AXIS Web service. The
I’ve been developing a vb.net client that connects to a Webservice using SOAP. This
I have a .NET client calling into a SOAP .asmx web service. The client
I am attempting to create a PHP SOAP connection to a .NET Web Service
I am using C# .Net 2.0 to write a webservices client. The server's soap

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.