基本生活标准功能:
//SOAP CALL
function sayHello(){
$client = new SoapClient( http://Server:8080/MyClassService/MyClass?WSDL );
$response = $client->glassfishHello();
return $response;
}
(后一称Hello()为“优势”,即错误之处)
The Basic EJB provided JAX-WS:
@WebService
@Stateless
public class MyClass{
@WebMethod(operationName="glassfishHello")
public String glassfishHello(){
return "Hello from GlassFish";
}
}
我必须找不到一件非常简单的事情,但在用尽了眼光和其他选择之后,我无法找到一个简单的例子,因为我需要理解这一点。
我的博士有错误:可回收的致命错误: B. 舱面物体 不能将班级改为体格。
因此,在项目组合中,我必须做一些事情来消除妇女发展论坛的答复。
Thank you! (I can post the WSDL or any other resources) Yes I do have SOAP enabled and working.
我的问题是哪类物体正在归还。 我希望我的言语Hello()能够回来。 如果我投了会费=1美元(指示),那我就错了。
ANSWER: I knew it was simple, just a dumb PHP mistake, it has been too long since I used PHP last:
//SOAP CALL
function sayHello(){
$client = new SoapClient( http://Server:8080/MyClassService/MyClass?WSDL );
$response = (array) $client->glassfishHello();
return $response[ return ];
}