Hello List, Unix 6.1 Oracle 10g MT 7.5p4 ARS 7.5P4
In Dev Studio (BMC Remedy Developer Studio Version: 7.5.00 Patch 007 ), I'm creating a webservice. When the xml is generated. It is not inputting the correct Named operation (element name). I have tried export def, modify and reimport - to see if will overwrite but no luck. This xml except - <wsdl:types> - <xsd:schema elementFormDefault="qualified" targetNamespace="urn:WS_HM_MobilitySolution"> <xsd:element name="GetList" type="s0:InputMapping5" /> - <xsd:complexType name="InputMapping5"> - <xsd:sequence> <xsd:element name="Qualification" type="xsd:string" /> <xsd:element name="startRecord" type="xsd:string" /> <xsd:element name="maxLimit" type="xsd:string" /> </xsd:sequence> </xsd:complexType> <xsd:element name="GetListResponse" type="s0:OutputMapping5" /> - <xsd:complexType name="OutputMapping5"> - <xsd:sequence> <xsd:element name="arsStatus" type="s0:arsStatusType" /> <xsd:element name="arsStartTime" type="xsd:string" /> <xsd:element name="arsStopTime" type="xsd:string" /> <xsd:element name="arsMessage" type="xsd:string" /> <xsd:element name="arsRequestID" type="xsd:string" /> </xsd:sequence> should be .. - <wsdl:types> - <xsd:schema elementFormDefault="qualified" targetNamespace="urn:WS_HM_MobilitySolution"> <xsd:element name="MessageGetList" type="s0:InputMapping5" /> - <xsd:complexType name="InputMapping5"> - <xsd:sequence> <xsd:element name="Qualification" type="xsd:string" /> <xsd:element name="startRecord" type="xsd:string" /> <xsd:element name="maxLimit" type="xsd:string" /> </xsd:sequence> </xsd:complexType> <xsd:element name="MessageGetListResponse" type="s0:OutputMapping5" /> - <xsd:complexType name="OutputMapping5"> - <xsd:sequence> <xsd:element name="arsStatus" type="s0:arsStatusType" /> <xsd:element name="arsStartTime" type="xsd:string" /> <xsd:element name="arsStopTime" type="xsd:string" /> <xsd:element name="arsMessage" type="xsd:string" /> <xsd:element name="arsRequestID" type="xsd:string" /> </xsd:sequence> -- View this message in context: http://ars-action-request-system.1093659.n2.nabble.com/When-the-xml-is-generated-It-is-not-inputting-the-correct-Named-operation-element-name-tp7579986.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

