we have some internal code that processes web service calls but assumes the namespace prefix is “sch” for a particular namespace defined in our wsdl.
Is the sch prefix part of the wsdl contract? Must all client calls use the sch prefix as defined in the wsdl for the specified namespace?
I would have thought that the namespace prefix can be anything in the client call as long as it matches to the correct namespace specified in the client call? I’m I right or wrong?
Thanks
Yes your’re right, the namespace prefix could be declared anything as long as it points to the correct namespace.