You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ravivarma (JIRA)" <ji...@apache.org> on 2013/10/28 07:06:31 UTC

[jira] [Created] (AXIS2-5612) port not a standard SOAP port. The generated artifacts may not work with JAXWS runtime

Ravivarma created AXIS2-5612:
--------------------------------

             Summary: port not a standard SOAP port. The generated artifacts may not work with JAXWS runtime
                 Key: AXIS2-5612
                 URL: https://issues.apache.org/jira/browse/AXIS2-5612
             Project: Axis2
          Issue Type: Bug
          Components: databinding, jaxws
    Affects Versions: 1.6.2
         Environment: Axis2 SOAP, JDeveloper 11.1.2, JDK 1.6
            Reporter: Ravivarma
            Priority: Critical


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




--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org