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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:41:49+00:00 2026-06-09T13:41:49+00:00

When I post SOAP body to my Yii websevice from SOA client firefox add

  • 0

When I post SOAP body to my Yii websevice from SOA client firefox add on, it returns WSDL and not calling the respective method.

How to invoke respective method?

What could be the problem?

  • 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-09T13:41:50+00:00Added an answer on June 9, 2026 at 1:41 pm

    See the generated WSDL file :
    the base URL of the methods exposed by the service is found in the “location” attribute at the file end (e.g. wsdl:service > wsdl:port > soap:address).

    Sample :

    [...]
    <wsdl:service name="ServiceProviderService">
    <wsdl:port name="ServiceProviderPort" binding="tns:ServiceProviderBinding">
    <soap:address location="http://localhost/website/service/soap/ws/1"/>
    </wsdl:port>
    </wsdl:service>
    [...]
    

    The URL provided has “/ws/1” (or “?ws=1“, depending on your application settings) appended to the controller route exposing the Web service.

    See CWebServiceAction class reference :

    CWebServiceAction serves for two purposes. On the one hand, it displays the WSDL content specifying the Web service APIs. On the other hand, it invokes the requested Web service API. A GET parameter named ws is used to differentiate these two aspects: the existence of the GET parameter indicates performing the latter action.

    The GET parameter used is the value of CWebServiceAction::serviceVar property.

    So you must append the required GET parameter (e.g. “ws=1”) to the called URL to be able to use your Web method… Or use a “real” SOAP client that will fetch the proper service URL to call a Web method.

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

Sidebar

Related Questions

I have some simple SOAP client to get data from WSDL and display it.
In my iphone application I am calling (by SOAP post method) a web service
I need to wait for a response from a SOAP webservice, I am calling
This is my XML format which I want to post to serve: `<soap:Body> <UploadImagesAndNotes
I have an ASP.NET web service running that accepts both HTTP POST and SOAP
I am trying to post to my own test soap server (C#) with Android
Cross-post http://perlmonks.org/index.pl?node_id=979710 I'm trying to create a text file from some XML using Perl
Is it possible to send a SOAP request directly from a browser to service
I am trying to send a SOAP request from a xml file and send
I am sending a SOAP POST and I am getting a HTTPError: HTTP Error

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.