Hi,
When I use wsdl2code to generate my services.xml, stubs and skeletons
how do i control the actionMapping uris that are generated and used in
these files.
For instance the default actionMapping elements generated for my service
are shown below
<operation name="SetupStartElement"
mep="http://www.w3.org/ns/wsdl/in-out">
<actionMapping>\"\"</actionMapping>
<outputActionMapping>
http://www.ipsphereforum.org/ws/ipsf-framework/200703/ipsf-s3.wsdl/SMSChildPT/SetupStartElementResponse</outputActionMapping>
</operation>
but I would like to use the following
<operation name="SetupStartElement"
mep="http://www.w3.org/ns/wsdl/in-out">
<actionMapping>
urn:www.comware.com.au:ispshere:service:smschild:s3:SetupStartElementRequest
</actionMapping>
<outputActionMapping>
urn:www.comware.com.au:ispshere:service:smschild:s3:SetupStartElementResponse
</outputActionMapping>
</operation>
do I need to configure my wsdl or some other file to achieve this
cheers
</jima>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]