soap - wsdl xmlns problems with NetBeans and wsimport -


Our application provides SOAP API Our wsdl initial lines are something like

  & Lt; Wsdl: Definitions name = 'Edit control' ... xmlns: soap = 'http: //schemas.xmlsoap.org/wsdl/soap/' ...  

This is usually ok Works, but a customer complains that when they try to use our SOAP API in NetBeans, we get this error:

  Web service can not be created by JAXWS : Wsimport utility reason: invalid extension element: "soap: body" (namespace "http://schemas.xmlsoap.org/wsdl/soap/")  

by running it easilyCan be Irmit is:

  wsimport -d -vistar -Xnocompile -keep -s -warbos & lt; Our wsdl file & gt;  

Generate error:

  [error] Invalid extension element: "Soap: body" (namespace "http: //schemas.xmlsoap unknown location  

Our support found that by changing xmlns: solves the problem definition to use , but this requires a change in our Products, and all the places that I see on the Web, where a wsdl: define definitions file Besides, this URI is related to SOAP-envelope and is not for WSDL, and it is also for a specific date, and is not a normal URI.

What is the NetBusiness / Is there a way to solve any problem without changing the parameters like our WSDL? If not, and if a change is needed, is it wise to change it to , or something else

thanks / splintor

It seems that they are SOAP 1.1, do not support SOAP 1.2 only.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -