• problem: namespace prefix

    By Alessio Gigli 2 decades ago

    Hi, I set up Stubby to test the calling of a web service, but the call reports an error that seems caused by the absence of namespace prefix in my calling xml.

    I tested it with both a local web service and a public one with the same result.

    The following is the xml produced by calling a public web service:











    A99









    you can see that no prefix is added before the method, i expected something like:





    A99





    where should I check for setting these prefixes?

    Thank you very much

    Alessio