Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Java Development
- :
- Re: Vry Urgent: Error Consuming Partner WSDL using...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Vry Urgent: Error Consuming Partner WSDL using JAX-WS wsimport tool
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-04-2012 06:42 PM
Hi ,
I have run into an issue with comsuming the Partner WSDL & its critical to get this resolved because of my project timelines.
We have developed a Web Service in our Salesforce.com instance & exposed it to an external system . For logging into the Salesforce.com instance we have shared the partner wsdl to the external team. Now while consuming the partner wsdl at their end , they are facing this issue.
Wondering if anyone got through this issue . Any help to get this resolved would be highly appreciated.
Please see the error below :
Errors occurred during wsimport.
warning: src-resolve: Cannot resolve the name 'tns:ID' to a(n) 'type definition' component.
line 0 of file:/C:/Workspace/Merchant%20Site%20Int'l%20-%20P
error: A class/interface with the same name "com.americanexpress.services.ws.generated.client.
line 0 of file:/C:/Workspace/Merchant%20Site%20Int'l%20-%20P
error: (Relevant to above error) another "DescribeLayout" is generated from here.
line 0 of file:/C:/Workspace/Merchant%20Site%20Int'l%20-%20P
error: Two declarations cause a collision in the ObjectFactory class.
line 0 of file:/C:/Workspace/Merchant%20Site%20Int'l%20-%20P
error: (Related to above error) This is the other declaration.
line 0 of file:/C:/Workspace/Merchant%20Site%20Int'l%20-%20P
error: com.sun.istack.SAXParseException2: (Related to above error) This is the other declaration.
com.sun.istack.SAXParseException2: (Related to above error) This is the other declaration.
Re: Vry Urgent: Error Consuming Partner WSDL using JAX-WS wsimport tool
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-04-2012 06:46 PM
Checkout the jax-ws sample on the wiki http://wiki.developerforce.com/page/JAX-WS_Integra

