1

I am new to WSDL.

We have done a project on WSDL in VB and call service via PHP SOAP function which works fine in Localhost but not in live. We came to know that problem in Default Namespace.

When tried to access the host it sent service called "GETUSERINFO" . But service sent to default as "http://tempuri.org/iservice/GETUSERINFO" and returns "Could not connect host".

Question is 1. Why Default Namespace not connected in Host but in Local? 2. Where to change the Default Namespace?

Thanks

4

1 に答える 1

0

最初にサービスを公開し、Visual Studio の参照を新しいアドレスで更新して、その情報を生成できるようにする必要があると思います。

于 2013-05-03T15:54:10.793 に答える