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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:42:04+00:00 2026-06-13T18:42:04+00:00

The following soap request $response = $this->client->__soapCall(‘Match’, array(‘word’ => ‘test’, ‘strategy’ => ‘exact’)); yields

  • 0

The following soap request

$response = $this->client->__soapCall('Match', array('word' => 'test', 'strategy' => 'exact'));

yields the error

Uncaught SoapFault exception: [soap:Client] Parameter not specified (null)
Parameter name: word

How can this be? I specified the word parameter in the request, didnt I? Why doesn’s the server recognize it?

The service I want to use is an online dictionary webservive

  • 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-13T18:42:05+00:00Added an answer on June 13, 2026 at 6:42 pm

    Generally you need to wrap the arguments in a double array:

    $response = $this->client->__soapCall('Match', array(array('word' => 'test', 'strategy' => 'exact')));
    

    It reads a bit nicer if you

    $aParams  = array('word' => 'test', 'strategy' => 'exact');
    $response = $this->client->__soapCall('Match', array($aParams));
    

    Or you can simply call the Match function directly

    $aParams  = array('word' => 'test', 'strategy' => 'exact');
    $response = $this->client->Match($aParams);
    

    Or, as a final resort, use the HTTP GET option: http://services.aonaware.com/DictService/DictService.asmx?op=Match

    Should get you on the road again.

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

Sidebar

Related Questions

I have the following Soap Request I receive from the client, where basically I
I have make a soap-call with Savon. This works fine and give the following
I must make the following soap request, but we can not succeed, I tried
I have a service stack service with the following request and response classes in
Following reference indicates ASP.NET automatically creates a WSDL and SOAP request. Where or through
hi i'm trying to make a soap request but i don't get any response.
Following A well earned retirement for the SOAP Search API from Google announcing they
Is the following allowed according to the SOAP spec? HTTP/1.1 200 OK Content-Type: text/xml;
I have the following XML: <Result ID=1,New xmlns=http://schemas.microsoft.com/sharepoint/soap/> <ErrorCode>0x00000000</ErrorCode> <ID /> <z:row ows_ID=6 />
Following code produces a nested array as a result for keys containing three items:

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.