Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Using WS
Using WS [message #180353] Sun, 01 October 2006 08:29 Go to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
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 15:28 Go to previous messageGo to next message
Seng Phung Lu is currently offline Seng Phung LuFriend
Messages: 62
Registered: July 2009
Member
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 07:20 Go to previous message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
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 Apr 23 17:32:54 GMT 2024

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

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

Back to the top