Click here to Skip to main content
15,897,518 members

Comments by Neeraj Sood (Top 3 by date)

Neeraj Sood 19-Jan-15 2:55am View    
Not getting same response thru JAVA WS Client. In .Net same WSDL is getting valid response at client for same WSDL
Neeraj Sood 19-Jan-15 2:52am View    
REQUEST in SOAP UI

<soapenv:envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:goog="http://google.com/">
<soapenv:header>
<soapenv:body>
<goog:departmentslist>
<!--Optional:-->
<goog:language>EN




Getting Valid RESPONSE

<soap:envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:body>
<departmentslistresponse xmlns="http://google.com/">
<departmentslistresult>
<dept_list xmlns="">
<dept_details>
<deptid>1ANAESC
<department>Anesthesia
<bookanappointment>false

<dept_details>
<deptid>1ANAESC
<department>Anesthesia
<bookanappointment>true

<dept_details>
<deptid>1CARDSUC
<department>Cardiac Surgery
<bookanappointment>true





Neeraj Sood 19-Jan-15 2:37am View    
I mean , calling WSDL URL from SOAP UI, with valid request parameters. But when we try to call same WSDL file from AXIS 2 or APACHE CXF, we are getting null pointer exception