Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to we change soap version? #13

Open
devendrawebdeveloper opened this issue Jan 21, 2017 · 0 comments
Open

How to we change soap version? #13

devendrawebdeveloper opened this issue Jan 21, 2017 · 0 comments

Comments

@devendrawebdeveloper
Copy link

Hello,

We are facing issue using nusoap.

Array
(
[Code] => Array
(
[Value] => soapenv12:Sender
[Subcode] => Array
(
[Value] => ns:E400
[Subcode] => Array
(
[Value] => iib:E3613
)

            )

    )

[Reason] => Array
    (
        [Text] => Array
            (
                [!xml:lang] => EN
                [!] => Bad Request
            )

    )

[Detail] => Array
    (
        [MessageList] => ,https://schemas.xmlsoap.org/soap/envelope/,https://www.w3.org/2003/05/soap-envelope
        [ExceptionList] => Array
            (
                [RecoverableException] => Array
                    (
                        [File] => /build/slot1/S900_P/src/DataFlowEngine/MessageServices/ImbDataFlowNode.cpp
                        [Line] => 1155
                        [Function] => ImbDataFlowNode::createExceptionList
                        [Type] => ComIbmSOAPInputNode
                        [Name] => gen/fundsTransferByCustomerService2#FCMComposite_1_1
                        [Label] => gen.fundsTransferByCustomerService2.SOAP Input
                        [Catalog] => BIPmsgs
                        [Severity] => 3
                        [Number] => 2230
                        [Text] => Node throwing exception
                        [Insert] => Array
                            (
                                [Type] => 14
                                [Text] => gen.fundsTransferByCustomerService2.SOAP Input
                            )

                        [RecoverableException] => Array
                            (
                                [File] => /build/slot1/S900_P/src/WebServices/WSLibrary/ImbSOAPInputNode.cpp
                                [Line] => 1147
                                [Function] => ImbSOAPInputNode::validateData
                                [Type] => ComIbmSOAPInputNode
                                [Name] => gen/fundsTransferByCustomerService2#FCMComposite_1_1
                                [Label] => gen.fundsTransferByCustomerService2.SOAP Input
                                [Catalog] => BIPmsgs
                                [Severity] => 3
                                [Number] => 3749
                                [Text] => Error occurred in ImbSOAPInputHelper::validateSOAPInput()
                                [ParserException] => Array
                                    (
                                        [File] => /build/slot1/S900_P/src/DataFlowEngine/MessageServices/ImbRootParser.cpp
                                        [Line] => 815
                                        [Function] => ImbRootParser::parseNextItem
                                        [Type] => ComIbmSOAPInputNode
                                        [Name] => gen/fundsTransferByCustomerService2#FCMComposite_1_1
                                        [Label] => gen.fundsTransferByCustomerService2.SOAP Input
                                        [Catalog] => BIPmsgs
                                        [Severity] => 2
                                        [Number] => 5902
                                        [Text] => Exception whilst parsing
                                        [Insert] => Array
                                            (
                                                [0] => Array
                                                    (
                                                        [Type] => 5
                                                        [Text] => Root
                                                    )

                                                [1] => Array
                                                    (
                                                        [Type] => 5
                                                        [Text] => SOAP
                                                    )

                                                [2] => Array
                                                    (
                                                        [Type] => 5
                                                        [Text] => 3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d38223f3e0a3c736f61703a456e76656c6f706520786d6c6e733a7365723d22687474703a2f2f7777772e7175616e746967756f75732e636f6d2f73657276696365732220786d6c6e733a736f61703d22687474703a2f2f7777772e77332e6f72672f323030332f30352f736f61702d656e76656c6f7065223e3c736f61703a426f64793e3c67657442616c616e636520786d6c6e733d22687474703a2f2f7777772e7175616e746967756f75732e636f6d2f7365727669636573223e3c76657273696f6e3e313c2f76657273696f6e3e3c61707049443e33343438363c2f61707049443e3c637573746f6d657249443e33343438363c2f637573746f6d657249443e3c4163636f756e744e756d6265723e3030303339303630303030343135383c2f4163636f756e744e756d6265723e3c2f67657442616c616e63653e3c2f736f61703a426f64793e3c2f736f61703a456e76656c6f70653e
                                                    )

                                            )

                                        [ParserException] => Array
                                            (
                                                [File] => /build/slot1/S900_P/src/WebServices/WSLibrary/ImbSOAPParser.cpp
                                                [Line] => 2136
                                                [Function] => ImbSOAPParser::createSoapShapedTree
                                                [Type] => 
                                                [Name] => 
                                                [Label] => 
                                                [Catalog] => BIPmsgs
                                                [Severity] => 3
                                                [Number] => 3614
                                                [Text] => problem creating SOAP tree from bitstream
                                                [ParserException] => Array
                                                    (
                                                        [File] => /build/slot1/S900_P/src/WebServices/WSLibrary/ImbSOAPParser.cpp
                                                        [Line] => 1871
                                                        [Function] => ImbSOAPParser::createSoapShapedTree
                                                        [Type] => 
                                                        [Name] => 
                                                        [Label] => 
                                                        [Catalog] => BIPmsgs
                                                        [Severity] => 3
                                                        [Number] => 3613
                                                        [Text] => SOAP version does not match Content-Type
                                                        [Insert] => Array
                                                            (
                                                                [0] => Array
                                                                    (
                                                                        [Type] => 5
                                                                        [Text] => https://schemas.xmlsoap.org/soap/envelope/
                                                                    )

                                                                [1] => Array
                                                                    (
                                                                        [Type] => 5
                                                                        [Text] => https://www.w3.org/2003/05/soap-envelope
                                                                    )

                                                            )

                                                    )

                                            )

                                    )

                            )

                    )

            )

    )

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant