• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

WS-BPEL process using document-literal Web Service, "Compiling XSD failed"!?

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.

I have problems with orchestrating a WS-BPEL process that uses a document-literal Web service as a partnerlink. I use NetBeans 6.5 IDE.

I have created a simple Web application with one document-literal type Web Service together with an appropriate schema. I used that LoanService.XSD available in the Sun One tutorial. The service simply takes a Loan Request and replies with an approval. This deploys fine and works with a simple client.

Then I tried creating a WS-BPEL process which uses that service. To start simple, the BPEL process simply acts as a proxy - it "forwards" the Loan request from the client to the service and then forwards the approval back to the client. To get the Web Service partner link, I simply dragged-and-dropped the appropriate Web Service to the right part of the BPEL design screen. I used this technique with RPC Web Service before and it works fine. BPEL designer automatically created a partnerlink and its schema in the "Partners" directory.

The Process builds fine. I created a CompositeApp in which I put a JBI Module - the jar of the process. Composite App builds fine, too. But when I want to deploy, the weirdest thing happens:




How come it cannot compile XSD? What kind of an error is that?

I'm completely baffled about this mistake and have no clue what to do. Can someone help me, please?

Thanks in advance.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi fellows I am too facing the same problem,
 
When people don’t understand what you are doing they call you crazy. But this tiny ad just doesn't care:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic