Interview Questions

SOAP Toolkit FAQ - Why does my client complain that my server component can't be found?

SOAP Interview Questions and Answers


(Continued from previous question...)

SOAP Toolkit FAQ - Why does my client complain that my server component can't be found?

You may need to use a WSML file on the client if your Soap methods use custom type mappers. The WSML file specifies the progid of the custom mapper for the SoapClient to know where to find it. If your WSML file specifies the progid of your server component (as it will if you use the WSML generated for the server) you may want to remove the server component information so the SoapClient doesn't attempt to load your server component.

(Continued on next question...)

Other Interview Questions