Using WS [message #180353] |
Sun, 01 October 2006 04:29  |
Eclipse User |
|
|
|
Hello,
I'm trying to develop a WS for the first time.
I've created a WS according to a WSDL I have. How do I test it (asking WTP
to create a tester fails, since I am using unsupported data types)? What URL
is it deployed to?
Thanks,
Zohar.
|
|
|
Re: Using WS [message #180420 is a reply to message #180353] |
Mon, 02 October 2006 11:28   |
Eclipse User |
|
|
|
Hi Zohar,
It sounds like you created a Top Down Web service(starting with WSDL).
http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/TopDownWebService/TopDownWebService.html
You can use the Web service client wizard to create sample JSPs for
testing your service. Or, you can alternatively use the Web services
explorer to test it. For unsupported data types, you may want to work
with SOAPElements/SDOs, or just use raw XML.
http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/WebServiceClient/WebServiceClient.html
http://www.eclipse.org/webtools/jst/components/ws/1.0/tutori als/WebServiceExplorer/WebServiceExplorer.html
http://www-128.ibm.com/developerworks/webservices/library/ws -emfsdo/
Your endpoint URL will be set in the new WSDLs, found under
"Project\WebContent\WEB-INF\wsdl". Look for <wsdlsoap:address
location="..."/>. Or, if you have created a client from that WSDL, you
will see that a parameter in your XxxServiceLocator.java file will be
assigned that endpoint URL value.
-Seng
Zohar wrote:
> Hello,
> I'm trying to develop a WS for the first time.
> I've created a WS according to a WSDL I have. How do I test it (asking WTP
> to create a tester fails, since I am using unsupported data types)? What URL
> is it deployed to?
>
> Thanks,
> Zohar.
>
>
|
|
|
Re: Using WS [message #180455 is a reply to message #180420] |
Wed, 04 October 2006 03:20  |
Eclipse User |
|
|
|
Thank you very much - very good links.
"Seng Phung-Lu" <sengpl@ca.ibm.com> wrote in message
news:efrb6u$df4$1@utils.eclipse.org...
> Hi Zohar,
>
> It sounds like you created a Top Down Web service(starting with WSDL).
>
> http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/TopDownWebService/TopDownWebService.html
>
> You can use the Web service client wizard to create sample JSPs for
> testing your service. Or, you can alternatively use the Web services
> explorer to test it. For unsupported data types, you may want to work
> with SOAPElements/SDOs, or just use raw XML.
>
> http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/WebServiceClient/WebServiceClient.html
> http://www.eclipse.org/webtools/jst/components/ws/1.0/tutori als/WebServiceExplorer/WebServiceExplorer.html
> http://www-128.ibm.com/developerworks/webservices/library/ws -emfsdo/
>
> Your endpoint URL will be set in the new WSDLs, found under
> "Project\WebContent\WEB-INF\wsdl". Look for <wsdlsoap:address
> location="..."/>. Or, if you have created a client from that WSDL, you
> will see that a parameter in your XxxServiceLocator.java file will be
> assigned that endpoint URL value.
>
> -Seng
>
>
> Zohar wrote:
>> Hello,
>> I'm trying to develop a WS for the first time.
>> I've created a WS according to a WSDL I have. How do I test it (asking
>> WTP to create a tester fails, since I am using unsupported data types)?
>> What URL is it deployed to?
>>
>> Thanks,
>> Zohar.
|
|
|
Powered by
FUDForum. Page generated in 0.24690 seconds