on 2005 Aug 14 1:03 PM
Hello ALL!!!
I need create application in web-dynpro that collect some data and after it sending this data via email.
I have some problem with web serv.
I have Tutorial (Generating a Model from the WSDL Description)
and I follow the steps
1. In the project structure, expand the node Web Dynpro ¨ Models.
2. From the context menu, choose Create Model. The appropriate wizard appears.
3. Choose the Import Web Service Model option, followed by Next.
4. Enter the name EmailModel as the model name and
com.sap.tc.webdynpro.tutorial.emailws.model as the package name.
5. Under Select WSDL Source, choose the radio button UDDI or URL, followed by Next.
6. Enter the following WSDL description for the Web service in the Wsdl field:
http://webservices.matlus.com/scripts/emailwebservice.dll/wsdl/IemailService
7. You do not need to make any entries in the next step, Proxy Definition / URI Package
Mappings. Close the input dialog by choosing Finish.
After Step No 6 I have problem "FINISH" Button is UnActive and if I push "NEXT" I get ERROR
"Invalid WSDL WSDL not found please specify different WSDL orcheck WSDL location entered on previous page
Anybody know what the problem
THANK YOU
(Sorry about my English)
Hi,
Please check whether the WSDL you are trying to import are valid.
Check if this works
http://www.abysal.com/soap/AbysalEmail.wsdl
Regards,
Vijith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
some times this URL http://webservices.matlus.com/scripts/emailwebservice.dll/wsdl/IemailService doesnot work. To test the same copy and paste it into your browser and see whether it opens or not. If it opens then you have to set the proxy setting inyour NWDS as Anil specified. If the WSDL doesnot open then try with some other WebService like http://www.abysal.com/soap/AbysalEmail.wsdl
Regards,
Shubhadip
Hi,
Goto Windows ->Preferences ->Workbench ->Proxy Settings
and give the proxy servername and Port.
Now Import the model .
Regards, Anilkumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
U shd have internet enabled proxy server to import an external WSDL and consume it.I think you are not having internet connectivity for using the URL from Matlus.com.
If u hv internet connectivity through ur proxy check tht particular webservice URL manually by directly clicking the URL.We will be directed to a SOAP request method where you shd know wht parameters u hv to send and invoke the method of Webservice.If the SOAP response from the method of Webservice is OK then u can import it in ur Webdynpro project.
But from the error msg it seems either the Webservice is not available or the URL is not a valid one.check the URL also once.
Rdgs,
G
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Evgeny,
Please check your proxy setting in the workbench. Sometimes if the proxy is not set you cannot import a web service.
Regards,
Jaydeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
11 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.