soap-client
WSDL using soapclient
Need to access a webservice using soapclient.I have the following settings. ini_set(\'default_socket_timeout\', 120);[详细]
2022-12-30 16:04 分类:问答*Client* scalability for large numbers of remote web service calls
I was wondering if you could sharebest practices and common mistakes when it com开发者_开发问答es to making large numbers of time-sensitive web service calls.[详细]
2022-12-28 08:22 分类:问答How to use a specific IP to access specific sites by?
My Company registered in certain services on the Web and are relying on the开发者_运维技巧 company\'s IP to use these services, Director asked me to allow some staff to enter these sites from outside[详细]
2022-12-27 13:38 分类:问答Speeding up a soap powered website
We\'re currently looking into doing some performance tweaking on a website which relies heavily on a Soap webservice. But ... our servers are located in Belgium and the webservice we connect to is loc[详细]
2022-12-27 05:39 分类:问答Custom header using PHP soap functions
I am having a problem getting a custom soap header to work with PHP5. Can anybody guide me please. What I require is something like this[详细]
2022-12-24 14:24 分类:问答Access Products/Category/Attribute Info from php with Magento API
Need to be able to pull Magento products into an external template. Need to be able to get all products data (description, title, attributes, categories, image, etc).[详细]
2022-12-24 11:47 分类:问答Are there any lightweight alternatives to gSOAP?
I\'ve tried using gSOAP for accessing a web service (e.g. using supplied WSDL to generate C stubs and then using them in an app). However, I\'ve found that the generated .c and object files is quite b[详细]
2022-12-24 08:28 分类:问答SOAP::Lite in Perl
I am new with Perl. I\'m following a bioinformatics webapi and I\'m attempting to simply display the value stored in $result. My print \"$result\\n\"; command doesn\'t appear to be functioning. What a[详细]
2022-12-22 07:54 分类:问答PHP - how to create this SOAP XML request?
I\'m trying to figure out how to structure data properly in PHP in order to make a SOAP XML request like this:[详细]
2022-12-19 16:58 分类:问答How do I consume a webservice returning complexTypes in PHP?
I am using PHP 5.2.10 and I am trying to consume a webservice which returns complex data types using the standard SOAP extension.[详细]
2022-12-18 21:33 分类:问答