WSDL service for plain XML instead of SOAP

前端 未结 1 1453
遇见更好的自我
遇见更好的自我 2021-02-04 09:59

Can I have a WSDL which will just use plain XML data and not SOAP?

If so could you please provide me a sample WSDL?

1条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 10:51

    Yes, sending plain XML data over HTTP can be described in WSDL. Instead of using when defining your operation's binding, you would instead use . For example:

    
        
            
            
                
                
                    
                    
                
                
            
            
        
    
        
            
        
    
        
            
        
    
        
            
            
            
            
        
    
        
            
            
            
            
                
            
            
                
            
            
        
    
        
            
            
            
        
    
    
    

    You can find additional information about using an HTTP binding here: http://docs.oracle.com/cd/E19182-01/821-0830/cnfg_http-bc-get-processing_r/index.html

    0 讨论(0)
提交回复
热议问题