Click here to Skip to main content
15,888,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am trying to run wsdl.exe on a wsdl file. I get an error:

Error: Could not find a part of the path.."some path"

I suspect this comes because there is a lot of included xsd´s in the wsdl. But they are in the same folder. So maybe wsdl cant handle include?

Any suggestions how to do this without copy paste all my elements into the wsdl manually?
Posted

1 solution

usse this code...

Dim path1 as String
path1 = (Your fil Path)
Process.Start(path1 & "\wsdl.exe") :laugh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900