Back Forum Reply New

Spring Webservice access error in SoapUI

/wsdl/quot;  xmlns:xsd=quot;2001/XMLSchemaquot; xmlns:soapenc=quot;soap/encoding/quot; xmlns:wsdlsoap=quot;wsdl/soap/quot;  name=quot;rpmquot; targetNamespace=quot;/namespace=quot;gt;
lt;/xsd:schemagt; lt;/wsdl:typesgt;   lt;wsdl:message name=quot;submitRequestRequestquot;gt; lt;wsdl:part name=quot;requestquot; type=quot;soapenc:stringquot; /gt;  lt;/wsdl:messagegt; lt;wsdl:message name=quot;submitRequestResponsequot;gt; lt;wsdl:part name=quot;submitRequestReturnquot; type=quot;soapenc:stringquot; /gt;  lt;/wsdl:messagegt;   lt;wsdl:portType name=quot;RPMServicequot;gt;
lt;wsdlperation name=quot;submitRequestquot; parameterOrder=quot;requestquot;gt; lt;wsdl:input message=quot;impl:submitRequestRequestquot; name=quot;submitRequestRequestquot; /gt;  lt;wsdlutput message=quot;impl:submitRequestResponsequot; name=quot;submitRequestResponsequot; /gt;   lt;/wsdlperationgt; lt;/wsdl:portTypegt;  lt;wsdl:binding name=quot;RPMServiceSoapBindingquot; type=quot;impl:RPMServicequot;gt; lt;wsdlsoap:binding style=quot;rpcquot; transport=quot;soap/fromquot; /gt;  lt;wsdlperation name=quot;submitRequestquot;gt;   lt;wsdlsoapperation soapAction=quot;quot; /gt;  lt;wsdl:input name=quot;submitRequestRequestquot;gt; lt;wsdlsoap:body encodingStyle=quot;soap/encoding/quot; namespace=quot;gt;  lt;/wsdl:inputgt;   lt;wsdlutput name=quot;submitRequestResponsequot;gt; lt;wsdlsoap:body encodingStyle=quot;soap/encoding/quot; namespace=quot;gt;  lt;/wsdlutputgt;   lt;/wsdlperationgt; lt;/wsdl:bindinggt;   lt;wsdl:service name=quot;RPMServiceServicequot;gt;
lt;wsdl:port binding=quot;impl:RPMServiceSoapBindingquot; name=quot;RPMServicequot;gt; lt;wsdlsoap:address location=quot;/RPMService/quot; /gt;  lt;/wsdl:portgt; lt;/wsdl:servicegt;
lt;/wsdl:definitionsgt;
Schema:

Code:
lt;?xml version=quot;1.0quot; encoding=quot;UTF-8quot; standalone=quot;yesquot;?gt;
lt;xs:schema xmlns:xs=quot;2001/XMLSchemaquot;  targetNamespace=quot;/com.mccamish.servicesquot;          elementFormDefault=quot;qualifiedquot;gt;
lt;xs:element name=quotarameterquot;gt;
lt;xs:complexTypegt;
lt;xs:attribute name=quot;namequot; use=quot;requiredquot;gt;
lt;xs:simpleTypegt;
lt;xs:restriction base=quot;xs:stringquot;gt;
lt;xs:enumeration value=quot;CellIdquot;/gt;
lt;xs:enumeration value=quotremiumAmountquot;/gt;
lt;xs:enumeration value=quot;EffDatequot;/gt;
lt;xs:enumeration value=quot;RpmStartDatequot;/gt;
lt;xs:enumeration value=quot;DBOptionquot;/gt;
lt;xs:enumeration value=quotaymentStartDatequot;/gt;
lt;xs:enumeration value=quot;DeferralPeriodquot;/gt;
lt;xs:enumeration value=quot;Agequot;/gt;
lt;xs:enumeration value=quot;Sexquot;/gt;
lt;xs:enumeration value=quot;SmokeClassquot;/gt;
lt;xs:enumeration value=quot;Statequot;/gt;
lt;xs:enumeration value=quot;CarrierIDquot;/gt;
lt;xs:enumeration value=quotroductIDquot;/gt;
lt;xs:enumeration value=quot;MortalityRateTableCodequot;/gt;
lt;xs:enumeration value=quot;InterestRateTableCodequot;/gt;
lt;xs:enumeration value=quot;GuaranteedMortalityRateTableCodequot;/gt;
lt;xs:enumeration value=quot;GuaranteedInterestRateTableCodequot;/gt;
lt;xs:enumeration value=quotaymentStartAgequot;/gt;
lt;xs:enumeration value=quot;Frequencyquot;/gt;
lt;xs:enumeration value=quot;AgeOfIllustratedDeathquot;/gt;
lt;xs:enumeration value=quot;TypeOfAnnuityquot;/gt;
lt;xs:enumeration value=quot;CertainPeriodquot;/gt;
lt;xs:enumeration value=quoteriodOfPaymentquot;/gt;
lt;xs:enumeration value=quotaymentAmountquot;/gt;
lt;xs:enumeration value=quot;ToleranceValuequot;/gt;
lt;xs:enumeration value=quot;DbCalcIndquot;/gt;
lt;xs:enumeration value=quot;SurrenderCalcIndquot;/gt;
lt;xs:enumeration value=quotaymentCalcIndquot;/gt;
lt;xs:enumeration value=quot;RpmCalcTypequot;/gt;
lt;/xs:restrictiongt;
lt;/xs:simpleTypegt;
lt;/xs:attributegt;
lt;xs:attribute name=quot;valuequot; use=quot;requiredquot;/gt;
lt;/xs:complexTypegt;
lt;/xs:elementgt;
lt;xs:element name=quot;Recordquot;gt;
lt;xs:complexTypegt;
lt;xs:sequencegt;
lt;xs:element ref=quotarameterquot; maxOccurs=quot;unboundedquot;/gt;
lt;/xs:sequencegt;
lt;/xs:complexTypegt;
lt;/xs:elementgt;
lt;xs:element name=quot;Requestquot;gt;
lt;xs:complexTypegt;
lt;xs:sequencegt;
lt;xs:element ref=quot;Recordquot; maxOccurs=quot;1quot; minOccurs=quot;1quot;/gt;
lt;/xs:sequencegt;
lt;xs:attribute name=quot;methodquot; type=quot;xs:stringquot; use=quot;requiredquot; fixed=quot;getCalcquot;/gt;
lt;xs:attribute name=quot;systemquot; type=quot;xs:stringquot; use=quot;requiredquot; fixed=quot;rpmquot;/gt;
lt;xs:attribute name=quot;servicequot; type=quot;xs:stringquot; use=quot;optionalquot; default=quot;RPMServicequot;/gt;
lt;xs:attribute name=quot;environmentquot; use=quot;requiredquot;/gt;
lt;xs:attribute name=quot;userquot; type=quot;xs:stringquot; use=quot;optionalquot;/gt;
lt;xs:attribute name=quot;passwordquot; type=quot;xs:stringquot; use=quot;optionalquot;/gt;
lt;xs:attribute name=quot;serviceVersionquot; type=quot;xs:stringquot; use=quot;optionalquot;/gt;
lt;/xs:complexTypegt;
lt;/xs:elementgt;
lt;xs:element name=quot;Responsequot;gt;
lt;xs:complexTypegt;
lt;xs:sequencegt;
lt;xs:element ref=quot;Recordquot; maxOccurs=quot;1quot; minOccurs=quot;1quot;/gt;
lt;/xs:sequencegt;
lt;/xs:complexTypegt;
lt;/xs:elementgt;
lt;/xs:schemagt;
¥
Back Forum Reply New