Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse, Web Service Client, WSDL, login and HTTPS(Generate code in Eclipse with a new Web Service Client, accessing to the WSDL logged as admin via HTTPS)
Eclipse, Web Service Client, WSDL, login and HTTPS [message #1022301] Thu, 21 March 2013 16:27
Yaguinho Vieiras is currently offline Yaguinho VieirasFriend
Messages: 1
Registered: March 2013
Location: Switzerland
Junior Member
Hi all,

I want to generate code from a WSDL. I use the Eclipse wizard to create a new Web Service Client. In the wizard I indicate the URL of the WSDL file to be retrieved via HTTPS. The URL is like the following:

https:// instancename.subdomain.com/table_1.php?WSDL

But I obtain a WSDL file for guest users. Why? Because I am not logged into the instance so the system gives me a guest WSDL. I need to be logged as admin to retrieve an admin WSDL.

guest WSDL: 26 fields
admin WSDL: 30 fields

The difference is simple: with an admin access I can obtain four necessary fields from the table_1, used in the parameters and methods of the generated code. No admin, no well code generated.

The problem is that I do not know how to login as admin using Eclipse to retrieve the admin WSDL.

Thanks in advance,
Yago

_____________________________
Eclipse Juno Service Release 2

Libraries:
InstantClient/64v11203/ojdbc6.jar
org.apache.axis_1.4.0.v201005080400/lib/axis.jar
org.apache.commons.discovery_0.2.0.v201004190315/lib/commons-discovery-0.2.jar
javax.xml.rpc_1.1.0.v201005080400/lib/jaxrpc.jar
javax.xml.soap_1.2.0.v201005080501/lib/saaj.jar
javax.wsdl_1.6.2.v201012040545.jar
org.apache.commons.logging_1.0.4.v201101211617.jar


--- Yaguinho --
Previous Topic:bad contrast in context window
Next Topic:Can I use/share the same Workspace with a 32bit and a 64bit Eclipse?
Goto Forum:
  


Current Time: Thu Apr 25 06:21:32 GMT 2024

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

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

Back to the top