Re: New web service project from scratch problems
Re: New web service project from scratch problems
- Subject: Re: New web service project from scratch problems
- From: Ginny McCulloh <email@hidden>
- Date: Wed, 05 Oct 2005 12:48:30 -0400
Hi Claude,
What URL are you using to access the wsdl?
If your application is named "MyApp" and your service is named
"MyService", then the URL for accessing the wsdl should look something like:
http://host:port/cgi-bin/WebObjects/MyApp.woa/ws/MyService?wsdl
Are you using something like "MyService.wsdl" at the end of your url
with a dot instead of a question mark? Or is your Web Service name
misspelled? In either case, you might see something similar to the
exception you posted.
One additional note: You might not be able to view the wsdl in your
browser. The page might appear blank. In that case, view source to see
the xml.
Good luck,
Ginny
Claude VÉZINA wrote:
Well, I made a copy of all sources code that is inside Calculator
project except the project itself. The only thing that has not been
replaced is the project itself. So, the call to WOWebServiceRegistrar
is done and the class Calculator.java has been added to the project
from scratch.
If you have time, try to create a web service from scratch, run it (it
will run) and ask fro wsdl in a browser and you will get the error I got.
My question remains, how do you make a web service that is working from
scratch using XCode 2.1?
Thanks,
Claude Vezina
BugTV
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden