07-28-04 12:54 PM
In "Process.asmx.cs" file, you have a call to the method "Operation_1" as in
the code below :
ASN_port.Operation_1(ASN);
If you have installed Biztalk in English, the method is recognized, if not y
ou'll have problems. I worked with the french version in which I have "Opér
ation_1" generated automatically instead of "Operation_1" ... when the web s
ervice is called with "Opé
ration_1", it failed to work !
In the future tutorials, Microsoft must take care of the language in the ".a
smx" files usually located in the folder
C:\Program Files\Microsoft BizTalk Server 2004\SDK\Tutorial\Solutions\Suppli
erWebServices\B2BSupplierProcessPO
or
C:\Tutorial\Solutions\SupplierWebService
s\B2BSupplierProcessPO
cordially,
Paniny
[ Post a follow-up to this message ]
|