hi,
i have one web srevice is deployed in jboss4.2.0 server, from mirth channel i am tring to invoke a method/operation of that web services.
to my desitination connector iam passing the right parameter values but when it goes web service it becoming empty/null parameters, wht happening here i am unable to understand,
any one of u could please give me a hint where iam going wrong \\
i am attacing my wsdl file and soapEnvelope
<?xml version="1.0" encoding="utf-16"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<sayHello xmlns="http://PatientSample/">
<sayHello>
<arg0>dfsdsd</arg0>
</sayHello>
</sayHello>
</soap:Body>
</soap:Envelope>
jboss server receiving 'null' value insted of "dfsdsd" string
PatientServiceImpl-bda02e208ad6508444e49ba9ebc2c6e9.xml (6627 bytes)
i have one web srevice is deployed in jboss4.2.0 server, from mirth channel i am tring to invoke a method/operation of that web services.
to my desitination connector iam passing the right parameter values but when it goes web service it becoming empty/null parameters, wht happening here i am unable to understand,
any one of u could please give me a hint where iam going wrong \\
i am attacing my wsdl file and soapEnvelope
<?xml version="1.0" encoding="utf-16"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<sayHello xmlns="http://PatientSample/">
<sayHello>
<arg0>dfsdsd</arg0>
</sayHello>
</sayHello>
</soap:Body>
</soap:Envelope>
jboss server receiving 'null' value insted of "dfsdsd" string
PatientServiceImpl-bda02e208ad6508444e49ba9ebc2c6e9.xml (6627 bytes)
Comment