Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Using WS
Using WS [message #180353] Sun, 01 October 2006 04:29 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
Previous Topic:J2EE/Web projects missing in New Project menu
Next Topic:JETEmitters - ISessionBean
Goto Forum:
  


Current Time: Tue Jul 22 19:04:17 EDT 2025

Powered by FUDForum. Page generated in 0.24690 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top