Generate. Net WebService server code based on the Java WebService WSDL. Note:

Source: Internet
Author: User

A few days ago, you need to write one according to Java's WSDL. net WebService, it is found that the sopaaction of Java WebService is set to null, in. net, when each soapaction is set to null, an error will be reported during the call:

System. Web. Services. Protocols. soapexception:
The serviceconsumenoworkflow and orderrelationupdatenoworkflow methods use the same soapaction "". When the routingstyle of the XML Web Service
When the value is soapaction, The soapaction value must be unique among all methods of XML Web Service. You can use soapdocumentmethod or soaprpcmethod
You can also specify the routingstyle of requestelement on the XML Web Service.
At system. Web. Services. Protocols. soapservertype.. ctor (type, protocolsenum versionssupported)
At system. Web. Services. Protocols. soapserverprotocol. initialize ()
At system. Web. Services. Protocols. serverprotocolfactory. Create (type, httpcontext context, httprequest request, httpresponse response, Boolean & abortprocessing)

 

According to the error message, add the following before the WebService Class Name:

[Soapdocumentservice (routingstyle = soapserviceroutingstyle. requestelement)]

After solving this problem, let's take a look at it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.