We are trying to create a service layout for a web service for testing purposes.
To do this, we run wsdl.exe to create the interface, and then create the asmx web service based on this interface. We have done this several times in recent years without any problems.
This time we get an error message:
Xx and yy methods use the same SOAPAction
When we call the web service. Did some google searches, he says this is an error with wsdl.exe. But it says nothing about what to do about it.
Is there any way to fix this? Should I just delete the reference.cs parts?
thanks
Shiraz
source
share