开发者

Having trouble generating a SOAP RPC envelope from a WSDL

开发者 https://www.devze.com 2023-01-12 08:45 出处:网络
We are generating a SOAP envelope using WSDL4J to parse the WSDL and XSOM to parse the schema (to find the types). This works fine with \"Document\" web services but not with \"RPC\" style services.

We are generating a SOAP envelope using WSDL4J to parse the WSDL and XSOM to parse the schema (to find the types). This works fine with "Document" web services but not with "RPC" style services.

When parsing RPC style we receive errors stating that the parser is unable to reference types in other namespaces (from the 开发者_StackOverflow社区wsdl:definition and not inside the schema)

0

精彩评论

暂无评论...
验证码 换一张
取 消