• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Webshere Integration Developer issues

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone have any experience with WID? We've run into a problem where WSDL files imported into WID is unable to resolve complex data types (does anyone at IBM test this stuff?!! or do they just throw it onto the market...) What's even funnier - the WSDL files were generated by Another IBM product - RAD 6. Anyone have any suggestions or experience with this product?
 
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you post a snippet of your WSDL? Is it possible the WSDL file itself was incorrectly generated, ie, have you tried running it through a validator outside of WID?
 
Michael Valentino
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've run the web service which uses is described by this WSDL file on WAS 6.0. The service works correctly. The error that I'm getting is that the type reference "http://test.com#SimpleObject" is unresolved.

here's the snippet of the Types seciton



I still think it's a WID issue rather than the WSDL issue.

[ December 14, 2005: Message edited by: Michael Valentino ]
[ December 14, 2005: Message edited by: Michael Valentino ]
 
author
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what exactly are you trying to do, are you trying to invoke an existing running web service from a SCA Module as a web service Import?
 
Michael Valentino
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We basically want to invoke this service in a BPEL process. The WSDL was imported from an existing service we have. I'm pretty new to WID, so I'm not sure what exactly an SCA module is. What we've done previously was just import the WSDL as a web service, and use a simple BPEL process to invoke it (and other services as well). However, when we import this service into WID, we immediately get validation errors that did not appear in the Web Service project in RAD.
 
Roland Barcia
author
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, WID uses a new programming model called SCA which is a new specification recently published by IBM, BEA, Oracle and other vendors. It is a programming model for building SCA applications. WID relies on this technology. Take a look at these articles for an introduction:

Take a look at this article series:

http://www-128.ibm.com/developerworks/websphere/techjournal/0510_brent/0510_brent.html

In your case, you will need an WebService Import.
 
Paper jam tastes about as you would expect. Try some on this tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic