× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I am struggling with IWS to expose a webservice according to received
specifications. I have been asked to use Upper/Camel Case for elements
name in the wsdl...
<xsd:element name="CountryCode" </xsd:element>

If I use the original PCML file , I get a wsdl with uppercase name : <data
length="3" name="COUNTRYCODE" type="char" usage="inherit"/>
my wsdl contains <xs:element ... name="COUNTRYCODE"
type="xs:string"/>

I can edit the PCML generated file and change the name of a parameter
<data length="3" name="CountryCode" type="char" usage="inherit"/>
but then the generated wsdl contains : <xs:element ...
name="countryCode" .... />

I can somehow understand the logic behind the generator (either all
UPPERCASE or respect java naming convention) but I wonder if there is a
possibility
to generate <xs:element ... name="CountryCode" .... />

Is there any documentation about the tool that generate the wsdl from
pcml...

any help will be appreciated

Paul

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.