| Sign In/My Account | View Cart |
| Subject: | WSMakeStubs: "no match" error | |
| Date: | 2003-02-10 08:43:55 | |
| From: | jlamarche | |
| If you're getting a "no match" error returned from WSMakeStubs (as I did when following along with the tutorial), you probably need to enclose the URL to the WSDL in quotes. Question marks cause a problem with many unix programs that take a url (wget, curl), probably because program is trying to parse the URL as a regular expression due to the question mark. | ||