You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I need to make a Web Service Server to comunicate with a application. I use PHP and discover de NUSOAP to help me to do the Web Service.
I create a method with the name «NewInitialDocForLocalApp» and the class NUSOAP generate a WSDL Request and Response with a message «NewInitialDocForLocalAppRequest» and «NewInitialDocForLocalAppResponse».
The application that receive my response has a validation (in Data Power) that need it «NewInitialDocForLocalAppInput» and «NewInitialDocForLocalAppOutput» instead. So it blocks my response because don't has the structure they want.
Hi. Well I use NuSOAP only for the client side. If I figure it out right the only problem is change Response to Output? Could you please investigate it more in the code? I'm sure there must be some Response literal. Let me know.
Hi f3l1x... Do you have some example code for WebService Server without NuSOAP. I try to find something in «google» but always find with NuSOAP class.
Thanks.
Hello.
I need to make a Web Service Server to comunicate with a application. I use PHP and discover de NUSOAP to help me to do the Web Service.
I create a method with the name «NewInitialDocForLocalApp» and the class NUSOAP generate a WSDL Request and Response with a message «NewInitialDocForLocalAppRequest» and «NewInitialDocForLocalAppResponse».
The application that receive my response has a validation (in Data Power) that need it «NewInitialDocForLocalAppInput» and «NewInitialDocForLocalAppOutput» instead. So it blocks my response because don't has the structure they want.
How I could solve this problem with NUSOAP class?
I register my method with this code:
and XML WSDL response is (That is block it):
Response need it will be:
Thanks for your help.
The text was updated successfully, but these errors were encountered: