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

  • Home
  • SEARCH
  • 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 52209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:52:16+00:00 2026-05-10T16:52:16+00:00

I am hosting a WCF service in a Windows Service on one of our

  • 0

I am hosting a WCF service in a Windows Service on one of our servers. After making it work in basicHttpBinding and building a test client in .NET (which finally worked) I went along and try to access it from PHP using the SoapClient class. The final consumer will be a PHP site so I need to make it consumable in PHP.

I got stumped when I had to enter the WSDL url in the constructor of the SoapClient class in the PHP code. Where is the WSDL? All I have is :

http://172.27.7.123:8000/WordService and http://172.27.7.123:8000/WordService/mex

None of these do not expose WSDL.

Being a newbie in WCF I might have asked a dumb thing (or I might have a wrong assumption somewhere). Please be gentle 😀

And no, http://172.27.7.123:8000/WordService?wsdl does not show anything different than http://172.27.7.123:8000/WordService 🙁

Am I forced to host it in IIS? Am I forced to use a regular WebService?

  • 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. 2026-05-10T16:52:17+00:00Added an answer on May 10, 2026 at 4:52 pm

    This might help:

    http://msdn.microsoft.com/en-us/library/ms734765.aspx

    In a nutshell you need to configure your service endpoints and behaviour. Here is a minimal example:

    <system.serviceModel>   <services>      <service        <!-- Namespace.ServiceClass implementation -->       name='WcfService1.Service1'         <!-- User behaviour defined below -->       behaviorConfiguration='SimpleServiceBehaviour'>         <endpoint          address=''          binding='basicHttpBinding'         <!-- Namespace.Interface that defines our service contract -->         contract='WcfService1.IService1'/>      </service>   </services>   <behaviors>     <serviceBehaviors>       <behavior name='SimpleServiceBehaviour'>          <serviceMetadata            <!-- We allow HTTP GET -->           httpGetEnabled='true'             <!-- Conform to WS-Policy 1.5 when generating metadata -->           policyVersion='Policy15'/>        </behavior>     </serviceBehaviors>   </behaviors> </system.serviceModel> 

    Don’t forget to remove the XML comments as they’re invalid where they are.

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

Sidebar

Ask A Question

Stats

  • Questions 59k
  • Answers 59k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Remove the C:\Documents and Settings - this is already in… May 11, 2026 at 9:03 am
  • added an answer You could override the __call() method for the class, which… May 11, 2026 at 9:03 am
  • added an answer There are in fact some CSS Refactoring tools, which were… May 11, 2026 at 9:03 am

Related Questions

I am hosting a WCF service in a Windows Service on one of our
Currently I am hosting a Django app I developed myself for my clients, but
I am hosting SpiderMonkey in a current project and would like to have template
I am working with a hosting provider who has installed mod_python for me. I
I am having a frequent problems with my web hosting (its shared) I am
This is in relation to this question I am hosting this WCF service in
I am using shared hosting with IIS7 and support for PHP. I am trying
I am migrating web apps to new hosting servers, but when I try to
I am working on localization for a asp.net application that consists of several projects.
I am looking for good methods of manipulating HTML in PHP. For example, the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.