I use WSO2 WSF/PHP. I have the WSF extension compiled and enabled in PHP. But I receive this Soap fault response when sending a request to the webservice:
I have written one web 开发者_Python百科service which returns float value. I want to display that float value by passing it as input to another web service.
I trying toinvoke a web service, which has an Basic HTTP Authentication. I generated the client code using the WSDL2JAVA tool from AXIS.
I\'m trying to use Axis2 to connect to a SOAP webservice. This was previously working in Axis 1, but 2 is causing problems. I\'ve regenerated the Java code using wsdl2java which has generated the stub
I have an Axis2 web service which throws different detail messages in the fault response to signal problems in the call.
I have a third party WSDL, I need to write code in Java for a web service client to invoke the operations in the third party WSDL. Right now, I have generated the client stub using the WSDL2JAVA tool
I have problem with querying webservice which uses WS-Security. I use code creadted by axis2 with rampard module which implements WS-Security. I think I make good query and I got response, but that re
I\'ve created a webservice and used Axis2 to generate all \"skeleton\" java classes. Then I of course implemented the service operations myself.
I want to create tree structure using web service. I have used bottom up web service technique for creation of simple arithmatic operation.
I have a FLEX3 application - I have created a release for it and saved it in my tomcat webapps folder.