前景提要
HDC调试需求开发(15万预算),能者速来!>>>
现在有个wsdl 内容如下:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body> <m:MT_ZECS2SAP_SalesOrder_ZECS_Req xmlns:m="http://www.dfsk.com.cn/sd/v1.0"> <KUNNR>String</KUNNR> <BSTKD>String</BSTKD> <BSTDK>String</BSTDK> <BSARK>String</BSARK> <VDATU>String</VDATU> <ZBS>String</ZBS> <ZKUNNR>String</ZKUNNR> <NAME1>String</NAME1> <STREET>String</STREET> <NAME_CO>String</NAME_CO> <TEL_NUMBER>String</TEL_NUMBER> <REGION>String</REGION> <CITY1>String</CITY1> <BUILDING>String</BUILDING> <VBBK_Z001>String</VBBK_Z001> <VBBK_Z002>String</VBBK_Z002> <BNAME>String</BNAME> <IHREZ>String</IHREZ> <DWERK>String</DWERK> <ZFLAG>String</ZFLAG> <VBAK_ZTERM>String</VBAK_ZTERM> <VKBUR>String</VKBUR> <ITEM> <MATNR>String</MATNR> <KWMENG>String</KWMENG> <VBBP_Z001>String</VBBP_Z001> </ITEM> </m:MT_ZECS2SAP_SalesOrder_ZECS_Req> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
我java 端要使用axis2 调用这个。。用soapUI 和eclipse web service client 生成客户端代码都是失败。。 说格式有问题。