Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Re: soapUI evaluation

Subject: perfsonar development work

List archive

Re: [pS-dev] Re: soapUI evaluation


Chronological Thread 
  • From: Jochen Reinwand <>
  • To: Loukik Kudarimoti <>
  • Cc: Michael Michalis <>, Ilias Tsompanidis <>, "" <>
  • Subject: Re: [pS-dev] Re: soapUI evaluation
  • Date: Thu, 26 Apr 2007 10:26:42 +0200
  • Organization: DFN Verein

On Wednesday 25 April 2007 12:28, Loukik Kudarimoti wrote:
> * We need to investigate how to write up wsdls for our service. I
> believe writing up a wsdl is easy for a rpc/encoded style of web
> services but can be a bit tricky for document/literal.

WSDL is fully capable of document/literal. The only "problem" is that WSDLs
for document/literal are very short. All you have to put into is:
- What functionality provides the service?
- Where is the schema that specifies the message content?

> * We need to investigate why the rncs that we have written are
> insufficient and what can be improved

The most important requirement is: ONE RNC schema file for every
functionality
aka. "function call"!
That means that request and response must have one schema file.
NOT: BWCTL-SetupDataRequest.rnc and BWCTL-SetupDataResponse.rnc
BUT: BWCTL-SetupData.rnc

It might even be useful to put all functionality of a service in one RNC file
(e.g. BWCTL.rnc). That's afaik the way the NMWG working group had in mind.
The schemas in SVN seem to follow this design.

> * We need to investigate why the xsds generated from the rncs are not
> accepted by the soap UI

That's the only problem that remains. Perhaps someone with more knowledge
about RNC, XSD and XML, has some idea here...

regards,
Jochen

--
Jochen Reinwand Tel: +49 9131 852-8689
DFN Labor

Regionales Rechenzentrum Erlangen
Martensstrasse 1
91058 Erlangen

email:




Archive powered by MHonArc 2.6.16.

Top of Page