Posted by: Sergio Cerda
Hi, I have a web service at IIS with one function HOLAMUNDO (HELLOWORLD)
1. I have the WSDL file (See attachment).
2. My code to call the service is
Call oServicio.Init( "Service", "ServiceSoap", "C:\\Archivos de
programa\\Unify\\Team Developer 5.1\\Templates\\Service.config", FALSE )
Call oServicio.HolaMundo( "any thing", sCadena)
3. After run I see the LOG file and get the next text
10226 :: The Axis2c environment has not been initialized
10227 :: An invalid log file path was specified during
initialization
How to set the unify to consume a .NET web service (C#)?
I got information about Axis and works with Apache but my server is IIS.
Regards.
Sergio Cerda