-
Type:
Wish
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.6.2
-
Fix Version/s: None
-
Component/s: databinding, jaxws
-
Labels:None
-
Environment:Axis2 SOAP, JDeveloper 11.1.2, JDK 1.6
I am getting the error "port not a standard SOAP port. The generated artifacts may not work with JAXWS runtime" when I validate the wsdl in JDeveloper Studio. I developed this web service using Apache Axis2, JDK 1.6. I executed this service successfully when used with Titanium Appcelerator for Mobile app dev. I am using the same service with Oracle ADF mobile, but its giving the above error.
Error is here:
[WARNING] port "OrderTrackServiceHttpEndpoint" is not a SOAP port, it has no soap:address line 214 of wsdlfile:/C:/JDeveloper/mywork/TrackService/ApplicationController/application/OrderTrackService.wsdl
[WARNING] port "OrderTrackServiceHttpEndpoint": not a standard SOAP port. The generated artifacts may not work with JAXWS runtime. line 214 of wsdlfile:/C:/JDeveloper/mywork/TrackService/ApplicationController/application/OrderTrackService.wsdl
Few more details of the server wsdl are here:
Another error am getting while deploying the application is:
WARNING: Operation getHeaderInfo cannot be supported due to the following reason: Unsupported Mime Type: For MDDS Http binding, only text/xml or mimeXml is supported as output message mime type! Binding Operation getHeaderInfo has other mime type(s)
In the WSDL, the operation content is here:
<wsdl:operation name="getHeaderInfo">
<http:operation location="getHeaderInfo"/>
<wsdl:input>
<mime:content part="parameters" type="application/xml"/>
</wsdl:input>
<wsdl:output>
<mime:content part="parameters" type="application/xml"/>
</wsdl:output>
Some one please suggest me what needs to be done to resolve this issue. Many thanks.
Best Regards, Ravi